aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-240/+0
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-2/+2
* style: Disallow forgiving selector-parsing in @supportsEmilio Cobos Álvarez2023-11-031-0/+3
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-3/+3
* style: Shrink maps if needed after stylist rebuildsEmilio Cobos Álvarez2023-06-091-1/+6
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-2/+1
* style: Allow matches() / querySelector() / etc on chrome docs to access chrom...Emilio Cobos Álvarez2023-06-091-6/+7
* style: Share CascadeData instances across ShadowRootsOriol Brufau2023-05-161-1/+1
* Rustfmt.Emilio Cobos Álvarez2021-02-261-1/+2
* style: Allow resource:// stylesheets to use chrome-only rules.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-3/+3
* `cargo fix --edition`Simon Sapin2018-11-101-7/+7
* Reorder importsPyfisch2018-11-061-1/+1
* style: Fix servo build.Emilio Cobos Álvarez2018-09-031-1/+1
* style: Use an Atom to represent Direction values in pseudo-classes.Cameron McCormack2018-09-031-19/+38
* style: Measure heap allocations hanging off selector components.Cameron McCormack2018-07-161-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-11/+10
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-2/+2
* style: Move :-moz-locale-dir matching to rust.Emilio Cobos Álvarez2018-01-111-0/+14
* moving :dir() param serialization FIXMEMichael Wilson2017-11-211-0/+1
* Auto merge of #19315 - emilio:chrome-rules-user-sheets, r=heycambors-servo2017-11-211-2/+3
|\
| * style: Enable chrome-only CSS features in user stylesheets.Emilio Cobos Álvarez2017-11-211-2/+3
* | style: :dir() pseudo class now represented by enumMichael Wilson2017-11-151-2/+24
|/
* Revert "Diagnostic map semantics."Manish Goregaokar2017-10-231-9/+0
* Add slots in PerPseudoElementMap for tree pseudos.Xidorn Quan2017-10-201-21/+9
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+2
* style: Remove the ElementExt trait.Emilio Cobos Álvarez2017-10-161-9/+0
* Diagnostic map semantics.Bobby Holley2017-10-071-0/+9
* Revert #18668 - Add mprotect diagnostics for HashMap crashBobby Holley2017-10-031-9/+0
* Semantics for ProtectedHashMap.Bobby Holley2017-09-281-0/+9
* Measure the UA cache.Nicholas Nethercote2017-09-201-0/+1
* Measure the stylist during memory reporting.Nicholas Nethercote2017-09-051-0/+5
* order derivable traits listsClément DAVID2017-08-231-1/+1
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-201-10/+0
* style: Use an enumerated array for per-pseudo maps.Emilio Cobos Álvarez2017-08-081-14/+75
* style: Introduce Chrome UI privilege for parsersTing-Yu Lin2017-08-031-1/+11
* stylo: Introduce ComputedValuesInnerManish Goregaokar2017-07-171-1/+1
* Call non-functional pseudo-elements simple pseudo-element.Xidorn Quan2017-07-121-1/+1
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-3/+5
* Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-3/+0
* style: Refactor the cascade function.Emilio Cobos Álvarez2017-05-171-1/+1
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* style: Stop special-casing a few attributes for style sharing, and use a visi...Emilio Cobos Álvarez2017-04-091-40/+1
* Use a more compact representation to store eager pseudo-elements.Bobby Holley2017-04-031-16/+0
* Improve some ergonomics around pseudo-elements.Bobby Holley2017-04-031-22/+2
* style: Document the restyle hints code, and make it operate on `TElement`.Emilio Cobos Álvarez2017-01-021-24/+66
* Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+8