aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/prefetch.rs
Commit message (Expand)AuthorAgeFilesLines
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-4/+22
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+5
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+9
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-16/+29
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Remove referrer policy from document (#34263)shanehandley2024-11-191-4/+4
* Support HTML parser reentrancy (#32820)Josh Matthews2024-08-161-17/+16
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* 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