| Commit message (Expand) | Author | Age | Files | Lines |
* | script: Disable our dependency in ffmpeg until the media madness is over. | Emilio Cobos Álvarez | 2016-08-17 | 1 | -25/+3 |
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -1/+2 |
* | Change tests results to set timeout/failure expected | Guillaume Gomez | 2016-07-30 | 1 | -2/+1 |
* | Add condition to not use video-metadata on aarch64 architecture as well | Guillaume Gomez | 2016-07-28 | 1 | -3/+3 |
* | Disable video-metadata build on arm architecture as well | Guillaume Gomez | 2016-07-27 | 1 | -3/+4 |
* | Remove video-metadata from android platform | Guillaume Gomez | 2016-07-27 | 1 | -18/+30 |
* | Implement video-metadata check | ggomez | 2016-07-25 | 1 | -5/+32 |
* | Implement Runnable trait name method for PauseIfNotInDocumentTask | Kuba Birecki | 2016-07-18 | 1 | -0/+2 |
* | Make task queue API usable from non-main threads. | Josh Matthews | 2016-07-14 | 1 | -4/+5 |
* | Move boxing to runnable initialization | Connor Brewster | 2016-07-13 | 1 | -4/+4 |
* | Make all task source runnables cancellable | Connor Brewster | 2016-07-13 | 1 | -6/+5 |
* | Add event runnables | Connor Brewster | 2016-07-11 | 1 | -4/+4 |
* | Implement Runnable trait name method for FireSimpleEventTask | MovingtoMars | 2016-07-10 | 1 | -0/+2 |
* | Implement Runnable trait name method for ResourceSelectionTask, fixing #12348 | Pierre-Alain Bandinelli | 2016-07-09 | 1 | -0/+2 |
* | Add name method for Runnable trait in DedicatedMediaSourceFailureTask, fixing... | Pierre-Alain Bandinelli | 2016-07-09 | 1 | -0/+2 |
* | Make network listener runnable cancellable | Connor Brewster | 2016-07-08 | 1 | -1/+3 |
* | Combined DOMManipulationTask runnable variants into a single variant | Connor Brewster | 2016-07-06 | 1 | -4/+4 |
* | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 1 | -3/+2 |
* | Abstractify the Listener abstractions further | Manish Goregaokar | 2016-06-10 | 1 | -1/+1 |
* | Clean up DOMManipulationTaskSource | Keith Yeung | 2016-06-02 | 1 | -0/+1 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -2/+0 |
* | Add more specification step comments and update to the latest specification. | Josh Matthews | 2016-05-03 | 1 | -45/+135 |
* | Tidy fixes. | Josh Matthews | 2016-05-03 | 1 | -2/+4 |
* | Implement partial spec-recommended preload=none support. | Josh Matthews | 2016-05-03 | 1 | -1/+19 |
* | Execute the failure steps for an empty src attribute. | Josh Matthews | 2016-05-03 | 1 | -1/+1 |
* | Pause media elements when they're removed from the document. | Josh Matthews | 2016-05-03 | 1 | -1/+31 |
* | Implement play, pause, paused, and autoplay APIs. | Josh Matthews | 2016-05-03 | 1 | -9/+104 |
* | Implement load, canPlayType, and error APIs for media elements. | Josh Matthews | 2016-05-03 | 1 | -3/+37 |
* | Implement basic media resource selection and fetching. | Josh Matthews | 2016-05-03 | 1 | -7/+468 |
* | Add stubs for src and currentSrc for HTMLMediaElement. | Josh Matthews | 2016-05-03 | 1 | -0/+39 |
* | Stub out readyState and networkState attributes for HTMLMediaElement. | Josh Matthews | 2016-04-28 | 1 | -1/+18 |
* | Remove unnecessary conversion to/from DOMString for localName. | Eli Friedman | 2015-12-02 | 1 | -1/+2 |
* | Explicitly customise flags of new nodes where needed | Anthony Ramine | 2015-10-15 | 1 | -3/+2 |
* | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -14/+1 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -18/+5 |
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -2/+0 |
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -1/+3 |
* | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -1/+1 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -2/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+1 |
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -1/+1 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -2/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -2/+1 |
* | script: Make `PartialEq` on element type IDs generate a lot less code. | Patrick Walton | 2015-06-12 | 1 | -3/+10 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -2/+4 |
* | Fix some overlong lines. | Ms2ger | 2015-05-14 | 1 | -1/+3 |
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -1/+1 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |