aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge request type and destinationKeith Yeung2017-10-231-6/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-16/+16
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-9/+1
* Fix URL attributesAnthony Ramine2017-10-111-1/+10
* Implement a bit more of the "object" path when loading mediaAnthony Ramine2017-10-101-4/+19
* Properly abort any ongoing resource selection on loading a new mediaAnthony Ramine2017-10-101-8/+10
* Set have_metadata for audio elements tooAnthony Ramine2017-10-041-32/+4
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-8/+8
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-8/+8
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Decouple media load blockers from their resource URLAnthony Ramine2017-09-251-24/+51
* Implement the error path for source children of media elementsAnthony Ramine2017-09-251-5/+29
* Return a promise from HTMLMediaElement::PlayAnthony Ramine2017-09-231-96/+198
* Ignore media-related tasks when starting the media load algorithmAnthony Ramine2017-09-231-10/+25
* Remove some obsolete commentsAnthony Ramine2017-09-231-6/+0
* Introduce TaskOnceAnthony Ramine2017-09-201-3/+3
* Clean up HTMLMediaElement::PlayAnthony Ramine2017-09-191-42/+48
* Handle invalid MIME types in HTMLMediaElement::CanPlayTypeAnthony Ramine2017-09-191-3/+9
* Clean up code for the media element load algorithmAnthony Ramine2017-09-191-24/+43
* Clean up code of the resource fetch algorithmAnthony Ramine2017-09-191-60/+81
* Clean up the resource selection algorithm a bitAnthony Ramine2017-09-191-48/+69
* Clean up HTMLMediaElement::change_ready_stateAnthony Ramine2017-09-191-72/+50
* Use task! for the dedicated media source failure stepsAnthony Ramine2017-09-181-34/+28
* Use task! for notifying about playingAnthony Ramine2017-09-181-9/+6
* Introduce a task! macro and use it for internal pause stepsAnthony Ramine2017-09-181-9/+6
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Rename Runnable to TaskAnthony Ramine2017-09-161-8/+8
* Use an enum for the ready state of media elementsAnthony Ramine2017-09-141-41/+51
* Use an enum for the network state of media elementsAnthony Ramine2017-09-141-16/+27
* Fix some HTMLMediaElement spec linksAnthony Ramine2017-09-141-5/+5
* Document HTMLMediaElement fields and cleanup some algosAnthony Ramine2017-09-071-64/+84
* Put HTMLMediaElement first in its moduleAnthony Ramine2017-09-061-174/+174
* Do not NIH queueing a task to fire an event in htmlmediaelementAnthony Ramine2017-09-041-59/+78
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-4/+0
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* use microtasks to await a stable stateGregory Terzian2017-05-191-47/+36
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-2/+2
|/
* 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