aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Comparable trait to js.rs; fixupsManish Goregaokar2014-12-061-1/+1
|
* Add oninput/onchange so tests workManish Goregaokar2014-12-051-0/+16
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-6/+6
|
* Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671Ray Clanan2014-10-231-1/+1
|
* Macroize event handler getters and setters.Tetsuharu OHZEKI2014-10-231-0/+26
|
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-9/+17
| | | | 75% improvement in style recalc for Guardians of the Galaxy.
* Address review commentsManish Goregaokar2014-10-141-0/+46
|
* Address review commentsManish Goregaokar2014-10-081-13/+2
|
* Add macro for reflecting URLsManish Goregaokar2014-10-071-0/+28
|
* Add setter macros, improve getter macrosManish Goregaokar2014-10-071-6/+55
|
* Fix trailing whitespace tidy errorsCameron Zwarich2014-09-251-1/+2
|
* Address review commentsManish Goregaokar2014-09-241-1/+1
|
* Use JSTraceable everywhereManish Goregaokar2014-09-241-3/+9
|
* Add untraceable! macroManish Goregaokar2014-09-241-0/+16
|
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-6/+6
| | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`.
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-3/+3
| | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally.
* Revert "script: Use atom comparison in more places, especially for ↵Josh Matthews2014-09-181-4/+2
| | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d.
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-2/+4
| | | | 75% improvement in style recalc for Guardians of the Galaxy.
* Cargoify servoJack Moffitt2014-09-081-0/+44