aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2125/+0
* style: Speed up / specialize attribute selector-matchingEmilio Cobos Álvarez2023-11-241-104/+44
* style: Remove unused TElement::has_attrEmilio Cobos Álvarez2023-11-241-5/+0
* style: Remove the never_matches field from attr selectorsEmilio Cobos Álvarez2023-11-241-8/+7
* style: Move `ANCHORS_RELATIVE_SELECTOR` out of nsINode flagsDavid Shin2023-11-241-8/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-16/+19
* style: Correct style sharing handling for any element that considered `:has()...David Shin2023-11-241-0/+8
* style: Disable NSCAP_FEATURE_USE_BASEEmilio Cobos Álvarez2023-11-241-3/+3
* style: Finish removing HasArcFFIEmilio Cobos Álvarez2023-11-241-26/+11
* style: Remove HasArcFFI for AnimationValueEmilio Cobos Álvarez2023-11-241-6/+4
* style: Remove HasBoxFFIEmilio Cobos Álvarez2023-11-211-5/+2
* style: Rework -x-text-zoom to allow disabling text zoom and min-font-size sep...Emilio Cobos Álvarez2023-11-211-5/+4
* style: Replace popover's ':open' and ':closed' pseudo-classes with ':popover-...Mirko Brodesser2023-11-211-2/+1
* style: Allow to use ThinVec/nsTArray in the style crateEmilio Cobos Álvarez2023-11-211-20/+8
* style: Accept a comma-separated list of language codes in the :lang() pseudoJonathan Kew2023-11-211-10/+21
* style: Simplify NAC setupEmilio Cobos Álvarez2023-11-211-76/+63
* style: Record attribute dependencies within the selector list of :nth-child(....Zach Hoffman2023-11-211-0/+3
* style: Apply selector flags to the shadow rootZach Hoffman2023-11-211-6/+22
* style: Add popover attribute and part of basic popover functionalityZiran Sun2023-11-211-0/+2
* style: Use the same computed time representation between Servo and GeckoEmilio Cobos Álvarez2023-11-061-3/+3
* style: Re-evaluate container queries when container gets display:contentsOriol Brufau2023-11-041-1/+9
* style: Evaluate size feature to unknown if the container lacks size containmentOriol Brufau2023-11-041-26/+8
* style: @container(width:0) shouldn't match elements with no boxOriol Brufau2023-11-041-4/+5
* style: Make container queries check content-box sizeOriol Brufau2023-11-041-2/+5
* style: Make a wrapper struct for extra matching dataEmilio Cobos Álvarez2023-11-031-1/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-10/+20
* style: Ensure we cancel transitions without the need of an extra flushEmilio Cobos Álvarez2023-10-021-0/+6
* style: Add simple parsing and matching support for :hasTiaan Louw2023-10-021-0/+12
* style: Rename :-moz-modal-dialog to :modalTiaan Louw2023-10-021-1/+1
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-6/+5
* style: Make modal dialog code more generic, and make it apply to fullscreen t...Emilio Cobos Álvarez2023-08-161-1/+1
* style: More container queries plumbingEmilio Cobos Álvarez2023-08-161-0/+22
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-161-14/+16
* style: Move transitions and animations to nsStyleUIResetEmilio Cobos Álvarez2023-08-161-2/+2
* style: Migrate `<th>` `text-align` behaviour from presentation hint to UA CSSDavid Shin2023-08-161-17/+1
* style: Remove :-moz-lwtheme-{brighttext,darktext}Emilio Cobos Álvarez2023-08-161-2/+0
* style: Simplify selector flag setting now that flag setting is atomicEmilio Cobos Álvarez2023-08-161-6/+1
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-42/+41
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-41/+42
* style: Remove some no longer used use statementsEmilio Cobos Álvarez2023-06-091-1/+0
* style: Use atomic ops to read / write node flags from styloEmilio Cobos Álvarez2023-06-091-7/+24
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-1/+1
* style: Update CSSOM for layer rules to the specEmilio Cobos Álvarez2023-06-091-5/+21
* style: Fix style attribute important and revert-layer behaviorEmilio Cobos Álvarez2023-06-091-4/+10
* style: Add a Show Password button to <input type=password> controlsEmilio Cobos Álvarez2023-06-091-0/+2
* style: Correctly report animation status of pseudo-elements that are not stor...Emilio Cobos Álvarez2023-06-091-8/+7
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-6/+11
* style: Remove some prefs for pseudo-classes that we have shipped/unshipped su...Emilio Cobos Álvarez2023-06-091-1/+0
* style: Refactor :-moz-lwtheme pseudo-classes to get invalidated correctlyEmilio Cobos Álvarez2023-06-091-34/+12
* style: Simplify :dir() implementationEmilio Cobos Álvarez2023-06-091-2/+2