aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlanchorelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Format script componentchansuke2018-09-191-55/+83
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-32/+48
* remove mozbrowser codePaul Rouget2018-02-131-9/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\