Backed out changeset 0bd6e56348ff (bug 1813302) for causing xpc shell failures at test_providerOmnibox.js. CLOSED TREE

This commit is contained in:
Butkovits Atila 2023-01-30 17:36:11 +02:00
Родитель d94887c64b
Коммит 4350c1597e
2 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -179,7 +179,6 @@ class ProviderOmnibox extends UrlbarProvider {
queryContext.tokens[0].value,
UrlbarUtils.HIGHLIGHT.TYPED,
],
blockL10n: { id: "urlbar-result-menu-dismiss-firefox-suggest" },
isBlockable: suggestion.deletable,
icon: UrlbarUtils.ICON.EXTENSION,
}

Просмотреть файл

@ -1655,18 +1655,6 @@ UrlbarUtils.RESULT_PAYLOAD_SCHEMA = {
type: "object",
required: ["keyword"],
properties: {
blockL10n: {
type: "object",
required: ["id"],
properties: {
id: {
type: "string",
},
args: {
type: "array",
},
},
},
content: {
type: "string",
},