aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors
Commit message (Expand)AuthorAgeFilesLines
...
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-1912-12/+12
* `cargo fix --edition`Simon Sapin2018-11-109-39/+39
* Reorder importsPyfisch2018-11-062-3/+3
* Format remaining filesPyfisch2018-11-063-72/+80
* style: Implement the env() function with hardcoded zeros for safe-area-inset.Emilio Cobos Álvarez2018-11-051-1/+1
* style: Support ::before / ::after on ::slotted pseudos.Emilio Cobos Álvarez2018-11-051-57/+103
* style: Assert earlier to try to get a more helpful stack.Emilio Cobos Álvarez2018-10-281-1/+1
* style: Back out diagnostics for not being helpful enough at diagnosing.Emilio Cobos Álvarez2018-10-281-16/+9
* style: Implement @supports selector() syntax.Emilio Cobos Álvarez2018-10-191-8/+9
* Partially revert #21746.Emilio Cobos Álvarez2018-09-221-1/+1
* This updates the smallvec crate and enables the union featureAndre Bogus2018-09-191-1/+1
* Fix tidy issues.Emilio Cobos Álvarez2018-09-181-1/+1
* servo_arc cleanups for publishing.Manish Goregaokar2018-09-181-4/+8
* format components/selectorsAnshul Malik2018-09-124-401/+342
* Publish selectors v0.20.0Simon Sapin2018-08-231-1/+1
* style: Remove use of `fnv` in bloom.rs.Nicholas Nethercote2018-08-183-43/+24
* style: Remove unused selectors methods.Emilio Cobos Álvarez2018-08-081-6/+0
* style: Shrink selectors::Component to 24 bytes.Cameron McCormack2018-08-085-41/+62
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-084-2/+7
* Fix build errors after rebaseFernando Jiménez Moreno2018-07-301-1/+1
* style: Make svg:use use an actual shadow tree.Emilio Cobos Álvarez2018-07-242-11/+0
* style: Make :host() and ::slotted() account for the inner selector's specific...Emilio Cobos Álvarez2018-07-011-12/+37
* style: Upgrade cssparser.Xidorn Quan2018-07-011-1/+1
* style: Simplify selector serialization.Emilio Cobos Álvarez2018-07-011-7/+7
* style: Deindent the serialization loop.Emilio Cobos Álvarez2018-07-011-61/+62
* style: Remove unneeded combinator check in selector-matching.Emilio Cobos Álvarez2018-07-011-1/+1
* style: Add diagnostics.Emilio Cobos Álvarez2018-06-122-8/+19
* style: Make pseudo-elements work with :host.Emilio Cobos Álvarez2018-06-121-3/+19
* style: Allow 16% false positives in test bloom::create_and_insert_some_stuff.Xidorn Quan2018-05-051-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-1010-954/+1204
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-103-37/+41
* style: Implement the functional :host(..) selector.Emilio Cobos Álvarez2018-04-103-18/+48
* style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-094-20/+76
* selectors: Don't serialize :nth-child(-n) as -1n.Emilio Cobos Álvarez2018-04-071-0/+1
* Auto merge of #20454 - emilio:rustup, r=SimonSapinbors-servo2018-03-292-2/+0
|\
| * Remove useless AsciiExt imports.Emilio Cobos Álvarez2018-03-272-2/+0
* | Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
|/
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-143-17/+77
* style: Tidy a couple things.Emilio Cobos Álvarez2018-03-141-1/+4
* style: Change the order we match selectors on invalidation to match normal or...Emilio Cobos Álvarez2018-03-091-5/+34
* style: Reindent yet another function.Emilio Cobos Álvarez2018-02-241-5/+6
* selectors: Indent two function declarations.Emilio Cobos Álvarez2018-02-241-9/+11
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-242-7/+7
* selectors: Never match ::slotted on <slot>s.Emilio Cobos Álvarez2018-01-272-0/+6
* Auto merge of #19822 - emilio:less-match-public, r=KiChjangbors-servo2018-01-192-3/+9
|\
| * style: Make the MatchingMode in MatchingContext private.Emilio Cobos Álvarez2018-01-202-3/+9
* | style: Handle correctly document state invalidation inside negation.Emilio Cobos Álvarez2018-01-202-1/+30
|/
* Auto merge of #19817 - emilio:matching-context-visited, r=noxbors-servo2018-01-193-68/+113
|\
| * selectors: add an is_nested method to MatchingContext, instead of nesting_level.Emilio Cobos Álvarez2018-01-192-7/+8
| * style: Track the visited-handling-mode on the MatchingContext.Emilio Cobos Álvarez2018-01-193-38/+45