aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlstyleelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-1/+0
* Implement HTMLStyleElement.disabled attribute (#31682)Oriol Brufau2024-03-141-1/+14
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-4/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+13
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+2
* Implements Stylesheet.ownerNodeVincent Ricard2020-10-101-1/+9
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* 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