aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-16/+20
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* 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
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* merge from masterrohan.prinja2015-11-031-6/+12
|\
| * Use an Atom for Event.typeDavid Zbarsky2015-11-011-4/+10
| * Initialize dom struct fields in declaration orderMichael Wu2015-10-301-3/+3
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-2/+2
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-2/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-23/+2
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-2/+2
* webgl: Implement WebGLContextEvent and use it on context creation errorEmilio Cobos Álvarez2015-10-081-1/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Add more assertions to dispatch_event.Ms2ger2015-09-161-1/+6
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-14/+14
* Remove helper traitsAnthony Ramine2015-08-271-8/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Make EventTypeId reflect DOM inheritance hierarchywilmoz2015-08-181-3/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-3/+5
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-3/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-4/+2
* Upgrade to SM 39Michael Wu2015-06-191-18/+18
* Implement incomplete opening, sending, and closing behaviour for WebSockets u...William Galliher2015-05-051-1/+2
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Remove Temporary::new()Anthony Ramine2015-04-281-2/+2
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-9/+9
* Update some URLs.Ms2ger2015-04-141-1/+1
* Spec links for script::dom::element & script::dom::eventCorey Farwell2015-04-091-0/+13
* implementing StorageEvent interfacesnf2015-03-241-0/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+3
* Implement 'beforescriptexecute' and 'afterscriptexecute' events.James Gilbertson2015-02-251-3/+3
* Change the representation of EventPhase to u16.Ms2ger2015-02-201-4/+5
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-1/+8
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2gerbors-servo2015-01-081-2/+2
|\
| * Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-2/+2
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+1
|/
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-9/+3
|\
| * Ensure that Reflectors are the first fieldManish Goregaokar2014-12-271-2/+2
| * Add inheritance-checking lintManish Goregaokar2014-12-271-0/+9
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-16/+1
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-17/+17