summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/CurrentTime.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Import WebKit commit 69d327017a8d700cbfc7e1120270db4d55416f41Konstantin Tokarev2018-01-071-12/+10
| | | | | Change-Id: I38406c67ba681f7693a45b0fa2d8c2e44a6d9a0e Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443)Konstantin Tokarev2017-02-021-61/+31
| | | | | Change-Id: I3b1d8a2808782c9f34d50240000e20cb38d3680f Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* Fix assertion in PerformanceTimingAllan Sandfeld Jensen2014-10-061-0/+2
| | | | | | | | We get negative values in monotonic increasing time because we forget to initialize the start time. Change-Id: I292792f8f996025e7f0254bb90391b7af6873877 Reviewed-by: Michael Bruning <michael.bruning@digia.com>
* Define use_glib in features.prfAllan Sandfeld Jensen2013-10-151-2/+2
| | | | | | | | | When we use GStreamer we need to define USE(GLIB), we currently do this separately in WTF and WebCore. This should instead be done centrally to make the it consistent. Change-Id: I079dbeaf99b091ea2ecd093bfef1428d963f8300 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Import Qt5x2 branch of QtWebkit for Qt 5.2Allan Sandfeld Jensen2013-09-191-18/+53
| | | | | | | Importing a new snapshot of webkit. Change-Id: I2d01ad12cdc8af8cb015387641120a9d7ea5f10c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
* Imported WebKit commit a77350243e054f3460d1137301d8b3faee3d2052 ↵Simon Hausmann2012-08-121-17/+0
| | | | | | (http://svn.webkit.org/repository/webkit/trunk@125365) New snapshot with build fixes for latest API changes in Qt and all WK1 Win MSVC fixes upstream
* Imported WebKit commit e65cbc5b6ac32627c797e7fc7f46eb7794410c92 ↵Simon Hausmann2012-07-231-0/+20
| | | | | | (http://svn.webkit.org/repository/webkit/trunk@123308) New snapshot with better configure tests
* Imported WebKit commit 3a8c29f35d00659d2ce7a0ccdfa8304f14e82327 ↵Simon Hausmann2012-06-201-57/+26
| | | | | | (http://svn.webkit.org/repository/webkit/trunk@120813) New snapshot with Windows build fixes
* Imported WebKit commit 7e538425aa020340619e927792f3d895061fb54b ↵Simon Hausmann2012-05-071-0/+366
(http://svn.webkit.org/repository/webkit/trunk@116286)