aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlanchorelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Implement HTMLAnchorElement.rel getter and setterYing-Ruei Liang(KK)2017-03-301-3/+9
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* script: Rename bounding_content_box to bounding_content_box_or_zero.Emilio Cobos Álvarez2017-01-181-1/+1
* dom: Refactor htmlanchorelement.rs layout query for an existing helper.Emilio Cobos Álvarez2017-01-171-3/+2
* HTML image map supportbachar2017-01-111-1/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Remove redundant url clonesPu Xingyu2016-11-181-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Implement HTMLAnchorElement.originAnthony Ramine2016-11-081-0/+17
* Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-14/+14
* Bring referrer policy delivery to <a> and <link> via rel attributeYing-Ruei Liang(KK)2016-09-201-3/+13
* Replace current session entry for reloadsConnor Brewster2016-09-191-1/+1
* Made fixes for PR.Arthur Marble2016-09-181-18/+18
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-22/+22
* Refactored metaKey to meta_key where possibleArthur Marble2016-09-171-1/+1
* This commit refactors altKey to alt_key when possible.Arthur Marble2016-09-171-1/+1
* This commit refactors shiftKey to shift_key where possible.Arthur Marble2016-09-171-1/+1
* This commit refactors ctrlKey to ctrl_key wherever possible.Arthur Marble2016-09-171-1/+1
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-2/+2
* Stop re-exporting AttrValue.Ms2ger2016-06-071-2/+1