aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlstyleelement.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-6/+6
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+1
* Add support for HTMLStyleElement.media (#35148)webbeef2025-01-251-28/+48
* Add support for HTMLStyleElement.type (#35038)webbeef2025-01-211-6/+48
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-1/+1
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-2/+2
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-3/+2
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-10/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-2/+2
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+3
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-1/+1
* 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