зеркало из https://github.com/mozilla/gecko-dev.git
Bug 975786 - Add FHR search source for about:newtab. r=rnewman
This commit is contained in:
Родитель
41bd0431d4
Коммит
54bd6342ed
|
@ -1222,6 +1222,7 @@ SearchCountMeasurementBase.prototype = Object.freeze({
|
|||
SOURCES: [
|
||||
"abouthome",
|
||||
"contextmenu",
|
||||
"newtab",
|
||||
"searchbar",
|
||||
"urlbar",
|
||||
],
|
||||
|
|
|
@ -57,6 +57,7 @@ add_task(function test_record() {
|
|||
}
|
||||
yield provider.recordSearch(engine, "abouthome");
|
||||
yield provider.recordSearch(engine, "contextmenu");
|
||||
yield provider.recordSearch(engine, "newtab");
|
||||
yield provider.recordSearch(engine, "searchbar");
|
||||
yield provider.recordSearch(engine, "urlbar");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче