aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-2/+1
* Fix URL attributesAnthony Ramine2017-10-111-1/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* script: Fix stylesheet adoption.Emilio Cobos Álvarez2017-09-131-2/+2
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-1/+3
* Auto merge of #18209 - jdm:devirtualize, r=mbrubeckbors-servo2017-08-241-2/+1
|\
| * Devirtualize CSS error reporting.Josh Matthews2017-08-241-2/+1
* | order derivable traits listsClément DAVID2017-08-231-1/+1
|/
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-7/+11
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-3/+3
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-1/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+3
* Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-2/+2
* Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-2/+2
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-2/+2
|\
| * Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
| |\
| | * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
| * | Fix up script and layout.Bobby Holley2017-05-021-1/+1
| |/
* / Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+2
* SVG length parsing modeJ. Ryan Stinnett2017-04-141-2/+3
* Auto merge of #16407 - jdm:style_panic, r=emiliobors-servo2017-04-131-2/+4
|\
| * Allow loading multiple stylesheets for the same link element.Josh Matthews2017-04-131-2/+4
* | Pass ParserContext down to lengthsJ. Ryan Stinnett2017-04-121-4/+8
|/
* Refactor StylesheetLoader so impls do not need to acquire a shared lock.Simon Sapin2017-03-191-2/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* script: Don't avoid all the mutation notification methods when the style attr...Emilio Cobos Álvarez2017-01-301-1/+1
* Auto merge of #14930 - zaynetro:remove-stylesheets, r=emiliobors-servo2017-01-241-1/+10
|\
| * Remove styles when link node is removed from documentRoman Zaynetdinov2017-01-221-1/+10
* | fix issue #15101 and make sure out-of-order stylesheet loads work correctly f...SwagColoredKitteh2017-01-241-2/+19
|/
* 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