aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlimageelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-3/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-5/+0
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-041-7/+8
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* Clippy: Fixed warnings in htmlimageelement.rs (#31800)Aarya Khandelwal2024-03-211-17/+17
* Clippy: Fixed clippy warnings in components/script/dom (#31801)Aarya Khandelwal2024-03-211-7/+7
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-5/+2
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-5/+6
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-4/+5
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-11-241-0/+2
* 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-46/+48
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+6
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-0/+9
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+4
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-081-3/+11
* Auto merge of #26450 - PeterZhizhin:add_referrerpolicy_to_list_of_relevant_mu...bors-servo2020-05-071-2/+40
|\
| * Added referrerpolicy as relevant mutation for imgPeterZhizhin2020-05-071-2/+40
* | Use a restyle for animation ticksMartin Robinson2020-05-051-4/+2
|/
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-85/+67
* Introduce <LayoutDom<HTMLImageElement>>::current_requestAnthony Ramine2020-04-011-32/+19
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-16/+10
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-3/+3
* Make LayoutHTMLImageElementHelpers methods take selfAnthony Ramine2020-03-291-16/+12
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1