[Webkit-unassigned] [Bug 62159] Implement montonicallyIncreasingClock() on Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 12:22:18 PST 2011


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


Mark Dyer <mark at markyshouse.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at markyshouse.com




--- Comment #23 from Mark Dyer <mark at markyshouse.com>  2011-12-21 12:22:17 PST ---
I've implemented monotonicallyIncreasingTime() using QElapsedTimer, but it is failing to pass check-webkit-style because when that script checks for multiple includes of the same file, it does not take into account platform specific includes (ie includes inside #if PLATFORM(MAC)...#elif PLATFORM(QT)...  being required by more than one platform)

Using #if HAVE(SYS_TIME_H) like is done in DateMath.cpp, I can get rid of the ""sys/time.h" already included", but there will still be an "Alphabetical sorting problem". I can't see a way to get rid of that without making that part of the file completely unreadable.

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