Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Issue 2206633004: Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. (Closed)

Created:
4 years, 4 months ago by bungeman-skia
Modified:
4 years, 4 months ago
Reviewers:
reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. This moves Skia code off of SK_SUPPORT_LEGACY_DATA_FACTORIES. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2206633004 Committed: https://skia.googlesource.com/skia/+/38d909ec2875f79952de08f36adfaac5680d2c53

Patch Set 1 #

Patch Set 2 : Line length and move. #

Patch Set 3 : Gotta catch 'em all. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -278 lines) Patch
M bench/nanobench.cpp View 5 chunks +8 lines, -7 lines 0 comments Download
M dm/DM.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M dm/DMJsonWriter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M dm/DMSrcSink.cpp View 10 chunks +21 lines, -20 lines 0 comments Download
M experimental/GLFWTest/glfw_main.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M experimental/SkV8Example/SkV8Example.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M experimental/nanomsg/picture_demo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fuzz/fuzz.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M gm/annotated_text.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M gm/factory.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M gm/internal_links.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gyp/skia_for_android_framework_defines.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkData.h View 2 chunks +2 lines, -4 lines 2 comments Download
M include/gpu/GrResourceKey.h View 3 chunks +5 lines, -6 lines 0 comments Download
M public.bzl View 1 chunk +1 line, -0 lines 0 comments Download
M samplecode/DecodeFile.h View 1 chunk +2 lines, -2 lines 0 comments Download
M samplecode/SampleLua.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/codec/SkIcoCodec.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M src/codec/SkRawCodec.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M src/codec/SkWbmpCodec.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/core/SkWriteBuffer.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/batches/GrTessellatingPathRenderer.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/image/SkImage_Raster.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/images/SkKTXImageEncoder.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pdf/SkPDFFont.cpp View 5 chunks +7 lines, -12 lines 0 comments Download
M src/ports/SkFontMgr_android.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/utils/SkTextureCompressor.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/utils/SkTextureCompressor.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M tests/AnnotationTest.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M tests/CachedDecodingPixelRefTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/CodecPriv.h View 1 chunk +1 line, -1 line 0 comments Download
M tests/CodecTest.cpp View 1 6 chunks +12 lines, -11 lines 0 comments Download
M tests/DataRefTest.cpp View 5 chunks +14 lines, -17 lines 0 comments Download
M tests/ImageGeneratorTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/ImageTest.cpp View 7 chunks +21 lines, -21 lines 0 comments Download
M tests/MallocPixelRefTest.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/PDFGlyphsToUnicodeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/PDFJpegEmbedTest.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M tests/PDFPrimitivesTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/PathTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/PictureTest.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M tests/ResourceCacheTest.cpp View 3 chunks +3 lines, -5 lines 0 comments Download
M tests/SerializationTest.cpp View 1 3 chunks +11 lines, -11 lines 0 comments Download
M tests/StreamTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/TextureCompressionTest.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M tests/Writer32Test.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M tools/Resources.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/debugger/SkDrawCommand.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/fiddle/fiddle_main.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/get_images_from_skps.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/lua/lua_app.cpp View 3 chunks +4 lines, -5 lines 0 comments Download
M tools/lua/lua_pictures.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/skdiff_main.cpp View 3 chunks +9 lines, -9 lines 0 comments Download
M tools/skdiff_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/skdiff_utils.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/skhello.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/skiaserve/Request.h View 3 chunks +6 lines, -6 lines 0 comments Download
M tools/skiaserve/Request.cpp View 8 chunks +11 lines, -11 lines 0 comments Download
M tools/skiaserve/urlhandlers/BatchesHandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/skiaserve/urlhandlers/CmdHandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/skiaserve/urlhandlers/DownloadHandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/skiaserve/urlhandlers/ImgHandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/skiaserve/urlhandlers/InfoHandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/visualize_color_gamut.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (12 generated)
bungeman-skia
4 years, 4 months ago (2016-08-02 21:06:46 UTC) #9
reed1
lgtm w/ question https://codereview.chromium.org/2206633004/diff/40001/include/core/SkData.h File include/core/SkData.h (right): https://codereview.chromium.org/2206633004/diff/40001/include/core/SkData.h#newcode70 include/core/SkData.h:70: #ifdef SK_SUPPORT_LEGACY_DATA_FACTORIES why is this guy ...
4 years, 4 months ago (2016-08-02 21:11:25 UTC) #10
bungeman-skia
https://codereview.chromium.org/2206633004/diff/40001/include/core/SkData.h File include/core/SkData.h (right): https://codereview.chromium.org/2206633004/diff/40001/include/core/SkData.h#newcode70 include/core/SkData.h:70: #ifdef SK_SUPPORT_LEGACY_DATA_FACTORIES On 2016/08/02 21:11:25, reed1 wrote: > why ...
4 years, 4 months ago (2016-08-02 21:29:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2206633004/40001
4 years, 4 months ago (2016-08-02 21:39:21 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-02 21:40:53 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/38d909ec2875f79952de08f36adfaac5680d2c53

Powered by Google App Engine
This is Rietveld 408576698