aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Support origins in CSSOM stylesheetsNazım Can Altınova2017-01-201-0/+6
* Handle crossorigin in link and refactor crossorigin handlingmrnayak2017-01-131-1/+15
* Auto merge of #14963 - jdm:script_current_line, r=asajeffreybors-servo2017-01-111-1/+1
|\
| * Store parser's current line when script elements are created.karenher2017-01-111-1/+1
* | Handle properly alternate stylesheetcharlesvdv2017-01-101-11/+13
|/
* Implement Subresource Integritymrnayak2017-01-081-1/+15
* Remove and allow some dead code.Ms2ger2016-12-221-4/+0
* script: Abstract HTMLLinkElement and StyleElement into StylesheetOwner.Emilio Cobos Álvarez2016-12-161-23/+37
* script: Clarify htmllinkelement's comment about `pending_loads`.Emilio Cobos Álvarez2016-12-161-1/+1
* script: Move the stylesheet loading code from htmllinkelement to stylesheet_l...Emilio Cobos Álvarez2016-12-161-153/+9
* script: Add infrastructure to track subresource loads in <link> and <style> e...Emilio Cobos Álvarez2016-12-161-1/+43
* Remove HeapGCValueAnthony Ramine2016-12-121-4/+4
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-1/+1
* Implement StyleSheet.disabled.Cameron McCormack2016-11-251-0/+1
* Add support for LinkStyle's sheet getter on <style> and <link>Manish Goregaokar2016-11-231-0/+6
* Auto merge of #14232 - servo:moar-locks, r=upsuperbors-servo2016-11-211-6/+4
|\
| * Replace Stylesheet::set_media with a constructor argumentSimon Sapin2016-11-181-6/+4
* | Remove redundant url clonesPu Xingyu2016-11-181-2/+2
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+15
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-2/+2
* Allow empty media query listXidorn Quan2016-11-101-2/+1
* Rename media_queries::MediaQueryList to MediaListXidorn Quan2016-11-081-2/+2
* Auto merge of #14036 - frewsxcv:event, r=noxbors-servo2016-11-041-3/+3
|\
| * Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-2/+2
| * Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-2/+2
* | Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-2/+1
|/
* Update to string-cache 0.3Simon Sapin2016-11-031-19/+19
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-4/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-1/+2
* Auto merge of #13575 - servo:fetch-link, r=jdmbors-servo2016-10-041-13/+34
|\
| * Use the fetch stack for stylesheets.Ms2ger2016-10-041-13/+34
* | Make script build without `impl<T: HeapSizeOf> HeapSizeOf for Arc<T>`.Simon Sapin2016-10-041-0/+1
|/
* Ignore stylesheet links with an empty href.Ms2ger2016-09-301-0/+7
* Deindent the main part of handle_stylesheet_url.Ms2ger2016-09-301-48/+48
* Pass the correct attribute to handle_stylesheet_url.Ms2ger2016-09-271-1/+3
* use .set_tokenlist_attribute to set rel content attribute in SetRelNikhil Shagrithaya2016-09-231-1/+3
* Bring referrer policy delivery to <a> and <link> via rel attributeYing-Ruei Liang(KK)2016-09-201-1/+9
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* dom::Response implementationMalisa Smith2016-09-061-2/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-3/+4
* Fire load event for external stylesheetsMike MacDonald (crazymykl)2016-08-031-4/+15
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-2/+1
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Make network listener runnable cancellableConnor Brewster2016-07-081-0/+1
* Move util::str to styleAnthony Ramine2016-07-051-1/+1