aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylist.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Update smallvec to 1.0.Emilio Cobos Álvarez2019-12-161-1/+1
* style: Invalidate shadow part pseudo-class styles correctly.Emilio Cobos Álvarez2019-12-161-0/+15
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-6/+1
* style: Use only Origin during the cascade, rather than CascadeLevel.Emilio Cobos Álvarez2019-11-301-4/+5
* style: Fix cascade order of shadow parts.Emilio Cobos Álvarez2019-11-301-5/+2
* style: Support multiple parts in ::part() selectors.Emilio Cobos Álvarez2019-11-041-2/+8
* Fix style system build with recent changes.Emilio Cobos Álvarez2019-06-251-3/+2
* style: Add code to make part rules affect the style of the elements.Emilio Cobos Álvarez2019-06-251-1/+1
* style: Collect ::part() rules during CascadeData rebuilds.Emilio Cobos Álvarez2019-06-251-35/+79
* Fix some new warningsSimon Sapin2019-06-221-7/+7
* style: Fix nested-pseudo-elements matching author rules better.Emilio Cobos Álvarez2019-05-291-0/+4
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-05-071-7/+3
* style: Remove support for XBL resources.Emilio Cobos Álvarez2019-05-071-9/+3
* style: Drop unused user-agent cascade datas when not holding the cache lock.Emilio Cobos Álvarez2019-05-071-15/+34
* style: Don't keep two list of stylesheets in ServoStyleSet.Emilio Cobos Álvarez2019-05-071-0/+12
* style: Add support for static references to servo_arc::Arc. r=emilioCameron McCormack2019-04-121-0/+3
* Upgrade to rustc 1.35.0-nightly (4c27fb19b 2019-03-25)Simon Sapin2019-03-261-1/+1
* style: Remove ServoStyleSet::PrependStyleSheet.Cameron McCormack2019-01-131-6/+0
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-01-071-1/+1
* style: Make <use> shadow trees lookup keyframe rules in the containing tree.Emilio Cobos Álvarez2019-01-071-2/+4
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-14/+9
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Cargo fix + ./mach fmt.Emilio Cobos Álvarez2018-11-101-1/+2
* style: Split up push_applicable_declarations.Emilio Cobos Álvarez2018-11-101-293/+34
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-5/+5
* `cargo fix --edition`Simon Sapin2018-11-101-28/+28
* Reorder importsPyfisch2018-11-061-9/+9
* Format remaining filesPyfisch2018-11-061-3/+4
* style: Don't match document author rules if not needed for revalidation.Emilio Cobos Álvarez2018-11-051-23/+30
* style: Clear host rules from clear_cascade_data.Emilio Cobos Álvarez2018-10-191-0/+6
* style: Remove PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-191-8/+0
* style: Don't apply containing shadow-host rules to NAC.Emilio Cobos Álvarez2018-10-091-48/+58
* style: Remove an outdated comment.Emilio Cobos Álvarez2018-10-091-5/+0
* Format style component.chansuke2018-09-091-42/+67
* style: Make the author styles disabled stuff actually disable style attribute...Emilio Cobos Álvarez2018-09-051-92/+90
* style: Make <svg:use> in shadow tree apply the rules from the originating tree.Emilio Cobos Álvarez2018-09-051-21/+28
* style: Fix servo build.Emilio Cobos Álvarez2018-09-031-2/+2
* style: Shrink CascadeData by turning the bloom filters into hash sets.Emilio Cobos Álvarez2018-09-031-45/+18
* style: Make the allocation of AuthorStyles for ShadowRoot lazy.Emilio Cobos Álvarez2018-09-031-6/+14
* style: Accept unknown webkit pseudo-element.Xidorn Quan2018-09-031-1/+6
* Remove outdated comment in stylist.rsCraig Disselkoen2018-08-221-3/+0
* style: Remove an inaccurate and useless debug message.Emilio Cobos Álvarez2018-08-181-5/+0
* style: Remove the concept of 'canonical' pseudos.Emilio Cobos Álvarez2018-08-081-4/+3
* style: Make svg:use use an actual shadow tree.Emilio Cobos Álvarez2018-07-241-2/+22
* style: Push visited style computation a bit further down.Emilio Cobos Álvarez2018-07-241-51/+12
* style: Cleanup push_applicable_declarations. r=xidornEmilio Cobos Álvarez2018-07-161-43/+40
* style: Better debugging for media-query related code and ua-cache.Emilio Cobos Álvarez2018-06-231-9/+24
* style: Make pseudo-elements work with :host.Emilio Cobos Álvarez2018-06-121-25/+16
* style: Fix tidy issues.Emilio Cobos Álvarez2018-05-051-1/+2