aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlimageelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+5
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-2/+1
* Fix URL attributesAnthony Ramine2017-10-111-1/+3
* Parse srcset attributeNeha2017-10-031-1/+194
* Auto merge of #18714 - jdm:sizes, r=jdmbors-servo2017-10-031-0/+69
|\
| * Parse sizes attribute values.Rakhi Sharma2017-10-021-0/+69
* | Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-8/+8
* | Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* | Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* | Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* | Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* | Introduce TaskOnceAnthony Ramine2017-09-201-5/+5
* | Use task! for step 11.4 of updating the image dataAnthony Ramine2017-09-181-36/+26
* | Use task! to process image responsesAnthony Ramine2017-09-181-33/+13
* | Use task! for step 5.3.7 of updating the image dataAnthony Ramine2017-09-181-32/+17
* | Use task! for step 9 of updating the image dataAnthony Ramine2017-09-181-66/+58
* | Use task! to fire a progress event when updating the image dataAnthony Ramine2017-09-181-24/+21
* | Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* | Rename Runnable to TaskAnthony Ramine2017-09-161-28/+31
|/
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* Refactor HTMLImageElement::handle_event to be idiomaticOmar Akkila2017-07-071-31/+29
* Terminate current load blocker before reassignmentEllen Marie Dash2017-06-151-0/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* fix double borrowing of image requestGregory Terzian2017-06-011-3/+1
* improve spec compliance of update the image dataGregory Terzian2017-05-251-98/+384
* Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-3/+16
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Auto merge of #16063 - methyl:image-usemap-panics, r=noxbors-servo2017-04-121-0/+5
|\
| * Avoid panics for empty or multibyte image usemapLucjan Suski2017-03-211-0/+5
* | making image element areas good at finding areasSendilKumar N2017-04-041-10/+6
* | Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-3/+3
* | Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-11/+12
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-1/+22
* Auto merge of #15882 - ak1t0:clean-up-htmlimageelement, r=Ms2gerbors-servo2017-03-131-16/+9
|\
| * Clean up HTMLImageElement::areasak1t02017-03-131-16/+9
* | Change while loop in HTMLImageElement::handle_event to for loopHugh Gallagher2017-03-101-8/+9
|/
* Auto merge of #15771 - jdm:img-panic, r=noxbors-servo2017-03-081-26/+39
|\
| * Avoid marking image element as complete before its image data is available.Josh Matthews2017-03-071-1/+3
| * Initiate a new image request when an image element's adopting steps are run.Josh Matthews2017-03-011-22/+20
| * Ignore image cache updates for image requests that have been aborted.Josh Matthews2017-02-281-3/+16
* | Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
|/
* Split HTMLImageElement's loading code into smaller pieces with fewer runnables.Josh Matthews2017-02-221-145/+133
* Send response for image requests progressively to image cache.Josh Matthews2017-02-221-21/+28
* Avoid dropping image requests on the ground from non-script-initiated reflow.Josh Matthews2017-02-221-2/+4
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-12/+176
* script: Properly implement the image width and height getter.Emilio Cobos Álvarez2017-01-181-4/+8