aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/style_adjuster.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1013/+0
* Further changes required by ServoOriol Brufau2023-11-241-1/+2
* style: Make content-visibility: auto forces contain-intrinsic-size to gain an...Jihye Hong2023-11-241-0/+27
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-16/+25
* style: Implement the font-synthesis-{weight,style,small-caps} longhand proper...Jonathan Kew2023-11-061-25/+11
* Further changes required by ServoOriol Brufau2023-11-041-0/+2
* style: Compute column-rule-width to 0 when column-rule-style is noneOriol Brufau2023-11-041-2/+16
* style: Fix outline-style: inherit behavior if you don't specify outline-widthEmilio Cobos Álvarez2023-11-041-11/+9
* Further changes required by ServoOriol Brufau2023-11-041-1/+5
* style: Fix style containment not triggered by 'contain'Oriol Brufau2023-11-041-2/+45
* style: Flag computed styles of elements with `container-type: *size` set & pr...David Shin2023-11-031-4/+11
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-5/+7
* Further changes required by ServoOriol Brufau2023-11-031-0/+2
* style: Make -webkit-line-clamp create a block container in the appropriate si...Emilio Cobos Álvarez2023-11-031-0/+30
* style: Do not reset font-weight/font-style when mathvariant is specifiedFrederic Wang2023-11-031-14/+0
* Further changes required by ServoOriol Brufau2023-10-021-0/+2
* style: Implement CSS 'contain: style'Martin Robinson2023-10-021-0/+11
* style: Move fixed-point font types to RustEmilio Cobos Álvarez2023-10-021-4/+3
* Make the choice of layout runtime settingMartin Robinson2023-07-061-5/+2
* style: Top layer elements that are display:contents should be display: blockEmilio Cobos Álvarez2023-06-091-1/+7
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-9/+37
* style: Make inert not modify the computed styleEmilio Cobos Álvarez2023-05-311-58/+0
* style: Blockify outside markers at used value time rather than at computed va...Emilio Cobos Álvarez2023-05-241-13/+0
* style: Fix mixed indentation in style_adjuster.rsEmilio Cobos Álvarez2023-05-241-1/+1
* style: Implement 'content: none' for ::markerMats Palmgren2023-05-241-2/+3
* style: Unify font-family storageEmilio Cobos Álvarez2023-05-241-9/+2
* style: Add some style quirks for legacy ::markers created from list-style-typ...Mats Palmgren2023-05-241-0/+47
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-2/+3
* Rustfmt.Emilio Cobos Álvarez2021-02-261-3/+3
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Make the document blocked by the topmost element in the top layer.Sean Feng2021-02-261-0/+3
* style: Fix two minor issues with scrollbar style caching.Emilio Cobos Álvarez2021-02-261-0/+3
* style: Use Overflow::is_scrollable in StyleAdjuster.Emilio Cobos Álvarez2021-02-261-5/+1
* style: Implement overflow:clip/visible combinations.Mats Palmgren2021-02-261-37/+11
* style: Rename overflow:-moz-hidden-unscrollable to overflow:clip.Jeremy Ir2021-02-261-3/+3
* style: implement -moz-inert CSS property.Alexander Surkov2021-02-261-0/+51
* style: Defer to -moz-default-appearance when appearance is auto.Cameron McCormack2021-02-261-1/+7
* style: Add unprefixed appearance property and make -moz-appearance and -webki...Cameron McCormack2021-02-261-2/+2
* style: Use mozilla::Length rather than nscoord to store font sizes.Emilio Cobos Álvarez2021-02-261-2/+3
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-4/+4
* style: Fix number input so that it honors overflow-clip-box-block.Emilio Cobos Álvarez2020-04-161-3/+36
* style: Add an inherited style bit to know whether an element is in an opacity...Emilio Cobos Álvarez2020-04-161-9/+15
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-4/+10
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-5/+9
* style: Don't apply text-combine-upright in sideways-* writing modes.Jonathan Kew2020-02-121-1/+1
* style: Ensure nested ruby level container don't escape from line break suppre...Xidorn Quan2020-02-121-4/+18
* style: Do not use synthetic display-inside values.Emilio Cobos Álvarez2020-02-121-3/+1
* style: Make Rust static atoms able to be used in const contexts.Emilio Cobos Álvarez2019-11-301-31/+26
* style: Use consistent naming and shared code for out-of-flow stuff.Emilio Cobos Álvarez2019-10-071-6/+6
* style: Align the Rust and C++ representations of WritingMode.Cameron McCormack2019-09-121-0/+3