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

Issue 1298243002: SkPDF/Deflate: clean up old SkFlate code (Closed)

Created:
5 years, 4 months ago by hal.canary
Modified:
5 years, 4 months ago
Reviewers:
mtklein, mtklein_C
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkPDF/Deflate: clean up old SkFlate code Factor out some of https://crrev.com/1227913008 BUG=skia:3030 Committed: https://skia.googlesource.com/skia/+/48305e835351291ef72a7084c6c1af7b185d89c0

Patch Set 1 #

Total comments: 6

Patch Set 2 : 2015-08-18 (Tuesday) 16:06:02 EDT #

Total comments: 2

Patch Set 3 : 2015-08-18 (Tuesday) 16:19:01 EDT #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -265 lines) Patch
M gyp/tests.gypi View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/core/SkStream.cpp View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M src/core/SkStreamPriv.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/pdf/SkDeflate.h View 1 1 chunk +0 lines, -30 lines 0 comments Download
M src/pdf/SkDeflate.cpp View 1 1 chunk +2 lines, -107 lines 0 comments Download
M src/pdf/SkPDFStream.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/PDFDeflateWStreamTest.cpp View 1 2 chunks +93 lines, -7 lines 0 comments Download
D tests/PDFFlateTest.cpp View 1 chunk +0 lines, -114 lines 0 comments Download
M tests/PDFPrimitivesTest.cpp View 1 chunk +5 lines, -3 lines 0 comments Download
M tests/StreamTest.cpp View 1 2 2 chunks +58 lines, -0 lines 1 comment Download

Messages

Total messages: 17 (8 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/1298243002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298243002/1
5 years, 4 months ago (2015-08-18 19:20:10 UTC) #2
hal.canary
PTAL
5 years, 4 months ago (2015-08-18 19:25:05 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-18 19:26:31 UTC) #6
mtklein_C
https://codereview.chromium.org/1298243002/diff/1/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1298243002/diff/1/src/core/SkStream.cpp#newcode963 src/core/SkStream.cpp:963: char scratch[4096]; Let's make sure this path is tested ...
5 years, 4 months ago (2015-08-18 19:33:09 UTC) #8
hal.canary
https://codereview.chromium.org/1298243002/diff/1/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1298243002/diff/1/src/core/SkStream.cpp#newcode963 src/core/SkStream.cpp:963: char scratch[4096]; On 2015/08/18 19:33:09, mtklein_C wrote: > Let's ...
5 years, 4 months ago (2015-08-18 20:06:23 UTC) #9
mtklein_C
lgtm https://codereview.chromium.org/1298243002/diff/20001/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1298243002/diff/20001/src/core/SkStream.cpp#newcode957 src/core/SkStream.cpp:957: // Shortcut that avoids the do-while loop. while?
5 years, 4 months ago (2015-08-18 20:13:36 UTC) #11
hal.canary
https://codereview.chromium.org/1298243002/diff/20001/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1298243002/diff/20001/src/core/SkStream.cpp#newcode957 src/core/SkStream.cpp:957: // Shortcut that avoids the do-while loop. On 2015/08/18 ...
5 years, 4 months ago (2015-08-18 20:19:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1298243002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1298243002/40001
5 years, 4 months ago (2015-08-18 20:20:35 UTC) #16
commit-bot: I haz the power
5 years, 4 months ago (2015-08-18 20:30:29 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/48305e835351291ef72a7084c6c1af7b185d89c0

Powered by Google App Engine
This is Rietveld 408576698