aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_map.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-868/+0
* style: Add a `static_prefs` implementation (#31351)Martin Robinson2024-02-141-3/+0
* style: when iterating over a selector to find a bucket, choose the rightmostEmilio Cobos Álvarez2023-11-211-1/+8
* style: Allow propagating computed style bits from the selector-matching processEmilio Cobos Álvarez2023-11-031-0/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-13/+17
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* style: Add a low-priority selector list for pseudo-classes that have global r...Emilio Cobos Álvarez2023-10-021-9/+80
* style: More container queries plumbingEmilio Cobos Álvarez2023-08-161-15/+32
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-161-15/+3
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-35/+30
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-30/+35
* style: Shrink maps if needed after stylist rebuildsEmilio Cobos Álvarez2023-06-091-11/+19
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-24/+23
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-14/+25
* style: Update layer ordering to follow the specEmilio Cobos Álvarez2023-05-311-2/+11
* Further changes required by ServoOriol Brufau2023-05-271-0/+3
* style: Add attributes to the rule hashEmilio Cobos Álvarez2023-05-261-16/+94
* style: Share CascadeData instances across ShadowRootsOriol Brufau2023-05-161-2/+2
* style: Make stylesheet invalidation faster.Emilio Cobos Álvarez2021-02-261-1/+14
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-3/+8
* style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-3/+6
* style: Handle disjoint selectors in the selector map.Emilio Cobos Álvarez2020-06-041-82/+127
* style: Implement parsing / selector-matching for :is() and :where().Emilio Cobos Álvarez2020-04-181-0/+9
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-3/+1
* style: Fix cascade order of shadow parts.Emilio Cobos Álvarez2019-11-301-10/+2
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-251-1/+1
* style: Add code to make part rules affect the style of the elements.Emilio Cobos Álvarez2019-06-251-9/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-9/+9
* Reorder importsPyfisch2018-11-061-2/+2
* Format style component.chansuke2018-09-091-8/+14
* style: Add a root bucket to the selector map.Emilio Cobos Álvarez2018-08-081-4/+37
* style: Add namespace bucket for the selector map.Emilio Cobos Álvarez2018-07-011-9/+42
* style: Remove Valgrind workaround to make ::slotted use the rule hash.Emilio Cobos Álvarez2018-04-281-7/+1
* style: Fix cascade order of !important in Shadow DOM.Emilio Cobos Álvarez2018-04-281-2/+8
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-49/+49
* style: Implement the functional :host(..) selector.Emilio Cobos Álvarez2018-04-101-0/+1
* style: Make Element::id not clone the attribute.Emilio Cobos Álvarez2018-02-241-5/+5
* style: Remove get_ prefix from get_state and get_id.Emilio Cobos Álvarez2018-02-241-2/+2
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-2/+2
* style: Back out ordermap.Emilio Cobos Álvarez2018-02-121-17/+0
* style: Temporarily use OrderMap on Gecko.Emilio Cobos Álvarez2018-01-311-5/+14
* style: Indent some function calls properly.Emilio Cobos Álvarez2018-01-201-24/+32
* style: Remove redundant QuirksMode argument to SelectorMapEmilio Cobos Álvarez2018-01-201-3/+5
* style: Remove some unneeded indirection.Emilio Cobos Álvarez2018-01-101-4/+4
* style: Store ::slotted rules separately on the cascade data, since they may c...Emilio Cobos Álvarez2018-01-091-0/+7
* style: Workaround a likely valgrind false-positive.Emilio Cobos Álvarez2017-12-201-1/+7
* style: Don't support a list of selectors in ::slotted yet.Emilio Cobos Álvarez2017-12-201-0/+19
* Remove unused generic from push_applicable_declarationsMatt Brubeck2017-11-291-8/+6
* style: Make the SelectorMap API slightly nicer.Emilio Cobos Álvarez2017-10-301-3/+3