[Webkit-unassigned] [Bug 132875] Web Inspector: support storing multiple timeline recordings in the manager

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 11:58:29 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132875


Brian Burg <burg at cs.washington.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |burg at cs.washington.edu
                   |kit.org                     |




--- Comment #2 from Brian Burg <burg at cs.washington.edu>  2014-05-13 11:58:51 PST ---
I've started prototyping this. We can add UI for switching between recordings later.

Some issues:

* If the TimelineContentView now represents TimelineRecording, then we need to create a new view for each recording. I am trying out creating a new recording whenever we would have done TimelineRecording.reset() before.

* We should save the selected timeline across resets (i.e., creating and displaying a new recording), but not across switching between views. Right?

* We shouldn't hold onto all timeline data forever. I think we could use a LRU cache with n=10 to support re-navigating in a drop-down select menu. I would probably want to land this separately with the UI that depends on it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list