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

Issue 1526703003: Porting Skia for newlib compatibility. (Closed)

Created:
5 years ago by Sean Klein
Modified:
5 years ago
CC:
Mark Seaborn, Petr Hosek, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Porting Skia for newlib compatibility. "locale_t" is not defined for Newlib. BUG=https://github.com/domokit/mojo/issues/431 Committed: https://skia.googlesource.com/skia/+/db284c52e62e8d16708e2065495a3b693b238771

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M src/gpu/GrAutoLocaleSetter.h View 1 2 3 4 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
Sean Klein
5 years ago (2015-12-15 00:09:43 UTC) #6
Mark Seaborn
https://codereview.chromium.org/1526703003/diff/60001/src/gpu/GrAutoLocaleSetter.h File src/gpu/GrAutoLocaleSetter.h (right): https://codereview.chromium.org/1526703003/diff/60001/src/gpu/GrAutoLocaleSetter.h#newcode41 src/gpu/GrAutoLocaleSetter.h:41: #elif !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__) && !defined(_NEWLIB_VERSION) This line is ...
5 years ago (2015-12-15 00:27:04 UTC) #8
Sean Klein
https://codereview.chromium.org/1526703003/diff/60001/src/gpu/GrAutoLocaleSetter.h File src/gpu/GrAutoLocaleSetter.h (right): https://codereview.chromium.org/1526703003/diff/60001/src/gpu/GrAutoLocaleSetter.h#newcode41 src/gpu/GrAutoLocaleSetter.h:41: #elif !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__) && !defined(_NEWLIB_VERSION) On 2015/12/15 00:27:03, ...
5 years ago (2015-12-15 01:05:51 UTC) #9
mtklein
https://codereview.chromium.org/1526703003/diff/80001/src/gpu/GrAutoLocaleSetter.h File src/gpu/GrAutoLocaleSetter.h (right): https://codereview.chromium.org/1526703003/diff/80001/src/gpu/GrAutoLocaleSetter.h#newcode25 src/gpu/GrAutoLocaleSetter.h:25: #if defined(SK_BUILD_FOR_ANDROID) || defined(__UCLIBC__) || \ Skia typically wraps ...
5 years ago (2015-12-15 13:42:58 UTC) #12
Sean Klein
https://codereview.chromium.org/1526703003/diff/80001/src/gpu/GrAutoLocaleSetter.h File src/gpu/GrAutoLocaleSetter.h (right): https://codereview.chromium.org/1526703003/diff/80001/src/gpu/GrAutoLocaleSetter.h#newcode25 src/gpu/GrAutoLocaleSetter.h:25: #if defined(SK_BUILD_FOR_ANDROID) || defined(__UCLIBC__) || \ On 2015/12/15 13:42:58, ...
5 years ago (2015-12-15 17:20:27 UTC) #13
Mark Seaborn
Can you fill out BUG=, please? Then LGTM. https://codereview.chromium.org/1526703003/diff/100001/src/gpu/GrAutoLocaleSetter.h File src/gpu/GrAutoLocaleSetter.h (right): https://codereview.chromium.org/1526703003/diff/100001/src/gpu/GrAutoLocaleSetter.h#newcode84 src/gpu/GrAutoLocaleSetter.h:84: #undef ...
5 years ago (2015-12-15 18:31:03 UTC) #14
mtklein
lgtm
5 years ago (2015-12-15 18:37:05 UTC) #16
Sean Klein
https://codereview.chromium.org/1526703003/diff/100001/src/gpu/GrAutoLocaleSetter.h File src/gpu/GrAutoLocaleSetter.h (right): https://codereview.chromium.org/1526703003/diff/100001/src/gpu/GrAutoLocaleSetter.h#newcode84 src/gpu/GrAutoLocaleSetter.h:84: #undef HAVE_LOCALE_T On 2015/12/15 18:31:03, Mark Seaborn wrote: > ...
5 years ago (2015-12-15 18:37:11 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1526703003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1526703003/120001
5 years ago (2015-12-15 18:37:35 UTC) #21
commit-bot: I haz the power
5 years ago (2015-12-15 18:52:55 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:120001) as
https://skia.googlesource.com/skia/+/db284c52e62e8d16708e2065495a3b693b238771

Powered by Google App Engine
This is Rietveld 408576698