Skip to content

Commit

Permalink
Bug 1549821 - Fix a couple of issues with the Amazon search engine ur…
Browse files Browse the repository at this point in the history
…ls. r=mkaply

Differential Revision: https://phabricator.services.mozilla.com/D30256

--HG--
rename : browser/components/search/extensions/amazondotcom/_locales/de/messages.json => browser/components/search/extensions/amazon/_locales/de/messages.json
extra : moz-landing-system : lando
  • Loading branch information
Standard8 committed May 8, 2019
1 parent 05691b5 commit 9f37542
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 24 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions browser/components/search/extensions/amazon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"version": "1.0",
"version": "1.1",
"applications": {
"gecko": {
"id": "amazon@search.mozilla.org"
Expand All @@ -24,4 +24,4 @@
"search_url_get_params": "__MSG_searchUrlGetParams__"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"version": "1.0",
"version": "1.1",
"applications": {
"gecko": {
"id": "amazondotcom@search.mozilla.org"
Expand All @@ -25,4 +25,4 @@
"search_url_get_params": "__MSG_searchUrlGetParams__"
}
}
}
}
6 changes: 3 additions & 3 deletions browser/components/search/extensions/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,14 @@
"de": {
"default": {
"visibleDefaultEngines": [
"google-b-d", "amazondotcom-de", "bing", "ddg", "ebay-de", "ecosia", "leo_ende_de", "wikipedia-de"
"google-b-d", "amazon-de", "bing", "ddg", "ebay-de", "ecosia", "leo_ende_de", "wikipedia-de"
]
}
},
"dsb": {
"default": {
"visibleDefaultEngines": [
"google-b-d", "bing", "amazondotcom-de", "ddg", "ebay-de", "leo_ende_de", "wikipedia-dsb"
"google-b-d", "bing", "amazon-de", "ddg", "ebay-de", "leo_ende_de", "wikipedia-dsb"
]
}
},
Expand Down Expand Up @@ -396,7 +396,7 @@
"hsb": {
"default": {
"visibleDefaultEngines": [
"google-b-d", "bing", "amazondotcom-de", "ddg", "ebay-de", "leo_ende_de", "wikipedia-hsb"
"google-b-d", "bing", "amazon-de", "ddg", "ebay-de", "leo_ende_de", "wikipedia-hsb"
]
}
},
Expand Down

0 comments on commit 9f37542

Please sign in to comment.