aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlvideoelement.rs
Commit message (Expand)AuthorAgeFilesLines
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-45/+35
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-4/+4
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-2/+1
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-6/+8
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-6/+3
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-2/+2
* fix invalid video poster image loading from panicking (#31447)Sebastian C2024-02-281-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-4/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-19/+21
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Fix intermittency when loading poster imagesMartin Robinson2023-01-111-6/+13
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+1
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-081-2/+6
* Use a restyle for animation ticksMartin Robinson2020-05-051-3/+2
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-17/+14
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Update servo-media with MediaElementAudioSourceNode engineFernando Jiménez Moreno2019-11-181-3/+3
* Auto merge of #24340 - jdm:image-cache-cors, r=Manishearthbors-servo2019-10-071-0/+2
|\
| * Support CORS attributes for image elements.Josh Matthews2019-10-041-0/+1
| * Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-0/+1
* | implement get_image_pixels() for video elementVíctor Manuel Jáquez Leal2019-10-041-0/+27
|/
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-10/+7
* Terminate poster frame load blocker before blocking againFernando Jiménez Moreno2019-01-141-0/+1
* Make poster frame load blocker independent from media element's oneFernando Jiménez Moreno2019-01-141-1/+20
* Parse poster url relative to the node's documentFernando Jiménez Moreno2019-01-141-7/+1
* Reftest for video poster frameFernando Jiménez Moreno2019-01-111-0/+10
* Implement HTMLMediaElement poster attributeFernando Jiménez Moreno2019-01-111-3/+277
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* HTMLMediaElement - fire durationchange and resize iff something changesFernando Jiménez Moreno2018-10-301-0/+8
* Rustfmt and make tidy happyFernando Jiménez Moreno2018-10-081-2/+4
* Media element duration paramFernando Jiménez Moreno2018-10-081-0/+2
* videoWidth and videoHeight paramsFernando Jiménez Moreno2018-10-081-1/+31
* Format script componentchansuke2018-09-191-10/+19
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* 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-4/+3
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-3/+3
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1