REOPENED 126308
Move more of Connection over to STL threading primitives
https://bugs.webkit.org/show_bug.cgi?id=126308
Summary Move more of Connection over to STL threading primitives
Anders Carlsson
Reported 2013-12-30 15:22:51 PST
Move more of Connection over to STL threading primitives
Attachments
Patch (5.23 KB, patch)
2013-12-30 15:25 PST, Anders Carlsson
no flags
Anders Carlsson
Comment 1 2013-12-30 15:25:16 PST
WebKit Commit Bot
Comment 2 2013-12-30 15:28:16 PST
Attachment 220130 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Platform/IPC/Connection.cpp', '--commit-queue']" exit_code: 1 ERROR: Source/WebKit2/Platform/IPC/Connection.cpp:60: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3 2013-12-30 15:36:26 PST
Comment on attachment 220130 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220130&action=review r=me > Source/WebKit2/Platform/IPC/Connection.cpp:597 > - timedOut = currentTime() >= absoluteTime; > + timedOut = std::chrono::steady_clock::now() >= timeoutTime; Oh god why.
Anders Carlsson
Comment 4 2013-12-30 15:42:51 PST
WebKit Commit Bot
Comment 5 2013-12-30 22:47:23 PST
Re-opened since this is blocked by bug 126332
Alexey Proskuryakov
Comment 6 2013-12-30 22:49:41 PST
Comment on attachment 220130 [details] Patch Rolling out, because Mountain Lion is still broken after follow-up fixes: http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20(Tests)?numbuilds=50
Note You need to log in before you can comment on or make changes to this bug.