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

Issue 14873006: XPS ttc handling. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fix line length. #

Patch Set 3 : Initialize buffer pointer to NULL. #

Patch Set 4 : Remove experimental non-GUID GUID code. #

Total comments: 2

Patch Set 5 : Remove 'set' add 'realloc'. #

Patch Set 6 : Forget SkAutoTFree, just improve SkAutoTMalloc. #

Patch Set 7 : Fix clang error about typename and dependent type. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -38 lines) Patch
M gyp/sfnt.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gyp/xps.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkTemplates.h View 1 2 3 4 5 6 4 chunks +47 lines, -7 lines 0 comments Download
M include/device/xps/SkConstexprMath.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M include/device/xps/SkXPSDevice.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/device/xps/SkXPSDevice.cpp View 1 2 3 4 5 12 chunks +69 lines, -18 lines 0 comments Download
M src/sfnt/SkOTTable_name.cpp View 1 2 3 chunks +3 lines, -10 lines 0 comments Download
A src/sfnt/SkTTCFHeader.h View 1 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bungeman-skia
Now that the XPS files can be written out correctly by GM, XPS makes an ...
7 years, 7 months ago (2013-05-06 17:51:25 UTC) #1
reed1
https://codereview.chromium.org/14873006/diff/11002/include/core/SkTemplates.h File include/core/SkTemplates.h (right): https://codereview.chromium.org/14873006/diff/11002/include/core/SkTemplates.h#newcode112 include/core/SkTemplates.h:112: T* set(T* ptr) { Do we have this pattern ...
7 years, 7 months ago (2013-05-06 18:09:58 UTC) #2
bungeman-skia
An attempt to avoid the odd 'set' method. https://codereview.chromium.org/14873006/diff/11002/include/core/SkTemplates.h File include/core/SkTemplates.h (right): https://codereview.chromium.org/14873006/diff/11002/include/core/SkTemplates.h#newcode112 include/core/SkTemplates.h:112: T* ...
7 years, 7 months ago (2013-05-06 20:48:45 UTC) #3
bungeman-skia
Patch set 6 feels better.
7 years, 7 months ago (2013-05-06 21:55:49 UTC) #4
reed1
nit: SkTemplates.h is an 80-col file... until now lgtm
7 years, 7 months ago (2013-05-07 13:29:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bungeman@google.com/14873006/27001
7 years, 7 months ago (2013-05-07 14:56:08 UTC) #6
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildBench, BuildGM, BuildMost, BuildSkiaBaseLibs, BuildTests, BuildTools ...
7 years, 7 months ago (2013-05-07 15:05:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bungeman@google.com/14873006/36001
7 years, 7 months ago (2013-05-07 15:21:31 UTC) #8
commit-bot: I haz the power
7 years, 7 months ago (2013-05-07 15:28:21 UTC) #9
Message was sent while issue was closed.
Change committed as 9037

Powered by Google App Engine
This is Rietveld 408576698