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

Issue 15298009: Change SkStream. (Closed)

Created:
7 years, 7 months ago by bungeman-skia
Modified:
7 years, 6 months ago
Reviewers:
djsollen, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Change SkStream.

Patch Set 1 #

Patch Set 2 : Work on Windows. #

Patch Set 3 : Clean up Posix. #

Patch Set 4 : Adjustments #

Patch Set 5 : Add DirectWrite stream to change. #

Total comments: 4

Patch Set 6 : Clean up, address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+637 lines, -697 lines) Patch
M gyp/core.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M gyp/ports.gyp View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M include/core/SkOSFile.h View 1 2 3 4 5 1 chunk +15 lines, -1 line 0 comments Download
M include/core/SkStream.h View 1 2 3 4 5 5 chunks +179 lines, -135 lines 0 comments Download
M src/core/SkData.cpp View 1 2 3 4 5 2 chunks +10 lines, -89 lines 0 comments Download
D src/core/SkFDStream.cpp View 1 2 3 4 5 1 chunk +0 lines, -104 lines 0 comments Download
M src/core/SkStream.cpp View 1 2 3 4 5 8 chunks +91 lines, -194 lines 0 comments Download
M src/ports/SkFontHost_fontconfig.cpp View 1 2 3 4 5 1 chunk +22 lines, -8 lines 0 comments Download
A src/ports/SkOSFile_none.cpp View 1 chunk +18 lines, -0 lines 0 comments Download
A src/ports/SkOSFile_posix.cpp View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
M src/ports/SkOSFile_stdio.cpp View 1 2 3 4 5 6 chunks +40 lines, -39 lines 0 comments Download
A src/ports/SkOSFile_win.cpp View 1 1 chunk +99 lines, -0 lines 0 comments Download
M src/utils/win/SkDWriteFontFileStream.h View 1 2 3 4 5 1 chunk +9 lines, -2 lines 0 comments Download
M src/utils/win/SkDWriteFontFileStream.cpp View 1 2 3 4 5 7 chunks +78 lines, -57 lines 0 comments Download
M tests/StreamTest.cpp View 1 2 3 4 5 5 chunks +9 lines, -67 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bungeman-skia
This is a proposed change to SkStream to avoid many of the issues we've been ...
7 years, 7 months ago (2013-05-20 20:17:08 UTC) #1
djsollen
I've only really spent time looking at the SkStream.h header and I have the following ...
7 years, 7 months ago (2013-05-21 15:41:22 UTC) #2
bungeman-skia
Added atEnd method. I much prefer the capability based instead of type based queries. I ...
7 years, 7 months ago (2013-05-21 23:24:59 UTC) #3
bungeman-skia
Ping.
7 years, 6 months ago (2013-05-28 14:31:46 UTC) #4
reed1
lgtm
7 years, 6 months ago (2013-05-29 12:52:02 UTC) #5
bungeman-skia
7 years, 6 months ago (2013-05-29 20:32:06 UTC) #6
Message was sent while issue was closed.
Committed revision 9312.

Powered by Google App Engine
This is Rietveld 408576698