aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/rule_tree/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* style: Ignore border-image-source when overriding document colors.Sean Voisen2018-11-051-2/+3
* style: Make Servo build.Emilio Cobos Álvarez2018-09-181-2/+1
* servo_arc cleanups for publishing.Manish Goregaokar2018-09-181-7/+9
* style: Update comments to no longer point to nsRuleNode.Cameron McCormack2018-09-151-3/+0
* Format style component.chansuke2018-09-091-2/+4
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-2/+2
* style: Update StyleSource to use ArcUnion.Bobby Holley2018-04-291-86/+72
* style: Pack the shadow cascade order in ApplicableDeclarationBlock.Emilio Cobos Álvarez2018-04-281-1/+1
* style: Fix cascade order of !important in Shadow DOM.Emilio Cobos Álvarez2018-04-281-19/+81
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-165/+224
* style: Indent properly a couple more functions.Emilio Cobos Álvarez2018-02-241-8/+10
* style: Cascade pres hints after normal user rules.Emilio Cobos Álvarez2018-02-101-3/+9
* Change debug assertions to specific onesjanczer2018-02-071-3/+3
* Add some FIXME comments about using ptr::NonNullSimon Sapin2018-01-221-0/+2
* Skip rule node which contains only inherited properties for rule cache.Xidorn Quan2018-01-051-1/+2
* style: Stop allowing unused_unsafe.Emilio Cobos Álvarez2017-11-151-3/+1
* Remove XBL as a separate cascading level in Stylo.Xidorn Quan2017-10-231-3/+0
* Add Servo_StyleSet_GetComputedValuesByAddingAnimation FFI.Boris Chiou2017-10-191-0/+19
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-8/+3
* Remove text-shadow handling from HasAuthorSpecifiedRulesXidorn Quan2017-10-121-29/+4
* Support pseudo-element properly in HasAuthorSpecifiedRules.Xidorn Quan2017-10-111-7/+16
* stylo: use FnvHashMap everywhere, remove default HashMap construction methodsManish Goregaokar2017-10-031-2/+2
* style: Add a TLS-based style struct caching mechanism.Emilio Cobos Álvarez2017-09-141-1/+1
* Make MallocSizeOf::malloc_{,enclosing_}size_of unsafe.Nicholas Nethercote2017-09-131-2/+2
* Overhaul MallocSizeOf and related things.Nicholas Nethercote2017-09-121-6/+15
* Use SmallBitVec for important flags in PDBMatt Brubeck2017-09-111-6/+5