Bug 1572712 - Remove messages ported to fission from tunnel.js r=bradwerth,layely

This patch removes the following messages from `devtools/client/responsive.html/browser/tunnel.js`:

- Browser:Reload
- Forms:MouseOut
- Forms:MouseOver
- FullZoom
- contextmenu
- ContextMenu:
- Findbar:
- InlineSpellChecker:
- ViewSource:

These features all work just fine inside RDM without being included in `devtools/client/responsive.html/browser/tunnel.js`.

Differential Revision: https://phabricator.services.mozilla.com/D41386

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Michael Ratcliffe 2019-08-13 10:18:05 +00:00
Родитель 74b0b50ac2
Коммит 50a76612b7
1 изменённых файлов: 0 добавлений и 21 удалений

Просмотреть файл

@ -448,17 +448,12 @@ MessageManagerTunnel.prototype = {
"InPermitUnload",
"PermitUnload",
// Messages sent from browser.js
"Browser:Reload",
"PageStyle:Disable",
"PageStyle:Switch",
"Forms:MouseOut",
"Forms:MouseOver",
// Messages sent from SessionStore.jsm
"SessionStore:flush",
"SessionStore:restoreHistory",
"SessionStore:restoreTabContent",
// Messages sent from viewZoomOverlay.js.
"FullZoom",
],
INNER_TO_OUTER_MESSAGES: [
@ -476,8 +471,6 @@ MessageManagerTunnel.prototype = {
"ImageDocumentLoaded",
"InPermitUnload",
"PermitUnload",
// Messages sent to tabbrowser.xml
"contextmenu",
// Messages sent to SessionStore.jsm
"SessionStore:update",
// Messages sent to BrowserTestUtils.jsm
@ -487,35 +480,23 @@ MessageManagerTunnel.prototype = {
OUTER_TO_INNER_MESSAGE_PREFIXES: [
// Messages sent from browser.js
"Autoscroll:",
// Messages sent from nsContextMenu.js
"ContextMenu:",
// Messages sent from DevTools
"debug:",
// Messages sent from findbar.xml
"Findbar:",
// Messages sent from RemoteFinder.jsm
"Finder:",
// Messages sent from InlineSpellChecker.jsm
"InlineSpellChecker:",
// Messages sent from MessageChannel.jsm
"MessageChannel:",
// Messages sent from pageinfo.js
"PageInfo:",
// Messages sent from printUtils.js
"Printing:",
// Messages sent from viewSourceUtils.js
"ViewSource:",
],
INNER_TO_OUTER_MESSAGE_PREFIXES: [
// Messages sent to browser.js
"Autoscroll:",
// Messages sent to nsContextMenu.js
"ContextMenu:",
// Messages sent to DevTools
"debug:",
// Messages sent to findbar.xml
"Findbar:",
// Messages sent to RemoteFinder.jsm
"Finder:",
// Messages sent to MessageChannel.jsm
@ -524,8 +505,6 @@ MessageManagerTunnel.prototype = {
"PageInfo:",
// Messages sent to printUtils.js
"Printing:",
// Messages sent to viewSourceUtils.js
"ViewSource:",
],
OUTER_TO_INNER_FRAME_SCRIPTS: [