aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors
Commit message (Expand)AuthorAgeFilesLines
...
| * selectors: Add a MatchingContext::nest function, make nesting_level private.Emilio Cobos Álvarez2018-01-192-22/+43
| * style: Convert matches_hover_and_active_quirk to an enum.Emilio Cobos Álvarez2018-01-191-10/+26
* | selectors: Simplify SelectorIter::next.Emilio Cobos Álvarez2018-01-181-4/+3
|/
* Optimize selector matching for some common cases.Xidorn Quan2018-01-171-24/+90
* Prepare to publish selectors 0.19.0 to crates.ioSimon Sapin2018-01-121-1/+1
* Move Visit trait bounds to where they’re neededSimon Sapin2018-01-121-3/+3
* Document selectors::VisitSimon Sapin2018-01-122-9/+29
* Rename SelectorMethods to Visit, after its one method.Simon Sapin2018-01-121-5/+5
* The selectors crate has had many contributorsSimon Sapin2018-01-121-1/+1
* Make OpaqueElement’s field private.Simon Sapin2018-01-121-1/+1
* Move selectors size_of tests to Stylo testsSimon Sapin2018-01-124-104/+0
* Move PrecomputedHash bounds to where they’re actually needed.Simon Sapin2018-01-122-18/+22
* Prepare servo_arc for publication on crates.ioSimon Sapin2018-01-121-1/+1
* Reverse the dependency between selectors and malloc_size_ofSimon Sapin2018-01-123-5/+1
* Re-enable selectors doctestsSimon Sapin2018-01-121-2/+0
* style: Use Default for ExtraStyleData instead of Option.Emilio Cobos Álvarez2018-01-122-3/+3
* selectors: Allow defining an implementation-dependent field in the matching c...Emilio Cobos Álvarez2018-01-123-0/+7
* style: Store ::slotted rules separately on the cascade data, since they may c...Emilio Cobos Álvarez2018-01-092-3/+29
* style: Don't support a list of selectors in ::slotted yet.Emilio Cobos Álvarez2017-12-202-35/+43
* Auto merge of #19558 - emilio:sadness, r=heycambors-servo2017-12-141-8/+18
|\
| * selectors: Manually inline any(..) in matches_selector_list.Emilio Cobos Álvarez2017-12-141-8/+18
* | selectors: Add parsing support for ::slotted().Emilio Cobos Álvarez2017-12-144-42/+175
|/
* Auto merge of #19536 - emilio:compound-selector-list, r=mbrubeckbors-servo2017-12-091-0/+28
|\
| * style: Move the code to parse a list of compound selectors.Emilio Cobos Álvarez2017-12-091-0/+28
* | style: Simplify naming and signatures of single-colon pseudo stuff.Emilio Cobos Álvarez2017-12-091-3/+3
|/
* selectors: Simplify :visited by only using the "is inside link" information.Emilio Cobos Álvarez2017-12-083-143/+59
* style: Remove useless type parameter.Emilio Cobos Álvarez2017-12-081-5/+2
* Update smallvec to 0.6Bastien Orivel2017-12-051-1/+1
* style: Update cssparser to 0.23.Emilio Cobos Álvarez2017-12-051-1/+1
* Auto merge of #19195 - wilsoniya:issue-16840, r=emiliobors-servo2017-11-211-0/+1
|\
| * style: :dir() pseudo class now represented by enumMichael Wilson2017-11-151-0/+1
* | selectors: Allow white space in the brackets of an attribute selector.Cameron McCormack2017-11-181-0/+3
|/
* style: Sprinkle some inline in trivial methods.Emilio Cobos Álvarez2017-11-152-0/+14
* Allow unused imports for AsciiExt in style code.Simon Sapin2017-11-092-2/+2
* style: Inline a bunch of stuff, fixup indentation of a couple things.Emilio Cobos Álvarez2017-11-041-4/+6
* Backed out changeset dbd300f4d75b for build bustage. r=backout on a CLOSED TREEGecko Backout2017-11-031-6/+4
* style: Inline a bunch of stuff, fixup indentation of a couple things.Emilio Cobos Álvarez2017-11-031-4/+6
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-302-14/+16
* style: inline a local-variable which is no longer used more than once.Emilio Cobos Álvarez2017-10-261-2/+1
* selectors: Be consistent about how we get next elements for selector-matching.Emilio Cobos Álvarez2017-10-261-19/+36
* selectors: Deindent some selector-matching code.Emilio Cobos Álvarez2017-10-261-69/+75
* style: Make invalidations with offset zero "universal" invalidations.Emilio Cobos Álvarez2017-10-231-2/+1
* selectors: Reformat signatures in the parser module.Emilio Cobos Álvarez2017-10-221-92/+154
* Auto merge of #18971 - mbrubeck:var, r=emiliobors-servo2017-10-211-1/+1
|\
| * Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-1/+1
* | Implement XUL tree pseudo style resolution for stylo.Xidorn Quan2017-10-202-3/+19
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-192-16/+14
|/
* Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-192-14/+16
|\
| * Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-192-14/+16
* | style: Make MatchingContext generic over SelectorImpl.Emilio Cobos Álvarez2017-10-193-24/+48
|/