mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
[regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference
Issue #102
This commit is contained in:
parent
5873c0487c
commit
30e2f6345d
4 changed files with 48 additions and 8 deletions
|
|
@ -96,6 +96,10 @@ function goUpdateConsoleCommands() {
|
|||
prefKey="netxhr"/>
|
||||
<menuitem label="&btnConsoleLog;" type="checkbox" autocheck="false"
|
||||
prefKey="networkinfo"/>
|
||||
<menuseparator id="saveBodiesSeparator" />
|
||||
<menuitem id="saveBodies" type="checkbox" label="&saveBodies.label;"
|
||||
accesskey="&saveBodies.accesskey;" autocheck="false"
|
||||
prefKey="saveBodies"/>
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
<toolbarbutton label="&btnPageCSS.label;" type="menu-button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue