aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/messageevent.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-28/+43
* Properly set the origin on websocket messagesBastien Orivel2018-08-161-2/+3
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Fix unsafe Heap constructor usage in DOM objects Imanol Fernandez2017-05-041-2/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-5/+3
* Use Heap for dictionary and union members.Ms2ger2017-02-161-1/+1
* Remove warnings about unnecessary mutability.Alan Jeffrey2017-01-281-4/+2
* 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 dispatch_jsval methods take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-7/+17
* 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
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* 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-4/+5
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-2/+5
* 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
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-3/+3
* 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-3/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-4/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* 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/+1
* Add spec linksBogdan Cuza2015-07-281-0/+3
* Upgrade to SM 39Michael Wu2015-06-191-35/+34
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+4
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-3/+3
* 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-3/+5
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-2/+2
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-3/+3