RESOLVED FIXED 92282
Unify JSC date and time formating functions
https://bugs.webkit.org/show_bug.cgi?id=92282
Summary Unify JSC date and time formating functions
Patrick R. Gansterer
Reported 2012-07-25 12:56:16 PDT
Unify JSC date and time formating functions
Attachments
Patch (19.84 KB, patch)
2012-07-25 13:02 PDT, Patrick R. Gansterer
no flags
Patch (manually edited) (19.82 KB, patch)
2012-07-26 01:47 PDT, Patrick R. Gansterer
ggaren: review+
Patch (manually edited) (20.01 KB, patch)
2012-08-04 00:09 PDT, Patrick R. Gansterer
no flags
Interdiff (1.94 KB, patch)
2012-08-04 00:22 PDT, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2012-07-25 13:02:19 PDT
Ryosuke Niwa
Comment 2 2012-07-25 23:57:08 PDT
Comment on attachment 154421 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=154421&action=review > Source/JavaScriptCore/runtime/DateConversion.cpp:-2 > /* > - * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) This entire file's diff is messed up because of the way git figures out the move. Please use svn or manually edit the patch so that the diff is readable. > Source/JavaScriptCore/runtime/DateConversion.h:-2 > /* > - * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) Ditto.
Patrick R. Gansterer
Comment 3 2012-07-26 01:47:16 PDT
Created attachment 154578 [details] Patch (manually edited) (In reply to comment #2) > (From update of attachment 154421 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=154421&action=review > > > Source/JavaScriptCore/runtime/DateConversion.cpp:-2 > > /* > > - * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) > > This entire file's diff is messed up because of the way git figures out the move. Please use svn or manually edit the patch so that the diff is readable. I don't think that I'll ever use svn again, since i switched to git. > > Source/JavaScriptCore/runtime/DateConversion.h:-2 > > /* > > - * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) > > Ditto. IMHO the header changes should be easy enough to review.
Ryosuke Niwa
Comment 4 2012-07-26 10:43:04 PDT
(In reply to comment #3) > Created an attachment (id=154578) [details] > Patch (manually edited) > > (In reply to comment #2) > > (From update of attachment 154421 [details] [details]) > > View in context: https://bugs.webkit.org/attachment.cgi?id=154421&action=review > > > > > Source/JavaScriptCore/runtime/DateConversion.cpp:-2 > > > /* > > > - * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) > > > > This entire file's diff is messed up because of the way git figures out the move. Please use svn or manually edit the patch so that the diff is readable. Okay. No problem. Please ask someone else to review it.
Ryosuke Niwa
Comment 5 2012-07-26 10:44:22 PDT
By the way, regardless of whether it's hard to review or not, someone needs to fix the patch before landing it since we're adding new files, not moving the file & modifying it. That's a misrepresentation of what's happening here.
Geoffrey Garen
Comment 6 2012-08-01 12:12:21 PDT
Comment on attachment 154578 [details] Patch (manually edited) r=me
Patrick R. Gansterer
Comment 7 2012-08-04 00:09:06 PDT
Created attachment 156521 [details] Patch (manually edited) There was a problem with years out of the range 0-9999.
Patrick R. Gansterer
Comment 8 2012-08-04 00:22:34 PDT
Created attachment 156522 [details] Interdiff Difference between the last patch, since https://bugs.webkit.org/attachment.cgi?oldid=154578&action=interdiff&newid=156521 does not seam to work.
Geoffrey Garen
Comment 9 2012-08-06 16:31:30 PDT
Comment on attachment 156521 [details] Patch (manually edited) r=me
WebKit Review Bot
Comment 10 2012-08-06 16:46:26 PDT
Comment on attachment 156521 [details] Patch (manually edited) Clearing flags on attachment: 156521 Committed r124817: <http://trac.webkit.org/changeset/124817>
WebKit Review Bot
Comment 11 2012-08-06 16:46:30 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.