[Webkit-unassigned] [Bug 27076] New: [WINCE] Move date related symbols to DateExtras.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 04:14:29 PDT 2009


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

           Summary: [WINCE] Move date related symbols to DateExtras.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


Currently, date related symbols are imported from libce as described in
https://bugs.webkit.org/show_bug.cgi?id=26558. DateConstructor, DatePrototype
and DateMath requires 'localtime', 'strftime' and 'time'.


The better solution is to put these kinds of wordarounds into header files. We
should put date related symbols into DateExtra.h, so it can be used for other
platforms which also lack these symbols.


I copied the implementation of 'mktime', 'gmtime', 'localtime', 'strftime' and
'time' from libce and put them into DateExtras.cpp. I see no license problem
with strftime because it is from OpenBSD, but other small functions are from
public domain without license documentation. Please let me know if they are not
acceptable. Anyway, I think it is better to get rid of libce dependency.

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