зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1278762 - Support general context menu actions in RDM. r=ochameau
MozReview-Commit-ID: 3jjAyed0yhP --HG-- extra : rebase_source : f01c88942ff26e97f70def4175afdcddcd1072c7
This commit is contained in:
Родитель
7406856b01
Коммит
1b247c9d66
|
@ -406,6 +406,8 @@ MessageManagerTunnel.prototype = {
|
||||||
],
|
],
|
||||||
|
|
||||||
OUTER_TO_INNER_MESSAGE_PREFIXES: [
|
OUTER_TO_INNER_MESSAGE_PREFIXES: [
|
||||||
|
// Messages sent from nsContextMenu.js
|
||||||
|
"ContextMenu:",
|
||||||
// Messages sent from DevTools
|
// Messages sent from DevTools
|
||||||
"debug:",
|
"debug:",
|
||||||
// Messages sent from findbar.xml
|
// Messages sent from findbar.xml
|
||||||
|
@ -420,6 +422,8 @@ MessageManagerTunnel.prototype = {
|
||||||
],
|
],
|
||||||
|
|
||||||
INNER_TO_OUTER_MESSAGE_PREFIXES: [
|
INNER_TO_OUTER_MESSAGE_PREFIXES: [
|
||||||
|
// Messages sent to nsContextMenu.js
|
||||||
|
"ContextMenu:",
|
||||||
// Messages sent to DevTools
|
// Messages sent to DevTools
|
||||||
"debug:",
|
"debug:",
|
||||||
// Messages sent to findbar.xml
|
// Messages sent to findbar.xml
|
||||||
|
|
Загрузка…
Ссылка в новой задаче