| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 1 | -0/+2 |
* | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -0/+4 |
* | Renamed BrowsingContext to WindowProxy in script. | Alan Jeffrey | 2017-05-12 | 1 | -1/+1 |
* | Remove DOMRectList and use sequences instead. | Jack Moffitt | 2017-04-19 | 1 | -1/+0 |
* | Implement Gamepad API | Imanol Fernandez | 2017-04-12 | 1 | -0/+5 |
* | Implement basic interface for MutationObserver and MutationRecord. | Sumit | 2017-04-05 | 1 | -0/+2 |
* | Allow browsing contexts to resolve to cross-origin windows. | Alan Jeffrey | 2017-02-16 | 1 | -0/+2 |
* | Bluetooth Permission API integration | Zakor Gyula | 2017-02-13 | 1 | -0/+1 |
* | Permission API | Attila Dusnoki | 2017-02-13 | 1 | -0/+2 |
* | Inline dom::eventdispatcher into dom::event | Anthony Ramine | 2017-01-22 | 1 | -1/+0 |
* | Auto merge of #14789 - Manishearth:supports, r=SimonSapin | bors-servo | 2017-01-09 | 1 | -0/+2 |
|\ |
|
| * | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditi... | Manish Goregaokar | 2017-01-07 | 1 | -0/+2 |
* | | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -0/+9 |
|/ |
|
* | Move attributes for the bindings module to its mod.rs. | Ms2ger | 2016-12-22 | 1 | -3/+1 |
* | Implement MediaQueryListEvent interface | bd339 | 2016-12-20 | 1 | -0/+1 |
* | script: Add CSSImportRule WebIDL interface. | Emilio Cobos Álvarez | 2016-12-16 | 1 | -0/+1 |
* | Replace AdvertisingData with AdvertisingEvent | Attila Dusnoki | 2016-12-14 | 1 | -1/+1 |
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -2/+2 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -2/+2 |
* | Implement MediaList interface | Nazım Can Altınova | 2016-12-02 | 1 | -0/+1 |
* | Transitively deparent on removal | Manish Goregaokar | 2016-11-23 | 1 | -1/+1 |
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and CSSKe... | Manish Goregaokar | 2016-11-23 | 1 | -0/+1 |
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+10 |
* | WebBluetooth Test API | zakorgyula | 2016-11-04 | 1 | -0/+1 |
* | Implement matchMedia and MediaQueryList | Jack Moffitt | 2016-11-02 | 1 | -0/+1 |
* | Implement TransitionEvent | Keith Yeung | 2016-10-11 | 1 | -0/+1 |
* | Unify ServoHTMLParser and ServoXMLParser in ServoParser | Anthony Ramine | 2016-10-11 | 1 | -2/+0 |
* | Introduce ServoParser | Anthony Ramine | 2016-10-11 | 1 | -0/+1 |
* | Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2ger | bors-servo | 2016-10-07 | 1 | -0/+3 |
|\ |
|
| * | add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element | Alexandrov Sergey | 2016-10-06 | 1 | -0/+3 |
* | | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 1 | -0/+1 |
|/ |
|
* | implement HTMLOptionsCollection and add related items to HTMLSelectElement | Alexandrov Sergey | 2016-09-26 | 1 | -0/+1 |
* | Support native promise callbacks. | Josh Matthews | 2016-09-22 | 1 | -0/+1 |
* | Implement binding support for returning and accepting Promises in WebIDL. | Josh Matthews | 2016-09-22 | 1 | -0/+1 |
* | implement ExtendableEvent as base type for ServiceWorker events | Rahul Sharma | 2016-09-17 | 1 | -0/+2 |
* | DOMMatrix and DOMMatrixReadOnly | Peter | 2016-09-15 | 1 | -0/+2 |
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -0/+1 |
* | Implement pair iterators in WebIDL interfaces. | Josh Matthews | 2016-08-24 | 1 | -0/+1 |
* | Support value iterators in WebIDL interfaces. | Josh Matthews | 2016-08-24 | 1 | -0/+1 |
* | Native MSVC windows build, convert to cmake | Vladimir Vukicevic | 2016-08-17 | 1 | -0/+3 |
* | Implement the Request API for the Fetch API. | Jeena Lee | 2016-08-12 | 1 | -0/+1 |
* | Add FileReaderSync skeleton | Zhen Zhang | 2016-07-31 | 1 | -0/+1 |
* | Add History interface | Connor Brewster | 2016-07-22 | 1 | -0/+1 |
* | Add the append method for the Headers API for the Fetch API | Jeena Lee | 2016-07-19 | 1 | -0/+1 |
* | webgl: Refactor texture validations to take advantage of rust type system | Emilio Cobos Álvarez | 2016-06-25 | 1 | -0/+1 |
* | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -0/+7 |
* | Fix the doc on inheritance and casting | Anthony Ramine | 2016-05-21 | 1 | -5/+5 |
* | dom: Add missing event handlers | Piotr Stankiewicz | 2016-05-20 | 1 | -0/+1 |
* | add popstateevent, hashchangeevent, pagetransitionevent | Connor Brewster | 2016-05-11 | 1 | -0/+3 |
* | Auto merge of #8454 - jdm:media, r=KiChjang | bors-servo | 2016-05-03 | 1 | -0/+1 |
|\ |
|