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

Issue 1604253002: SkValue: implementation, unit test (Closed)

Created:
4 years, 11 months ago by hal.canary
Modified:
4 years, 11 months ago
Reviewers:
mtklein
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 : 2016-01-20 (Wednesday) 07:22:07 EST #

Total comments: 20

Patch Set 3 : 2016-01-20 (Wednesday) 10:14:15 EST #

Patch Set 4 : stray whitespce remvd #

Total comments: 4

Patch Set 5 : simplification #

Patch Set 6 : comments from mtklein #

Patch Set 7 : another unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -22 lines) Patch
M gyp/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkValue.h View 1 2 3 4 5 3 chunks +56 lines, -21 lines 0 comments Download
A src/core/SkValue.cpp View 1 2 3 4 5 1 chunk +217 lines, -0 lines 0 comments Download
M tests/ValueTest.cpp View 1 2 3 4 5 6 1 chunk +103 lines, -1 line 0 comments Download

Messages

Total messages: 22 (9 generated)
hal.canary
PTAL
4 years, 11 months ago (2016-01-20 12:20:53 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/1604253002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604253002/20001
4 years, 11 months ago (2016-01-20 12:25:59 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-20 12:48:36 UTC) #7
mtklein
https://codereview.chromium.org/1604253002/diff/20001/src/core/SkValue.cpp File src/core/SkValue.cpp (right): https://codereview.chromium.org/1604253002/diff/20001/src/core/SkValue.cpp#newcode38 src/core/SkValue.cpp:38: return fVec.at(index); vector::at does bounds checks. I think you ...
4 years, 11 months ago (2016-01-20 14:20:59 UTC) #8
hal.canary
Great. I think we're on the same page. https://codereview.chromium.org/1604253002/diff/20001/src/core/SkValue.cpp File src/core/SkValue.cpp (right): https://codereview.chromium.org/1604253002/diff/20001/src/core/SkValue.cpp#newcode38 src/core/SkValue.cpp:38: return ...
4 years, 11 months ago (2016-01-20 15:14:35 UTC) #9
mtklein
https://codereview.chromium.org/1604253002/diff/60001/src/core/SkValue.cpp File src/core/SkValue.cpp (right): https://codereview.chromium.org/1604253002/diff/60001/src/core/SkValue.cpp#newcode161 src/core/SkValue.cpp:161: const T* SkValue::AsArray(SkValue::Type t, int* count) const { I'm ...
4 years, 11 months ago (2016-01-20 15:47:50 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604253002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604253002/60001
4 years, 11 months ago (2016-01-20 15:49:35 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-20 16:03:28 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604253002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604253002/80001
4 years, 11 months ago (2016-01-20 16:33:35 UTC) #16
hal.canary
https://codereview.chromium.org/1604253002/diff/60001/src/core/SkValue.cpp File src/core/SkValue.cpp (right): https://codereview.chromium.org/1604253002/diff/60001/src/core/SkValue.cpp#newcode161 src/core/SkValue.cpp:161: const T* SkValue::AsArray(SkValue::Type t, int* count) const { On ...
4 years, 11 months ago (2016-01-20 16:38:57 UTC) #17
mtklein
lgtm
4 years, 11 months ago (2016-01-20 17:49:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604253002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604253002/120001
4 years, 11 months ago (2016-01-20 17:49:09 UTC) #20
commit-bot: I haz the power
4 years, 11 months ago (2016-01-20 18:00:28 UTC) #22
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/76097f823598076a440ed9dc7fa6611583308002

Powered by Google App Engine
This is Rietveld 408576698