RESOLVED FIXED 97885
Add parseDateTime, formatDateTime, and dateFormatText to Localizer
https://bugs.webkit.org/show_bug.cgi?id=97885
Summary Add parseDateTime, formatDateTime, and dateFormatText to Localizer
Kent Tamura
Reported 2012-09-28 03:41:49 PDT
Add parseDateTime, formatDateTime, and dateFormatText to Localizer
Attachments
Patch (19.50 KB, patch)
2012-09-28 04:02 PDT, Kent Tamura
no flags
Patch 2 (19.67 KB, patch)
2012-09-28 04:21 PDT, Kent Tamura
haraken: review+
webkit.review.bot: commit-queue-
Kent Tamura
Comment 1 2012-09-28 04:02:14 PDT
WebKit Review Bot
Comment 2 2012-09-28 04:07:03 PDT
Comment on attachment 166199 [details] Patch Attachment 166199 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14064210
Peter Beverloo (cr-android ews)
Comment 3 2012-09-28 04:16:01 PDT
Comment on attachment 166199 [details] Patch Attachment 166199 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/14070180
Kent Tamura
Comment 4 2012-09-28 04:21:51 PDT
Created attachment 166203 [details] Patch 2 Fix ICU build
Kent Tamura
Comment 5 2012-09-28 04:37:43 PDT
Comment on attachment 166203 [details] Patch 2 View in context: https://bugs.webkit.org/attachment.cgi?id=166203&action=review > Source/WebCore/ChangeLog:8 > + This is a preparation to remove LocalizedData.h. Oops, LocalizedData.h -> LocalizedDate.h
Kentaro Hara
Comment 6 2012-09-28 06:27:40 PDT
Comment on attachment 166203 [details] Patch 2 View in context: https://bugs.webkit.org/attachment.cgi?id=166203&action=review Looks OK. > Source/WebCore/platform/text/LocaleNone.cpp:71 > + return ASCIILiteral("Year-Month-Day"); I'm not sure if this should be ASCIILiteral("Year-Month-Day") or String().
Kent Tamura
Comment 7 2012-09-28 08:56:34 PDT
Thank you for reviewing. (In reply to comment #6) > > + return ASCIILiteral("Year-Month-Day"); > > I'm not sure if this should be ASCIILiteral("Year-Month-Day") or String(). I'm sure it should be non-empty string showing acceptable date format. Actually this code is never used because all of ports with ENABLE_CALENDAR_PICKER use no LocaleNone.
WebKit Review Bot
Comment 8 2012-09-28 08:56:52 PDT
Comment on attachment 166203 [details] Patch 2 Rejecting attachment 166203 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: form/text/Localizer.h.rej patching file Source/WebCore/platform/text/mac/LocaleMac.h patching file Source/WebCore/platform/text/mac/LocaleMac.mm patching file Source/WebCore/platform/text/mac/LocalizedDateMac.cpp patching file Source/WebKit/chromium/tests/LocaleMacTest.cpp patching file Source/WebKit/chromium/tests/LocaleWinTest.cpp Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kentaro Ha..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/14059388
Kent Tamura
Comment 9 2012-09-28 09:45:58 PDT
Note You need to log in before you can comment on or make changes to this bug.