Bug 1635016 - Remove the rest of the SetTransactionLogging glue. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D74866
This commit is contained in:
Nicolas Silva
2020-05-18 12:11:33 +00:00
parent bef4b26961
commit 573254f293
14 changed files with 0 additions and 60 deletions

View File

@@ -106,7 +106,6 @@
<command id="wrToggleCaptureSequenceCmd" oncommand="gGfxUtils.toggleWebrenderCaptureSequence();" disabled="true"/>
#ifdef NIGHTLY_BUILD
<command id="windowRecordingCmd" oncommand="gGfxUtils.toggleWindowRecording();"/>
<command id="wrTransactionLoggingCmd" oncommand="gGfxUtils.toggleTransactionLogging();"/>
#endif
#ifdef XP_MACOSX
<command id="minimizeWindow"
@@ -354,13 +353,6 @@
key="$" modifiers="control"
#endif
command="windowRecordingCmd"/>
<key id="key_transactionLoggingCmd"
#ifdef XP_MACOSX
key="5" modifiers="control,shift"
#else
key="%" modifiers="control"
#endif
command="wrTransactionLoggingCmd"/>
#endif
#ifdef XP_MACOSX
<key id="key_minimizeWindow"