RESOLVED FIXED Bug 94281
[Chromium-win] Use native digits in parsing/formatting dates in the textfield part of input[type=date]
https://bugs.webkit.org/show_bug.cgi?id=94281
Summary [Chromium-win] Use native digits in parsing/formatting dates in the textfield...
Kent Tamura
Reported 2012-08-16 18:17:35 PDT
[Chromium-win] Use native digits in parsing/formatting dates in the textfield part of input[type=date]
Attachments
Patch 1 (8.26 KB, patch)
2012-08-16 18:27 PDT, Kent Tamura
no flags
Kent Tamura
Comment 1 2012-08-16 18:27:22 PDT
Hajime Morrita
Comment 2 2012-08-20 18:30:34 PDT
Comment on attachment 158967 [details] Patch 1 View in context: https://bugs.webkit.org/attachment.cgi?id=158967&action=review > Source/WebCore/platform/text/LocaleWin.h:83 > + void appendFourDigitsNumber(int, StringBuilder&); It looks now we are able to have unittests for these?
Kent Tamura
Comment 3 2012-08-20 18:40:07 PDT
Comment on attachment 158967 [details] Patch 1 View in context: https://bugs.webkit.org/attachment.cgi?id=158967&action=review >> Source/WebCore/platform/text/LocaleWin.h:83 >> + void appendFourDigitsNumber(int, StringBuilder&); > > It looks now we are able to have unittests for these? Yes, but I think existing test cases in LocaleWinTest.cpp cover them well. I hesitate to make unit tests for such small functions because we have a plan to change the code drastically.
Hajime Morrita
Comment 4 2012-08-20 19:12:56 PDT
Comment on attachment 158967 [details] Patch 1 ok.
Kent Tamura
Comment 5 2012-08-20 19:17:09 PDT
Comment on attachment 158967 [details] Patch 1 thanks
WebKit Review Bot
Comment 6 2012-08-20 20:05:02 PDT
Comment on attachment 158967 [details] Patch 1 Clearing flags on attachment: 158967 Committed r126126: <http://trac.webkit.org/changeset/126126>
WebKit Review Bot
Comment 7 2012-08-20 20:05:06 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.