aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/reflector.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace inheritance_integrity by trait shenanigansAnthony Ramine2017-02-151-2/+1
* Derive DomObject with a proc macroAnthony Ramine2017-02-141-0/+12
* Use Heap in DOM object reflector implementation to ensure GC barriers are used.Josh Matthews2017-01-201-15/+11
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-4/+4
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-2/+4
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-2/+1
* Remove Reflectable::globalAnthony Ramine2016-10-061-6/+1
* Remove global_root_from_reflectorAnthony Ramine2016-10-061-2/+2
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-1/+6
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-6/+12
* Extract mutability out of Reflectable trait.Josh Matthews2016-09-071-2/+6
* Add global default method for Reflectable traitChad Kimes2016-01-111-1/+6
* Remove `#[allow(raw_pointer_derive)]` attributesBrandon Fairchild2015-11-271-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-6/+5
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-0/+79