RESOLVED FIXED 48680
Web Inspector: new resources and network panel usability improvements.
https://bugs.webkit.org/show_bug.cgi?id=48680
Summary Web Inspector: new resources and network panel usability improvements.
Pavel Feldman
Reported 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")
Attachments
[PATCH] Proposed change. (23.42 KB, patch)
2010-10-30 11:17 PDT, Pavel Feldman
no flags
[PATCH] Same + preserve redirect chain of main resource upon reload. (23.69 KB, patch)
2010-10-30 11:29 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-10-30 11:17:44 PDT
Created attachment 72441 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-10-30 11:29:38 PDT
Created attachment 72442 [details] [PATCH] Same + preserve redirect chain of main resource upon reload.
Pavel Feldman
Comment 3 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
Note You need to log in before you can comment on or make changes to this bug.