Bug 146433

Summary: Web Inspector: iOS 8: Resources Timeline Data does not show up
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: burg, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-06-29 15:40:48 PDT
* SUMMARY
iOS 8: Resources Timeline Data does not show up.

* STEPS TO REPRODUCE
1. Load webkit.org on iOS 8 device
2. Inspect iOS 8 device
3. Show Timelines tab
4. Reload page
  => no timeline data
Comment 1 Joseph Pecoraro 2015-06-29 15:41:21 PDT
<rdar://problem/21558990>
Comment 2 Joseph Pecoraro 2015-06-29 15:49:48 PDT
Created attachment 255786 [details]
[PATCH] Proposed Fix

This is relatively ugly, but I couldn't really think up of a better approach. No matter how early we try to reset the base timestamp, it will never be right, because the "will send request" for the navigation's new main resource, will have always happened in the previous page's "timeline". Let me know what you think.
Comment 3 WebKit Commit Bot 2015-06-29 15:52:47 PDT
Attachment 255786 [details] did not pass style-queue:


ERROR: Source/WebInspectorUI/ChangeLog:12:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
ERROR: Source/WebInspectorUI/ChangeLog:15:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Total errors found: 2 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Timothy Hatcher 2015-06-29 17:00:48 PDT
Comment on attachment 255786 [details]
[PATCH] Proposed Fix

Looks good.
Comment 5 WebKit Commit Bot 2015-06-29 17:28:25 PDT
Comment on attachment 255786 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 255786

Committed r186098: <http://trac.webkit.org/changeset/186098>
Comment 6 WebKit Commit Bot 2015-06-29 17:28:28 PDT
All reviewed patches have been landed.  Closing bug.