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

Issue 2708073002: Removing pre-material design menu setting. (Closed)

Created:
3 years, 10 months ago by jlebel
Modified:
3 years, 9 months ago
Reviewers:
Mark Mentovai, sky, msarda
CC:
asvitkine+watch_chromium.org, chromium-reviews, mac-reviews_chromium.org, srahim+watch_chromium.org, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removing pre-material design menu setting. BUG=694420 Review-Url: https://codereview.chromium.org/2708073002 Cr-Commit-Position: refs/heads/master@{#455113} Committed: https://chromium.googlesource.com/chromium/src/+/90c1986a3559d1f57ae92ff654bcd5a64a41e96f

Patch Set 1 : . #

Total comments: 16

Patch Set 2 : Replacing functions by variables #

Total comments: 17

Patch Set 3 : Fix from sky comments #

Patch Set 4 : Merge, md/material design from variables and comments #

Patch Set 5 : Fixing tests #

Total comments: 2

Patch Set 6 : Removing header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -1378 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/app/vector_icons/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D chrome/app/vector_icons/mode_edit.icon View 1 2 3 1 chunk +0 lines, -20 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/sync/sync_global_error.h View 3 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/sync/sync_global_error.cc View 1 2 4 chunks +1 line, -31 lines 0 comments Download
M chrome/browser/sync/sync_global_error_factory.cc View 1 2 3 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/sync/sync_global_error_unittest.cc View 1 chunk +0 lines, -178 lines 0 comments Download
M chrome/browser/ui/avatar_button_error_controller.cc View 1 2 3 4 5 3 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm View 1 2 3 43 chunks +90 lines, -361 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm View 14 chunks +25 lines, -199 lines 0 comments Download
M chrome/browser/ui/views/profiles/new_avatar_button.cc View 1 2 3 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.h View 1 2 5 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 3 32 chunks +98 lines, -514 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/signin/core/common/profile_management_switches.h View 1 chunk +0 lines, -3 lines 0 comments Download
M components/signin/core/common/profile_management_switches.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M components/signin/core/common/signin_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/signin/core/common/signin_switches.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 45 (27 generated)
jlebel
Hello Mihai, Can you review this patch? Thanks,
3 years, 10 months ago (2017-02-22 12:30:06 UTC) #6
jlebel
Hello Mihai, Can you review this patch? Thanks,
3 years, 10 months ago (2017-02-22 17:49:37 UTC) #8
msarda
LGTM with nits. https://codereview.chromium.org/2708073002/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm File chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (right): https://codereview.chromium.org/2708073002/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm#newcode122 chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm:122: CGFloat GetFixedMenuWidth() { Nit: This should ...
3 years, 10 months ago (2017-02-23 11:51:03 UTC) #9
jlebel
https://codereview.chromium.org/2708073002/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm File chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (right): https://codereview.chromium.org/2708073002/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm#newcode122 chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm:122: CGFloat GetFixedMenuWidth() { On 2017/02/23 11:51:02, msarda wrote: > ...
3 years, 10 months ago (2017-02-23 18:18:50 UTC) #10
jlebel
Hello Mark, Jochen and Sky, I have this big patch to remove pre-material design menu ...
3 years, 10 months ago (2017-02-23 18:22:06 UTC) #12
sky
Make sure you prune stale includes too. You've listed a bunch of us for the ...
3 years, 10 months ago (2017-02-23 20:44:52 UTC) #13
jochen (gone - plz use gerrit)
deferring to sky@
3 years, 10 months ago (2017-02-24 16:00:29 UTC) #14
sky
Jochen, I'm not an owner of components/signin, so you'll need to review that one. On ...
3 years, 10 months ago (2017-02-24 18:32:40 UTC) #15
msarda
On 2017/02/24 18:32:40, sky wrote: > Jochen, I'm not an owner of components/signin, so you'll ...
3 years, 9 months ago (2017-02-27 15:38:17 UTC) #16
jlebel
https://codereview.chromium.org/2708073002/diff/80001/chrome/browser/sync/sync_global_error.cc File chrome/browser/sync/sync_global_error.cc (left): https://codereview.chromium.org/2708073002/diff/80001/chrome/browser/sync/sync_global_error.cc#oldcode33 chrome/browser/sync/sync_global_error.cc:33: global_error_service_->AddUnownedGlobalError(this); On 2017/02/23 20:44:52, sky wrote: > Who owns ...
3 years, 9 months ago (2017-03-06 13:09:30 UTC) #22
Mark Mentovai
LGTM. I only reviewed the .mm files.
3 years, 9 months ago (2017-03-06 16:31:39 UTC) #27
sky
LGTM https://codereview.chromium.org/2708073002/diff/80001/chrome/browser/sync/sync_global_error.cc File chrome/browser/sync/sync_global_error.cc (left): https://codereview.chromium.org/2708073002/diff/80001/chrome/browser/sync/sync_global_error.cc#oldcode33 chrome/browser/sync/sync_global_error.cc:33: global_error_service_->AddUnownedGlobalError(this); On 2017/03/06 13:09:29, jlebel wrote: > On ...
3 years, 9 months ago (2017-03-06 18:50:41 UTC) #31
jlebel
Thanks sky. Can you give me the list of files you reviewed so I can ...
3 years, 9 months ago (2017-03-06 22:36:24 UTC) #34
msarda
Jerome, I think it is fine to land this CL: both me and sky@ have ...
3 years, 9 months ago (2017-03-07 08:54:09 UTC) #35
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/2708073002/180001
3 years, 9 months ago (2017-03-07 09:37:27 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/395776)
3 years, 9 months ago (2017-03-07 10:39:56 UTC) #40
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/2708073002/180001
3 years, 9 months ago (2017-03-07 15:53:43 UTC) #42
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 17:25:30 UTC) #45
Message was sent while issue was closed.
Committed patchset #6 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/90c1986a3559d1f57ae92ff654bc...

Powered by Google App Engine
This is Rietveld 408576698