[Webkit-unassigned] [Bug 36122] Web Inspector: Timeline improvements next iteration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 05:58:08 PDT 2010


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





--- Comment #4 from Timothy Hatcher <timothy at hatcher.name>  2010-03-16 05:58:08 PST ---
(In reply to comment #2)

> 1) Timer Fire events are connecting to Timer Install events;
> 2) Receive Response and Finish loading events are connecting to Send Request
> events;

I'm not sure this makes sense. I would expect a Timer container that has two
children "Timer Install" and "Timer Fire". Similar for Resource loading.

> 6) new semitransparent bar was added for connected events. As example if timer
> install event got 10 ms and have timeout 100ms then timer install event will
> have solid bar for 10ms and semitransparent for 100ms + Timer Fire event
> length. The same for Send Request and Receive Response etc;

I don't think this makes sense either. I don't expect a bar to stretch the
whole way. Code hasn't been running that entire time. I only expect to see bars
where code actually was running. SO I would expect two bar segments seperated
by empty space on one row for the collapsed container. Expending it would show
the seperate peices as different rows.

> 8) Timeline panel will not be cleared at page reload. That will allow us to see
> Send Request for main resource and Event(unload);

When and how is the panel cleared now?

-- 
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