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

Issue 225523004: Updates the UI and reenables the fix introduced in commit 256939 (Closed)

Created:
6 years, 8 months ago by kaliamoorthi
Modified:
6 years, 8 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org, saswat1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Updates the UI and reenables the fix introduced in commit 256939 This CL reenables the change introduced in http://crrev.com/256939. The UI is updated to reflect the one approved by UX team. BUG=314621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266474

Patch Set 1 : Re-enable the fix for bug 314621 #

Total comments: 1

Patch Set 2 : Modifies the UI to reflect the one approved by UX team #

Patch Set 3 : Fixes a problem related to browser tests and rebased to latest source #

Total comments: 8

Patch Set 4 : Fixes review comments and some minor changes in the UI #

Total comments: 12

Patch Set 5 : Fixes the peding review comments and a minor problem with browser test #

Patch Set 6 : Fixes a bug #

Patch Set 7 : Fixes chromeos_rel test failure and includes a rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -40 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 6 1 chunk +1 line, -7 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 6 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.css View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.html View 1 1 chunk +7 lines, -9 lines 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.js View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/manage_profile_handler.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/manage_profile_handler.cc View 1 2 3 4 5 6 5 chunks +42 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui_browsertest.cc View 1 2 3 chunks +64 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/url_constants.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
kaliamoorthi
The CL re-enables the feature that we disabled last week. I have made a few ...
6 years, 8 months ago (2014-04-04 15:23:32 UTC) #1
kaliamoorthi
On 2014/04/04 15:23:32, kaliamoorthi wrote: > The CL re-enables the feature that we disabled last ...
6 years, 8 months ago (2014-04-07 07:53:38 UTC) #2
Patrick Dubroy
https://codereview.chromium.org/225523004/diff/20001/chrome/browser/ui/webui/options/options_ui_browsertest.cc File chrome/browser/ui/webui/options/options_ui_browsertest.cc (right): https://codereview.chromium.org/225523004/diff/20001/chrome/browser/ui/webui/options/options_ui_browsertest.cc#newcode151 chrome/browser/ui/webui/options/options_ui_browsertest.cc:151: // Flaky on win_rel http://crbug.com/352546 Do you know why ...
6 years, 8 months ago (2014-04-07 20:30:39 UTC) #3
kaliamoorthi
On 2014/04/07 20:30:39, Patrick Dubroy gone til Apr 22 wrote: > https://codereview.chromium.org/225523004/diff/20001/chrome/browser/ui/webui/options/options_ui_browsertest.cc > File chrome/browser/ui/webui/options/options_ui_browsertest.cc ...
6 years, 8 months ago (2014-04-11 15:06:43 UTC) #4
kaliamoorthi
PTAL
6 years, 8 months ago (2014-04-18 21:23:01 UTC) #5
kaliamoorthi
I made some changes to the UI as requested by UX team and I wanted ...
6 years, 8 months ago (2014-04-24 15:06:58 UTC) #6
Andrew T Wilson (Slow)
A few minor nits, but mostly looks good. https://codereview.chromium.org/225523004/diff/100001/chrome/browser/ui/webui/options/manage_profile_handler.cc File chrome/browser/ui/webui/options/manage_profile_handler.cc (right): https://codereview.chromium.org/225523004/diff/100001/chrome/browser/ui/webui/options/manage_profile_handler.cc#newcode137 chrome/browser/ui/webui/options/manage_profile_handler.cc:137: std::string ...
6 years, 8 months ago (2014-04-24 15:46:17 UTC) #7
Patrick Dubroy
Mostly LG. https://codereview.chromium.org/225523004/diff/100001/chrome/browser/ui/webui/options/manage_profile_handler.cc File chrome/browser/ui/webui/options/manage_profile_handler.cc (right): https://codereview.chromium.org/225523004/diff/100001/chrome/browser/ui/webui/options/manage_profile_handler.cc#newcode147 chrome/browser/ui/webui/options/manage_profile_handler.cc:147: base::ASCIIToUTF16("<b>" + domain_name + "</b>"))); On 2014/04/24 ...
6 years, 8 months ago (2014-04-24 16:20:10 UTC) #8
kaliamoorthi
PTAL https://codereview.chromium.org/225523004/diff/100001/chrome/browser/ui/webui/options/manage_profile_handler.cc File chrome/browser/ui/webui/options/manage_profile_handler.cc (right): https://codereview.chromium.org/225523004/diff/100001/chrome/browser/ui/webui/options/manage_profile_handler.cc#newcode137 chrome/browser/ui/webui/options/manage_profile_handler.cc:137: std::string domain_name = "unknown"; On 2014/04/24 15:46:17, Andrew ...
6 years, 8 months ago (2014-04-24 21:42:14 UTC) #9
Patrick Dubroy
https://codereview.chromium.org/225523004/diff/140001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/225523004/diff/140001/chrome/app/generated_resources.grd#newcode13618 chrome/app/generated_resources.grd:13618: + Disconnect your Google account To be consistent with ...
6 years, 8 months ago (2014-04-24 23:23:52 UTC) #10
kaliamoorthi
I need some clarifications. https://codereview.chromium.org/225523004/diff/140001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/225523004/diff/140001/chrome/app/generated_resources.grd#newcode13624 chrome/app/generated_resources.grd:13624: + Clear Data and Disconnect ...
6 years, 8 months ago (2014-04-24 23:49:22 UTC) #11
Andrew T Wilson (Slow)
lgtm https://codereview.chromium.org/225523004/diff/140001/chrome/browser/ui/webui/options/manage_profile_handler.cc File chrome/browser/ui/webui/options/manage_profile_handler.cc (right): https://codereview.chromium.org/225523004/diff/140001/chrome/browser/ui/webui/options/manage_profile_handler.cc#newcode135 chrome/browser/ui/webui/options/manage_profile_handler.cc:135: std::string domain_name = "<span id=disconnect-managed-profile-domain-name>" + On 2014/04/24 ...
6 years, 8 months ago (2014-04-25 11:50:04 UTC) #12
Patrick Dubroy
LGTM, but please change the strings as I suggested (and probably a good idea to ...
6 years, 8 months ago (2014-04-25 16:38:45 UTC) #13
kaliamoorthi
Fixed the review comments https://codereview.chromium.org/225523004/diff/140001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/225523004/diff/140001/chrome/app/generated_resources.grd#newcode13618 chrome/app/generated_resources.grd:13618: + Disconnect your Google account ...
6 years, 8 months ago (2014-04-25 20:01:57 UTC) #14
kaliamoorthi
The CQ bit was checked by kaliamoorthi@chromium.org
6 years, 8 months ago (2014-04-26 04:39:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaliamoorthi@chromium.org/225523004/160001
6 years, 8 months ago (2014-04-26 04:42:25 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-26 05:25:24 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-26 05:25:25 UTC) #18
kaliamoorthi
Found a bug in the last minute. The function ManageProfileHandler::GetLocalizedValues is not called if a ...
6 years, 8 months ago (2014-04-26 06:35:33 UTC) #19
Andrew T Wilson (Slow)
lgtm
6 years, 8 months ago (2014-04-26 10:36:52 UTC) #20
Andrew T Wilson (Slow)
On 2014/04/26 10:36:52, Andrew T Wilson wrote: > lgtm Actually, looks like you have some ...
6 years, 8 months ago (2014-04-26 10:39:21 UTC) #21
kaliamoorthi
On 2014/04/26 10:39:21, Andrew T Wilson wrote: > On 2014/04/26 10:36:52, Andrew T Wilson wrote: ...
6 years, 8 months ago (2014-04-26 15:54:01 UTC) #22
kaliamoorthi
The CQ bit was checked by kaliamoorthi@chromium.org
6 years, 8 months ago (2014-04-26 15:54:36 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaliamoorthi@chromium.org/225523004/200001
6 years, 8 months ago (2014-04-26 15:55:39 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-26 16:31:59 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-26 16:31:59 UTC) #26
kaliamoorthi
The CQ bit was checked by kaliamoorthi@chromium.org
6 years, 8 months ago (2014-04-27 03:20:27 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaliamoorthi@chromium.org/225523004/220001
6 years, 8 months ago (2014-04-27 03:20:56 UTC) #28
commit-bot: I haz the power
6 years, 8 months ago (2014-04-28 07:40:07 UTC) #29
Message was sent while issue was closed.
Change committed as 266474

Powered by Google App Engine
This is Rietveld 408576698