[regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference

Issue #102
This commit is contained in:
janekptacijarabaci 2018-05-07 07:23:21 +02:00 committed by Roy Tam
commit 30e2f6345d
4 changed files with 48 additions and 8 deletions

View file

@ -11,6 +11,11 @@
<!ENTITY window.title "Web Console">
<!ENTITY browserConsole.title "Browser Console">
<!-- LOCALIZATION NOTE (saveBodies.label): You can see this string in
- the Browser Console context menu. -->
<!ENTITY saveBodies.label "Log Request and Response Bodies">
<!ENTITY saveBodies.accesskey "L">
<!-- LOCALIZATION NOTE (openURL.label): You can see this string in the Web
- Console context menu. -->
<!ENTITY openURL.label "Open URL in New Tab">