зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1504686 - Don't count search for same document changes. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D11394 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6cebff1713
Коммит
fb81651d50
|
@ -204,8 +204,8 @@ let URICountListener = {
|
|||
if (!this.isHttpURI(uri)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (shouldRecordSearchCount(browser.getTabBrowser())) {
|
||||
if (shouldRecordSearchCount(browser.getTabBrowser()) &&
|
||||
!(flags & Ci.nsIWebProgressListener.LOCATION_CHANGE_SAME_DOCUMENT)) {
|
||||
Services.search.recordSearchURLTelemetry(uriSpec);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче