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

Issue 150097: Convert Linux internal time format to Windows 1601 epoch. (Closed)

Created:
11 years, 5 months ago by Dean McNamee
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Convert Linux internal time format to Windows 1601 epoch. This is only used on Linux, Mac has separate time code that will have to be changed in a similar fashion. Although we represent time internally starting from 1601, there are still things like time explosion that will not work before the year 1900. This limitation is the same as it was previously. BUG=14734 Closed by mark on 2009-10-24. This was rolled into http://codereview.chromium.org/173296, landed by brettw at r24417 on 2009-08-25.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add cookie monster test. #

Patch Set 3 : Add cookie test #

Patch Set 4 : Merge #

Patch Set 5 : Apply mac patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -54 lines) Patch
M base/time_mac.cc View 2 chunks +24 lines, -12 lines 0 comments Download
M base/time_posix.cc View 6 chunks +32 lines, -42 lines 0 comments Download
M base/time_unittest.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M net/base/cookie_monster_unittest.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Dean McNamee
11 years, 5 months ago (2009-06-30 10:19:16 UTC) #1
willchan no longer on Chromium
On 2009/06/30 10:19:16, Dean McNamee wrote: > Didn't Brett say we had to write conversion ...
11 years, 5 months ago (2009-06-30 14:02:22 UTC) #2
willchan no longer on Chromium
On 2009/06/30 14:02:22, willchan wrote: > On 2009/06/30 10:19:16, Dean McNamee wrote: > > > ...
11 years, 5 months ago (2009-06-30 14:04:59 UTC) #3
Dean McNamee
The conversion code is related, and probably still needs to be done. However, we need ...
11 years, 5 months ago (2009-06-30 14:06:12 UTC) #4
brettw
This seems fine so far. I do think we should write migration code for Cookies ...
11 years, 5 months ago (2009-06-30 14:25:25 UTC) #5
Dean McNamee
Ok, I'll coordinate with getting the mac-side of the change and making sure the tests ...
11 years, 5 months ago (2009-06-30 14:26:50 UTC) #6
Mark Mentovai
Early unsolicited fyi feedback because I'm friendly and helpful I know it's "in progress" but ...
11 years, 5 months ago (2009-06-30 15:36:17 UTC) #7
willchan no longer on Chromium
Can you also add a test to CookieMonsterTest_TestCookieDeletion that tests with expires=Thu, 01 Jan 1970 ...
11 years, 5 months ago (2009-06-30 16:28:47 UTC) #8
Dean McNamee
Any news on the Mac side? Linux seems to be working fine, and passes all ...
11 years, 5 months ago (2009-07-02 08:51:23 UTC) #9
Dean McNamee
Amanda, can you give this a shot on the Mac side?
11 years, 5 months ago (2009-07-06 11:33:11 UTC) #10
Amanda Walker
On 2009/07/06 11:33:11, Dean McNamee wrote: > Amanda, can you give this a shot on ...
11 years, 5 months ago (2009-07-06 11:50:12 UTC) #11
Dean McNamee
ping On 2009/07/06 11:50:12, Amanda Walker wrote: > On 2009/07/06 11:33:11, Dean McNamee wrote: > ...
11 years, 5 months ago (2009-07-13 14:51:56 UTC) #12
Amanda Walker
Oops, this fell off my radar. I'll take a look at it in a few. ...
11 years, 5 months ago (2009-07-13 15:07:13 UTC) #13
Dean McNamee
Now with Amanda's patch for the Mac. Whose up for the database upgrading? On 2009/07/13 ...
11 years, 5 months ago (2009-07-14 14:33:06 UTC) #14
Dean McNamee
What's the verdict, shall I commit? On 2009/07/14 14:33:06, Dean McNamee wrote: > Now with ...
11 years, 5 months ago (2009-07-22 12:02:10 UTC) #15
brettw
11 years, 4 months ago (2009-08-13 05:03:09 UTC) #16
I added some comments to the bug:
  http://code.google.com/p/chromium/issues/detail?id=14734
I don't think this should be accepted without migration.

Powered by Google App Engine
This is Rietveld 408576698