aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/customevent.rs
Commit message (Expand)AuthorAgeFilesLines
* dom: Set "composed" flag on construction for some event types (#36239)Andrei Volykhin2025-03-311-2/+4
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+3
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-2/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-19/+19
* Update CustomEvent webidl interface (#33481)Simon Wülker2024-09-171-4/+3
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-4/+13
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+6
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+13
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-5/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-1/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-6/+5
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-29/+39
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-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
* removing mutHeapJs referencesSendilKumar N2017-03-071-4/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-1/+2
* Use Heap for dictionary and union members.Ms2ger2017-02-161-1/+1
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-2/+4
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Remove an unused argument to CustomEvent::init_custom_event.Ms2ger2016-01-071-3/+2
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+6
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-10/+20
* Rustfmt some of script.Ms2ger2015-11-181-2/+4
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+2
* Auto merge of #8020 - nox:codegen-derived, r=Ms2gerbors-servo2015-10-151-7/+1
|\
| * Generate all Derived implementations in codegenAnthony Ramine2015-10-141-7/+1
* | Support the updated spidermonkey bindingsMichael Wu2015-10-141-1/+2
|/
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-5/+5
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-3/+3