RESOLVED FIXED 200969
Web Inspector: Provide an engineering option to log protocol traffic as text
https://bugs.webkit.org/show_bug.cgi?id=200969
Summary Web Inspector: Provide an engineering option to log protocol traffic as text
Joseph Pecoraro
Reported 2019-08-21 01:20:48 PDT
Provide an engineering option to log protocol traffic as text This makes the protocol traffic easier to copy/paste and filter.
Attachments
[PATCH] Proposed Fix (3.65 KB, patch)
2019-08-21 01:21 PDT, Joseph Pecoraro
hi: review+
[PATCH] For Landing (3.25 KB, patch)
2019-08-22 09:01 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2019-08-21 01:21:27 PDT
Created attachment 376853 [details] [PATCH] Proposed Fix
Devin Rousso
Comment 2 2019-08-21 02:36:55 PDT
Comment on attachment 376853 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=376853&action=review r=me > Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.js:387 > + debuggingGroup.addSetting(WI.settings.engineeringLogProtocolAsText, WI.unlocalizedString("Log Protocol as Text")); I'd put this in a "Protocol Logging:" section to match what's there in the Debug pane.
Joseph Pecoraro
Comment 3 2019-08-22 09:00:44 PDT
> > Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.js:387 > > + debuggingGroup.addSetting(WI.settings.engineeringLogProtocolAsText, WI.unlocalizedString("Log Protocol as Text")); > > I'd put this in a "Protocol Logging:" section to match what's there in the > Debug pane. Good idea. I moved this into the `protocol` variables and Debug section as "Log as Text".
Joseph Pecoraro
Comment 4 2019-08-22 09:01:17 PDT
Created attachment 377014 [details] [PATCH] For Landing
WebKit Commit Bot
Comment 5 2019-08-22 09:43:04 PDT
Comment on attachment 377014 [details] [PATCH] For Landing Clearing flags on attachment: 377014 Committed r249014: <https://trac.webkit.org/changeset/249014>
Radar WebKit Bug Importer
Comment 6 2019-08-22 22:04:39 PDT
Note You need to log in before you can comment on or make changes to this bug.