aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/reflector.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename reflect_dom_object2.Josh Matthews2023-05-311-1/+5
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+2
* Support arbitrary protos when wrapping EventTarget objects.Josh Matthews2023-05-281-2/+12
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-8/+22
* Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-4/+5
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-9/+3
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-3/+10
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Format script componentchansuke2018-09-191-9/+12
* Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-1/+1
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Use unsafe Heap::handle wherever neededIgor Matuszewski2018-03-231-1/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Make DomRoot<T> a type alias of a more general Root<T> typeAnthony Ramine2017-09-281-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* 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