Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update reference spaces to new model | Manish Goregaokar | 2019-06-10 | 1 | -1/+0 |
| | |||||
* | Implement WheelEvent Interface | Robert Snakard | 2019-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | Note: The WheelEvent interface supports rotation in all 3 spatial dimensions. This implementation only supports two due to limitations in the Glutin compositor. The wheelevent interface is a dom interface that triggers for any attached device that can rotate in one or more spatial dimensions. Traditionally this is the mouse wheel though other devices could be used as well. E.g. the trackball on a trackball mouse. | ||||
* | Add blank FakeXRDeviceController interface | Manish Goregaokar | 2019-05-30 | 1 | -0/+1 |
| | |||||
* | Add blank XRTest interface | Manish Goregaokar | 2019-05-30 | 1 | -0/+1 |
| | |||||
* | Auto merge of #23342 - Manishearth:webrtc-streams, r=ferjm | bors-servo | 2019-05-09 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Receive streams in WebRTC (and MediaStreamTrack support) This adds the `ontrack` event handler to webrtc, and all the `MediaStreamTrack` stuff necessary to make it work. WebRTC has the ability to group media tracks into streams using MSIDs, but I haven't yet figured out how to do this. For now, `ontrack` should work. This _should_ be complete, but it hasn't yet been tested (hence the WIP) r? @ferjm or @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23342) <!-- Reviewable:end --> | ||||
| * | Add RTCTrackEvent | Manish Goregaokar | 2019-05-08 | 1 | -0/+1 |
| | | |||||
| * | Add MediaStreamTrack interface | Manish Goregaokar | 2019-05-07 | 1 | -0/+1 |
| | | |||||
* | | Add blank XRInputSource | Manish Goregaokar | 2019-05-03 | 1 | -0/+1 |
|/ | |||||
* | StereoPannerNode DOM | Maria Sable | 2019-04-30 | 1 | -0/+1 |
| | |||||
* | Introduce NodeRareData and ElementRareData | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+1 |
| | |||||
* | Partial ShadowRoot implementation of DocumentOrShadowRoot | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+1 |
| | |||||
* | ShadowRoot interface | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+1 |
| | |||||
* | Add empty XRPose interface | Manish Goregaokar | 2019-04-03 | 1 | -0/+1 |
| | |||||
* | Add XRRenderState | Manish Goregaokar | 2019-03-25 | 1 | -0/+1 |
| | |||||
* | Implement XMLSerializer interface | George Roman | 2019-03-21 | 1 | -0/+1 |
| | |||||
* | Implement CDATASection interface and createCDATASection method | George Roman | 2019-03-14 | 1 | -0/+1 |
| | |||||
* | Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵ | sreeise | 2019-03-03 | 1 | -0/+5 |
| | | | | interfaces | ||||
* | Add empty MediaStream interface | Manish Goregaokar | 2019-01-29 | 1 | -0/+1 |
| | |||||
* | Add empty MediaDevices interface | Manish Goregaokar | 2019-01-29 | 1 | -0/+1 |
| | |||||
* | Add RTCPeerConnectionIceEvent | Manish Goregaokar | 2019-01-29 | 1 | -0/+1 |
| | |||||
* | Add empty RTCIceCandidate interface | Manish Goregaokar | 2019-01-28 | 1 | -0/+1 |
| | |||||
* | Add empty RTCSessionDescription interface | Manish Goregaokar | 2019-01-28 | 1 | -0/+1 |
| | |||||
* | Add empty RTCPeerConnection interface | Manish Goregaokar | 2019-01-28 | 1 | -0/+1 |
| | |||||
* | Implement formdata event | CYBAI | 2019-01-23 | 1 | -0/+1 |
| | |||||
* | Initial Steps OffScreenCanvas API | Maharsh | 2019-01-15 | 1 | -0/+2 |
| | |||||
* | Implement DOM APIs for ChannelSplitterNode | Mauricio Collares | 2019-01-10 | 1 | -0/+1 |
| | |||||
* | Support fetching viewport info | Manish Goregaokar | 2018-12-21 | 1 | -0/+1 |
| | |||||
* | Basic XRRigidTransform interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Basic XRView interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Basic XRViewerPose interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Basic XRReferenceSpace interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+2 |
| | |||||
* | Basic XRSpace interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Basic XRFrame interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+3 |
| | |||||
* | Basic XRSession interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | Move VR interface to XR | Manish Goregaokar | 2018-12-19 | 1 | -1/+1 |
| | | | | The WebVR spec no longer has a navigator.vr, but there is a navigator.XR in the XR spec. Instead of duplicating work I've combined the two. | ||||
* | script: Create structures for TextTrack API | Dan Robertson | 2018-12-11 | 1 | -0/+4 |
| | | | | | | | | | Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList | ||||
* | Introduce NavigationPreloadManager for ServiceWorkerRegistration | CYBAI | 2018-12-08 | 1 | -0/+1 |
| | |||||
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -1/+2 |
| | | | | | | | | | | | | refactoring with ResourceFetchMetadata implemented deprecated window.timing functionality created ResourceTimingListener trait fixed w3c links in navigation timing updated include.ini to run resource timing tests on ci | ||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Fixes #17222. | ||||
* | 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 |
| |