aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-5/+0
* Fix/silence some warningsSimon Sapin2016-12-201-1/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Remove redundant url clonesPu Xingyu2016-11-181-2/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+7
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-3/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+5
* Make make_enumerated_getter prettier again.Corey Farwell2016-10-121-1/+1
* Use the fetch stack for HTMLMediaElement.Ms2ger2016-10-101-13/+45
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-6/+5
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* checking for metadata in htmlmediaelement::response_completeGregory2016-09-271-1/+6
* Bring referrer policy delivery to <a> and <link> via rel attributeYing-Ruei Liang(KK)2016-09-201-1/+1
* Auto merge of #13094 - GuillaumeGomez:the_comeback, r=KiChjangbors-servo2016-09-091-6/+19
|\
| * Put back video metadataGuillaume Gomez2016-09-091-6/+19
* | dom::Response implementationMalisa Smith2016-09-061-2/+1
|/
* script: Disable our dependency in ffmpeg until the media madness is over.Emilio Cobos Álvarez2016-08-171-25/+3
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+2
* Change tests results to set timeout/failure expectedGuillaume Gomez2016-07-301-2/+1
* Add condition to not use video-metadata on aarch64 architecture as wellGuillaume Gomez2016-07-281-3/+3
* Disable video-metadata build on arm architecture as wellGuillaume Gomez2016-07-271-3/+4
* Remove video-metadata from android platformGuillaume Gomez2016-07-271-18/+30
* Implement video-metadata checkggomez2016-07-251-5/+32
* Implement Runnable trait name method for PauseIfNotInDocumentTaskKuba Birecki2016-07-181-0/+2
* Make task queue API usable from non-main threads.Josh Matthews2016-07-141-4/+5
* Move boxing to runnable initializationConnor Brewster2016-07-131-4/+4
* Make all task source runnables cancellableConnor Brewster2016-07-131-6/+5
* Add event runnablesConnor Brewster2016-07-111-4/+4
* Implement Runnable trait name method for FireSimpleEventTaskMovingtoMars2016-07-101-0/+2
* Implement Runnable trait name method for ResourceSelectionTask, fixing #12348Pierre-Alain Bandinelli2016-07-091-0/+2
* Add name method for Runnable trait in DedicatedMediaSourceFailureTask, fixing...Pierre-Alain Bandinelli2016-07-091-0/+2
* Make network listener runnable cancellableConnor Brewster2016-07-081-1/+3
* Combined DOMManipulationTask runnable variants into a single variantConnor Brewster2016-07-061-4/+4
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-3/+2
* Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-1/+1
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-0/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-2/+0
* Add more specification step comments and update to the latest specification.Josh Matthews2016-05-031-45/+135
* Tidy fixes.Josh Matthews2016-05-031-2/+4
* Implement partial spec-recommended preload=none support.Josh Matthews2016-05-031-1/+19
* Execute the failure steps for an empty src attribute.Josh Matthews2016-05-031-1/+1
* Pause media elements when they're removed from the document.Josh Matthews2016-05-031-1/+31
* Implement play, pause, paused, and autoplay APIs.Josh Matthews2016-05-031-9/+104
* Implement load, canPlayType, and error APIs for media elements.Josh Matthews2016-05-031-3/+37
* Implement basic media resource selection and fetching.Josh Matthews2016-05-031-7/+468
* Add stubs for src and currentSrc for HTMLMediaElement.Josh Matthews2016-05-031-0/+39
* Stub out readyState and networkState attributes for HTMLMediaElement.Josh Matthews2016-04-281-1/+18