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

Issue 1779263003: Make sp variants for SkData (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : start to update call-sites #

Patch Set 3 : #

Patch Set 4 : fix dynamicmemorywstream #

Total comments: 21

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -149 lines) Patch
M include/core/SkData.h View 7 chunks +51 lines, -14 lines 0 comments Download
M include/core/SkStream.h View 1 2 3 4 5 chunks +9 lines, -8 lines 0 comments Download
M include/core/SkWriter32.h View 1 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkColorCubeFilter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/c/sk_surface.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/core/SkBitmap.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkData.cpp View 8 chunks +27 lines, -26 lines 0 comments Download
M src/core/SkFlattenableSerialization.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkFontDescriptor.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPaint.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPicture.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkPictureData.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkPictureData.cpp View 1 3 chunks +3 lines, -6 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/core/SkPictureRecord.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/core/SkPixmap.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkReadBuffer.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/core/SkReader32.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/core/SkStream.cpp View 1 2 3 8 chunks +34 lines, -41 lines 0 comments Download
M src/core/SkStreamPriv.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/core/SkWriter32.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/SkColorCubeFilter.cpp View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/images/SkImageDecoder_astc.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/images/SkImageDecoder_ktx.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/images/SkImageDecoder_libbmp.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/images/SkImageDecoder_libico.cpp View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/images/SkImageDecoder_pkm.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ports/SkImageDecoder_CG.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/sfnt/SkOTUtils.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/CodexTest.cpp View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M tests/Writer32Test.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 29 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1779263003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1779263003/1
4 years, 9 months ago (2016-03-11 04:45:20 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1779263003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1779263003/40001
4 years, 9 months ago (2016-03-11 13:11:39 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/6993)
4 years, 9 months ago (2016-03-11 13:14:49 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1779263003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1779263003/60001
4 years, 9 months ago (2016-03-11 13:21:19 UTC) #9
reed1
4 years, 9 months ago (2016-03-11 13:58:18 UTC) #11
reed1
4 years, 9 months ago (2016-03-11 13:58:35 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-11 14:13:29 UTC) #15
bungeman-skia
https://codereview.chromium.org/1779263003/diff/60001/include/core/SkData.h File include/core/SkData.h (right): https://codereview.chromium.org/1779263003/diff/60001/include/core/SkData.h#newcode226 include/core/SkData.h:226: typedef SkAutoTUnref<SkData> SkAutoDataUnref; There's still one user of this ...
4 years, 9 months ago (2016-03-11 14:53:14 UTC) #16
scroggo
Why do we still use a raw pointer when passing to some factories? https://codereview.chromium.org/1779263003/diff/60001/include/core/SkData.h File ...
4 years, 9 months ago (2016-03-11 15:28:35 UTC) #17
reed1
updated https://codereview.chromium.org/1779263003/diff/60001/include/core/SkData.h File include/core/SkData.h (right): https://codereview.chromium.org/1779263003/diff/60001/include/core/SkData.h#newcode83 include/core/SkData.h:83: static sk_sp<SkData> MakeWithCopy(const void* data, size_t length); On ...
4 years, 9 months ago (2016-03-11 19:23:35 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1779263003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1779263003/80001
4 years, 9 months ago (2016-03-11 19:24:38 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-11 19:37:51 UTC) #22
scroggo
lgtm
4 years, 9 months ago (2016-03-11 19:44:48 UTC) #23
bungeman-skia
I don't see anything here which probably can't be fixed later. lgtm
4 years, 9 months ago (2016-03-11 20:50:07 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1779263003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1779263003/80001
4 years, 9 months ago (2016-03-11 21:01:30 UTC) #27
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 21:02:32 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/fde05114e6c4107b36e1aa571c64d31def40f613

Powered by Google App Engine
This is Rietveld 408576698