aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_image.rs
Commit message (Expand)AuthorAgeFilesLines
* Format script componentchansuke2018-09-191-17/+22
* implement window.stop, improve aborting document loadGregory Terzian2018-07-291-1/+1
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+2
* Merge request type and destinationKeith Yeung2017-10-231-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Document::mut_loader to loader_mutAnthony Ramine2017-09-251-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-3/+3
* Extract layout image request into separate file. Do not block the document lo...Josh Matthews2017-02-221-0/+81