зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1776030 - Prevent tip callback from returning when opened in a new tab - r=adw
Differential Revision: https://phabricator.services.mozilla.com/D167838
This commit is contained in:
Родитель
63b11934d6
Коммит
1723d8fe78
|
@ -494,7 +494,8 @@ class ProviderSearchTips extends UrlbarProvider {
|
|||
let { documentRequest } = window.gBrowser.selectedBrowser.webProgress;
|
||||
if (
|
||||
documentRequest instanceof Ci.nsIChannel &&
|
||||
documentRequest.originalURI?.spec != originalUri?.spec
|
||||
documentRequest.originalURI?.spec != originalUri?.spec &&
|
||||
(!isNewtab || originalUri)
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче