aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlstyleelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-3/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+7
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-8/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-3/+3
* sort all usesJohann Tuffe2015-08-201-5/+5
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Introduce VirtualMethods::children_changed()Anthony Ramine2015-07-251-4/+4
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-17/+16
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+9
* Stop using TElement's unsound get_attr in link/style code.Ms2ger2015-05-101-4/+9