aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlimageelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorder importsPyfisch2018-11-061-8/+10
* Format remaining filesPyfisch2018-11-061-17/+23
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-38/+38
* Update hyper to 0.12Bastien Orivel2018-11-011-13/+10
* Make layout use available image data before querying the image cache.Josh Matthews2018-10-121-0/+11
* Adding relevant mutations and new test resultspaavininanda2018-09-201-8/+13
* implement missing steps for complete apinupurbaghel2018-09-201-5/+10
* Format script componentchansuke2018-09-191-268/+384
* Implement proper origin checks for WebGL textures (fixes #21522)Anthony Ramine2018-09-181-6/+5
* Current-pixel-density tests passingpaavininanda2018-09-131-14/+24
* Reacting to environment changespaavininanda2018-09-121-18/+279
* Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-5/+14
* correct failing testsnupurbaghel2018-09-011-1/+7
* correct currentSrc functionnupurbaghel2018-09-011-2/+2
* fire error when placeholder image is loadedGregory Terzian2018-08-261-23/+28
* Auto merge of #21111 - gterzian:implement_document_load_cancellation, r=jdmbors-servo2018-07-291-1/+1
|\
| * implement window.stop, improve aborting document loadGregory Terzian2018-07-291-1/+1
* | Auto merge of #21219 - paavininanda:Update_the_image_data, r=jdmbors-servo2018-07-231-8/+26
|\ \
| * | Step3,4,5paavininanda2018-07-211-8/+26
* | | implement step 5 of select_image_sourcenupurbaghel2018-07-211-7/+25
|/ /
* / implement update_source_set, select_image_sourcenupurbaghel2018-07-191-13/+273
|/
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-3/+3
* Remove unused code for parsing a `sizes` attribute.Emilio Cobos Álvarez2018-07-011-70/+0
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-4/+7
* Auto merge of #18981 - KiChjang:fold-type-destination, r=avadacatavrabors-servo2017-10-241-2/+1
|\
| * Merge request type and destinationKeith Yeung2017-10-231-2/+1
* | Use try syntax for Option where appropriateMatt Brubeck2017-10-201-4/+1
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+5
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-2/+1