Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename MutNullableJS<T> to MutNullableDom<T> | Anthony Ramine | 2017-09-26 | 1 | -2/+2 | |
| | ||||||
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 | |
| | ||||||
* | Decouple media load blockers from their resource URL | Anthony Ramine | 2017-09-25 | 1 | -24/+51 | |
| | | | | | A media element can delay the document's load event without having a resource URL, and it can even block it while being inserted into a different document AFAIK. | |||||
* | Implement the error path for source children of media elements | Anthony Ramine | 2017-09-25 | 1 | -5/+29 | |
| | | | | This removes some test timeout. | |||||
* | Return a promise from HTMLMediaElement::Play | Anthony Ramine | 2017-09-23 | 1 | -96/+198 | |
| | ||||||
* | Ignore media-related tasks when starting the media load algorithm | Anthony Ramine | 2017-09-23 | 1 | -10/+25 | |
| | ||||||
* | Remove some obsolete comments | Anthony Ramine | 2017-09-23 | 1 | -6/+0 | |
| | ||||||
* | Introduce TaskOnce | Anthony Ramine | 2017-09-20 | 1 | -3/+3 | |
| | | | | | Having both TaskBox and TaskOnce allows us to remove the superfluous inner boxing from CancellableTask<T>. | |||||
* | Clean up HTMLMediaElement::Play | Anthony Ramine | 2017-09-19 | 1 | -42/+48 | |
| | ||||||
* | Handle invalid MIME types in HTMLMediaElement::CanPlayType | Anthony Ramine | 2017-09-19 | 1 | -3/+9 | |
| | ||||||
* | Clean up code for the media element load algorithm | Anthony Ramine | 2017-09-19 | 1 | -24/+43 | |
| | ||||||
* | Clean up code of the resource fetch algorithm | Anthony Ramine | 2017-09-19 | 1 | -60/+81 | |
| | ||||||
* | Clean up the resource selection algorithm a bit | Anthony Ramine | 2017-09-19 | 1 | -48/+69 | |
| | ||||||
* | Clean up HTMLMediaElement::change_ready_state | Anthony Ramine | 2017-09-19 | 1 | -72/+50 | |
| | ||||||
* | Use task! for the dedicated media source failure steps | Anthony Ramine | 2017-09-18 | 1 | -34/+28 | |
| | ||||||
* | Use task! for notifying about playing | Anthony Ramine | 2017-09-18 | 1 | -9/+6 | |
| | ||||||
* | Introduce a task! macro and use it for internal pause steps | Anthony Ramine | 2017-09-18 | 1 | -9/+6 | |
| | ||||||
* | Move Task to its own module | Anthony Ramine | 2017-09-18 | 1 | -1/+2 | |
| | ||||||
* | Rename Runnable to Task | Anthony Ramine | 2017-09-16 | 1 | -8/+8 | |
| | | | | | | | | | | | | The changes are: * `*Runnable` -> `*Task`; * `RunnableMsg` -> `Task`; * `RunnableWrapper` -> `TaskCanceller`; * `MainThreadRunnable` -> `MainThreadTask`; * `wrap_runnable` -> `wrap_task`; * `get_runnable_wrapper` -> `task_canceller`; * `handler` -> `run`; * `main_thread_handler` -> `run_with_script_thread`. | |||||
* | Use an enum for the ready state of media elements | Anthony Ramine | 2017-09-14 | 1 | -41/+51 | |
| | ||||||
* | Use an enum for the network state of media elements | Anthony Ramine | 2017-09-14 | 1 | -16/+27 | |
| | ||||||
* | Fix some HTMLMediaElement spec links | Anthony Ramine | 2017-09-14 | 1 | -5/+5 | |
| | ||||||
* | Document HTMLMediaElement fields and cleanup some algos | Anthony Ramine | 2017-09-07 | 1 | -64/+84 | |
| | ||||||
* | Put HTMLMediaElement first in its module | Anthony Ramine | 2017-09-06 | 1 | -174/+174 | |
| | ||||||
* | Do not NIH queueing a task to fire an event in htmlmediaelement | Anthony Ramine | 2017-09-04 | 1 | -59/+78 | |
| | ||||||
* | move name implementation as default implementation to the trait and remove ↵ | toidiu | 2017-09-03 | 1 | -4/+0 | |
| | | | | overrides. | |||||
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -2/+2 | |
| | | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs | |||||
* | Change RequestInit origin type to ImmutableOrigin | Fausto Núñez Alberro | 2017-07-16 | 1 | -1/+1 | |
| | ||||||
* | use microtasks to await a stable state | Gregory Terzian | 2017-05-19 | 1 | -47/+36 | |
| | ||||||
* | Solving merge conficts related to the html5ever_atoms -> html5ever change | Christian Poveda | 2017-05-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Upgrade to html5ever 0.16 | Simon Sapin | 2017-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | Changed all prefixes from DOMString to the atomic Prefix from html5ever | Christian Poveda | 2017-05-03 | 1 | -2/+2 | |
|/ | ||||||
* | 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 | |
| | | | | | | It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS. | |||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 | |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | |||||
* | Remove redundant url clones | Pu Xingyu | 2016-11-18 | 1 | -2/+2 | |
| | | | | | They are now redundant since now document.url() returns a struct rather than a reference. | |||||
* | 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 | |
| | | | | Fixes https://github.com/servo/servo/issues/4723. | |||||
* | 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 | |
| | | | | | | updated test expectations reverting changes to webgl test | |||||
* | 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 I updated the `video-metadata-rs` crate: now, no more ffmpeg, just pure rust. The webm format isn't checked yet. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13094) <!-- Reviewable:end --> | |||||
| * | Put back video metadata | Guillaume Gomez | 2016-09-09 | 1 | -6/+19 | |
| | | ||||||
* | | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -2/+1 | |
|/ |