Bug 123356

Summary: Web Inspector: Change how the load and content ready event timestamps are tracked.
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch joepeck: review+, timothy: commit-queue-

Description Timothy Hatcher 2013-10-25 13:14:46 PDT
We should track the timestamps per frame. This will be needed by some up coming Timeline changes.
Comment 1 Radar WebKit Bug Importer 2013-10-25 13:14:56 PDT
<rdar://problem/15322597>
Comment 2 Timothy Hatcher 2013-10-25 13:16:50 PDT
Created attachment 215202 [details]
Patch
Comment 3 Timothy Hatcher 2013-10-25 13:37:03 PDT
Created attachment 215207 [details]
Patch
Comment 4 Joseph Pecoraro 2013-10-25 15:33:30 PDT
Comment on attachment 215207 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=215207&action=review

r=me

> Source/WebInspectorUI/UserInterface/TimelineManager.js:-61
> -        return this._loadEventTime;

You are removing this._loadEventTime, you can remove this instance variable from:

   1. The constructor
   2. _clear
   3. Replace the use in _addRecord to look at the MainFrame

On IRC you've handled these.
Comment 5 Timothy Hatcher 2014-01-20 18:59:49 PST
https://trac.webkit.org/changeset/162398