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

Issue 9249: Update Mac implemention of Time to prevent problems with... (Closed)

Created:
12 years, 1 month ago by Amanda Walker
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Update Mac implemention of Time to prevent problems with times later than the UNIX epoch 32 bit rollover in 2038 (such as cookie expirations). time_t is only 32 bits in MacOS X, so we can't just use time_posix.cc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4473

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -34 lines) Patch
M base/base.xcodeproj/project.pbxproj View 4 chunks +4 lines, -4 lines 0 comments Download
A base/time_mac.cc View 1 2 3 4 5 1 chunk +121 lines, -0 lines 0 comments Download
M base/time_posix.cc View 2 chunks +1 line, -30 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Amanda Walker
12 years, 1 month ago (2008-11-03 17:54:26 UTC) #1
pink (ping after 24hrs)
http://codereview.chromium.org/9249/diff/1/3 File base/time_mac.cc (right): http://codereview.chromium.org/9249/diff/1/3#newcode44 Line 44: date.second = exploded.second + is there anything in ...
12 years, 1 month ago (2008-11-03 18:02:50 UTC) #2
Mark Mentovai
http://codereview.chromium.org/9249/diff/1/3 File base/time_mac.cc (right): http://codereview.chromium.org/9249/diff/1/3#newcode1 Line 1: // Copyright (c) 2006-2008 The Chromium Authors. All ...
12 years, 1 month ago (2008-11-03 18:07:16 UTC) #3
Amanda Walker
On 2008/11/03 18:02:50, pink wrote: > is there anything in |exploded| about the time zone ...
12 years, 1 month ago (2008-11-03 18:15:34 UTC) #4
Amanda Walker
On 2008/11/03 18:07:16, Mark Mentovai wrote: > 2008 fixed. > mach_absolute_time fixed. > Line 29: ...
12 years, 1 month ago (2008-11-03 18:20:03 UTC) #5
Mark Mentovai
http://codereview.chromium.org/9249/diff/13/213 File base/time_mac.cc (right): http://codereview.chromium.org/9249/diff/13/213#newcode55 Line 55: is_local ? CFTimeZoneCopySystem() : NULL) + Looks like ...
12 years, 1 month ago (2008-11-03 18:27:12 UTC) #6
Amanda Walker
> 80. Nix the space and you slide in just under the margin. obsoleted by ...
12 years, 1 month ago (2008-11-03 19:17:42 UTC) #7
Avi (use Gerrit)
http://codereview.chromium.org/9249/diff/13/213 File base/time_mac.cc (right): http://codereview.chromium.org/9249/diff/13/213#newcode19 Line 19: // among other things the POSIX routines in ...
12 years, 1 month ago (2008-11-03 19:28:49 UTC) #8
Avi (use Gerrit)
12 years, 1 month ago (2008-11-03 19:36:18 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698