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

Issue 1975653002: add 'langauge settings' link to the translate bubble advanced view (Closed)

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

Description

add 'langauge settings' link to the translate bubble advanced view BUG=611268 Committed: https://crrev.com/e83e46d01ab24945c9e1e3b456e5ecdb2c2a373a Cr-Commit-Position: refs/heads/master@{#401635}

Patch Set 1 #

Total comments: 7

Patch Set 2 : change according to review comments #

Patch Set 3 : refactor code into TranslateBubbleViewModel::OpenLanguageSettingsPage() based on review request #

Patch Set 4 : rollback to keep the code in the view and controller to avoid linking / dependency issue #

Patch Set 5 : add logging #

Total comments: 4

Patch Set 6 : shortern the local varible name and increase the y pos of the link by 1 to vertical align the basel… #

Total comments: 4

Patch Set 7 : revised based on review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm View 1 2 3 4 5 6 5 chunks +32 lines, -2 lines 0 comments Download

Messages

Total messages: 48 (15 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975653002/1
4 years, 7 months ago (2016-05-12 01:15:18 UTC) #2
ftang
4 years, 7 months ago (2016-05-12 01:15:37 UTC) #4
groby-ooo-7-16
Please add a screenshot of the new UI (on bug, or link) https://codereview.chromium.org/1975653002/diff/1/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm File chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm ...
4 years, 7 months ago (2016-05-12 01:23:40 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/181773)
4 years, 7 months ago (2016-05-12 01:26:02 UTC) #7
ftang
change according to review comments
4 years, 7 months ago (2016-05-12 02:55:43 UTC) #8
ftang
refactor code into TranslateBubbleViewModel::OpenLanguageSettingsPage() based on review request
4 years, 7 months ago (2016-05-12 03:37:36 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975653002/40001
4 years, 7 months ago (2016-05-12 03:38:29 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/64667)
4 years, 7 months ago (2016-05-12 03:55:22 UTC) #13
ftang
I did what you ask me to do to refactor the code from view code ...
4 years, 7 months ago (2016-05-12 04:45:21 UTC) #14
ftang
rollback to keep the code in the view and controller to avoid linking / dependency ...
4 years, 7 months ago (2016-05-12 05:38:00 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975653002/60001
4 years, 7 months ago (2016-05-12 05:38:31 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-12 06:10:00 UTC) #19
ftang
PTAL. I don't have a good place to put the common code due to dependency ...
4 years, 7 months ago (2016-05-12 06:16:02 UTC) #20
ftang
ping
4 years, 7 months ago (2016-05-13 18:19:26 UTC) #21
ftang
add logging
4 years, 7 months ago (2016-05-14 05:11:56 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975653002/80001
4 years, 7 months ago (2016-05-14 05:13:00 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-14 06:02:40 UTC) #26
groby-ooo-7-16
Is there a screenshot? https://codereview.chromium.org/1975653002/diff/80001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm File chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm (right): https://codereview.chromium.org/1975653002/diff/80001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm#newcode451 chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm:451: NSButton* advancedLanguageSettingsLinkButton = Why is ...
4 years, 7 months ago (2016-05-18 23:08:16 UTC) #27
ftang
PATL https://codereview.chromium.org/1975653002/diff/80001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm File chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm (right): https://codereview.chromium.org/1975653002/diff/80001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm#newcode451 chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm:451: NSButton* advancedLanguageSettingsLinkButton = On 2016/05/18 23:08:16, groby wrote: ...
4 years, 7 months ago (2016-05-18 23:57:42 UTC) #28
groby-ooo-7-16
https://codereview.chromium.org/1975653002/diff/80001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm File chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm (right): https://codereview.chromium.org/1975653002/diff/80001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm#newcode451 chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm:451: NSButton* advancedLanguageSettingsLinkButton = On 2016/05/18 23:57:42, ftang wrote: > ...
4 years, 7 months ago (2016-05-19 01:38:09 UTC) #29
ftang
shortern the local varible name and increase the y pos of the link by 1 ...
4 years, 7 months ago (2016-05-20 17:56:07 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975653002/100001
4 years, 7 months ago (2016-05-20 17:57:59 UTC) #32
ftang
PTAL
4 years, 7 months ago (2016-05-20 17:58:04 UTC) #33
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-20 18:33:56 UTC) #35
groby-ooo-7-16
https://codereview.chromium.org/1975653002/diff/100001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm File chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm (right): https://codereview.chromium.org/1975653002/diff/100001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm#newcode474 chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm:474: // the text inside the link veritcal align with ...
4 years, 7 months ago (2016-05-23 18:57:07 UTC) #36
ftang
floor the yPos of the 'Language setting' link based on review suggestion
4 years, 6 months ago (2016-06-22 18:08:55 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/120001
4 years, 6 months ago (2016-06-22 18:23:10 UTC) #39
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-22 21:03:34 UTC) #41
ftang
PTAL https://codereview.chromium.org/1975653002/diff/100001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm File chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm (right): https://codereview.chromium.org/1975653002/diff/100001/chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm#newcode474 chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm:474: // the text inside the link veritcal align ...
4 years, 6 months ago (2016-06-22 21:36:51 UTC) #42
groby-ooo-7-16
LGTM
4 years, 6 months ago (2016-06-23 07:28:43 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975653002/120001
4 years, 6 months ago (2016-06-23 17:07:27 UTC) #45
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 6 months ago (2016-06-23 17:11:33 UTC) #46
commit-bot: I haz the power
4 years, 6 months ago (2016-06-23 17:17:00 UTC) #48
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e83e46d01ab24945c9e1e3b456e5ecdb2c2a373a
Cr-Commit-Position: refs/heads/master@{#401635}

Powered by Google App Engine
This is Rietveld 408576698