aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlanchorelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use base_url instead of url when parsing hrefOrvar Segerström2016-06-061-1/+1
* Auto merge of #11542 - asajeffrey:mozbrowser-send-opentab-event, r=paulrougetbors-servo2016-06-021-4/+24
|\
| * Fire a mozbrowseropenwindow event when an html anchor has a non-self target.Alan Jeffrey2016-06-021-4/+24
* | Support link target attributePaul Rouget2016-06-021-0/+6
|/
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-3/+2
* Fix panic from update_href in HTMLAnchorElementKeith Yeung2016-05-191-74/+106
* htmlanchorelement getter work before href setting is calledmrmiywj2016-05-181-1/+0
* Avoid panics when using HTMLAnchorElement attribute settersMartin Broesamle2016-05-111-12/+11
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-17/+14
* Use num-traits in script.Ms2ger2016-04-201-1/+1
* Implement HTMLHyperlinkElementUtils for HTMLAnchorElementJaydeep2016-03-241-0/+343
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+1
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-4/+4
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Added in-place mutation to DOMString.Alan Jeffrey2015-11-121-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2