aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/computed_value_flags.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-190/+0
* style: Container units should prevent us from sharing style by rule nodeEmilio Cobos Álvarez2023-11-241-0/+5
* style: Move `ANCHORS_RELATIVE_SELECTOR` out of nsINode flagsDavid Shin2023-11-241-1/+7
* style: Correct style sharing handling for any element that considered `:has()...David Shin2023-11-241-1/+4
* style: Implement the font-synthesis-{weight,style,small-caps} longhand proper...Jonathan Kew2023-11-061-7/+13
* style: Allow propagating computed style bits from the selector-matching processEmilio Cobos Álvarez2023-11-031-2/+28
* style: Flag computed styles of elements with `container-type: *size` set & pr...David Shin2023-11-031-1/+6
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-1/+0
* style: Implement CSS 'contain: style'Martin Robinson2023-10-021-1/+6
* style: Remove NS_AUTHOR_SPECIFIED_PADDINGEmilio Cobos Álvarez2023-05-311-6/+0
* style: More fine-grained viewport units invalidationEmilio Cobos Álvarez2023-05-241-0/+3
* style: Add some style quirks for legacy ::markers created from list-style-typ...Mats Palmgren2023-05-241-1/+13
* style: Fix font loading invalidation to account for metrics coming from the p...Emilio Cobos Álvarez2021-02-261-7/+12
* style: Don't optimize ::before/::after away if content/display have been spec...Emilio Cobos Álvarez2021-02-261-4/+4
* style: Simplify the implementation of HasAuthorSpecifiedRules.Emilio Cobos Álvarez2020-04-161-0/+14
* style: Add an inherited style bit to know whether an element is in an opacity...Emilio Cobos Álvarez2020-04-161-4/+8
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-3/+3
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-19/+4
* style: Remove ComputedStyle::mBits.Emilio Cobos Álvarez2019-03-271-0/+19
* style: Keep track of whether a style is affected by font metrics.Emilio Cobos Álvarez2019-03-271-1/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Remove IS_STYLE_IF_VISITED.Emilio Cobos Álvarez2018-07-241-5/+1
* style: Remove a bunch of unused style bits.Emilio Cobos Álvarez2018-05-281-5/+0
* style: Cleanup StyleBuilder.Emilio Cobos Álvarez2018-02-031-4/+28
* style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.Emilio Cobos Álvarez2018-01-041-0/+5
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-12/+14
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-14/+12
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-12/+14
* style: Not all computed value flags are really inherited.Emilio Cobos Álvarez2017-10-141-0/+8
* style: Add a TLS-based style struct caching mechanism.Emilio Cobos Álvarez2017-09-141-0/+3
* style: Stop the cascade when only reset structs change.Emilio Cobos Álvarez2017-09-061-1/+4
* style: Only store applicable ::before / ::after pseudo styles during the trav...Emilio Cobos Álvarez2017-08-251-0/+12
* style: Move nsStyleContext::mParent to GeckoStyleContext.Emilio Cobos Álvarez2017-08-031-0/+7
* style: Move the RELEVANT_LINK_VISITED flag to servo.Emilio Cobos Álvarez2017-07-231-0/+4
* stylo: Set the NS_STYLE_IS_TEXT_COMBINED flag.Emilio Cobos Álvarez2017-07-221-0/+5
* Add style adjustments for ruby.Xidorn Quan2017-07-141-0/+10
* Move HAS_TEXT_DECORATION_LINES setting into StyleAdjuster.Xidorn Quan2017-07-141-28/+0
* Inherit computed value flags when inheriting computed values.Xidorn Quan2017-07-141-0/+5
* Rename HAS_TEXT_DECORATION_LINE to match gecko side name.Xidorn Quan2017-07-141-5/+5
* style: Add some flags to the computed values.Emilio Cobos Álvarez2017-06-261-0/+45