aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLMediaElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-4/+4
| | | | Fixes #27660
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Expose HTMLMediaElement.controlsFernando Jiménez Moreno2019-07-221-1/+1
|
* Implement HTMLMediaElement.crossorigin attribute logic.Jack Britton2019-05-221-1/+1
|
* Implement HTMLMediaElement.loop AttributeSwarnim Arun2019-04-261-1/+1
|
* Implement srcObject logic for Blob media providersFernando Jiménez Moreno2019-03-271-1/+1
|
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵sreeise2019-03-031-2/+2
| | | | interfaces
* Implement HTMLMediaElement muted and defaultMuted attributesSteve Sweetney2019-02-181-2/+2
|
* Add media cache and implement HTMLMediaElement.bufferingFernando Jiménez Moreno2019-01-171-1/+1
|
* Implement Ended media attributegerman gomez2019-01-111-1/+1
| | | | Signed-off-by: german gomez <germangb42@gmail.com>
* Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributesGeorge Roman2018-12-261-2/+2
|
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-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 HTMLMediaElementLucas Fantacuci2018-12-121-1/+1
|
* script: Create structures for TextTrack APIDan Robertson2018-12-111-2/+2
| | | | | | | | | Fill out the basics for the WebIDLs for the following: - TextTrack - TextTrackCue - TextTrackCueList - TextTrackList
* HTMLMediaElement playing attributeFernando Jiménez Moreno2018-11-211-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* HTMLMediaElement seekingFernando Jiménez Moreno2018-10-261-2/+2
|
* Setter and getter for HTMLMediaElement.currentTimeFernando Jiménez Moreno2018-10-261-1/+1
|
* Media element duration paramFernando Jiménez Moreno2018-10-081-1/+1
|
* Implement a bit more of the "object" path when loading mediaAnthony Ramine2017-10-101-1/+2
|
* Update HTMLMediaElement.webidl according to specAnthony Ramine2017-10-101-23/+15
|
* Return a promise from HTMLMediaElement::PlayAnthony Ramine2017-09-231-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-45/+51
|
* Removed incorrectly exposed webidl interfacesLucas Lois2016-10-161-1/+1
| | | | | I removed exposure in Window and Worker to some interfaces that was not specified in the specification.
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Implement partial spec-recommended preload=none support.Josh Matthews2016-05-031-1/+1
|
* Implement play, pause, paused, and autoplay APIs.Josh Matthews2016-05-031-4/+4
|
* Implement load, canPlayType, and error APIs for media elements.Josh Matthews2016-05-031-4/+4
|
* Add stubs for src and currentSrc for HTMLMediaElement.Josh Matthews2016-05-031-2/+2
|
* Stub out readyState and networkState attributes for HTMLMediaElement.Josh Matthews2016-04-281-11/+11
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-1/+1
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-1/+1
|
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-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 HTTPSCorey Farwell2015-04-131-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 servoJack Moffitt2014-09-081-0/+67