aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Kick off WebGL 2.0 implementationImanol Fernandez2017-10-271-0/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-1/+1
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-1/+1
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-1/+1
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-1/+1
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-5/+5
* User Timing APIFernando Jiménez Moreno2017-09-061-0/+2
* Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-0/+1
* Add CompositionEvent bindingsPyfisch2017-08-221-0/+1
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-0/+3
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-0/+2
* Auto merge of #17578 - pyfisch:input-event, r=jdmbors-servo2017-07-061-0/+1
|\
| * Implement the InputEventPyfisch2017-07-061-0/+1
* | Implemented paint worklets invoking worklet scripts.Alan Jeffrey2017-06-291-0/+2
|/
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-0/+1
* Add custom element registryConnor Brewster2017-06-051-0/+1
* Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+2
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+4
* Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-1/+1
* Remove DOMRectList and use sequences instead.Jack Moffitt2017-04-191-1/+0
* Implement Gamepad APIImanol Fernandez2017-04-121-0/+5
* Implement basic interface for MutationObserver and MutationRecord.Sumit2017-04-051-0/+2
* Allow browsing contexts to resolve to cross-origin windows.Alan Jeffrey2017-02-161-0/+2
* Bluetooth Permission API integrationZakor Gyula2017-02-131-0/+1
* Permission APIAttila Dusnoki2017-02-131-0/+2
* Inline dom::eventdispatcher into dom::eventAnthony Ramine2017-01-221-1/+0
* Auto merge of #14789 - Manishearth:supports, r=SimonSapinbors-servo2017-01-091-0/+2
|\
| * CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditi...Manish Goregaokar2017-01-071-0/+2
* | WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+9
|/
* Move attributes for the bindings module to its mod.rs.Ms2ger2016-12-221-3/+1
* Implement MediaQueryListEvent interfacebd3392016-12-201-0/+1
* script: Add CSSImportRule WebIDL interface.Emilio Cobos Álvarez2016-12-161-0/+1
* Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-1/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-2/+2
* Implement MediaList interfaceNazım Can Altınova2016-12-021-0/+1
* Transitively deparent on removalManish Goregaokar2016-11-231-1/+1
* Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and CSSKe...Manish Goregaokar2016-11-231-0/+1
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+10
* WebBluetooth Test APIzakorgyula2016-11-041-0/+1
* Implement matchMedia and MediaQueryListJack Moffitt2016-11-021-0/+1
* Implement TransitionEventKeith Yeung2016-10-111-0/+1
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-2/+0
* Introduce ServoParserAnthony Ramine2016-10-111-0/+1
* Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2gerbors-servo2016-10-071-0/+3
|\
| * add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement elementAlexandrov Sergey2016-10-061-0/+3
* | Implement [Inline] interfacesAnthony Ramine2016-10-061-0/+1
|/
* implement HTMLOptionsCollection and add related items to HTMLSelectElementAlexandrov Sergey2016-09-261-0/+1