[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 18:56:01 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91616|review?                     |review+
               Flag|                            |




--- Comment #6 from Kent Tamura <tkent at chromium.org>  2011-04-28 18:56:01 PST ---
(From update of attachment 91616)
View in context: https://bugs.webkit.org/attachment.cgi?id=91616&action=review

> Source/WebCore/platform/text/LocalizedDate.h:38
> +// Parses a string representation of a date string localized
> +// for the browser's current locale for a particular date type.
> +// If the input string is not valid or an implementation doesn't
> +// support localized dates, this function returns an empty string.
> +String parseLocalizedDate(const String&, DateComponents::Type);

Should add a comment about what should be returned for valid inputs.

-- 
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