aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use system lld on NixOS instead of rust-lld (#30123)Mukilan Thiyagarajan2023-08-184-2/+17
* Fix /custom-elements/when-defined-reentry-crash.html (#30121)Martin Robinson2023-08-181-1/+2
* rustfmt and llvm-tools are not preview anymore (#30119)Samson2023-08-171-2/+2
* Format toml files (#30112)Samson2023-08-1719-124/+139
* Tackle half of canvas.toDataURL's FIXMEs (#30094)Ennui Langeweile2023-08-171-7/+7
* Remove unused import `EventLoopWaker` (#30110)Oriol Brufau2023-08-172-2/+2
* Add missing EmbedderMsg::ReadyToPresent (#30109)Atbrakhi2023-08-161-0/+1
* Update test expectationsOriol Brufau2023-08-166-330/+0
* Avoid complaints from ./mach test-tidyOriol Brufau2023-08-163-26/+5
* style: Add an input-region-margin to widgets, and implement it on LinuxEmilio Cobos Álvarez2023-08-161-0/+10
* Further changes required by ServoOriol Brufau2023-08-1611-70/+81
* style: Use ColorMix for interpolated colors in the computed style rather than...Emilio Cobos Álvarez2023-08-1610-535/+458
* style: Remove -moz-scrollbar-thumb-proportionalEmilio Cobos Álvarez2023-08-161-5/+1
* style: Update style to uluru 3.0Mike Hommey2023-08-162-3/+3
* style: Update style to arrayvec 0.7Mike Hommey2023-08-161-8/+6
* style: Fix warnings about whitelist/blocklist functions being deprecated in b...Mike Hommey2023-08-161-3/+3
* style: Remove some dead vibrancy codeEmilio Cobos Álvarez2023-08-162-8/+0
* style: Improve Percentage -> LengthPercentage conversionEmilio Cobos Álvarez2023-08-163-7/+17
* style: Do hue interpolations in degrees rather than radians. r=barretEmilio Cobos Álvarez2023-08-161-26/+21
* style: Fix hue adjustment to match the specEmilio Cobos Álvarez2023-08-161-3/+3
* style: Fix color-mix() percentage normalizationEmilio Cobos Álvarez2023-08-161-4/+21
* style: Implement more color-mix() color-spacesEmilio Cobos Álvarez2023-08-162-162/+299
* style: Make the color interpolation code more genericEmilio Cobos Álvarez2023-08-161-260/+160
* Further changes required by ServoOriol Brufau2023-08-161-8/+0
* style: Update color-mix() syntax to match the current specEmilio Cobos Álvarez2023-08-164-85/+141
* style: Parse scroll-snap-stop style and propagate it to APZ sideHiroyuki Ikezoe2023-08-167-5/+39
* Further changes required by ServoOriol Brufau2023-08-162-3/+15
* style: Cache computed styles objects display: none subtreesEmilio Cobos Álvarez2023-08-163-9/+46
* style: Make modal dialog code more generic, and make it apply to fullscreen t...Emilio Cobos Álvarez2023-08-163-4/+4
* style: Change order of container shorthandOriol Brufau2023-08-161-9/+9
* style: Implement overflow-clip-margin: <length>Emilio Cobos Álvarez2023-08-161-0/+10
* style: Ensure options in listbox selects are not stacking contexts by defaultEmilio Cobos Álvarez2023-08-161-1/+3
* Further changes required by ServoOriol Brufau2023-08-165-8/+15
* style: More container queries plumbingEmilio Cobos Álvarez2023-08-1618-143/+420
* style: Clean up unused -moz-window-shadow valuesEmilio Cobos Álvarez2023-08-161-1/+4
* style: Implement 'update' media featureAutumn on Tape2023-08-161-1/+35
* style: Lint and 32-bit build fix.Emilio Cobos Álvarez2023-08-161-0/+1
* Further changes required by ServoOriol Brufau2023-08-1623-117/+76
* style: Move size of tests to compile-time tests in the style crateEmilio Cobos Álvarez2023-08-1613-49/+53
* Further changes required by ServoOriol Brufau2023-08-162-52/+0
* style: Convert specified value tests to compile-time testsEmilio Cobos Álvarez2023-08-164-4/+35
* style: Implement piecewise linear functionDavid Shin2023-08-162-0/+224
* style: Fix layer statement rules with multiple layer namesEmilio Cobos Álvarez2023-08-161-2/+2
* Further changes required by ServoOriol Brufau2023-08-161-2/+2
* style: Track @container condition id in style rulesEmilio Cobos Álvarez2023-08-162-54/+135
* Further changes required by ServoOriol Brufau2023-08-163-25/+35
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-1614-211/+176
* style: Remove proton places tooltip codeEmilio Cobos Álvarez2023-08-161-5/+2
* style: Implement media feature expression multi-range syntaxEmilio Cobos Álvarez2023-08-161-90/+214
* style: Refactor media feature expression representation in preparation to sup...Emilio Cobos Álvarez2023-08-162-127/+159