[webkit-reviews] review requested: [Bug 59752] Allow Localized Date Strings for Date Input Fields : [Attachment 91632] [PATCH] Add LocalizedDate Allow Formatting + Parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 21:17:29 PDT 2011


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 59752: Allow Localized Date Strings for Date Input Fields
https://bugs.webkit.org/show_bug.cgi?id=59752

Attachment 91632: [PATCH] Add LocalizedDate Allow Formatting + Parsing
https://bugs.webkit.org/attachment.cgi?id=91632&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
This switches to return a double from the parseLocalizedDate.
Generalize serialization a bit so that we can serialize from a
DateComponent that we make (always from msec) instead
of using serialize(double) which interprets its argument
differently for <input type="month">.

I'll follow up and attach just a patch of the diff between
this patch and the last, because this is getting large
but there were relatively few changes.


More information about the webkit-reviews mailing list