summaryrefslogtreecommitdiff
path: root/base/content/urlbarBindings.xml
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2019-03-16 15:03:26 -0400
committerGaming4JC <g4jc@bulletmail.org>2019-03-16 15:03:26 -0400
commit062ee85eff30a1d256a56a615e0a3486176c83b4 (patch)
treed2383870112c01204faf5a202ef8bb5551a0040d /base/content/urlbarBindings.xml
parentec1a475693dcbe9ceb17a2b709e913e9ef0fed34 (diff)
downloadiceweasel-uxp-062ee85eff30a1d256a56a615e0a3486176c83b4.tar.gz
backport uxp #936: Remove webextensions conditional code from Iceweasel-UXP
Diffstat (limited to 'base/content/urlbarBindings.xml')
-rw-r--r--base/content/urlbarBindings.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/content/urlbarBindings.xml b/base/content/urlbarBindings.xml
index 244e0c9..e89f6fb 100644
--- a/base/content/urlbarBindings.xml
+++ b/base/content/urlbarBindings.xml
@@ -56,11 +56,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<field name="AppConstants" readonly="true">
(Components.utils.import("resource://gre/modules/AppConstants.jsm", {})).AppConstants;
</field>
-#ifdef MOZ_WEBEXTENSIONS
- <field name="ExtensionSearchHandler" readonly="true">
- (Components.utils.import("resource://gre/modules/ExtensionSearchHandler.jsm", {})).ExtensionSearchHandler;
- </field>
-#endif
<constructor><![CDATA[
this._prefs = Components.classes["@mozilla.org/preferences-service;1"]
@@ -488,15 +483,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
actionDetails
);
break;
-#ifdef MOZ_WEBEXTENSIONS
- case "extension":
- this.handleRevert();
- // Give the extension control of handling the command.
- let searchString = action.params.content;
- let keyword = action.params.keyword;
- this.ExtensionSearchHandler.handleInputEntered(keyword, searchString, where);
- return;
-#endif
}
} else {
// This is a fallback for add-ons and old testing code that directly
@@ -1212,11 +1198,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
this._clearNoActions();
this.formatValue();
}
-#ifdef MOZ_WEBEXTENSIONS
- if (ExtensionSearchHandler.hasActiveInputSession()) {
- ExtensionSearchHandler.handleInputCancelled();
- }
-#endif
]]></handler>
<handler event="dragstart" phase="capturing"><![CDATA[