6 years, 5 months ago
(2014-07-18 04:45:26 UTC)
#1
PTAL
haraken
I think tkent-san is an expert of this code.
6 years, 5 months ago
(2014-07-18 05:24:56 UTC)
#2
I think tkent-san is an expert of this code.
tkent
https://codereview.chromium.org/394903004/diff/100001/LayoutTests/fast/dom/Document/lastModified-01.html File LayoutTests/fast/dom/Document/lastModified-01.html (right): https://codereview.chromium.org/394903004/diff/100001/LayoutTests/fast/dom/Document/lastModified-01.html#newcode1 LayoutTests/fast/dom/Document/lastModified-01.html:1: <!DOCTYPE html> This test is flaky, and unacceptable. We ...
6 years, 5 months ago
(2014-07-18 14:16:56 UTC)
#3
On 2014/07/23 06:35:53, kangil_ wrote: > Debug shows that linux trybot uses +16 hours of ...
6 years, 5 months ago
(2014-07-23 06:51:36 UTC)
#9
On 2014/07/23 06:35:53, kangil_ wrote:
> Debug shows that linux trybot uses +16 hours of DST. So, considering typical
DST
> is an hour, IMHO we need to set it correctly.
Oh, it's funny. However, Blink should work well with such crazy DST offset.
Probably we have a bug somewhere, and you are responsible to investigate it.
kangil_
On 2014/07/23 06:51:36, tkent wrote: > Oh, it's funny. However, Blink should work well with ...
6 years, 5 months ago
(2014-07-24 02:16:20 UTC)
#10
On 2014/07/23 06:51:36, tkent wrote:
> Oh, it's funny. However, Blink should work well with such crazy DST offset.
> Probably we have a bug somewhere, and you are responsible to investigate it.
Done. PTAL!
tkent
https://codereview.chromium.org/394903004/diff/300001/LayoutTests/http/tests/misc/last-modified-parsing.html File LayoutTests/http/tests/misc/last-modified-parsing.html (right): https://codereview.chromium.org/394903004/diff/300001/LayoutTests/http/tests/misc/last-modified-parsing.html#newcode12 LayoutTests/http/tests/misc/last-modified-parsing.html:12: date = new Date(internals.convertToLocalTime(ms)); Did you investigate why local ...
6 years, 5 months ago
(2014-07-24 06:20:05 UTC)
#11
On 2014/07/24 11:35:28, kangil_ wrote: > After further investigation, I've found that calculating dst offset ...
6 years, 5 months ago
(2014-07-25 10:38:35 UTC)
#13
On 2014/07/24 11:35:28, kangil_ wrote:
> After further investigation, I've found that calculating dst offset is
different
> between Date[1] and DateMath[2].
> IMHO, implementation in Date is more appropriate, so I will make DateMath use
> same calculation logic.
> Will be back with code. :)
>
> [1]
>
https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/base/platfo...
> [2]
>
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit...
In same manner,
I made utc offset use same calculation method with Date.
*)https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/base/platform/platform-linux.cc&q=OS::LocalTimeOffset&sq=package:chromium&dr=CSs&l=106
*)https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/base/platform/platform-macos.cc&q=OS::LocalTimeOffset&sq=package:chromium&dr=CSs&l=169
kangil_
Trybots look all happy. PTAL!
6 years, 5 months ago
(2014-07-25 10:46:36 UTC)
#14
Trybots look all happy. PTAL!
tkent
lgtm with nits https://codereview.chromium.org/394903004/diff/400001/LayoutTests/http/tests/misc/last-modified-parsing.html File LayoutTests/http/tests/misc/last-modified-parsing.html (right): https://codereview.chromium.org/394903004/diff/400001/LayoutTests/http/tests/misc/last-modified-parsing.html#newcode9 LayoutTests/http/tests/misc/last-modified-parsing.html:9: var month = ("0" + (date.getMonth() ...
6 years, 4 months ago
(2014-07-28 00:40:27 UTC)
#15
Issue 394903004: document.lastModified should consider user's local time zone
(Closed)
Created 6 years, 5 months ago by kangil_
Modified 6 years, 4 months ago
Reviewers: tkent, haraken
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 32