aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/image_listener.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-53/+0
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-1/+1
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-2/+6
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-14/+8
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+4
* Fix type mismatches in Router::add_route calls (#33882)Simon Wülker2024-10-171-2/+2
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-2/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-7/+7
* Implement HTMLMediaElement poster attributeFernando Jiménez Moreno2019-01-111-0/+53