| Commit message (Expand) | Author | Age | Files | Lines |
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | Remove and allow some dead code. | Ms2ger | 2016-12-22 | 1 | -5/+0 |
* | Fix/silence some warnings | Simon Sapin | 2016-12-20 | 1 | -1/+2 |
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -2/+2 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
* | Remove redundant url clones | Pu Xingyu | 2016-11-18 | 1 | -2/+2 |
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -7/+7 |
* | Properly implement TaskSource for NetworkingTaskSource | Keith Yeung | 2016-11-11 | 1 | -3/+2 |
* | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -4/+5 |
* | Make make_enumerated_getter prettier again. | Corey Farwell | 2016-10-12 | 1 | -1/+1 |
* | Use the fetch stack for HTMLMediaElement. | Ms2ger | 2016-10-10 | 1 | -13/+45 |
* | Make TaskSource::queue take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -6/+5 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
* | checking for metadata in htmlmediaelement::response_complete | Gregory | 2016-09-27 | 1 | -1/+6 |
* | Bring referrer policy delivery to <a> and <link> via rel attribute | Ying-Ruei Liang(KK) | 2016-09-20 | 1 | -1/+1 |
* | Auto merge of #13094 - GuillaumeGomez:the_comeback, r=KiChjang | bors-servo | 2016-09-09 | 1 | -6/+19 |
|\ |
|
| * | Put back video metadata | Guillaume Gomez | 2016-09-09 | 1 | -6/+19 |
* | | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -2/+1 |
|/ |
|
* | 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 |