зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1598107
- Set inputHandling=true for the browser.urlbar.onResultPicked event r=mak,mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D54025 --HG-- extra : source : 4126c23bb67c7a950f3683cd4490320ad464d58a
This commit is contained in:
Родитель
5232fd68ef
Коммит
f50356c887
|
@ -214,6 +214,7 @@ this.urlbar = class extends ExtensionAPI {
|
|||
onResultPicked: new EventManager({
|
||||
context,
|
||||
name: "urlbar.onResultPicked",
|
||||
inputHandling: true,
|
||||
register: (fire, providerName) => {
|
||||
let provider = UrlbarProviderExtension.getOrCreate(providerName);
|
||||
provider.setEventListener("resultPicked", async resultPayload => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче