aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlimageelement.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-9/+11
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-8/+8
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-8/+6
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-5/+5
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-6/+6
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-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-44/+17
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-79/+85
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-14/+14
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-9/+10
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-8/+10
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-40/+28
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-22/+21
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Implement referrerpolicy attribute on remaining elements (#34736)shanehandley2024-12-221-6/+4
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-111-3/+1
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-251-0/+4
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-6/+7
* Use the correct fallback referrer policy for the empty string case (#34201)shanehandley2024-11-101-2/+3
* Fix GC borrow hazards triggered by LoadBlocker::terminate (#34122)tanishka2024-11-041-8/+9
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-9/+13
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-12/+18
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-2/+2
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-4/+4
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+1
* Fix GC borrow hazard in HTMLImageElement::finish_reacting_to_environment_chan...chickenleaf2024-10-191-1/+1
* Prevent moving CanGc values between threads/tasks (#33902)Josh Matthews2024-10-181-13/+4
* 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
* Handle multibyte characters in img srcset (#33873)evuez2024-10-171-4/+4
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-35/+32
* Fixed same_enum_variation clippy warnings in components/script/dom (#33818)komuhangi2024-10-141-12/+12
* Replace CanGc::note() calls with arguments in `components/script/dom` (#33692)tanishka2024-10-081-1/+3
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-2/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-31/+33
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-13/+18
* fix many clippy warnings (#33510)Gae242024-09-211-1/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-6/+4
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-16/+12
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-51/+84
* script: Fix panic in `htmlimageelement.rs` using `str::find()` to find charac...Kopanov Anton2024-08-241-163/+257
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+2
* Implement HTMLImageElement decode (#31269)Taym Haddadi2024-06-131-1/+89
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+3
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-2/+4