aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlstyleelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* script: Fix stylesheet adoption.Emilio Cobos Álvarez2017-09-131-3/+2
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-6/+9
* Use cssparser's new_with_line_number_offsetTom Tromey2017-08-281-1/+1
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-1/+0
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-6/+17
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Force HTMLStyleElement to create a new CSSStyleSheet when re-parsing.Jonathan Chan2017-06-221-0/+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-4/+3
|/
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-2/+4
* SVG length parsing modeJ. Ryan Stinnett2017-04-141-2/+3
* Support line number offsets for inline stylesheetsmckaymatt2017-04-131-1/+4
* Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x...Emilio Cobos Álvarez2017-04-121-1/+2
* Pass ParserContext down to lengthsJ. Ryan Stinnett2017-04-121-4/+8
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-3/+1
* Replace RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-1/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Removing style element's styles when elements is removed from domRoman Zaynetdinov2017-01-221-1/+10
* Support origins in CSSOM stylesheetsNazım Can Altınova2017-01-201-0/+6
* Store parser's current line when script elements are created.karenher2017-01-111-2/+2
* Properly insert text in document when parsingAnthony Ramine2017-01-071-7/+27
* script: Abstract HTMLLinkElement and StyleElement into StylesheetOwner.Emilio Cobos Álvarez2016-12-161-27/+33
* script: Move the stylesheet loading code from htmllinkelement to stylesheet_l...Emilio Cobos Álvarez2016-12-161-1/+10
* script: Add infrastructure to track subresource loads in <link> and <style> e...Emilio Cobos Álvarez2016-12-161-4/+42
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* 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/+9
* Replace Stylesheet::set_media with a constructor argumentSimon Sapin2016-11-181-4/+3
* Support basic immutable CSSOMManish Goregaokar2016-11-151-1/+16
* Allow empty media query listXidorn Quan2016-11-101-2/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Make script build without `impl<T: HeapSizeOf> HeapSizeOf for Arc<T>`.Simon Sapin2016-10-041-0/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* 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
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
* Remove the LayoutChan type.Ms2ger2016-05-271-3/+2
* Auto merge of #11287 - heycam:moz-binding, r=bholleybors-servo2016-05-241-1/+3
|\