author | Boris Zbarsky <bzbarsky@mit.edu> |
Thu, 12 Apr 2018 00:03:44 -0400 | |
changeset 412920 | b7d33dbd5c48f59a6414951daa4f1a5e6a895e1c |
parent 412919 | 81d403264f0cd61686c0b842d6a1391b07c1ed43 |
child 412921 | 57eb117b924686acfbfbf17341a83011b73cb532 |
push id | 33824 |
push user | ebalazs@mozilla.com |
push date | Thu, 12 Apr 2018 09:39:57 +0000 |
treeherder | mozilla-central@246c614e1605 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jchen |
bugs | 1453345 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
mobile/android/chrome/geckoview/GeckoViewPromptContent.js | file | annotate | diff | comparison | revisions |
--- a/mobile/android/chrome/geckoview/GeckoViewPromptContent.js +++ b/mobile/android/chrome/geckoview/GeckoViewPromptContent.js @@ -2,14 +2,14 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ChromeUtils.import("resource://gre/modules/GeckoViewUtils.jsm"); GeckoViewUtils.addLazyEventListener(this, ["click", "contextmenu"], { handler: _ => - Cc["@mozilla.org/prompter;1"].getService(Ci.nsIDOMEventListener), + Cc["@mozilla.org/prompter;1"].getService().wrappedJSObject, options: { capture: false, mozSystemGroup: true, }, });