| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | selectors: Add a MatchingContext::nest function, make nesting_level private. | Emilio Cobos Álvarez | 2018-01-19 | 2 | -22/+43 |
| * | style: Convert matches_hover_and_active_quirk to an enum. | Emilio Cobos Álvarez | 2018-01-19 | 1 | -10/+26 |
* | | selectors: Simplify SelectorIter::next. | Emilio Cobos Álvarez | 2018-01-18 | 1 | -4/+3 |
|/ |
|
* | Optimize selector matching for some common cases. | Xidorn Quan | 2018-01-17 | 1 | -24/+90 |
* | Prepare to publish selectors 0.19.0 to crates.io | Simon Sapin | 2018-01-12 | 1 | -1/+1 |
* | Move Visit trait bounds to where they’re needed | Simon Sapin | 2018-01-12 | 1 | -3/+3 |
* | Document selectors::Visit | Simon Sapin | 2018-01-12 | 2 | -9/+29 |
* | Rename SelectorMethods to Visit, after its one method. | Simon Sapin | 2018-01-12 | 1 | -5/+5 |
* | The selectors crate has had many contributors | Simon Sapin | 2018-01-12 | 1 | -1/+1 |
* | Make OpaqueElement’s field private. | Simon Sapin | 2018-01-12 | 1 | -1/+1 |
* | Move selectors size_of tests to Stylo tests | Simon Sapin | 2018-01-12 | 4 | -104/+0 |
* | Move PrecomputedHash bounds to where they’re actually needed. | Simon Sapin | 2018-01-12 | 2 | -18/+22 |
* | Prepare servo_arc for publication on crates.io | Simon Sapin | 2018-01-12 | 1 | -1/+1 |
* | Reverse the dependency between selectors and malloc_size_of | Simon Sapin | 2018-01-12 | 3 | -5/+1 |
* | Re-enable selectors doctests | Simon Sapin | 2018-01-12 | 1 | -2/+0 |
* | style: Use Default for ExtraStyleData instead of Option. | Emilio Cobos Álvarez | 2018-01-12 | 2 | -3/+3 |
* | selectors: Allow defining an implementation-dependent field in the matching c... | Emilio Cobos Álvarez | 2018-01-12 | 3 | -0/+7 |
* | style: Store ::slotted rules separately on the cascade data, since they may c... | Emilio Cobos Álvarez | 2018-01-09 | 2 | -3/+29 |
* | style: Don't support a list of selectors in ::slotted yet. | Emilio Cobos Álvarez | 2017-12-20 | 2 | -35/+43 |
* | Auto merge of #19558 - emilio:sadness, r=heycam | bors-servo | 2017-12-14 | 1 | -8/+18 |
|\ |
|
| * | selectors: Manually inline any(..) in matches_selector_list. | Emilio Cobos Álvarez | 2017-12-14 | 1 | -8/+18 |
* | | selectors: Add parsing support for ::slotted(). | Emilio Cobos Álvarez | 2017-12-14 | 4 | -42/+175 |
|/ |
|
* | Auto merge of #19536 - emilio:compound-selector-list, r=mbrubeck | bors-servo | 2017-12-09 | 1 | -0/+28 |
|\ |
|
| * | style: Move the code to parse a list of compound selectors. | Emilio Cobos Álvarez | 2017-12-09 | 1 | -0/+28 |
* | | style: Simplify naming and signatures of single-colon pseudo stuff. | Emilio Cobos Álvarez | 2017-12-09 | 1 | -3/+3 |
|/ |
|
* | selectors: Simplify :visited by only using the "is inside link" information. | Emilio Cobos Álvarez | 2017-12-08 | 3 | -143/+59 |
* | style: Remove useless type parameter. | Emilio Cobos Álvarez | 2017-12-08 | 1 | -5/+2 |
* | Update smallvec to 0.6 | Bastien Orivel | 2017-12-05 | 1 | -1/+1 |
* | style: Update cssparser to 0.23. | Emilio Cobos Álvarez | 2017-12-05 | 1 | -1/+1 |
* | Auto merge of #19195 - wilsoniya:issue-16840, r=emilio | bors-servo | 2017-11-21 | 1 | -0/+1 |
|\ |
|
| * | style: :dir() pseudo class now represented by enum | Michael Wilson | 2017-11-15 | 1 | -0/+1 |
* | | selectors: Allow white space in the brackets of an attribute selector. | Cameron McCormack | 2017-11-18 | 1 | -0/+3 |
|/ |
|
* | style: Sprinkle some inline in trivial methods. | Emilio Cobos Álvarez | 2017-11-15 | 2 | -0/+14 |
* | Allow unused imports for AsciiExt in style code. | Simon Sapin | 2017-11-09 | 2 | -2/+2 |
* | style: Inline a bunch of stuff, fixup indentation of a couple things. | Emilio Cobos Álvarez | 2017-11-04 | 1 | -4/+6 |
* | Backed out changeset dbd300f4d75b for build bustage. r=backout on a CLOSED TREE | Gecko Backout | 2017-11-03 | 1 | -6/+4 |
* | style: Inline a bunch of stuff, fixup indentation of a couple things. | Emilio Cobos Álvarez | 2017-11-03 | 1 | -4/+6 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 2 | -14/+16 |
* | style: inline a local-variable which is no longer used more than once. | Emilio Cobos Álvarez | 2017-10-26 | 1 | -2/+1 |
* | selectors: Be consistent about how we get next elements for selector-matching. | Emilio Cobos Álvarez | 2017-10-26 | 1 | -19/+36 |
* | selectors: Deindent some selector-matching code. | Emilio Cobos Álvarez | 2017-10-26 | 1 | -69/+75 |
* | style: Make invalidations with offset zero "universal" invalidations. | Emilio Cobos Álvarez | 2017-10-23 | 1 | -2/+1 |
* | selectors: Reformat signatures in the parser module. | Emilio Cobos Álvarez | 2017-10-22 | 1 | -92/+154 |
* | Auto merge of #18971 - mbrubeck:var, r=emilio | bors-servo | 2017-10-21 | 1 | -1/+1 |
|\ |
|
| * | Use env::var_os to read paths from the environment | Matt Brubeck | 2017-10-20 | 1 | -1/+1 |
* | | Implement XUL tree pseudo style resolution for stylo. | Xidorn Quan | 2017-10-20 | 2 | -3/+19 |
* | | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f... | Gecko Backout | 2017-10-19 | 2 | -16/+14 |
|/ |
|
* | Auto merge of #18809 - Eijebong:bitflags, r=nox | bors-servo | 2017-10-19 | 2 | -14/+16 |
|\ |
|
| * | Update bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-19 | 2 | -14/+16 |
* | | style: Make MatchingContext generic over SelectorImpl. | Emilio Cobos Álvarez | 2017-10-19 | 3 | -24/+48 |
|/ |
|