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

Issue 29327949: Issue 3047 - Change default search engines (Closed)

Created:
Sept. 15, 2015, 4:37 p.m. by René Jeschke
Modified:
Sept. 24, 2015, 8:25 a.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

Issue 3047 - Change default search engines

Patch Set 1 #

Patch Set 2 : Now really writing region.properties to region.properties. #

Patch Set 3 : Added a missing colon to a log message. #

Patch Set 4 : Limit search.order entries to 3. #

Patch Set 5 : Re-added Google/Yahoo/Amazon for China. #

Patch Set 6 : More search engines for China. #

Patch Set 7 : Removed a comma. #

Patch Set 8 : regex enhancement, code duplication reduction. #

Total comments: 10

Patch Set 9 : Beautification #

Patch Set 10 : trim()/strip() #

Total comments: 24

Patch Set 11 : Names and stuff #

Patch Set 12 : Brackets #

Patch Set 13 : Removed overly complicated currying, replaced with class #

Patch Set 14 : That trim() was persistent, removed _again_. #

Total comments: 8

Patch Set 15 : Fixed even more review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -0 lines) Patch
A + mozharness/abb/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A mozharness/abb/transform_locales.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +180 lines, -0 lines 0 comments Download
M mozharness/mozilla/l10n/multi_locale_build.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 9
René Jeschke
Sept. 15, 2015, 4:38 p.m. (2015-09-15 16:38:08 UTC) #1
Felix Dahlke
Didn't do a full review, but there's some style stuff we should get out of ...
Sept. 17, 2015, 9:52 a.m. (2015-09-17 09:52:35 UTC) #2
René Jeschke
https://codereview.adblockplus.org/29327949/diff/29328081/mozharness/abb/abb_transform_locales.py File mozharness/abb/abb_transform_locales.py (right): https://codereview.adblockplus.org/29327949/diff/29328081/mozharness/abb/abb_transform_locales.py#newcode1 mozharness/abb/abb_transform_locales.py:1: # vim:fileencoding=utf-8:et:ts=4:sts=4 On 2015/09/17 09:52:34, Felix Dahlke wrote: > ...
Sept. 17, 2015, 10:39 a.m. (2015-09-17 10:39:50 UTC) #3
Felix Dahlke
So, how I see it, we will adjust the en-US locale, too? Then we should ...
Sept. 17, 2015, 2:57 p.m. (2015-09-17 14:57:58 UTC) #4
René Jeschke
https://codereview.adblockplus.org/29327949/diff/29328159/mozharness/abb/abb_transform_locales.py File mozharness/abb/abb_transform_locales.py (right): https://codereview.adblockplus.org/29327949/diff/29328159/mozharness/abb/abb_transform_locales.py#newcode31 mozharness/abb/abb_transform_locales.py:31: "en-US": ["duckduckgo", On 2015/09/17 14:57:56, Felix Dahlke wrote: > ...
Sept. 18, 2015, 9:46 a.m. (2015-09-18 09:46:39 UTC) #5
Felix Dahlke
https://codereview.adblockplus.org/29327949/diff/29328159/mozharness/abb/abb_transform_locales.py File mozharness/abb/abb_transform_locales.py (right): https://codereview.adblockplus.org/29327949/diff/29328159/mozharness/abb/abb_transform_locales.py#newcode61 mozharness/abb/abb_transform_locales.py:61: def _transform_locale(locale, path, fns): On 2015/09/18 09:46:38, René Jeschke ...
Sept. 18, 2015, 4:34 p.m. (2015-09-18 16:34:12 UTC) #6
Felix Dahlke
Sorry, didn't realise you had actually changed the build_object thing already. Found some more things ...
Sept. 21, 2015, 8:46 p.m. (2015-09-21 20:46:31 UTC) #7
René Jeschke
https://codereview.adblockplus.org/29327949/diff/29328193/mozharness/abb/transform_locales.py File mozharness/abb/transform_locales.py (right): https://codereview.adblockplus.org/29327949/diff/29328193/mozharness/abb/transform_locales.py#newcode51 mozharness/abb/transform_locales.py:51: if regex.match(engine.lower()): On 2015/09/21 20:46:31, Felix Dahlke wrote: > ...
Sept. 22, 2015, 10:52 a.m. (2015-09-22 10:52:02 UTC) #8
Felix Dahlke
Sept. 23, 2015, 3:41 p.m. (2015-09-23 15:41:36 UTC) #9
LGTM!

Powered by Google App Engine
This is Rietveld