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

Issue 1780643003: Limit the maximum buffer size of SkRawBufferedStream (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : rename class #

Patch Set 3 : rename class #

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M src/codec/SkRawCodec.cpp View 1 2 3 2 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 17 (8 generated)
yujieqin
4 years, 9 months ago (2016-03-09 16:11:23 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780643003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780643003/1
4 years, 9 months ago (2016-03-09 16:14:27 UTC) #6
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 9 months ago (2016-03-09 16:14:28 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/1780643003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780643003/40001
4 years, 9 months ago (2016-03-09 16:21:28 UTC) #10
scroggo
https://codereview.chromium.org/1780643003/diff/1/src/codec/SkRawCodec.cpp File src/codec/SkRawCodec.cpp (right): https://codereview.chromium.org/1780643003/diff/1/src/codec/SkRawCodec.cpp#newcode208 src/codec/SkRawCodec.cpp:208: if (!safe_add_to_size_t(this->bytesWritten(), size, &newSize) || If we limit to ...
4 years, 9 months ago (2016-03-09 16:32:45 UTC) #11
yujieqin
PTAL https://codereview.chromium.org/1780643003/diff/1/src/codec/SkRawCodec.cpp File src/codec/SkRawCodec.cpp (right): https://codereview.chromium.org/1780643003/diff/1/src/codec/SkRawCodec.cpp#newcode208 src/codec/SkRawCodec.cpp:208: if (!safe_add_to_size_t(this->bytesWritten(), size, &newSize) || On 2016/03/09 16:32:45, ...
4 years, 9 months ago (2016-03-09 17:40:30 UTC) #12
scroggo
lgtm
4 years, 9 months ago (2016-03-09 17:49:22 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780643003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780643003/60001
4 years, 9 months ago (2016-03-09 21:37:02 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 21:49:40 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/c04df21bb624e299440ce8b56495ec109d4e824e

Powered by Google App Engine
This is Rietveld 408576698