RESOLVED FIXED 235538
Web Inspector: Network: move filtering checkboxes into a single gear-with-contextmenu to save space
https://bugs.webkit.org/show_bug.cgi?id=235538
Summary Web Inspector: Network: move filtering checkboxes into a single gear-with-con...
Devin Rousso
Reported 2022-01-24 13:44:05 PST
.
Attachments
[fast-cq] Patch (14.16 KB, patch)
2022-01-24 13:46 PST, Devin Rousso
no flags
[Image] after Patch is applied (125.05 KB, image/png)
2022-01-24 14:30 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2022-01-24 13:46:41 PST
Created attachment 449852 [details] [fast-cq] Patch
Patrick Angle
Comment 2 2022-01-24 14:15:10 PST
Comment on attachment 449852 [details] [fast-cq] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449852&action=review r=me > Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js:2281 > + contextMenu.appendCheckboxItem(WI.UIString("Preserve Log"), () => { An aside, but could certainly be dealt with in this same bug: `Preserve Log` to me doesn't clearly communicate what this setting does. When I think "log", I think about the Console Tab and `console.log` et al.. Something like "Clear requests on navigation" or "Clear request history on navigation" (subject to further bike shedding) would better communicate the option IMO now that these are in a dropdown menu and we have a bit more space.
Devin Rousso
Comment 3 2022-01-24 14:20:11 PST
Comment on attachment 449852 [details] [fast-cq] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449852&action=review >> Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js:2281 >> + contextMenu.appendCheckboxItem(WI.UIString("Preserve Log"), () => { > > An aside, but could certainly be dealt with in this same bug: `Preserve Log` to me doesn't clearly communicate what this setting does. When I think "log", I think about the Console Tab and `console.log` et al.. Something like "Clear requests on navigation" or "Clear request history on navigation" (subject to further bike shedding) would better communicate the option IMO now that these are in a dropdown menu and we have a bit more space. Yeah that's a good point. We should change this to something clearer now that it's in a contextmenu (which gives us more space). Also, we should probably do something similar in the Console since there's a "Preserve Log" there too <https://webkit.org/b/235541>
Devin Rousso
Comment 4 2022-01-24 14:30:54 PST
Created attachment 449857 [details] [Image] after Patch is applied
EWS
Comment 5 2022-01-24 14:34:55 PST
Committed r288470 (246355@main): <https://commits.webkit.org/246355@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449852 [details].
Radar WebKit Bug Importer
Comment 6 2022-01-24 14:35:16 PST
Note You need to log in before you can comment on or make changes to this bug.