aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlvideoelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe10 days1-0/+6
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-2/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-6/+10
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-31/+47
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-25/+18
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-7/+9
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-1/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-3/+4
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-9/+10
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Fix GC borrow hazards triggered by LoadBlocker::terminate (#34122)tanishka2024-11-041-5/+5
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-22/+107
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+2
* 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