aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlimageelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ImageContext.aborted does not need to be inside a CellFernando Jiménez Moreno2019-01-111-4/+4
* Implement HTMLMediaElement poster attributeFernando Jiménez Moreno2019-01-111-40/+12
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+7
* Auto merge of #22490 - cdeler:fix-22484-issue, r=ferjmbors-servo2018-12-231-1/+1
|\
| * #22484 Do not borrow HTMLImageElement::same_origin as mutablecdeler2018-12-181-1/+1
* | Auto merge of #22456 - dlrobertson:fix_src, r=ferjmbors-servo2018-12-221-28/+28
|\ \
| * | Update src/href attributes to be a USVStringDan Robertson2018-12-171-28/+28
| |/
* / Initial window sizes are mandatory.Josh Matthews2018-12-141-16/+7
|/
* Ensure that any image tasks queued before a cached image is available are ign...Josh Matthews2018-11-301-1/+4
* refactored performance timing to align with updated specddh2018-11-201-2/+39
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-13/+19
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-5/+5