aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/restyle_hints.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Implement a more fine-grained invalidation method.Emilio Cobos Álvarez2017-06-131-1276/+0
* Classes/IDs case-sensitivity: get quirks mode from matching context.Simon Sapin2017-06-131-4/+0
* ID and class selectors are ASCII case-insensitive in quirks mode.Simon Sapin2017-06-121-16/+25
* stylo: Support :hover and :active quirkNazım Can Altınova2017-06-101-11/+9
* style: Match :lang() using snapshots correctly.Cameron McCormack2017-06-081-0/+30
* Log element during selector matchingJ. Ryan Stinnett2017-06-071-0/+10
* style: Support matching :-moz-browser-frame and :-moz-table-border-nonzero ag...Cameron McCormack2017-06-061-2/+21
* style: Minor restyle_hints.rs code reorganization.Cameron McCormack2017-06-061-31/+30
* Stop slicing selectors when noting dependencies, and match with an offset ins...Bobby Holley2017-06-051-11/+21
* Collapse Selector, SelectorInner, and ComplexSelector into a single Selector.Bobby Holley2017-06-051-13/+8
* Move the ancestor hashes out of Selector.Bobby Holley2017-06-051-12/+35
* style: Recascade the document when rem units are used and the root font-size ...Cameron McCormack2017-06-041-0/+6
* style: Support a restyle hint that indicates all descendants must be recascaded.Cameron McCormack2017-05-301-1/+90
* Bug 1357583: Add a bunch of logging, shortcuts, and look also at the rightmos...Emilio Cobos Álvarez2017-05-291-1/+1
* Restyle hints for visitedJ. Ryan Stinnett2017-05-241-23/+74
* Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-1/+12
* style: Add a SelectorMapEntry trait.Emilio Cobos Álvarez2017-05-231-4/+3
* style: Move SelectorMap to its own submodule.Emilio Cobos Álvarez2017-05-231-1/+1
* style: Remove dead code in restyle_hints module.Emilio Cobos Álvarez2017-05-231-32/+0
* style: Make a bloom filter arrive to restyle hint computation.Emilio Cobos Álvarez2017-05-211-8/+61
* style: Generate RestyleHints to selector match at specific descendant depths.Cameron McCormack2017-05-201-18/+49
* style: Record in RestyleHints how far down the tree selector matching must be...Cameron McCormack2017-05-201-34/+100
* style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-201-63/+245
* Remove unused selectors::Element::each_classSimon Sapin2017-05-181-9/+0
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-13/+9
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-89/+22
* Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-121/+37
* Create a MatchingContext to group related matching argsJ. Ryan Stinnett2017-05-161-8/+8
* Bug 1364412: Properly handle state restyle hints for pseudo-elements. r=bholleyEmilio Cobos Álvarez2017-05-161-48/+197
* Fix dynamic updates when :dir matching changes in stylo.Boris Zbarsky2017-05-151-0/+45
* Fix the situation when :any-link starts or stops matching to actually restyle...Boris Zbarsky2017-05-121-1/+1
* Bug 1355343: Cache snapshot lookups. r=bholleyEmilio Cobos Álvarez2017-05-101-5/+15
* Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-34/+58
* Use a rulehash for DependencySet.Bobby Holley2017-05-051-82/+55
* Make unit tests pass on TravisCI.Josh Matthews2017-05-031-26/+13
* Make note_selector more efficient.Bobby Holley2017-04-291-36/+43
* Clean up note_selector a bit and stop handling combinators in two places.Bobby Holley2017-04-291-20/+6
* Use a different visitor pass for gathering revalidation selectors.Bobby Holley2017-04-271-47/+2
* Separate revalidation checking from attribute sensitivity checking.Bobby Holley2017-04-271-2/+7
* Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiroEmilio Cobos Álvarez2017-04-271-8/+19
* Add restyle hint for SMIL animationsBrian Birtles2017-04-271-2/+10
* Rename SimpleSelector to Component.Bobby Holley2017-04-201-28/+28
* Store selectors and combinators inline in a single sequence.Bobby Holley2017-04-201-33/+30
* Introduce SelectorInner and use it for top-level matching.Bobby Holley2017-04-181-15/+12
* Bug 1341372 - Part 1: Let animation-only restyle include css-transition.Boris Chiou2017-04-171-1/+12
* stylo: Fix restyle hints check.Emilio Cobos Álvarez2017-04-131-1/+1
* style: Smoke-test the dependency tracking logic.Emilio Cobos Álvarez2017-04-131-9/+40
* style: Simplify dependency visitor, avoid tracking dependencies of nested com...Emilio Cobos Álvarez2017-04-131-67/+61
* style: Fix dynamic changes of attributes when combined with :not.Emilio Cobos Álvarez2017-04-131-26/+58
* Merge style_affecting_attributes_selectors with selectors_for_cache_revalidat...Bobby Holley2017-04-121-9/+1