aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update reference spaces to new modelManish Goregaokar2019-06-101-1/+0
|
* Implement WheelEvent InterfaceRobert Snakard2019-06-091-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 interfaceManish Goregaokar2019-05-301-0/+1
|
* Add blank XRTest interfaceManish Goregaokar2019-05-301-0/+1
|
* Auto merge of #23342 - Manishearth:webrtc-streams, r=ferjmbors-servo2019-05-091-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 RTCTrackEventManish Goregaokar2019-05-081-0/+1
| |
| * Add MediaStreamTrack interfaceManish Goregaokar2019-05-071-0/+1
| |
* | Add blank XRInputSourceManish Goregaokar2019-05-031-0/+1
|/
* StereoPannerNode DOMMaria Sable2019-04-301-0/+1
|
* Introduce NodeRareData and ElementRareDataFernando Jiménez Moreno2019-04-261-0/+1
|
* Partial ShadowRoot implementation of DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-0/+1
|
* ShadowRoot interfaceFernando Jiménez Moreno2019-04-261-0/+1
|
* Add empty XRPose interfaceManish Goregaokar2019-04-031-0/+1
|
* Add XRRenderStateManish Goregaokar2019-03-251-0/+1
|
* Implement XMLSerializer interfaceGeorge Roman2019-03-211-0/+1
|
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-0/+1
|
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵sreeise2019-03-031-0/+5
| | | | interfaces
* Add empty MediaStream interfaceManish Goregaokar2019-01-291-0/+1
|
* Add empty MediaDevices interfaceManish Goregaokar2019-01-291-0/+1
|
* Add RTCPeerConnectionIceEventManish Goregaokar2019-01-291-0/+1
|
* Add empty RTCIceCandidate interfaceManish Goregaokar2019-01-281-0/+1
|
* Add empty RTCSessionDescription interfaceManish Goregaokar2019-01-281-0/+1
|
* Add empty RTCPeerConnection interfaceManish Goregaokar2019-01-281-0/+1
|
* Implement formdata eventCYBAI2019-01-231-0/+1
|
* Initial Steps OffScreenCanvas APIMaharsh2019-01-151-0/+2
|
* Implement DOM APIs for ChannelSplitterNodeMauricio Collares2019-01-101-0/+1
|
* Support fetching viewport infoManish Goregaokar2018-12-211-0/+1
|
* Basic XRRigidTransform interfaceManish Goregaokar2018-12-191-0/+1
|
* Basic XRView interfaceManish Goregaokar2018-12-191-0/+1
|
* Basic XRViewerPose interfaceManish Goregaokar2018-12-191-0/+1
|
* Basic XRReferenceSpace interfaceManish Goregaokar2018-12-191-0/+2
|
* Basic XRSpace interfaceManish Goregaokar2018-12-191-0/+1
|
* Basic XRFrame interfaceManish Goregaokar2018-12-191-0/+3
|
* Basic XRSession interfaceManish Goregaokar2018-12-191-0/+1
|
* Move VR interface to XRManish Goregaokar2018-12-191-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 APIDan Robertson2018-12-111-0/+4
| | | | | | | | | Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList
* Introduce NavigationPreloadManager for ServiceWorkerRegistrationCYBAI2018-12-081-0/+1
|
* refactored performance timing to align with updated specddh2018-11-201-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 Ikenmeyer2018-11-191-1/+1
|
* Implement TimeRanges interfaceFernando Jiménez Moreno2018-10-311-0/+1
|
* Implement unhandledrejection eventCYBAI2018-10-181-0/+1
|
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-2/+0
| | | | Fixes #17222.
* Implement BiquadFilterNodeManish Goregaokar2018-09-201-0/+1
|
* AnalyserNode in scriptManish Goregaokar2018-09-181-0/+1
|
* Add ChannelMergerNodeManish Goregaokar2018-09-031-0/+1
|
* Add PannerNode DOM interfaceManish Goregaokar2018-08-241-0/+1
|
* Add AudioListener DOM interfaceManish Goregaokar2018-08-241-0/+1
|
* OfflineAudioContextFernando Jiménez Moreno2018-07-301-0/+2
|
* Remove unimplemented PeriodicWave stubFernando Jiménez Moreno2018-07-301-1/+0
|
* AudioBufferSourceNode stubsFernando Jiménez Moreno2018-07-301-0/+1
|