Created attachment 270173 [details] [Image] Proposed change There seems to be no way to clear the network view. We should at least provide a button (e.g. a trash can icon we already use in the console). Use case: "I want to clear the network panel of all requests up to now as it's just noise when I'm about to initiate a process that will kick off requests I am interested in." <rdar://problem/23317773>
Works for me.
(In reply to comment #1) > Works for me. Do you mean that you agree with the proposed trash icon? It is currently not there, I photoshopped it.
Yes, it would match the Timelines tab.
Created attachment 270258 [details] Patch
Comment on attachment 270258 [details] Patch Clearing flags on attachment: 270258 Committed r195846: <http://trac.webkit.org/changeset/195846>
All reviewed patches have been landed. Closing bug.
Comment on attachment 270258 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=270258&action=review > Source/WebInspectorUI/UserInterface/Views/NetworkGridContentView.js:234 > + _clearNetworkItems(event) { Style: brace on newline