RESOLVED FIXED 193417
Use MonotonicTime in WorkerRunLoop
https://bugs.webkit.org/show_bug.cgi?id=193417
Summary Use MonotonicTime in WorkerRunLoop
youenn fablet
Reported 2019-01-14 16:30:28 PST
Use MonotonicTime in WorkerRunLoop
Attachments
Patch (7.35 KB, patch)
2019-01-14 17:57 PST, youenn fablet
no flags
Patch (16.96 KB, patch)
2019-01-16 15:06 PST, youenn fablet
no flags
Patch (7.34 KB, patch)
2019-01-16 16:03 PST, youenn fablet
no flags
youenn fablet
Comment 1 2019-01-14 17:57:08 PST
EWS Watchlist
Comment 2 2019-01-16 13:20:12 PST
Attachment 359109 [details] did not pass style-queue: ERROR: Source/WTF/wtf/MessageQueue.h:131: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
youenn fablet
Comment 3 2019-01-16 15:06:17 PST
EWS Watchlist
Comment 4 2019-01-16 15:08:12 PST
Attachment 359317 [details] did not pass style-queue: ERROR: Source/WTF/wtf/MessageQueue.h:131: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
youenn fablet
Comment 5 2019-01-16 16:03:36 PST
EWS Watchlist
Comment 6 2019-01-16 16:06:19 PST
Attachment 359330 [details] did not pass style-queue: ERROR: Source/WTF/wtf/MessageQueue.h:131: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Saam Barati
Comment 7 2019-01-20 12:39:23 PST
Comment on attachment 359330 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=359330&action=review r=me > Source/WebCore/workers/WorkerRunLoop.cpp:54 > + void stop() final { m_nextFireTime = MonotonicTime { }; } would: `m_nextFireTime = { }` work?
WebKit Commit Bot
Comment 8 2019-01-24 10:30:30 PST
Comment on attachment 359330 [details] Patch Clearing flags on attachment: 359330 Committed r240441: <https://trac.webkit.org/changeset/240441>
WebKit Commit Bot
Comment 9 2019-01-24 10:30:32 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10 2019-01-24 10:31:56 PST
youenn fablet
Comment 11 2019-01-24 10:43:03 PST
(In reply to Saam Barati from comment #7) > Comment on attachment 359330 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=359330&action=review > > r=me > > > Source/WebCore/workers/WorkerRunLoop.cpp:54 > > + void stop() final { m_nextFireTime = MonotonicTime { }; } > > would: `m_nextFireTime = { }` work? Sorry did not see your comment, will fix it.
Note You need to log in before you can comment on or make changes to this bug.