Bug 1591469, move reader mode to use JSWindowActor instead of message managers, r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D71452
This commit is contained in:
Neil Deakin
2020-05-13 19:22:20 +00:00
parent cf9e938f01
commit 136059f4c7
25 changed files with 394 additions and 248 deletions

View File

@@ -42,7 +42,7 @@
<command id="View:PageSource" oncommand="BrowserViewSource(window.gBrowser.selectedBrowser);"/>
<command id="View:PageInfo" oncommand="BrowserPageInfo();"/>
<command id="View:FullScreen" oncommand="BrowserFullScreen();"/>
<command id="View:ReaderView" oncommand="ReaderParent.toggleReaderMode(event);"/>
<command id="View:ReaderView" oncommand="AboutReaderParent.toggleReaderMode(event);"/>
<command id="View:PictureInPicture" oncommand="PictureInPicture.onCommand(event);"/>
<command id="cmd_find" oncommand="gLazyFindCommand('onFindCommand')"/>
<command id="cmd_findAgain" oncommand="gLazyFindCommand('onFindAgainCommand', false)"/>