aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventtarget.rs
Commit message (Expand)AuthorAgeFilesLines
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-1/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* Fix crash due to address significance for JSAPI things.Josh Matthews2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-14/+18
* Move to to_owned rather than into_string.Ms2ger2015-01-201-2/+3
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+1
* Fix Equiv related deprecation warningsMatthew Rasmus2015-01-081-2/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-4/+4
* Stop using ptr.is_not_null() in script.Ms2ger2015-01-011-1/+1
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-8/+2
|\
| * Ensure that Reflectors are the first fieldManish Goregaokar2014-12-271-2/+2
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-5/+0
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-2/+2
|/
* Make the argument to dispatch_event_with_target non-optional.Ms2ger2014-12-191-4/+4
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-19/+21
* Add auxiliary method to EventTargetHelpers for events without targetthiagopnts2014-12-161-7/+12
* Implement a basic WebSocket interface.Hinali Marfatia2014-11-251-0/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-19/+28
* script: Use an FNV hash to hash event listeners.Patrick Walton2014-10-281-2/+3
* Use DOMRefCell for EventTarget.Tetsuharu OHZEKI2014-10-221-3/+3
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize EventTim Taubert2014-10-131-1/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-3/+10
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable from eventtarget.rsManish Goregaokar2014-10-051-10/+9
* Remove Traceable from event.rsManish Goregaokar2014-10-051-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-5/+9
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-19/+19
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-3/+3
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-4/+4
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+287