aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/prefetch.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-24/+12
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+7
* checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-3/+11
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-0/+1
* Remove unnecessary LocalName::from(constant) callsPatrick Shaughnessy2020-01-281-2/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-6/+6
* Support CORS attributes for image elements.Josh Matthews2019-10-041-4/+19
* Responding to review commentsAlan Jeffrey2019-09-111-6/+11
* Responding to review commentsAlan Jeffrey2019-09-111-78/+92
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-0/+185