aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-7/+12
* script: Don't panic when IPC WebRender APIs fail during shutdown.Josh Matthews2020-06-091-2/+8
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-11/+10
* Make LayoutHTMLMediaElementHelpers methods take selfAnthony Ramine2020-03-291-2/+2
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-3/+3
* Avoid fetching node global from HTMLMediaElement's destructor.Josh Matthews2020-02-241-4/+6
* Remove unnecessary Option.Josh Matthews2020-02-241-3/+1
* Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)Simon Sapin2020-02-141-1/+1