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

Issue 2206263003: Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. (Closed)

Created:
4 years, 4 months ago by bungeman-chromium
Modified:
4 years, 4 months ago
CC:
ajuma+watch_chromium.org, ajuma+watch-canvas_chromium.org, anandc+watch-blimp_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, dtrainor+watch-blimp_chromium.org, extensions-reviews_chromium.org, f(malita), gcasto+watch-blimp_chromium.org, jam, jbroman, jessicag+watch-blimp_chromium.org, Justin Novosad, jzern, khushalsagar+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mlamouri+watch-content_chromium.org, nyquist+watch-blimp_chromium.org, pdr+graphicswatchlist_chromium.org, piman+watch_chromium.org, rwlbuis, Stephen Chennney, shaktisahu+watch-blimp_chromium.org, skal, sriramsr+watch-blimp_chromium.org, urvang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. Skia is moving to returning smart pointers when creating an SkData. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/7eefc9a19b85a7bfb10162351a176868b6caeacf Cr-Commit-Position: refs/heads/master@{#409985}

Patch Set 1 #

Patch Set 2 : Remove unwanted changes. #

Patch Set 3 : Gotta catch 'em all. #

Total comments: 3

Patch Set 4 : Ref when needed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -47 lines) Patch
M blimp/engine/renderer/engine_image_serialization_processor.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/blimp/picture_data_conversions_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/picture_debug_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/thumbnail/thumbnail_cache.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/chromium_skia_defines.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/SharedBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/SharedBuffer.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReaderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/SegmentReader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp View 1 8 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (17 generated)
bungeman-chromium
enne: cc/ and content/ fmalita: WebKit/ wez: blimp/ The Chromium side of this is fairly ...
4 years, 4 months ago (2016-08-03 18:44:34 UTC) #5
bungeman-chromium
miguelg: chrome/browser/android/
4 years, 4 months ago (2016-08-03 18:52:01 UTC) #9
Wez
blimp/ LGTM
4 years, 4 months ago (2016-08-03 18:54:54 UTC) #10
Wez
blimp/ LGTM
4 years, 4 months ago (2016-08-03 18:54:57 UTC) #11
f(malita)
https://codereview.chromium.org/2206263003/diff/40001/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp File third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp (left): https://codereview.chromium.org/2206263003/diff/40001/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp#oldcode131 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp:131: WTF::adopted(data); Nice to see this gone! https://codereview.chromium.org/2206263003/diff/40001/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp File third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp ...
4 years, 4 months ago (2016-08-03 19:23:05 UTC) #12
bungeman-chromium
https://codereview.chromium.org/2206263003/diff/40001/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp File third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp (right): https://codereview.chromium.org/2206263003/diff/40001/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp#newcode130 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp:130: RefPtr<SegmentReader> segmentReader = SegmentReader::createFromSkData(sk_sp<SkData>(data)); On 2016/08/03 19:23:05, f(malita) wrote: ...
4 years, 4 months ago (2016-08-03 19:37:54 UTC) #13
f(malita)
lgtm LGTM
4 years, 4 months ago (2016-08-03 19:56:20 UTC) #16
enne (OOO)
lgtm
4 years, 4 months ago (2016-08-04 17:41:44 UTC) #19
bungeman-chromium
nyquist or dtrainor: could you take a quick look at the chrome/browser/android/ part of this. ...
4 years, 4 months ago (2016-08-04 20:15:40 UTC) #21
nyquist
chrome/browser/android lgtm
4 years, 4 months ago (2016-08-04 20:49:35 UTC) #22
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/2206263003/60001
4 years, 4 months ago (2016-08-04 20:52:15 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/274613)
4 years, 4 months ago (2016-08-05 01:00:28 UTC) #27
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/2206263003/60001
4 years, 4 months ago (2016-08-05 02:08:25 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-05 03:41:45 UTC) #30
commit-bot: I haz the power
4 years, 4 months ago (2016-08-05 03:43:51 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7eefc9a19b85a7bfb10162351a176868b6caeacf
Cr-Commit-Position: refs/heads/master@{#409985}

Powered by Google App Engine
This is Rietveld 408576698