RESOLVED FIXED 101552
Add properties for week/month picker in DateTimeChooserImpl::writeDocument
https://bugs.webkit.org/show_bug.cgi?id=101552
Summary Add properties for week/month picker in DateTimeChooserImpl::writeDocument
Keishi Hattori
Reported 2012-11-07 23:35:11 PST
Add properties for week/month picker in DateTimeChooserImpl::writeDocument
Attachments
Patch (4.82 KB, patch)
2012-11-07 23:42 PST, Keishi Hattori
no flags
Patch (6.28 KB, patch)
2012-11-08 03:31 PST, Keishi Hattori
no flags
Patch (6.23 KB, patch)
2012-11-08 04:05 PST, Keishi Hattori
no flags
Keishi Hattori
Comment 1 2012-11-07 23:42:55 PST
Kent Tamura
Comment 2 2012-11-07 23:55:05 PST
Comment on attachment 172940 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=172940&action=review > Source/WebKit/chromium/ChangeLog:8 > + min/max for month picker should be months since epoch. todayLabel should be ThisWeek/ThisMonth for week/month pickers. And we need to add "mode" property. How about "weekLabel"? > Source/WebKit/chromium/src/DateTimeChooserImpl.cpp:100 > + minDate.setMillisecondsSinceEpochForDate(m_parameters.minimum); > + maxDate.setMillisecondsSinceEpochForDate(m_parameters.maximum); Are you sure passing yyyy-mm-dd for mode:week?
Keishi Hattori
Comment 3 2012-11-08 03:31:20 PST
WebKit Review Bot
Comment 4 2012-11-08 03:34:52 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Kent Tamura
Comment 5 2012-11-08 03:43:26 PST
Comment on attachment 172991 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=172991&action=review > Source/Platform/chromium/public/WebLocalizedString.h:105 > + WeekNumberLabel, > WeekFormatTemplate, should keep alphabetical order
Keishi Hattori
Comment 6 2012-11-08 04:05:07 PST
WebKit Review Bot
Comment 7 2012-11-08 09:43:48 PST
Comment on attachment 173002 [details] Patch Clearing flags on attachment: 173002 Committed r133910: <http://trac.webkit.org/changeset/133910>
WebKit Review Bot
Comment 8 2012-11-08 09:43:52 PST
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.