aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-2/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+5
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+2
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+5
* 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-3/+5
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-9/+7
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-4/+4
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-081-1/+5
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-3/+3
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-4/+7
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-42/+21
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-231-1/+1
* fix many clippy warnings (#33510)Gae242024-09-211-3/+1
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-2/+2
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-59/+324
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-3/+3
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-19/+20
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-2/+3
* Implement referrerPolicy for HTMLLinkElement and HTMLScriptElementYUAN LYU2020-12-011-1/+10
* Implements Stylesheet.ownerNodeVincent Ricard2020-10-101-1/+9
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-2/+24
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+5
* Make StyleSheetListOwner an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-0/+1
* ShadowRoot stylesheet listFernando Jiménez Moreno2019-04-261-5/+7
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-4/+4
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+3
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-18/+18
* Format script componentchansuke2018-09-191-44/+64
* Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-0/+1