aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+5
* Make StyleSheetListOwner an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-0/+1
* ShadowRoot stylesheet listFernando Jiménez Moreno2019-04-261-5/+7
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-4/+4
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+3
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-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-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-18/+18
* Format script componentchansuke2018-09-191-44/+64
* Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-0/+1
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-5/+2
* Fix Servo build.Emilio Cobos Álvarez2018-06-181-6/+15
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-2/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-4/+8
* removed the media match case from the attribute_mutated fnjanvipalan2018-02-251-7/+0
* remove mozbrowser codePaul Rouget2018-02-131-8/+2
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* 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