aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid loading stylesheets in inactive documents.Josh Matthews2016-07-041-0/+4
* Allow pages to finish loading when external stylesheets have network errors.Josh Matthews2016-06-291-30/+33
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
* Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-1/+1
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
* Remove the LayoutChan type.Ms2ger2016-05-271-3/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-2/+1
* Auto merge of #11287 - heycam:moz-binding, r=bholleybors-servo2016-05-241-1/+3
|\
| * Add an extra data field to ParserContext.Cameron McCormack2016-05-241-1/+3
* | Move DOMString back to scriptAnthony Ramine2016-05-241-2/+3
|/
* Remove ConstellationChan.Ms2ger2016-05-191-3/+1