aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-17/+17
* Add trusted setter to EventManish Goregaokar2014-12-051-0/+10
* added ErrorEvent WebIDL and errorevent.rsRonak Nisher2014-12-041-1/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-3/+3
* Short-circuit initFooEvent while dispatching events.Josh Matthews2014-11-131-1/+2
* Add KeyboardEvent stub.Josh Matthews2014-11-131-1/+1
* Initialize 'cancelable' to false in Event::new_inherited. Fixes #3855.Mitchell Van Der Hoeff2014-11-021-1/+1
* Use DOMRefCell for Event.Tetsuharu OHZEKI2014-10-221-3/+4
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* auto merge of #3666 : ttaubert/servo/issue/3644-privatize-dom, r=Manishearthbors-servo2014-10-131-12/+68
|\
| * Privatize EventTim Taubert2014-10-131-12/+68
* | Make Event::new take enumerated values instead of booleans (fixes #3643)Tim Taubert2014-10-111-4/+18
|/
* Remove Traceable from event.rsManish Goregaokar2014-10-051-42/+41
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-8/+9
* Use JSTraceable everywhereManish Goregaokar2014-09-241-3/+4
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-13/+13
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-1/+1
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+174