aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* webgl: finish, flush, detachShader, generateMipmap, Uniform1iConnor Brewster2016-04-021-0/+8
* use return value of invoking event handlers to cancel the eventJoão Oliveira2016-02-261-2/+5
* Add onresize handler to GlobalEventHandlersJeff Harrison2016-01-291-0/+1
* Implement HTMLDetailsElement. Fixes #9216Lanza2016-01-201-0/+1
* Remove parsed attribute 'background' field on HTMLBodyElementCorey Farwell2016-01-021-0/+14
* Implement the onreset event handler.Josh Matthews2015-12-301-0/+1
* Implement non-zero dimension attribute parsingCorey Farwell2015-12-241-0/+13
* Makes setting negative values to maxLength throw an IndexSize exceptionSam Gibson2015-12-031-0/+20
* Resolves long-running merge conflictsSam Gibson2015-12-031-10/+7
* Makes int_getter macro, and uses -1 as default maxlength instead of maxintSam Gibson2015-12-031-0/+19
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-74/+29
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-13/+13
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+2
* Differentiate between error and non-error event handlers per the spec.Josh Matthews2015-11-121-4/+7
* Auto merge of #8434 - frewsxcv:dimension-attrvalue, r=eefriedmanbors-servo2015-11-101-0/+15
|\
| * Remove HTMLTableElement::width struct fieldCorey Farwell2015-11-091-1/+1
| * Add Dimension member to AttrValueCorey Farwell2015-11-091-0/+15
* | Move storage of bgcolor for `<tr>` and `<tbody>`.Eli Friedman2015-11-091-0/+1
|/
* Move storage of bgcolor attribute on <body>.Eli Friedman2015-11-081-0/+15
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-13/+13
* Introduce trait CastableAnthony Ramine2015-10-211-24/+39
* Consolidate magic number representing max unsigned longCorey Farwell2015-10-101-2/+4
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-0/+8
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-13/+13
* Remove AttributeHandlersAnthony Ramine2015-08-271-11/+0
* Remove helper traitsAnthony Ramine2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-13/+13
* Auto merge of #6451 - jgraham:onkey_attributes, r=Ms2gerbors-servo2015-08-061-0/+3
|\
| * fixup! Add onkey* global event handler attributesJames Graham2015-06-241-1/+1
| * Add onkey* global event handler attributesJames Graham2015-06-231-0/+3
* | Remove usage of the deprecated OwnedAsciiExtSimon Sapin2015-07-301-2/+3
* | Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
|/
* Upgrade to SM 39Michael Wu2015-06-191-25/+25
* Implement HTMLAppletElement.nameAnthony Ramine2015-05-141-0/+14
* Import string_cache::Atom into the attributes' macrosAnthony Ramine2015-05-141-12/+9
* Auto merge of #5923 - nox:limited-unsigned-long, r=jdmbors-servo2015-05-061-3/+42
|\
| * Improve support of limited unsigned long attributesAnthony Ramine2015-05-061-3/+42
* | Simplify the implementation of make_url_or_base_getter.Ms2ger2015-05-011-6/+5
|/
* Remove as_slice() calls from script.Ms2ger2015-04-261-3/+3
* Update some URLs.Ms2ger2015-04-141-2/+2
* Implement the onsubmit event handler (fixes #5396).Florian Eula2015-04-011-0/+1
* make no_jsmanaged_fields not require importsManish Goregaokar2015-03-261-4/+4
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-0/+1
* Lowercase DOM getters at compile time, fixes #4728Arpad Borsos2015-02-031-7/+7
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-31/+31
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1