aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-1/+2
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-3/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-14/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-18/+5
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+3
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-2/+1
* script: Make `PartialEq` on element type IDs generate a lot less code.Patrick Walton2015-06-121-3/+10
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-2/+4
* Fix some overlong lines.Ms2ger2015-05-141-1/+3
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1