aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/errorevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-29/+33
* 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 DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* 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-5/+4
* Use Heap for dictionary and union members.Ms2ger2017-02-161-1/+1
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-7/+13
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+0
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-8/+4
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+5
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-4/+5
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-5/+4
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+2
* 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-2/+5
|/
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-5/+5
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Add spec linksBogdan Cuza2015-07-281-0/+5
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-9/+3
* Upgrade to SM 39Michael Wu2015-06-191-22/+25
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+5
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-8/+14
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-4/+5
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-4/+4