aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/stylesheet_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove referrer policy from document (#34263)shanehandley2024-11-191-7/+4
* Unminify module scripts. (#34206)Josh Matthews2024-11-121-7/+3
* Support persisting unminified external stylesheets (#33919)Taym Haddadi2024-10-301-1/+41
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-2/+3
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-29/+14
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-1/+1
* fix many clippy warnings (#33510)Gae242024-09-211-7/+6
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+2
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-1/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-261-0/+4
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix some clippy problems in `components/script` (#31778)Rosemary Ajayi2024-03-201-4/+3
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-4/+4
* Further changes required by ServoOriol Brufau2023-11-211-1/+1
* Further changes required by ServoOriol Brufau2023-11-211-2/+15
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-24/+27
* Avoid assert failure when using @importOriol Brufau2023-06-141-1/+1
* Further changes required by ServoOriol Brufau2023-05-301-2/+4
* Further changes required by ServoOriol Brufau2023-05-241-13/+7
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+1
* Properly set the url on the Response object when the response is an opaquered...Bastien Orivel2020-05-061-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+2
* Support CORS attributes for image elements.Josh Matthews2019-10-041-17/+4
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-19/+42
* Rename shadow_root_from_node to containing_shadow_rootFernando Jiménez Moreno2019-04-261-2/+2
* Invalidate and flush shadow tree stylesheets where neededFernando Jiménez Moreno2019-04-261-2/+10
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+2
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-15/+14
* refactored performance timing to align with updated specddh2018-11-201-2/+37
* 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-4/+7
* Reorder importsPyfisch2018-11-061-5/+9
* Format remaining filesPyfisch2018-11-061-1/+5
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Update hyper to 0.12Bastien Orivel2018-11-011-15/+7
* Format script componentchansuke2018-09-191-55/+84
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+2
* Split CssUrl from SpecifiedUrl for non-value URLs.Xidorn Quan2018-03-081-2/+2
* Use encoding-rs instead of rust-encoding for CSS parsingSimon Sapin2017-10-311-3/+2
* Merge request type and destinationKeith Yeung2017-10-231-2/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Runnable to TaskAnthony Ramine2017-09-161-1/+1
* Preserve sourceURL comment on style sheetsTom Tromey2017-09-141-0/+1
* style: Don't look for viewport units in stylesheets.Emilio Cobos Álvarez2017-08-281-1/+0
* Expose the source map URL on a style sheetTom Tromey2017-08-171-0/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1