aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/documentorshadowroot.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-2/+2
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-1/+1
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-6/+5
* clippy: Fix another set of clippy problems in `components/script/dom` (#31909)Rosemary Ajayi2024-03-281-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+12
* No tracing of nop traceable fields (#29926)Samson2023-08-041-3/+5
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-8/+1
* Further changes required by ServoOriol Brufau2023-05-161-13/+4
* fmtteymour-aldridge2021-02-051-3/+1
* Remove unused arguments from methods.teymour-aldridge2021-02-051-6/+2
* Doc named getter improvementsPatrick Shaughnessy2020-02-131-2/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+2
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Move StylesheetSetRef to scriptFernando Jiménez Moreno2019-04-261-1/+1
* Rename StylesheetSet to StylesheetSetRefFernando Jiménez Moreno2019-04-261-3/+3
* Minor tweaks: rename composed_parent_node_ref, remove or update outdated comm...Fernando Jiménez Moreno2019-04-261-28/+17
* Register named elements in either the document or shadow treeFernando Jiménez Moreno2019-04-261-1/+59
* Make StylesheetSet an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-4/+2
* Do not send RemoveStyleSheet message for shadow rootsFernando Jiménez Moreno2019-04-261-6/+1
* Retarget result of shadowRoot.element(s)FromPointFernando Jiménez Moreno2019-04-261-1/+1
* Fix Document.Element(s)FromPointFernando Jiménez Moreno2019-04-261-1/+1
* Do not add shadow tree styles to stylistFernando Jiménez Moreno2019-04-261-8/+0
* Implement TShadowRoot::style_dataFernando Jiménez Moreno2019-04-261-0/+7
* Remove stylesheets ownership from DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-48/+14
* Move stylesheets related code to DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-32/+151
* Always get browsing context from documentFernando Jiménez Moreno2019-04-261-16/+5
* Unify DocumentOrShadowRoot implementationFernando Jiménez Moreno2019-04-261-0/+159
* Partial ShadowRoot implementation of DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-0/+40