aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-0/+2
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+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-0/+1
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-2/+9
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-4/+4
* servo-media 1e28d1d997: don't unwrap ServoMedia::get() (#35049)mcclure2025-01-181-2/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-17/+9
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-20/+28
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-40/+36
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-56/+47
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-140/+123
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-38/+38
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Implement `ShadowRoot.clonable` attribute (#34514)Simon Wülker2024-12-071-1/+1
* script: Dirty video element when clearing video frame data. (#34435)Josh Matthews2024-11-301-1/+2
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-2/+9
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Implement `element.shadowRoot` attribute (#34306)Simon Wülker2024-11-211-1/+4
* Fix GC borrow hazards triggered by LoadBlocker::terminate (#34122)tanishka2024-11-041-5/+6
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-50/+51
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-2/+6
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-15/+23
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-7/+9
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-0/+2
* 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