aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstyledeclaration.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* style: Make Servo deal with CSS property prefs more correctly.Emilio Cobos Álvarez2018-02-271-0/+12
* Avoid the generic writer parameter for PropertyDeclaration serialization.Bobby Holley2018-01-221-4/+8
* style: Move property allowance tests to PropertyId::parse_into.Emilio Cobos Álvarez2017-11-211-5/+5
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* 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-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+5
* style: Be clearer about whether a declaration comes from parsing or not.Emilio Cobos Álvarez2017-10-141-2/+6
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Use SmallBitVec for important flags in PDBMatt Brubeck2017-09-111-3/+3
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Add a pref checking mechanism for alias propertiesNazım Can Altınova2017-08-161-5/+5
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-4/+4