aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/rule_tree/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-426/+0
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-161-1/+1
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-1/+1
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-1/+1
* style: Fix style attribute important and revert-layer behaviorEmilio Cobos Álvarez2023-06-091-1/+3
* style: Add support for the revert-layer keywordEmilio Cobos Álvarez2023-06-091-43/+42
* style: Export a size to fix a test that was trying to use a now-private type.Emilio Cobos Álvarez2020-04-231-1/+1
* style: Fix some rebase messups from the rule tree refactoring.Emilio Cobos Álvarez2020-04-181-192/+0
* Introduce a new type UnsafeBox<T> in the rule treeAnthony Ramine2020-04-171-0/+3
* Make StrongRuleNode::ensure_child take a StrongRuleNode for the rootAnthony Ramine2020-04-171-8/+8
* Move the meat of the rule tree to a submodule "core"Anthony Ramine2020-04-171-842/+199
* Move CascadeLevel to its own rule_tree submoduleAnthony Ramine2020-04-171-274/+4
* Refactor rule tree childrenAnthony Ramine2020-04-171-172/+33
* style: Simplify the implementation of HasAuthorSpecifiedRules.Emilio Cobos Álvarez2020-04-161-194/+0
* style: Remove an invalid assert.Emilio Cobos Álvarez2020-04-161-64/+0
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-2/+9
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-121-0/+1
* style: Fix Servo build.Emilio Cobos Álvarez2020-02-121-1/+17
* style: Fix two issues with themed widgets in high contrast mode.Emilio Cobos Álvarez2020-02-121-5/+4
* style: Try to collect some more crash information so that we can diagnose thi...Emilio Cobos Álvarez2020-02-121-1/+38
* style: Make an assertion a release assert in nightly.Emilio Cobos Álvarez2020-02-121-1/+4
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-2/+2
* style: Update smallvec to 1.0.Emilio Cobos Álvarez2019-12-161-6/+6
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-23/+32
* style: Optimize storage of ApplicableDeclaration again.Emilio Cobos Álvarez2019-11-301-2/+66
* style: Fix cascade order of shadow parts.Emilio Cobos Álvarez2019-11-301-163/+175
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+0
* style: Generate top-level function and constant declarations for the style cr...Emilio Cobos Álvarez2019-07-081-4/+4
* style: Report heap size of rule tree heap allocations as well.Emilio Cobos Álvarez2019-06-251-7/+16
* style: Inline one child in the rule tree.Emilio Cobos Álvarez2019-06-251-30/+168
* style: Add some very basic rule tree stats that can be enabled with trace-lev...Emilio Cobos Álvarez2019-06-251-0/+49
* Auto merge of #23532 - est31:unused_code_removal_4, r=emiliobors-servo2019-06-071-10/+0
|\
| * Remove unused code from selector and style cratesest312019-06-071-10/+0
* | style: Fix RuleNode::has_children_for_testing().Emilio Cobos Álvarez2019-06-041-1/+1
* | style: Appease tidy.Emilio Cobos Álvarez2019-06-041-1/+1
* | style: Rustfmt recent changes.Emilio Cobos Álvarez2019-06-041-5/+7
* | style: Use a RwLock'd HashMap instead of a lock-free linked list for rule nod...Emilio Cobos Álvarez2019-06-041-191/+88
* | style: Rejigger a bit rust features so that rusttests still link.Emilio Cobos Álvarez2019-06-041-3/+3
* | style: Add refcount logging to servo_arc.Emilio Cobos Álvarez2019-06-041-6/+3
|/
* style: Use an explicit stack to measure rule tree memory usage.Emilio Cobos Álvarez2019-04-121-14/+9
* style: Remove some redundant use statements.Emilio Cobos Álvarez2019-04-121-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2019-03-131-5/+3
* style: Implement CSS revert keyword.Emilio Cobos Álvarez2019-03-131-1/+22
* style: Set the important rule change flag when a newly important rule is inse...Hiroyuki Ikezoe2018-12-021-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-9/+9
* `cargo fix --edition`Simon Sapin2018-11-101-7/+7
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-1/+2
* style: Don't keep a separate list of ignored-when-colors-disabled longhands.Emilio Cobos Álvarez2018-11-051-18/+5