[Webkit-unassigned] [Bug 45142] [Qt] V8 port for QT platform: Use DateMath from WTF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 12:47:16 PDT 2010


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





--- Comment #4 from Vlad <vladbph at gmail.com>  2010-09-03 12:47:16 PST ---
These API is used by /bridge/qt/qt_runtime
void msToGregorianDateTime(v8::Handle<v8::Context> context, double, bool outputIsUTC, GregorianDateTime&);
double gregorianDateTimeToMS(v8::Handle<v8::Context> context, const GregorianDateTime&, double, bool inputIsUTC);
double getUTCOffset(v8::Handle<v8::Context> context);
double parseDateFromNullTerminatedCharacters(v8::Handle<v8::Context> context, const char* dateString);

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