gecko-dev/image/test/gtest
Nicholas Nethercote 18fae65f38 Bug 1563139 - Remove StaticPrefs.h. r=glandium
This requires replacing inclusions of it with inclusions of more specific prefs
files.

The exception is that StaticPrefsAll.h, which is equivalent to StaticPrefs.h,
and is used in `Codegen.py` because doing something smarter is tricky and
suitable for a follow-up. As a result, any change to StaticPrefList.yaml will
still trigger recompilation of all the generated DOM bindings files, but that's
still a big improvement over trigger recompilation of every file that uses
static prefs.

Most of the changes in this commit are very boring. The only changes that are
not boring are modules/libpref/*, Codegen.py, and ServoBindings.toml.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 01:10:23 +00:00
..
Common.cpp Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
Common.h Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
TestADAM7InterpolatingFilter.cpp Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
TestAnimationFrameBuffer.cpp Bug 1530774 - Part 3. Remove decoder support for producing paletted frames. r=tnikkel 2019-03-18 07:30:34 -04:00
TestBlendAnimationFilter.cpp Bug 1550422 - P23. Remove now unused gfxPrefs. r=jrmuizel 2019-05-26 14:31:53 +00:00
TestContainers.cpp Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan 2018-12-14 18:10:35 +00:00
TestCopyOnWrite.cpp Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
TestDecodeToSurface.cpp Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan 2018-12-14 18:10:35 +00:00
TestDecoders.cpp Bug 1530774 - Part 3. Remove decoder support for producing paletted frames. r=tnikkel 2019-03-18 07:30:34 -04:00
TestDecodersPerf.cpp Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
TestDeinterlacingFilter.cpp Bug 1530774 - Part 2. Remove support for paletted surface pipes. r=tnikkel 2019-03-18 07:30:34 -04:00
TestDownscalingFilter.cpp Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
TestDownscalingFilterNoSkia.cpp Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
TestFrameAnimator.cpp Bug 1530774 - Part 3. Remove decoder support for producing paletted frames. r=tnikkel 2019-03-18 07:30:34 -04:00
TestLoader.cpp Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan 2018-12-14 18:10:35 +00:00
TestMetadata.cpp Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan 2018-12-14 18:10:35 +00:00
TestRemoveFrameRectFilter.cpp Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
TestSourceBuffer.cpp Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan 2018-12-14 18:10:35 +00:00
TestStreamingLexer.cpp Bug 1513205 - Also update the tests to match the Google coding style r=Ehsan 2018-12-14 18:10:35 +00:00
TestSurfaceCache.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
TestSurfacePipeIntegration.cpp Bug 1530774 - Part 2. Remove support for paletted surface pipes. r=tnikkel 2019-03-18 07:30:34 -04:00
TestSurfaceSink.cpp Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
animated-with-extra-image-sub-blocks.gif
blend.gif Bug 1504237 - Ensure partial animated frames always use BGRA instead of BGRX. r=tnikkel 2018-11-03 19:47:54 -04:00
blend.png Bug 1504237 - Ensure partial animated frames always use BGRA instead of BGRX. r=tnikkel 2018-11-03 19:47:54 -04:00
blend.webp Bug 1504237 - Ensure partial animated frames always use BGRA instead of BGRX. r=tnikkel 2018-11-03 19:47:54 -04:00
corrupt-with-bad-bmp-height.ico
corrupt-with-bad-bmp-width.ico
corrupt-with-bad-ico-bpp.ico
corrupt.jpg
downscaled.bmp
downscaled.gif
downscaled.ico
downscaled.icon
downscaled.jpg
downscaled.png
downscaled.webp Bug 1294490 - Part 6. Implement WebP gtests. r=tnikkel 2018-10-31 15:01:08 -04:00
first-frame-green.gif
first-frame-green.png
first-frame-green.webp Bug 1294490 - Part 6. Implement WebP gtests. r=tnikkel 2018-10-31 15:01:08 -04:00
first-frame-padding.gif
green-1x1-truncated.gif
green-large-bmp.ico
green-large-png.ico
green-multiple-sizes.ico
green.bmp
green.gif
green.icc_srgb.webp Bug 1294490 - Part 6. Implement WebP gtests. r=tnikkel 2018-10-31 15:01:08 -04:00
green.ico
green.icon
green.jpg
green.png
green.webp Bug 1294490 - Part 6. Implement WebP gtests. r=tnikkel 2018-10-31 15:01:08 -04:00
invalid-truncated-metadata.bmp
large.webp Bug 1504448 - Fix buffering problems in WebPDecoder. r=tnikkel 2018-11-07 06:28:38 -05:00
moz.build Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
no-frame-delay.gif
perf_cmyk.jpg Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_gray.jpg Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_gray.png Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_gray_alpha.png Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb.gif Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb.png Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb_alpha.png Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb_alpha_lossless.webp Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb_alpha_lossy.webp Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb_lossless.webp Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_srgb_lossy.webp Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
perf_ycbcr.jpg Bug 1558451 - Add gtest microbenchmarks for image decoders. r=tnikkel 2019-06-11 17:46:13 -04:00
rle4.bmp
rle8.bmp
transparent-ico-with-and-mask.ico
transparent-if-within-ico.bmp
transparent-no-alpha-header.webp Bug 1527951 - Ignore WebP image's alpha channel when a frame is marked as opaque. r=tnikkel 2019-02-15 17:51:18 -05:00
transparent.gif
transparent.png
transparent.webp Bug 1527951 - Ignore WebP image's alpha channel when a frame is marked as opaque. r=tnikkel 2019-02-15 17:51:18 -05:00