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

Issue 138063005: Serialization of SkPictureImageFilter (Closed)

Created:
6 years, 11 months ago by sugoi1
Modified:
6 years, 10 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Serialization of SkPictureImageFilter BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13347 Committed: http://code.google.com/p/skia/source/detail?r=13354

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update to ToT #

Patch Set 3 : Code ifdefed out #

Total comments: 9

Patch Set 4 : Follow up on comments #

Total comments: 2

Patch Set 5 : Added comments and changed PICTURE_VERSION #

Patch Set 6 : Updated past revert point, will re-land tonight #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -22 lines) Patch
M include/core/SkPicture.h View 1 2 3 4 4 chunks +20 lines, -1 line 0 comments Download
M include/effects/SkPictureImageFilter.h View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M samplecode/SampleFilterFuzz.cpp View 1 2 2 chunks +34 lines, -1 line 0 comments Download
M src/core/SkPicture.cpp View 1 2 3 5 chunks +89 lines, -17 lines 0 comments Download
M src/core/SkPicturePlayback.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 2 3 3 chunks +40 lines, -0 lines 0 comments Download
M src/effects/SkPictureImageFilter.cpp View 1 2 3 4 1 chunk +16 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
sugoi
This cl doesn't do much except fill in the blanks for the serialization of SkPictureImageFilter. ...
6 years, 11 months ago (2014-01-15 13:32:38 UTC) #1
reed1
On 2014/01/15 13:32:38, sugoi wrote: > This cl doesn't do much except fill in the ...
6 years, 11 months ago (2014-01-15 13:56:52 UTC) #2
Stephen White
Since SkPictureImageFilter is already used in Chrome, I don't think we should land this until ...
6 years, 11 months ago (2014-01-15 14:59:01 UTC) #3
sugoi
On 2014/01/15 13:56:52, reed1 wrote: > On 2014/01/15 13:32:38, sugoi wrote: > > This cl ...
6 years, 11 months ago (2014-01-15 16:46:37 UTC) #4
sugoi
On 2014/01/15 14:59:01, Stephen White wrote: > Since SkPictureImageFilter is already used in Chrome, I ...
6 years, 11 months ago (2014-01-15 16:49:22 UTC) #5
sugoi1
Updated the code. If it's acceptable, I'd like to use SkPicture::CreateFromBuffer() for fuzzing (in a ...
6 years, 10 months ago (2014-02-05 16:23:07 UTC) #6
Stephen White
This looks ok to me, but I'll leave for others. https://codereview.chromium.org/138063005/diff/160001/src/core/SkPicturePlayback.cpp File src/core/SkPicturePlayback.cpp (right): https://codereview.chromium.org/138063005/diff/160001/src/core/SkPicturePlayback.cpp#newcode445 ...
6 years, 10 months ago (2014-02-05 16:44:39 UTC) #7
sugoi1
https://codereview.chromium.org/138063005/diff/160001/src/core/SkPicturePlayback.cpp File src/core/SkPicturePlayback.cpp (right): https://codereview.chromium.org/138063005/diff/160001/src/core/SkPicturePlayback.cpp#newcode445 src/core/SkPicturePlayback.cpp:445: // Write some of our data into a writebuffer ...
6 years, 10 months ago (2014-02-05 16:48:58 UTC) #8
robertphillips
drive by comment https://codereview.chromium.org/138063005/diff/160001/src/core/SkPicture.cpp File src/core/SkPicture.cpp (right): https://codereview.chromium.org/138063005/diff/160001/src/core/SkPicture.cpp#newcode404 src/core/SkPicture.cpp:404: Is there some way to share ...
6 years, 10 months ago (2014-02-05 18:02:32 UTC) #9
reed1
https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h#newcode77 include/core/SkPicture.h:77: static SkPicture* CreateFromBuffer(SkReadBuffer&); Does this not need/want the same ...
6 years, 10 months ago (2014-02-05 21:05:06 UTC) #10
sugoi1
https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h#newcode77 include/core/SkPicture.h:77: static SkPicture* CreateFromBuffer(SkReadBuffer&); On 2014/02/05 21:05:06, reed1 wrote: > ...
6 years, 10 months ago (2014-02-05 21:33:05 UTC) #11
reed1
On 2014/02/05 21:33:05, sugoi1 wrote: > https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h > File include/core/SkPicture.h (right): > > https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h#newcode77 > ...
6 years, 10 months ago (2014-02-05 21:38:10 UTC) #12
reed1
API lgtm
6 years, 10 months ago (2014-02-05 21:38:42 UTC) #13
scroggo
https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h#newcode77 include/core/SkPicture.h:77: static SkPicture* CreateFromBuffer(SkReadBuffer&); On 2014/02/05 21:33:06, sugoi1 wrote: > ...
6 years, 10 months ago (2014-02-05 22:20:10 UTC) #14
sugoi1
On 2014/02/05 22:20:10, scroggo wrote: > https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h > File include/core/SkPicture.h (right): > > https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h#newcode77 > ...
6 years, 10 months ago (2014-02-06 15:19:04 UTC) #15
scroggo
On 2014/02/06 15:19:04, sugoi1 wrote: > On 2014/02/05 22:20:10, scroggo wrote: > > https://codereview.chromium.org/138063005/diff/160001/include/core/SkPicture.h > ...
6 years, 10 months ago (2014-02-06 15:52:46 UTC) #16
Stephen White
On 2014/02/06 15:52:46, scroggo wrote: > On 2014/02/06 15:19:04, sugoi1 wrote: > > On 2014/02/05 ...
6 years, 10 months ago (2014-02-06 16:13:54 UTC) #17
reed1
On 2014/02/06 16:13:54, Stephen White wrote: > On 2014/02/06 15:52:46, scroggo wrote: > > On ...
6 years, 10 months ago (2014-02-06 16:17:00 UTC) #18
sugoi1
https://codereview.chromium.org/138063005/diff/250001/src/effects/SkPictureImageFilter.cpp File src/effects/SkPictureImageFilter.cpp (right): https://codereview.chromium.org/138063005/diff/250001/src/effects/SkPictureImageFilter.cpp#newcode56 src/effects/SkPictureImageFilter.cpp:56: buffer.writeBool(false); On 2014/02/06 15:52:47, scroggo wrote: > This will ...
6 years, 10 months ago (2014-02-06 16:37:39 UTC) #19
scroggo
On 2014/02/06 16:37:39, sugoi1 wrote: > https://codereview.chromium.org/138063005/diff/250001/src/effects/SkPictureImageFilter.cpp > File src/effects/SkPictureImageFilter.cpp (right): > > https://codereview.chromium.org/138063005/diff/250001/src/effects/SkPictureImageFilter.cpp#newcode56 > ...
6 years, 10 months ago (2014-02-06 16:38:48 UTC) #20
sugoi1
The CQ bit was checked by sugoi@chromium.org
6 years, 10 months ago (2014-02-06 17:43:49 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/138063005/350001
6 years, 10 months ago (2014-02-06 17:43:54 UTC) #22
commit-bot: I haz the power
Change committed as 13347
6 years, 10 months ago (2014-02-06 18:06:17 UTC) #23
robertphillips
This was reverted in r13348 due to a bump in the skp file format.
6 years, 10 months ago (2014-02-06 18:47:47 UTC) #24
sugoi1
The CQ bit was checked by sugoi@chromium.org
6 years, 10 months ago (2014-02-07 01:51:07 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/138063005/550001
6 years, 10 months ago (2014-02-07 01:51:13 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-07 02:00:15 UTC) #27
commit-bot: I haz the power
Failed to apply the patch. svn: Commit failed (details follow): svn: MKACTIVITY of '/svn/!svn/act/06602e26-1c3e-455f-a9d8-06578961b664': authorization ...
6 years, 10 months ago (2014-02-07 02:00:16 UTC) #28
sugoi1
The CQ bit was checked by sugoi@chromium.org
6 years, 10 months ago (2014-02-07 02:06:12 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/138063005/550001
6 years, 10 months ago (2014-02-07 02:09:36 UTC) #30
commit-bot: I haz the power
Change committed as 13354
6 years, 10 months ago (2014-02-07 02:09:54 UTC) #31
sugoi1
A revert of this CL has been created in https://codereview.chromium.org/149283003/ by sugoi@chromium.org. The reason for ...
6 years, 10 months ago (2014-02-07 04:57:27 UTC) #32
fmalita_google_do_not_use
6 years, 10 months ago (2014-02-07 06:02:00 UTC) #33
Message was sent while issue was closed.
Reverted in r13356 (https://codereview.chromium.org/153583007/) due to SKPs
rebuild bot failures.

Powered by Google App Engine
This is Rietveld 408576698