aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmediaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-2/+2
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-021-2/+2
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-3/+3
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-9/+11
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-191-0/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-4/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-7/+7
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-2/+2
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-0/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-7/+15
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-201-15/+7
* 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