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

Issue 1307023004: change colortable to use factory for reinflating, check for empty (Closed)

Created:
5 years, 3 months ago by reed1
Modified:
5 years, 3 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

change colortable to use factory for reinflating, check for empty BUG=525763 Committed: https://skia.googlesource.com/skia/+/b236d1a37bd8ee936587faa0a55128a1f901cb5a

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : doh #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -5 lines) Patch
M include/core/SkColorTable.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/core/SkBitmap.cpp View 1 2 3 1 chunk +20 lines, -4 lines 0 comments Download
M src/core/SkColorTable.cpp View 3 chunks +35 lines, -0 lines 1 comment Download

Messages

Total messages: 26 (11 generated)
reed1
5 years, 3 months ago (2015-08-28 15:48:17 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307023004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307023004/1
5 years, 3 months ago (2015-08-28 15:48:32 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-28 15:54:15 UTC) #6
robertphillips
https://codereview.chromium.org/1307023004/diff/1/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/1307023004/diff/1/src/core/SkBitmap.cpp#newcode1152 src/core/SkBitmap.cpp:1152: // only permit an empty table if we have ...
5 years, 3 months ago (2015-08-28 15:58:53 UTC) #7
reed1
https://codereview.chromium.org/1307023004/diff/1/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/1307023004/diff/1/src/core/SkBitmap.cpp#newcode1152 src/core/SkBitmap.cpp:1152: // only permit an empty table if we have ...
5 years, 3 months ago (2015-08-28 16:01:08 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307023004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307023004/20001
5 years, 3 months ago (2015-08-28 16:01:19 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-28 16:06:42 UTC) #12
robertphillips
lgtm + micro-nits https://codereview.chromium.org/1307023004/diff/20001/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/1307023004/diff/20001/src/core/SkBitmap.cpp#newcode1154 src/core/SkBitmap.cpp:1154: // require an empty ctable '!=' ...
5 years, 3 months ago (2015-08-28 16:31:43 UTC) #13
reed1
https://codereview.chromium.org/1307023004/diff/20001/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/1307023004/diff/20001/src/core/SkBitmap.cpp#newcode1154 src/core/SkBitmap.cpp:1154: // require an empty ctable On 2015/08/28 16:31:43, robertphillips ...
5 years, 3 months ago (2015-08-28 17:00:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307023004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307023004/40001
5 years, 3 months ago (2015-08-28 17:00:55 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/2875) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, ...
5 years, 3 months ago (2015-08-28 17:01:37 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307023004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307023004/60001
5 years, 3 months ago (2015-08-28 17:09:06 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/b236d1a37bd8ee936587faa0a55128a1f901cb5a
5 years, 3 months ago (2015-08-28 17:14:22 UTC) #23
hal.canary
https://codereview.chromium.org/1307023004/diff/60001/src/core/SkColorTable.cpp File src/core/SkColorTable.cpp (right): https://codereview.chromium.org/1307023004/diff/60001/src/core/SkColorTable.cpp#newcode39 src/core/SkColorTable.cpp:39: SkASSERT(count > 0 && count <= 255); why not ...
5 years, 3 months ago (2015-08-28 18:28:03 UTC) #25
reed1
5 years, 3 months ago (2015-08-28 19:30:19 UTC) #26
Message was sent while issue was closed.
On 2015/08/28 18:28:03, Hal Canary wrote:
>
https://codereview.chromium.org/1307023004/diff/60001/src/core/SkColorTable.cpp
> File src/core/SkColorTable.cpp (right):
> 
>
https://codereview.chromium.org/1307023004/diff/60001/src/core/SkColorTable.c...
> src/core/SkColorTable.cpp:39: SkASSERT(count > 0 && count <= 255);
> why not 256?

DOH! you're right

Powered by Google App Engine
This is Rietveld 408576698