aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlstyleelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add an extra data field to ParserContext.Cameron McCormack2016-05-241-1/+3
* | Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
|/
* Reduce channel cloning.Ms2ger2016-04-291-1/+1
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+2
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+3
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-5/+19
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-4/+2
* Introduce trait CastableAnthony Ramine2015-10-211-5/+6
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1