aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlimageelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Handle nonexistent images in CanvasRenderingContext2D.createPattern()pylbrecht2020-03-131-7/+4
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-3/+2
* Add image usability checks to drawImage()pylbrecht2020-02-031-1/+21
* Remove unnecessary LocalName::from(constant) callsPatrick Shaughnessy2020-01-281-1/+1
* Auto merge of #25515 - pshaughn:checkpoints, r=jdmbors-servo2020-01-251-10/+4
|\
| * Add microtask checkpoints on </script> and CE constructPatrick Shaughnessy2020-01-151-10/+4
* | Auto merge of #25431 - warren-fisher:create-html-element, r=jdmbors-servo2020-01-211-4/+13
|\ \
| * | use create_html_element for HTMLAudioElement and HTMLImageElementWarren Fisher2020-01-041-4/+13
* | | Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+3
| |/ |/|
* | Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+2
|/
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Correct inverted logic for available image checks.Josh Matthews2019-11-061-4/+1
* Add useful debug output for HTTP response and image cache.Josh Matthews2019-10-041-0/+1
* Support CORS attributes for image elements.Josh Matthews2019-10-041-5/+33
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-1/+8
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-3/+18
* Remove <img>'s historical progress eventsBastien Orivel2019-09-011-23/+2
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+6
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+3
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-3/+3
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-7/+4