Bug 48680

Summary: Web Inspector: new resources and network panel usability improvements.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change.
none
[PATCH] Same + preserve redirect chain of main resource upon reload. timothy: review+

Description Pavel Feldman 2010-10-29 14:32:20 PDT
Summarizing the discussion on IRC:

Network
- By default, navigation should clear network log
- There should be a 'preserve log' button, probably a 'record' shape that prevents log from being cleared. This toggle is not sticky, but survives navigation. The end-user scenario is that one can toggle it, do several actions and export the log into HAR.

Resources
- Should remember expanded state of all group items
- Should select last selected item
- Should fall back to main frame's main resource by default
- Should not list XHRs and redirects
- Should have a link to the item in the network log ("Show in Network Panel")
Comment 1 Pavel Feldman 2010-10-30 11:17:44 PDT
Created attachment 72441 [details]
[PATCH] Proposed change.
Comment 2 Pavel Feldman 2010-10-30 11:29:38 PDT
Created attachment 72442 [details]
[PATCH] Same + preserve redirect chain of main resource upon reload.
Comment 3 Pavel Feldman 2010-10-30 23:43:33 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/front-end/NetworkPanel.js
	M	WebCore/inspector/front-end/ResourceManager.js
	M	WebCore/inspector/front-end/Settings.js
	M	WebCore/inspector/front-end/StoragePanel.js
Committed r70989