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

Issue 444603003: Hook up the Mac password bubble to the browser and add browser tests. (Closed)

Created:
6 years, 4 months ago by dconnelly
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tfarina, gcasto+watchlist_chromium.org, mkwst+watchlist_chromium.org
Project:
chromium
Visibility:
Public.

Description

Hook up the Mac password bubble to the browser and add browser tests. BUG=328847 Committed: https://crrev.com/895539fab3c573341f0c4e91653dcd32370bcc07 Cr-Commit-Position: refs/heads/master@{#291703}

Patch Set 1 #

Patch Set 2 : sort gypi #

Total comments: 8

Patch Set 3 : add icon click tests and tab switch tests #

Patch Set 4 : review comments #

Patch Set 5 : fix the decoration unit test for the new click logic #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : fix views build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -228 lines) Patch
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_dialogs.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 5 6 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.h View 1 2 3 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.mm View 1 2 5 chunks +23 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_browsertest.mm View 1 2 3 4 5 6 1 chunk +116 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa.h View 1 2 3 chunks +15 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa.mm View 1 2 3 4 5 6 3 chunks +35 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm View 2 chunks +13 lines, -3 lines 0 comments Download
A + chrome/browser/ui/passwords/manage_passwords_test.h View 1 2 3 4 5 6 4 chunks +8 lines, -8 lines 0 comments Download
A + chrome/browser/ui/passwords/manage_passwords_test.cc View 1 2 3 4 5 6 8 chunks +11 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc View 1 2 3 4 5 6 7 2 chunks +21 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +21 lines, -2 lines 0 comments Download
D chrome/browser/ui/views/passwords/manage_passwords_view_test.h View 1 2 3 4 5 6 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/ui/views/passwords/manage_passwords_view_test.cc View 1 2 3 4 5 6 1 chunk +0 lines, -108 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 4 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
dconnelly
There are only two browser tests because of the thorough unit test coverage within each ...
6 years, 4 months ago (2014-08-05 12:39:06 UTC) #1
dconnelly
+sky for chrome/browser/ui
6 years, 4 months ago (2014-08-05 12:39:51 UTC) #2
vabr (Chromium)
chrome/browser/password_manager LGTM with a comment Thanks for completing the desktop bubble coverage! Vaclav https://codereview.chromium.org/444603003/diff/20001/chrome/browser/password_manager/chrome_password_manager_client.cc File ...
6 years, 4 months ago (2014-08-05 13:14:26 UTC) #3
sky
I didn't review the cocoa side. Please get a more local owner for that. https://codereview.chromium.org/444603003/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc ...
6 years, 4 months ago (2014-08-05 17:03:30 UTC) #4
Scott Hess - ex-Googler
lgtm for cocoa/, with minor nit. https://codereview.chromium.org/444603003/diff/20001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_browsertest.mm File chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_browsertest.mm (right): https://codereview.chromium.org/444603003/diff/20001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_browsertest.mm#newcode22 chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_browsertest.mm:22: @interface AlwaysKeyNSWindow : ...
6 years, 4 months ago (2014-08-05 17:41:01 UTC) #5
dconnelly
I've added two more browser tests, the second of which caught that tab changes weren't ...
6 years, 4 months ago (2014-08-06 12:46:12 UTC) #6
dconnelly
sky: PTAL
6 years, 4 months ago (2014-08-07 12:17:37 UTC) #7
sky
LGTM
6 years, 4 months ago (2014-08-07 16:18:57 UTC) #8
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-25 13:30:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/444603003/140001
6 years, 4 months ago (2014-08-25 13:30:30 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-25 14:24:36 UTC) #11
dconnelly
The CQ bit was unchecked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-25 14:27:58 UTC) #12
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-25 14:56:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/444603003/160001
6 years, 4 months ago (2014-08-25 14:57:05 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel_swarming on tryserver.chromium.mac ...
6 years, 4 months ago (2014-08-25 16:41:21 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (160001) as dae2a9adff280655fa9261b972fd62ae837b374d
6 years, 4 months ago (2014-08-25 17:27:23 UTC) #16
jam
A revert of this CL (patchset #8) has been created in https://codereview.chromium.org/473423005/ by jam@chromium.org. The ...
6 years, 4 months ago (2014-08-25 20:37:28 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:35:16 UTC) #18
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/895539fab3c573341f0c4e91653dcd32370bcc07
Cr-Commit-Position: refs/heads/master@{#291703}

Powered by Google App Engine
This is Rietveld 408576698