[Webkit-unassigned] [Bug 59752] Allow Localized Date Strings for Date Input Fields

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


https://bugs.webkit.org/show_bug.cgi?id=59752


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91616|0                           |1
        is obsolete|                            |
  Attachment #91632|                            |review?
               Flag|                            |




--- Comment #10 from Joseph Pecoraro <joepeck at webkit.org>  2011-04-28 21:17:29 PST ---
Created an attachment (id=91632)
 --> (https://bugs.webkit.org/attachment.cgi?id=91632&action=review)
[PATCH] Add LocalizedDate Allow Formatting + Parsing

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list