aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlstyleelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-5/+5
* Make StyleSheetListOwner an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-0/+1
* Remove stylesheets ownership from DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-1/+1
* ShadowRoot stylesheet listFernando Jiménez Moreno2019-04-261-5/+6
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-4/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-5/+4
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-14/+14
* Format script componentchansuke2018-09-191-24/+37
* Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-0/+1
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-13/+20
* Fix Servo build.Emilio Cobos Álvarez2018-06-181-4/+6
* queue event instead of immediately fireddh2017-11-301-3/+3
* 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-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* 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