Bug 1433139 - WebRender capture integration on Nightly. r=mikedeboer

MozReview-Commit-ID: 6oIUlPSfLMg
This commit is contained in:
Dzmitry Malyshau
2018-01-26 10:09:30 -05:00
parent 1714fccc79
commit ad7df96f76
15 changed files with 101 additions and 10 deletions

View File

@@ -104,6 +104,10 @@
oncommand="OpenBrowserWindow({private: true});"/>
<command id="History:UndoCloseTab" oncommand="undoCloseTab();"/>
<command id="History:UndoCloseWindow" oncommand="undoCloseWindow();"/>
#ifdef NIGHTLY_BUILD
<command id="wrCaptureCmd" oncommand="gWebRender.capture();"/>
#endif
</commandset>
<commandset id="placesCommands">
@@ -380,6 +384,9 @@
#expand <key id="key_selectTab8" oncommand="gBrowser.selectTabAtIndex(7, event);" key="8" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
#expand <key id="key_selectLastTab" oncommand="gBrowser.selectTabAtIndex(-1, event);" key="9" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
#ifdef NIGHTLY_BUILD
<key id="key_wrCaptureCmd" keycode="VK_3" event="keydown" command="wrCaptureCmd" modifiers="control,shift"/>
#endif
</keyset>
# Used by baseMenuOverlay