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

Issue 14761003: API modifications needed to upstream Android font changes. (Closed)

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

Description

API modifications needed to upstream Android font changes. Committed: http://code.google.com/p/skia/source/detail?r=9083 Committed: http://code.google.com/p/skia/source/detail?r=9107

Patch Set 1 #

Patch Set 2 : refactored for upstream #

Total comments: 2

Patch Set 3 : fix SkScalerRec problem #

Patch Set 4 : fix whitespace #

Total comments: 1

Patch Set 5 : address comments #

Patch Set 6 : fix test crash #

Patch Set 7 : additional fixes #

Total comments: 4

Patch Set 8 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -10 lines) Patch
M gyp/core.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkPaint.h View 1 2 3 4 3 chunks +10 lines, -0 lines 0 comments Download
A include/core/SkPaintOptionsAndroid.h View 1 2 3 4 5 6 7 1 chunk +117 lines, -0 lines 0 comments Download
M include/ports/SkTypeface_android.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M src/core/SkPaint.cpp View 1 2 3 4 5 6 7 6 chunks +28 lines, -2 lines 0 comments Download
A src/core/SkPaintOptionsAndroid.cpp View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
M src/core/SkScalerContext.h View 1 2 3 4 5 3 chunks +11 lines, -0 lines 0 comments Download
M src/core/SkScalerContext.cpp View 1 2 3 4 5 2 chunks +11 lines, -1 line 0 comments Download
M src/ports/SkFontHost_android.cpp View 1 2 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
djsollen
7 years, 7 months ago (2013-05-09 15:11:37 UTC) #1
reed1
https://codereview.chromium.org/14761003/diff/2001/include/core/SkPaint.h File include/core/SkPaint.h (right): https://codereview.chromium.org/14761003/diff/2001/include/core/SkPaint.h#newcode644 include/core/SkPaint.h:644: #ifdef SK_BUILD_FOR_ANDROID can we move the getter (do we ...
7 years, 7 months ago (2013-05-09 20:35:38 UTC) #2
reed1
lgtm w/ my prev nits https://codereview.chromium.org/14761003/diff/6010/src/core/SkPaintOptionsAndroid.cpp File src/core/SkPaintOptionsAndroid.cpp (right): https://codereview.chromium.org/14761003/diff/6010/src/core/SkPaintOptionsAndroid.cpp#newcode60 src/core/SkPaintOptionsAndroid.cpp:60: char* tag = buffer.readString(); ...
7 years, 7 months ago (2013-05-09 20:41:19 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/14761003/2002
7 years, 7 months ago (2013-05-09 20:47:37 UTC) #4
commit-bot: I haz the power
Change committed as 9083
7 years, 7 months ago (2013-05-09 20:54:23 UTC) #5
djsollen
mike can you take another look at this now that I've updated it to fix ...
7 years, 7 months ago (2013-05-10 17:09:11 UTC) #6
reed1
https://codereview.chromium.org/14761003/diff/18001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/14761003/diff/18001/src/core/SkPaint.cpp#newcode86 src/core/SkPaint.cpp:86: new (&fPaintOptionsAndroid) SkPaintOptionsAndroid(); I *think* you don't want/need the ...
7 years, 7 months ago (2013-05-10 17:14:43 UTC) #7
djsollen
https://codereview.chromium.org/14761003/diff/18001/src/core/SkPaint.cpp File src/core/SkPaint.cpp (right): https://codereview.chromium.org/14761003/diff/18001/src/core/SkPaint.cpp#newcode86 src/core/SkPaint.cpp:86: new (&fPaintOptionsAndroid) SkPaintOptionsAndroid(); On 2013/05/10 17:14:43, reed1 wrote: > ...
7 years, 7 months ago (2013-05-10 17:29:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/14761003/18001
7 years, 7 months ago (2013-05-13 11:56:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/14761003/12002
7 years, 7 months ago (2013-05-13 12:01:17 UTC) #10
commit-bot: I haz the power
7 years, 7 months ago (2013-05-13 14:09:19 UTC) #11
Message was sent while issue was closed.
Change committed as 9107

Powered by Google App Engine
This is Rietveld 408576698