aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/customevent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Upgrade to SM 39Michael Wu2015-06-191-15/+19
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+5
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Add/update comments with links to specCorey Farwell2015-04-141-0/+3
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-3/+3
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Create a replacement for Cell<SM primitive>. Fixes #4337.Josh Matthews2014-12-191-5/+3
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-3/+3
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-2/+2
* Short-circuit initFooEvent while dispatching events.Josh Matthews2014-11-131-1/+5
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize EventTim Taubert2014-10-131-1/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable from customevent.rsManish Goregaokar2014-10-051-5/+4
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-3/+3
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1