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

Issue 5978001: Adding Date::ResetCache() API so that the cache values in the Date object... (Closed)

Created:
10 years ago by marklam
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Adding Date::ResetCache() API so that the cache values in the Date object can be reset to allow DST / timezone changes to be re-cached and reflected in the Date object. Committed: http://code.google.com/p/v8/source/detail?r=6067

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -0 lines) Patch
M include/v8.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/api.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M src/date.js View 1 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
marklam
10 years ago (2010-12-17 08:58:41 UTC) #1
Søren Thygesen Gjesse
LGTM with comments addressed. http://codereview.chromium.org/5978001/diff/1/include/v8.h File include/v8.h (right): http://codereview.chromium.org/5978001/diff/1/include/v8.h#newcode1359 include/v8.h:1359: /** Please start the comment ...
10 years ago (2010-12-17 10:54:55 UTC) #2
marklam
http://codereview.chromium.org/5978001/diff/1/include/v8.h File include/v8.h (right): http://codereview.chromium.org/5978001/diff/1/include/v8.h#newcode1359 include/v8.h:1359: /** On 2010/12/17 10:54:55, Søren Gjesse wrote: > Please ...
10 years ago (2010-12-17 11:12:29 UTC) #3
marklam
Søren, I've update the changes. Please take another look to see if the comment in ...
10 years ago (2010-12-17 11:45:57 UTC) #4
William Hesse
This change will run up against the problem on Windows and Mac that the tzinfo ...
10 years ago (2010-12-17 12:16:59 UTC) #5
William Hesse
Actually, since the problem is not really in V8, it should not be commented in ...
10 years ago (2010-12-17 12:26:45 UTC) #6
Søren Thygesen Gjesse
LGTM Committed: http://code.google.com/p/v8/source/detail?r=6042. Thank you for the pathc.
10 years ago (2010-12-17 12:46:28 UTC) #7
Søren Thygesen Gjesse
10 years ago (2010-12-17 12:47:26 UTC) #8
It was actually committed in http://code.google.com/p/v8/source/detail?r=6067.

Closing issue.

Powered by Google App Engine
This is Rietveld 408576698