aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Prevent moving CanGc values between threads/tasks (#33902)Josh Matthews2024-10-181-31/+31
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-6/+6
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-39/+19
* clippy: Fix warnings in `components/script/dom` & `components/servo` (#33853)tanishka2024-10-161-0/+1
* Fixed same_enum_variation clippy warnings in components/script/dom (#33818)komuhangi2024-10-141-12/+12
* Remove some fixed fixmes (#33824)shanehandley2024-10-131-6/+4
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-16/+16
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-4/+4
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-0/+1
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-16/+16
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-16/+16
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-7/+9
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-2/+2
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-57/+58
* Remove media element state changes triggered by network responses (#32643)Josh Matthews2024-07-091-29/+47
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-4/+4
* clippy: Fix `redundant_*` warnings (#32056)eri2024-04-111-1/+2
* Fixed some clippy warnings by replacing 'match' with 'if' (#32007)komuhangi2024-04-071-9/+6
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-0/+1
* Show poster over first video frame if available (#32001)eri2024-04-051-5/+22
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-2/+2
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-3/+6
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-12/+13
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-2/+1
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-7/+5
* dom: Abort media element load on decode errors (#31748)Frederik Reiter2024-03-261-0/+18
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-6/+6
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+4
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-2/+2
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-2/+2
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-6/+4
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Fix crash when closing window containing video element (#31413)Josh Matthews2024-02-231-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-15/+15
* script: Start replacing `time` with `std::time` and `chrono` (#30639)Auguste Baum2024-01-161-11/+10
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-39/+44
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-5/+5
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+8
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-0/+2
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-1/+10
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* Fix intermittency when loading poster imagesMartin Robinson2023-01-111-15/+11
* Update nightly rustc.Josh Matthews2021-11-011-1/+1