Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -4/+4 |
| | | | | Fixes #27660 | ||||
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Expose HTMLMediaElement.controls | Fernando Jiménez Moreno | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | Implement HTMLMediaElement.crossorigin attribute logic. | Jack Britton | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Implement HTMLMediaElement.loop Attribute | Swarnim Arun | 2019-04-26 | 1 | -1/+1 |
| | |||||
* | Implement srcObject logic for Blob media providers | Fernando Jiménez Moreno | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵ | sreeise | 2019-03-03 | 1 | -2/+2 |
| | | | | interfaces | ||||
* | Implement HTMLMediaElement muted and defaultMuted attributes | Steve Sweetney | 2019-02-18 | 1 | -2/+2 |
| | |||||
* | Add media cache and implement HTMLMediaElement.buffering | Fernando Jiménez Moreno | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Implement Ended media attribute | german gomez | 2019-01-11 | 1 | -1/+1 |
| | | | | Signed-off-by: german gomez <germangb42@gmail.com> | ||||
* | Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributes | George Roman | 2018-12-26 | 1 | -2/+2 |
| | |||||
* | Update src/href attributes to be a USVString | Dan Robertson | 2018-12-17 | 1 | -2/+2 |
| | | | | | | | | | | | | The following IDLs have the src/href attributes typed as a DOMString while in the spec the attribute has been updated to be a USVString: - HTMLIFrameElement - HTMLImageElement - HTMLInputElement - HTMLLinkElement - HTMLMediaElement - HTMLScriptElement | ||||
* | Implementing volume attribute into HTMLMediaElement | Lucas Fantacuci | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | script: Create structures for TextTrack API | Dan Robertson | 2018-12-11 | 1 | -2/+2 |
| | | | | | | | | | Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList | ||||
* | HTMLMediaElement playing attribute | Fernando Jiménez Moreno | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | HTMLMediaElement seeking | Fernando Jiménez Moreno | 2018-10-26 | 1 | -2/+2 |
| | |||||
* | Setter and getter for HTMLMediaElement.currentTime | Fernando Jiménez Moreno | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | Media element duration param | Fernando Jiménez Moreno | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | Implement a bit more of the "object" path when loading media | Anthony Ramine | 2017-10-10 | 1 | -1/+2 |
| | |||||
* | Update HTMLMediaElement.webidl according to spec | Anthony Ramine | 2017-10-10 | 1 | -23/+15 |
| | |||||
* | Return a promise from HTMLMediaElement::Play | Anthony Ramine | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | Add CEReactions where needed | Connor Brewster | 2017-07-18 | 1 | -45/+51 |
| | |||||
* | Removed incorrectly exposed webidl interfaces | Lucas Lois | 2016-10-16 | 1 | -1/+1 |
| | | | | | I removed exposure in Window and Worker to some interfaces that was not specified in the specification. | ||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Implement partial spec-recommended preload=none support. | Josh Matthews | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | Implement play, pause, paused, and autoplay APIs. | Josh Matthews | 2016-05-03 | 1 | -4/+4 |
| | |||||
* | Implement load, canPlayType, and error APIs for media elements. | Josh Matthews | 2016-05-03 | 1 | -4/+4 |
| | |||||
* | Add stubs for src and currentSrc for HTMLMediaElement. | Josh Matthews | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | Stub out readyState and networkState attributes for HTMLMediaElement. | Josh Matthews | 2016-04-28 | 1 | -11/+11 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Explicitly place '/' before fragment for multipage spec links | Corey Farwell | 2015-10-10 | 1 | -1/+1 |
| | | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost | ||||
* | Replace usage of old-style WHATWG spec links | Corey Farwell | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -0/+1 |
| | | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums. | ||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+67 |