Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/locales/en-US/chrome/region.properties

Issue 29324573: Issue 2939 - Change default search engine to DuckDuckGo (Closed)
Patch Set: Created Aug. 25, 2015, 12:23 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This Source Code Form is subject to the terms of the Mozilla Public 1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 4
5 # In Adblock Browser, we set this to DuckDuckGo, see
6 # https://issues.adblockplus.org/ticket/2939.
7
5 # Default search engine 8 # Default search engine
6 browser.search.defaultenginename=Google 9 browser.search.defaultenginename=DuckDuckGo
7 10
8 # Search engine order (order displayed in the search bar dropdown). 11 # Search engine order (order displayed in the search bar dropdown).
9 browser.search.order.1=Google 12 browser.search.order.1=DuckDuckGo
10 browser.search.order.2=Yahoo 13 browser.search.order.2=Google
11 browser.search.order.3=Bing 14 browser.search.order.3=Yahoo
15
16 # In Adblock Browser, we want DuckDuckGo to be the default in all countries,
17 # see: https://issues.adblockplus.org/ticket/2939.
12 18
13 # These override the equivalents above when the client detects that it is in 19 # These override the equivalents above when the client detects that it is in
14 # US market only. 20 # US market only.
15 browser.search.defaultenginename.US=Yahoo 21 # browser.search.defaultenginename.US=Yahoo
16 browser.search.order.US.1=Yahoo 22 # browser.search.order.US.1=Yahoo
17 browser.search.order.US.2=Google 23 # browser.search.order.US.2=Google
18 browser.search.order.US.3=Bing 24 # browser.search.order.US.3=Bing
19 25
20 # increment this number when anything gets changed in the list below. This will 26 # increment this number when anything gets changed in the list below. This will
21 # cause Firefox to re-read these prefs and inject any new handlers into the 27 # cause Firefox to re-read these prefs and inject any new handlers into the
22 # profile database. Note that "new" is defined as "has a different URL"; this 28 # profile database. Note that "new" is defined as "has a different URL"; this
23 # means that it's not possible to update the name of existing handler, so 29 # means that it's not possible to update the name of existing handler, so
24 # don't make any spelling errors here. 30 # don't make any spelling errors here.
25 gecko.handlerService.defaultHandlersVersion=3 31 gecko.handlerService.defaultHandlersVersion=3
26 32
27 # The default set of protocol handlers for webcal: 33 # The default set of protocol handlers for webcal:
28 gecko.handlerService.schemes.webcal.0.name=30 Boxes 34 gecko.handlerService.schemes.webcal.0.name=30 Boxes
(...skipping 25 matching lines...) Expand all
54 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ 60 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/
55 browser.suggestedsites.adblockplus.bgcolor=#cf0016 61 browser.suggestedsites.adblockplus.bgcolor=#cf0016
56 62
57 browser.suggestedsites.acceptableads.title=Acceptable Ads 63 browser.suggestedsites.acceptableads.title=Acceptable Ads
58 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/ 64 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/
59 browser.suggestedsites.acceptableads.bgcolor=#69a952 65 browser.suggestedsites.acceptableads.bgcolor=#69a952
60 66
61 browser.suggestedsites.adblockbrowserbetacommunity.title=Beta community 67 browser.suggestedsites.adblockbrowserbetacommunity.title=Beta community
62 browser.suggestedsites.adblockbrowserbetacommunity.url=https://adblockplus.org/r edirect?link=adblock_browser_android_beta_community 68 browser.suggestedsites.adblockbrowserbetacommunity.url=https://adblockplus.org/r edirect?link=adblock_browser_android_beta_community
63 browser.suggestedsites.adblockbrowserbetacommunity.bgcolor=#f7f7f7 69 browser.suggestedsites.adblockbrowserbetacommunity.bgcolor=#f7f7f7
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld