RESOLVED FIXED 146433
Web Inspector: iOS 8: Resources Timeline Data does not show up
https://bugs.webkit.org/show_bug.cgi?id=146433
Summary Web Inspector: iOS 8: Resources Timeline Data does not show up
Joseph Pecoraro
Reported 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
Attachments
[PATCH] Proposed Fix (12.55 KB, patch)
2015-06-29 15:49 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-06-29 15:41:21 PDT
Joseph Pecoraro
Comment 2 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.
WebKit Commit Bot
Comment 3 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.
Timothy Hatcher
Comment 4 2015-06-29 17:00:48 PDT
Comment on attachment 255786 [details] [PATCH] Proposed Fix Looks good.
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2015-06-29 17:28:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.