aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Initial AudioParam bindingsFernando Jiménez Moreno2018-07-301-0/+53
* Move handle_potential_webgl_error to the dom macros moduleAnthony Ramine2018-04-041-0/+15
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Fix the form action IDL attributesAnthony Ramine2017-10-111-27/+11
* Fix URL attributesAnthony Ramine2017-10-111-4/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* User Timing APIFernando Jiménez Moreno2017-09-061-0/+39
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-12/+35
* WebVR 1.1 spec compatibilityImanol Fernandez2017-07-051-0/+15
* Have unsafe_no_jsmanaged_fields! macro take a type as argument rather than an...Jonathan Chan2017-06-271-1/+1
* Refactor some window_from_node calls based on feedbackArseniy Ivanov2017-02-031-4/+6
* Check for the presence of a window when working with event handlers forwarded...Arseniy Ivanov2017-02-031-2/+8
* Properly root the running animation list in a RootedVecAnthony Ramine2016-12-121-5/+6
* Introduce jsmanaged_arrayAnthony Ramine2016-12-061-9/+16
* Remove generics from unsafe_no_jsmanaged_fieldsAnthony Ramine2016-12-061-18/+0
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-9/+13
* Remove redundant url clonesPu Xingyu2016-11-181-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-19/+19
* Make make_enumerated_getter prettier again.Corey Farwell2016-10-121-1/+1
* Emit TransitionEnd events in the layout thread and process it in the script t...Keith Yeung2016-10-111-0/+1
* adding macro to return string or url,Jake Goldsborough2016-09-271-0/+20
* Implement HTMLLIElement#valuevrod2016-07-281-0/+16
* Use a stack guard and a macro for RootedVec instead of return_address.Eduard Burtescu2016-07-041-0/+15
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-4/+5
* dom: Add missing event handlersPiotr Stankiewicz2016-05-201-0/+128
* Add event handlers for media-related events.Josh Matthews2016-05-031-0/+13
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* 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