[Webkit-unassigned] [Bug 27064] New: Turn off non-portable date manipulations for SYMBIAN (as well)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 7 20:17:18 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27064
Summary: Turn off non-portable date manipulations for SYMBIAN
(as well)
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laszlo.1.gombos at nokia.com
The timegm() function and the tm_gmtoff and tm_zone fields are extensions to
the ISO and POSIX standards; these are not available on WIN and some other
UNIX-like systems (SOLARIS, SYMBIAN).
The rules to turn off these non-portable dependencies are repeated several
times in wtf/DateMath.*. Perhaps we should introduce HAVE_XXX guards for these
non-portable dependencies and place the rules in one single location.
--
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