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

Issue 10692124: Fix ICU time zone support on iOS (Closed)

Created:
8 years, 5 months ago by stuartmorgan
Modified:
8 years, 5 months ago
Reviewers:
jungshik at Google
CC:
chromium-reviews
Visibility:
Public.

Description

Fix ICU time zone support on iOS tzfile.h isn't available on iOS, and the time zone is not set the way it is on OS X, so don't define U_TIMEZONE. Also disables a code path in the non-U_TIMEZONE implmentation that makes a correction that is incorrect on iOS. Fixes the following upstream ICU bugs: http://bugs.icu-project.org/trac/ticket/9051 http://bugs.icu-project.org/trac/ticket/8661 BUG=None TEST=None (will be covered by base unit tests once they come online upstream) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146527

Patch Set 1 #

Patch Set 2 : Add patch file #

Patch Set 3 : Add bug reference #

Patch Set 4 : Added another bug ref #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -1 line) Patch
M README.chromium View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A patches/ios_timezone.patch View 1 1 chunk +76 lines, -0 lines 0 comments Download
M public/common/unicode/pmac.h View 2 chunks +15 lines, -0 lines 0 comments Download
M source/common/putil.c View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
stuartmorgan
If you aren't the right reviewer for this, can you point me to who would ...
8 years, 5 months ago (2012-07-09 08:46:17 UTC) #1
jungshik at Google
Yeah, I made that upstream change a couple of weeks ago. Sorry for the delay. ...
8 years, 5 months ago (2012-07-12 16:52:43 UTC) #2
jungshik at Google
On 2012/07/12 16:52:43, Jungshik Shin wrote: > Yeah, I made that upstream change a couple ...
8 years, 5 months ago (2012-07-12 16:53:41 UTC) #3
jungshik at Google
LGTM (if it's not clear before).
8 years, 5 months ago (2012-07-12 21:06:59 UTC) #4
stuartmorgan
On 2012/07/12 16:53:41, Jungshik Shin wrote: > Can you just add a reference to the ...
8 years, 5 months ago (2012-07-13 05:50:48 UTC) #5
jungshik at Google
8 years, 5 months ago (2012-07-13 17:08:29 UTC) #6
Thanks. LGTM

Powered by Google App Engine
This is Rietveld 408576698