aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_image.rs
Commit message (Expand)AuthorAgeFilesLines
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+2
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-40/+30
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-2/+2
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-4/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+12
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+1
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-8/+5
* Add url for LayoutImageContextCaio2019-03-161-4/+3
* 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-5/+7
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* 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