gecko-dev/layout
violet 94b46be68b Bug 1520020 - Accept empty argument for some filters r=emilio
Filters blur(), invert(), etc. can omit argument.

Computed/specified style serialization is a little tricky w.r.t the shortest
serialization principle. Ideally we should serialize `invert(1)` to `invert()`,
but that will be a breaking change, so we always serialize them with an
argument.

Note, Blink/WetKit treat specified (but not computed) style serialization
differently when the specified one is originally without argument. Our
current behavior is the same as pre-Chromium Edge.

Differential Revision: https://phabricator.services.mozilla.com/D31720

--HG--
extra : moz-landing-system : lando
2019-05-20 07:01:29 +00:00
..
base Bug 1552628 - Remove some more dead nsCSSValue code. r=xidorn 2019-05-19 00:47:18 +00:00
build Bug 1547397 - Part 3: Move the permission manager code to extensions/permissions; r=baku 2019-04-30 14:06:53 +00:00
doc Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio 2019-04-16 07:25:10 +00:00
forms Bug 1550554 - Add bindings for box shadows, and remove nsCSSShadowArray and friends. r=heycam 2019-05-16 23:04:32 +00:00
generic Bug 1551806 - Don't try to snap if there is no valid snap positions for the scroll-snap v1 implementation. r=botond 2019-05-17 20:50:24 +00:00
inspector Bug 1547621 - Move all inline methods of nsIPresShell into mozilla::PresShell r=smaug 2019-04-30 01:52:53 +00:00
ipc Bug 1529698 - Part 1: Make LayerState enum class r=mattwoodrow 2019-05-18 20:11:11 +00:00
mathml Bug 1133175 - Remove SVGTests.hasExtension. r=bz,longsonr 2019-05-09 14:39:28 +10:00
media
painting Bug 1529698 - Part 4: Add nsDisplayContainer r=mattwoodrow 2019-05-18 20:11:42 +00:00
printing Bug 1551882. Refactor the print preview listener code to make its purpose clear. r=bobowen 2019-05-16 23:16:11 +01:00
reftests Bug 1325798 - Add fuzzy factor for anti-aliasing pixels in scrollbar redendering. r=emilio 2019-05-17 20:05:28 +02:00
style Bug 1520020 - Accept empty argument for some filters r=emilio 2019-05-20 07:01:29 +00:00
svg Bug 1529002 - Use cbindgen to back CSS transforms. r=boris 2019-05-16 23:25:10 +00:00
tables Bug 1550554 - Add bindings for box shadows, and remove nsCSSShadowArray and friends. r=heycam 2019-05-16 23:04:32 +00:00
tools Bug 1552098 - Add "Matched CSS Rules" command to the layout debugger. r=emilio 2019-05-16 23:11:50 +00:00
xul Bug 1550510 - Stop hoisting scrollinfo items inside filters when WR is enabled. r=botond 2019-05-18 00:17:50 +00:00
moz.build