gecko-dev/layout
Boris Chiou 3fb6611d01 Bug 1820071 - Make <ray-size> optional and default to 'closest-side'. r=emilio
Per the spec update, the new syntax is:
  `ray() = ray( <angle> && <ray-size>? && contain? )`
And for `<ray-size>`:
  "If no <ray-size> is specified it defaults to closest-side."

So `<ray-size>` is optional and we omit it if it's default value, for
serialization.

By the way, offset=* properties are supported only in Gecko, so we don't
need a servo function to check the preference.

Differential Revision: https://phabricator.services.mozilla.com/D171625
2023-03-07 00:02:52 +00:00
..
base Bug 1815372 - Introduce OuterCSSPixel to represent quantities in CSS pixels of content surrounding a scroll frame. r=dlrobertson 2023-03-03 23:57:14 +00:00
build
docs
forms Bug 1819211 - Export Baseline.h under mozilla. r=emilio 2023-03-01 03:50:03 +00:00
generic Bug 1820445 - Clean up Selection::SelectFrames r=jjaschke 2023-03-06 22:34:58 +00:00
inspector Bug 1814620 - [devtools] Remove color.js rgbToColorName. r=ochameau. 2023-02-07 12:39:19 +00:00
ipc
mathml Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2023-02-13 15:02:07 +00:00
media
painting Bug 1819957 - Split out nsTextPaintStyle into its own source file. r=emilio 2023-03-05 22:24:10 +00:00
printing Bug 1793220 - Use at-page size rule as paper size when printing to PDF r=dholbert,AlaskanEmily 2023-02-27 20:22:18 +00:00
reftests Bug 1820338 - Further fuzzing tweaks to scrollbar sizing tests. r=rzvncj 2023-03-06 21:41:38 +00:00
style Bug 1820071 - Make <ray-size> optional and default to 'closest-side'. r=emilio 2023-03-07 00:02:52 +00:00
svg Bug 1424031 - crashtest r=emilio 2023-03-06 10:33:58 +00:00
tables Bug 1815552 - Make positioned table parts deal correctly with switching position without being reframed. r=TYLin,layout-reviewers 2023-03-01 19:04:17 +00:00
tools Bug 1820498 - Convert PerTestCoverageUtils to an ES module. r=marco,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2023-03-06 19:13:58 +00:00
xul Bug 1815372 - Introduce OuterCSSPixel to represent quantities in CSS pixels of content surrounding a scroll frame. r=dlrobertson 2023-03-03 23:57:14 +00:00
moz.build