Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Issue 2108053004: add code to propagate finch config TranslateServerStudy server_params to translate element code (Closed)

Created:
4 years, 5 months ago by ftang
Modified:
4 years, 4 months ago
Reviewers:
groby-ooo-7-16
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, zkoch1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

add code to propagate finch config TranslateServerStudy server_params to translate element code BUG=624569 Committed: https://crrev.com/b87bcc4dc960e4bb88da944fc0768abc9268015b Cr-Commit-Position: refs/heads/master@{#409704}

Patch Set 1 #

Patch Set 2 : fix browser_tests #

Total comments: 6

Patch Set 3 : remove header changes and unnessary initialization #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M chrome/renderer/translate/translate_script_browsertest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/translate/core/browser/resources/translate.js View 1 chunk +3 lines, -0 lines 0 comments Download
M components/translate/core/browser/translate_script.cc View 1 2 3 chunks +13 lines, -0 lines 1 comment Download

Messages

Total messages: 35 (17 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2108053004/1
4 years, 5 months ago (2016-07-01 18:32:26 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/238234)
4 years, 5 months ago (2016-07-01 19:07:39 UTC) #4
ftang
fix browser_tests
4 years, 4 months ago (2016-07-27 01:36:24 UTC) #9
ftang
Design doc at go/chrome2twsfe_exp
4 years, 4 months ago (2016-07-27 03:06:08 UTC) #15
ftang
Dear groby: Please review. Thanks See detail in go/chrome2twsfe_exp
4 years, 4 months ago (2016-07-29 20:35:50 UTC) #16
groby-ooo-7-16
On 2016/07/29 20:35:50, ftang wrote: > Dear groby: > Please review. Thanks See detail in ...
4 years, 4 months ago (2016-08-01 23:00:19 UTC) #17
chromium-reviews
Is there other way that we can get param config not tight to a "study"? ...
4 years, 4 months ago (2016-08-01 23:08:20 UTC) #18
groby-ooo-7-16
On 2016/08/01 23:08:20, chromium-reviews wrote: > Is there other way that we can get param ...
4 years, 4 months ago (2016-08-02 00:50:07 UTC) #19
chromium-reviews
so not much advantage to change to that, right? On 1 August 2016 at 17:50, ...
4 years, 4 months ago (2016-08-02 04:20:52 UTC) #20
groby-ooo-7-16
No - just wanted you to be aware of it. You can certainly leave as-is. ...
4 years, 4 months ago (2016-08-02 21:14:01 UTC) #21
groby-ooo-7-16
Sorry - I replied, instead of sending the comments. https://codereview.chromium.org/2108053004/diff/20001/components/translate/core/browser/translate_script.cc File components/translate/core/browser/translate_script.cc (right): https://codereview.chromium.org/2108053004/diff/20001/components/translate/core/browser/translate_script.cc#newcode140 components/translate/core/browser/translate_script.cc:140: ...
4 years, 4 months ago (2016-08-02 21:14:11 UTC) #22
ftang
remove header changes and unncessary initialization
4 years, 4 months ago (2016-08-02 22:54:58 UTC) #23
ftang
PTAL https://codereview.chromium.org/2108053004/diff/20001/components/translate/core/browser/translate_script.cc File components/translate/core/browser/translate_script.cc (right): https://codereview.chromium.org/2108053004/diff/20001/components/translate/core/browser/translate_script.cc#newcode140 components/translate/core/browser/translate_script.cc:140: std::string server_params = ""; On 2016/08/02 21:14:10, groby ...
4 years, 4 months ago (2016-08-02 23:46:23 UTC) #28
groby-ooo-7-16
LGTM unless you need to escape the string https://codereview.chromium.org/2108053004/diff/40001/components/translate/core/browser/translate_script.cc File components/translate/core/browser/translate_script.cc (right): https://codereview.chromium.org/2108053004/diff/40001/components/translate/core/browser/translate_script.cc#newcode145 components/translate/core/browser/translate_script.cc:145: base::StringAppendF(&data_, ...
4 years, 4 months ago (2016-08-04 01:31:36 UTC) #29
ftang
On 2016/08/04 01:31:36, groby wrote: > LGTM unless you need to escape the string > ...
4 years, 4 months ago (2016-08-04 01:34:29 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2108053004/40001
4 years, 4 months ago (2016-08-04 01:35:00 UTC) #32
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-04 02:16:37 UTC) #33
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 02:17:57 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b87bcc4dc960e4bb88da944fc0768abc9268015b
Cr-Commit-Position: refs/heads/master@{#409704}

Powered by Google App Engine
This is Rietveld 408576698