Bug 167768 - Performance Timing: Convert to WTF::MonotonicTime and WTF::Seconds
Summary: Performance Timing: Convert to WTF::MonotonicTime and WTF::Seconds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-02 16:40 PST by Joseph Pecoraro
Modified: 2017-02-03 19:25 PST (History)
13 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (57.28 KB, patch)
2017-02-02 17:56 PST, Joseph Pecoraro
joepeck: review-
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews100 for mac-elcapitan (894.17 KB, application/zip)
2017-02-02 19:16 PST, Build Bot
no flags Details
Archive of layout-test-results from ews105 for mac-elcapitan-wk2 (852.88 KB, application/zip)
2017-02-02 19:21 PST, Build Bot
no flags Details
Archive of layout-test-results from ews126 for ios-simulator-wk2 (848.06 KB, application/zip)
2017-02-02 19:29 PST, Build Bot
no flags Details
Archive of layout-test-results from ews115 for mac-elcapitan (1.62 MB, application/zip)
2017-02-02 19:31 PST, Build Bot
no flags Details
[PATCH] Proposed Fix (57.35 KB, patch)
2017-02-03 16:30 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-02-02 16:40:44 PST
Performance Timing: Convert WTF::MonotonicTime and WTF::Seconds

This gets the majority of things converted. I'll look at converting remaining pieces (NetworkLoadTiming) as I go through the ResourceTiming implementation.
Comment 1 Joseph Pecoraro 2017-02-02 17:56:48 PST
Created attachment 300478 [details]
[PATCH] Proposed Fix
Comment 2 Build Bot 2017-02-02 19:16:52 PST
Comment on attachment 300478 [details]
[PATCH] Proposed Fix

Attachment 300478 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/2994647

New failing tests:
fast/dom/webtiming.html
http/tests/misc/webtiming-ssl.php
Comment 3 Build Bot 2017-02-02 19:16:58 PST
Created attachment 300485 [details]
Archive of layout-test-results from ews100 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 4 Build Bot 2017-02-02 19:21:18 PST
Comment on attachment 300478 [details]
[PATCH] Proposed Fix

Attachment 300478 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/2994651

New failing tests:
fast/dom/webtiming.html
http/tests/misc/webtiming-ssl.php
Comment 5 Build Bot 2017-02-02 19:21:24 PST
Created attachment 300486 [details]
Archive of layout-test-results from ews105 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 6 Build Bot 2017-02-02 19:29:23 PST
Comment on attachment 300478 [details]
[PATCH] Proposed Fix

Attachment 300478 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/2994661

New failing tests:
fast/dom/webtiming.html
http/tests/misc/webtiming-ssl.php
Comment 7 Build Bot 2017-02-02 19:29:29 PST
Created attachment 300487 [details]
Archive of layout-test-results from ews126 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews126  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.6
Comment 8 Build Bot 2017-02-02 19:31:23 PST
Comment on attachment 300478 [details]
[PATCH] Proposed Fix

Attachment 300478 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/2994677

New failing tests:
fast/dom/webtiming.html
http/tests/misc/webtiming-ssl.php
Comment 9 Build Bot 2017-02-02 19:31:29 PST
Created attachment 300488 [details]
Archive of layout-test-results from ews115 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews115  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 10 Joseph Pecoraro 2017-02-03 16:30:43 PST
Created attachment 300577 [details]
[PATCH] Proposed Fix
Comment 11 Geoffrey Garen 2017-02-03 17:25:32 PST
Comment on attachment 300577 [details]
[PATCH] Proposed Fix

r=me
Comment 12 WebKit Commit Bot 2017-02-03 19:25:21 PST
Comment on attachment 300577 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 300577

Committed r211665: <http://trac.webkit.org/changeset/211665>
Comment 13 WebKit Commit Bot 2017-02-03 19:25:31 PST
All reviewed patches have been landed.  Closing bug.