aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstyledeclaration.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Create `CSSStyleOwner::Null` for `getComputedStyle` (#36272)Martin Robinson2025-04-021-0/+34
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-8/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-12/+20
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-67/+77
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-3/+4
* DevTools: Inspect node styles (#33025)eri2024-08-251-1/+1
* Replace the lazy_static crate whth `std::sync::LazyLock` in components/script...Hayashi Mikihiro2024-08-121-29/+27
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-131-4/+4
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-2/+1
* clippy:fix various clippy problems in components/scripts (#31907)Rosemary Ajayi2024-03-271-2/+2
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-1/+1
* removed mutable compile warnings (#31822)sandeep2024-03-221-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* Add basic support for enumerating computed styles (#31499)Oriol Brufau2024-03-061-0/+52
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-9/+12
* Don't escape property name in CSSStyleDeclaration's item() (#31305)Oriol Brufau2024-02-091-7/+2
* Fix CSSStyleDeclaration's item() to provide properties instead of values (#31...Oriol Brufau2024-02-091-8/+7
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+14
* remove `extern crate` (#30311)Samson2023-09-081-1/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+4
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+4
* Implements Stylesheet.ownerNodeVincent Ricard2020-10-101-2/+4
* Remove a TODO from the implementation of getComputedStyleMartin Robinson2020-05-101-2/+0
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Add invalidate_stylesheets to StyleSheetsListOwner traitFernando Jiménez Moreno2019-04-261-11/+3
* Invalidate and flush shadow tree stylesheets where neededFernando Jiménez Moreno2019-04-261-5/+11
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-5/+11
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-62/+74
* script: Fix build and tidy.Emilio Cobos Álvarez2018-07-241-8/+18
* style: Fix build and unit tests.Emilio Cobos Álvarez2018-07-161-2/+2
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+15
* style: Fix servo build.Emilio Cobos Álvarez2018-06-121-2/+2
* dom: Remove CSSStyleDeclaration.setPropertyValue/setPropertyPriority.Emilio Cobos Álvarez2018-06-021-35/+6
* dom: don't parse internal properties in CSSStyleDeclaration.Emilio Cobos Álvarez2018-06-021-21/+13
* Update to smallbitvec 2.1Matt Brubeck2018-04-171-9/+8