WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
83164
Add WTF::getCurrentLocalTime()
https://bugs.webkit.org/show_bug.cgi?id=83164
Summary
Add WTF::getCurrentLocalTime()
Patrick R. Gansterer
Reported
2012-04-04 08:06:32 PDT
Add WTF::getCurrentLocalTime()
Attachments
Patch
(6.09 KB, patch)
2012-04-04 08:11 PDT
,
Patrick R. Gansterer
no flags
Details
Formatted Diff
Diff
Patch
(7.28 KB, patch)
2012-04-04 10:35 PDT
,
Patrick R. Gansterer
no flags
Details
Formatted Diff
Diff
Patch
(8.32 KB, patch)
2012-04-04 11:31 PDT
,
Patrick R. Gansterer
no flags
Details
Formatted Diff
Diff
Patch
(9.39 KB, patch)
2012-04-04 14:01 PDT
,
Patrick R. Gansterer
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Patrick R. Gansterer
Comment 1
2012-04-04 08:11:48 PDT
Created
attachment 135593
[details]
Patch
Alexey Proskuryakov
Comment 2
2012-04-04 09:51:08 PDT
Comment on
attachment 135593
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=135593&action=review
> Source/WTF/ChangeLog:13 > + (WTF):
Please always remove useless gunk like this.
> Source/WTF/wtf/CurrentTime.h:61 > +inline void getCurrentLocalTime(struct tm* localTM)
Why does this need to be inline? It most likely shouldn't be.
> Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:148 > + String dateString = makeRFC2822DateString(localTM.tm_wday, localTM.tm_mday, localTM.tm_mon, 1900 + localTM.tm_year, localTM.tm_hour, localTM.tm_min, localTM.tm_sec, calculateUTCOffset() / (1000 * 60));
It's not great that conversion to local time and time zone offset calculation are separate steps, subject to race condition. But not new to this patch, and not very likely to occur in practice.
Patrick R. Gansterer
Comment 3
2012-04-04 10:35:14 PDT
Created
attachment 135622
[details]
Patch
Build Bot
Comment 4
2012-04-04 11:03:43 PDT
Comment on
attachment 135622
[details]
Patch
Attachment 135622
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/12323882
Patrick R. Gansterer
Comment 5
2012-04-04 11:31:31 PDT
Created
attachment 135640
[details]
Patch
WebKit Review Bot
Comment 6
2012-04-04 12:38:04 PDT
Comment on
attachment 135640
[details]
Patch
Attachment 135640
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/12324902
Patrick R. Gansterer
Comment 7
2012-04-04 14:01:48 PDT
Created
attachment 135672
[details]
Patch
Patrick R. Gansterer
Comment 8
2012-04-04 23:40:48 PDT
Comment on
attachment 135672
[details]
Patch Clearing flags on attachment: 135672 Committed
r113295
: <
http://trac.webkit.org/changeset/113295
>
Patrick R. Gansterer
Comment 9
2012-04-04 23:40:57 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug