Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement TimeRanges interface | Fernando Jiménez Moreno | 2018-10-31 | 1 | -0/+1 |
* | Implement unhandledrejection event | CYBAI | 2018-10-18 | 1 | -0/+1 |
* | Remove the HTMLTable{Header,Data}CellElement interfaces | Simon Pieters | 2018-10-02 | 1 | -2/+0 |
* | Implement BiquadFilterNode | Manish Goregaokar | 2018-09-20 | 1 | -0/+1 |
* | AnalyserNode in script | Manish Goregaokar | 2018-09-18 | 1 | -0/+1 |
* | Add ChannelMergerNode | Manish Goregaokar | 2018-09-03 | 1 | -0/+1 |
* | Add PannerNode DOM interface | Manish Goregaokar | 2018-08-24 | 1 | -0/+1 |
* | Add AudioListener DOM interface | Manish Goregaokar | 2018-08-24 | 1 | -0/+1 |
* | OfflineAudioContext | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+2 |
* | Remove unimplemented PeriodicWave stub | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+0 |
* | AudioBufferSourceNode stubs | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+1 |
* | AudioBuffer stub | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+1 |
* | GainNode | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+1 |
* | Initial WebAudio API stubs | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+8 |
* | Move WebGLVertexArrayObjectOES to script::dom | Anthony Ramine | 2018-05-24 | 1 | -0/+1 |
* | remove forcetouch support | Paul Rouget | 2018-02-11 | 1 | -1/+0 |
* | Implement HTMLPictureElement interface. | Rakhi Sharma | 2018-01-29 | 1 | -0/+1 |
* | Extract common text control selection code | Jon Leighton | 2017-11-18 | 1 | -0/+1 |
* | script: Remove HTMLAppletElement. | Emilio Cobos Álvarez | 2017-11-06 | 1 | -1/+0 |
* | Kick off WebGL 2.0 implementation | Imanol Fernandez | 2017-10-27 | 1 | -0/+1 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Rename LayoutJS<T> to LayoutDom<T> | Anthony Ramine | 2017-09-26 | 1 | -2/+2 |
* | Rename MutNullableJS<T> to MutNullableDom<T> | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Rename MutJS<T> to MutDom<T> | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -2/+2 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -5/+5 |
* | User Timing API | Fernando Jiménez Moreno | 2017-09-06 | 1 | -0/+2 |
* | Add paint metrics to Performance Timeline API | Fernando Jiménez Moreno | 2017-08-23 | 1 | -0/+1 |
* | Add CompositionEvent bindings | Pyfisch | 2017-08-22 | 1 | -0/+1 |
* | Performance Timeline API | Fernando Jiménez Moreno | 2017-08-17 | 1 | -0/+3 |
* | Implemented paint worklet properties. | Alan Jeffrey | 2017-07-11 | 1 | -0/+2 |
* | Auto merge of #17578 - pyfisch:input-event, r=jdm | bors-servo | 2017-07-06 | 1 | -0/+1 |
|\ | |||||
| * | Implement the InputEvent | Pyfisch | 2017-07-06 | 1 | -0/+1 |
* | | Implemented paint worklets invoking worklet scripts. | Alan Jeffrey | 2017-06-29 | 1 | -0/+2 |
|/ | |||||
* | Implemented the plumbing for paint worklets. | Alan Jeffrey | 2017-06-07 | 1 | -0/+1 |
* | Add custom element registry | Connor Brewster | 2017-06-05 | 1 | -0/+1 |
* | 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 |
|/ |