aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/applicable_declarations.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-210/+0
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-1/+4
* style: More container queries plumbingEmilio Cobos Álvarez2023-08-161-7/+1
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-161-0/+3
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-4/+7
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-7/+4
* style: Fix style attribute important and revert-layer behaviorEmilio Cobos Álvarez2023-06-091-24/+32
* style: Add support for the revert-layer keywordEmilio Cobos Álvarez2023-06-091-34/+105
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-1/+1
* style: Update layer ordering to follow the specEmilio Cobos Álvarez2023-05-311-3/+9
* style: Store a LayerOrder in ApplicableDeclarationBlockEmilio Cobos Álvarez2023-05-311-3/+4
* style: Plumb layer order through ApplicableDeclarationBlock, and make it have...Emilio Cobos Álvarez2023-05-301-3/+7
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-8/+6
* style: Optimize storage of ApplicableDeclaration again.Emilio Cobos Álvarez2019-11-301-9/+19
* style: Fix cascade order of shadow parts.Emilio Cobos Álvarez2019-11-301-67/+16
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-3/+3
* Format style component.chansuke2018-09-091-2/+4
* style: Update StyleSource to use ArcUnion.Bobby Holley2018-04-291-1/+1
* style: Pack the shadow cascade order in ApplicableDeclarationBlock.Emilio Cobos Álvarez2018-04-281-36/+55
* style: Fix cascade order of !important in Shadow DOM.Emilio Cobos Álvarez2018-04-281-8/+18
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-9/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-8/+3
* Measure the UA cache.Nicholas Nethercote2017-09-201-0/+3
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Hoist ApplicableDeclaration{Block,List} into a separate file.Bobby Holley2017-06-121-0/+137