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

Issue 2074983003: fix "Always do this" checkbox (Closed)

Created:
4 years, 6 months ago by ftang
Modified:
4 years, 6 months ago
Reviewers:
groby-ooo-7-16
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split to use two different ID for the two different checkbox in two different subview. Currently the code always listen to the checkbox created in the advanced view. so even if user click to check/uncheck the box in the before view, the code listen to the value of the checkbox inside the advanced view which was not shown to the user. BUG=620921 Committed: https://crrev.com/bf4dd975949936a88973a42df91639cec18d0d2e Cr-Commit-Position: refs/heads/master@{#400797}

Patch Set 1 #

Patch Set 2 : address review issue #

Patch Set 3 : fix unit test breakage #

Patch Set 4 : change based on review comment #

Total comments: 6

Patch Set 5 : change base on review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -29 lines) Patch
M chrome/browser/ui/views/translate/translate_bubble_view.h View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/views/translate/translate_bubble_view.cc View 1 2 3 4 10 chunks +43 lines, -24 lines 0 comments Download
M chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 37 (15 generated)
ftang
Please review this. This is a bad bug and I think we should also cherry ...
4 years, 6 months ago (2016-06-17 20:45:24 UTC) #4
groby-ooo-7-16
A few thoughts: For this CL 1) This doesn't seem to keep the two checkboxes ...
4 years, 6 months ago (2016-06-17 21:08:47 UTC) #5
ftang
sync the two checkbox and rename them
4 years, 6 months ago (2016-06-17 22:38:37 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2074983003/20001
4 years, 6 months ago (2016-06-17 22:42:29 UTC) #8
ftang
address the sync issue and rename as you ask. Not sure how can I use ...
4 years, 6 months ago (2016-06-17 22:43:03 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/187788)
4 years, 6 months ago (2016-06-17 23:18:32 UTC) #11
groby-ooo-7-16
On 2016/06/17 22:43:03, ftang wrote: > address the sync issue and rename as you ask. ...
4 years, 6 months ago (2016-06-18 00:00:05 UTC) #12
ftang
check poniter
4 years, 6 months ago (2016-06-18 00:02:13 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2074983003/40001
4 years, 6 months ago (2016-06-18 15:02:53 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-18 15:36:22 UTC) #17
ftang
change the logic based on review comment
4 years, 6 months ago (2016-06-20 18:28:49 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2074983003/60001
4 years, 6 months ago (2016-06-20 18:29:56 UTC) #20
ftang
PTAL
4 years, 6 months ago (2016-06-20 18:58:29 UTC) #21
groby-ooo-7-16
LGTM w/ nits Thank you! https://codereview.chromium.org/2074983003/diff/60001/chrome/browser/ui/views/translate/translate_bubble_view.cc File chrome/browser/ui/views/translate/translate_bubble_view.cc (right): https://codereview.chromium.org/2074983003/diff/60001/chrome/browser/ui/views/translate/translate_bubble_view.cc#newcode369 chrome/browser/ui/views/translate/translate_bubble_view.cc:369: content::WebContents* web_contents) Please initialize ...
4 years, 6 months ago (2016-06-20 19:03:10 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 19:16:38 UTC) #24
ftang
change base on review comments
4 years, 6 months ago (2016-06-20 20:53:09 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2074983003/80001
4 years, 6 months ago (2016-06-20 20:54:02 UTC) #27
ftang
updated https://codereview.chromium.org/2074983003/diff/60001/chrome/browser/ui/views/translate/translate_bubble_view.cc File chrome/browser/ui/views/translate/translate_bubble_view.cc (right): https://codereview.chromium.org/2074983003/diff/60001/chrome/browser/ui/views/translate/translate_bubble_view.cc#newcode369 chrome/browser/ui/views/translate/translate_bubble_view.cc:369: content::WebContents* web_contents) On 2016/06/20 19:03:10, groby wrote: > ...
4 years, 6 months ago (2016-06-20 21:30:39 UTC) #28
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 21:39:56 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2074983003/80001
4 years, 6 months ago (2016-06-20 21:41:05 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-06-20 21:46:21 UTC) #35
commit-bot: I haz the power
4 years, 6 months ago (2016-06-20 21:51:09 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/bf4dd975949936a88973a42df91639cec18d0d2e
Cr-Commit-Position: refs/heads/master@{#400797}

Powered by Google App Engine
This is Rietveld 408576698