aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlanchorelement.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-4/+6
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: propagate CanGc arguments through callers (#35565)Auguste Baum2025-02-211-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+1
* script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)shanehandley2025-02-161-355/+64
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Implement referrerpolicy attribute on remaining elements (#34736)shanehandley2024-12-221-1/+9
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-27/+32
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-1/+1
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* Use document encoding when parsing url in href setter (#33825)Simon Wülker2024-10-131-5/+19
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-231-158/+31
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-6/+6
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-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-10/+12
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Formatting.Josh Matthews2023-05-281-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+2
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-2/+12
* Implemented get element target and get element noopener algorithmsArjun Ramachandrula2020-07-241-17/+55
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+2
* Update wpt-tests metadataUtsav Oza2020-05-181-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Auto merge of #25488 - pshaughn:clickactivate, r=jdmbors-servo2020-02-131-7/+0
|\
| * Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-7/+0
* | Names should now be consistently atomsPatrick Shaughnessy2020-02-131-1/+1
|/
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-5/+0
* [WIP] solve #22782takumi2019-10-181-10/+0
* Support CORS attributes for image elements.Josh Matthews2019-10-041-6/+2
* clean-up navigationGregory Terzian2019-07-181-4/+35
* set referrer in window.load_urlRussell Cousineau2019-04-191-3/+12
* Make blank target imply noopenerGeorge Roman2019-02-121-1/+8
* Implement referrer policy for follow_hyperlinkPeijun Ma2019-01-301-15/+10
* Remove description for step in follow_hyperlinkPeijun Ma2019-01-301-1/+1
* Refactor follow_hyperlink and its callersPeijun Ma2019-01-301-14/+14
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-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-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-22/+22
* Remove Origin::unicode_serializationBastien Orivel2018-10-121-1/+1