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

Issue 422233009: Add ManagePasswordsBubbleController and unit tests. (Closed)

Created:
6 years, 4 months ago by dconnelly
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Add ManagePasswordsBubbleController and unit tests. BUG=328847 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291399

Patch Set 1 #

Patch Set 2 : turn off window close animation in test #

Patch Set 3 : rebase #

Patch Set 4 : NSWidth #

Total comments: 7

Patch Set 5 : simplifications #

Patch Set 6 : rebase #

Total comments: 10

Patch Set 7 : remove neverSave, etc #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -8 lines) Patch
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 2 3 4 5 1 chunk +4 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 7 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm View 1 2 3 4 5 6 1 chunk +105 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller_unittest.mm View 1 2 3 4 5 6 7 3 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
dconnelly
6 years, 4 months ago (2014-08-04 09:27:11 UTC) #1
dconnelly
-rohitrao +shess
6 years, 4 months ago (2014-08-04 15:54:06 UTC) #2
Scott Hess - ex-Googler
https://codereview.chromium.org/422233009/diff/60001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h File chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h (right): https://codereview.chromium.org/422233009/diff/60001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h#newcode25 chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h:25: bool neverSave_; Cocoa-style would be BOOL. https://codereview.chromium.org/422233009/diff/60001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm File chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm ...
6 years, 4 months ago (2014-08-07 23:54:14 UTC) #3
dconnelly
https://codereview.chromium.org/422233009/diff/60001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h File chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h (right): https://codereview.chromium.org/422233009/diff/60001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h#newcode25 chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h:25: bool neverSave_; On 2014/08/07 23:54:14, Scott Hess wrote: > ...
6 years, 4 months ago (2014-08-08 09:03:15 UTC) #4
dconnelly
Scott: this is the next leaf CL.
6 years, 4 months ago (2014-08-20 11:21:26 UTC) #5
Scott Hess - ex-Googler
Minor comments. https://codereview.chromium.org/422233009/diff/100001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm File chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm (right): https://codereview.chromium.org/422233009/diff/100001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm#newcode49 chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm:49: if (password_manager::ui::IsPendingState(model_->state()) && !neverSave_) { I have ...
6 years, 4 months ago (2014-08-20 20:04:41 UTC) #6
dconnelly
https://codereview.chromium.org/422233009/diff/100001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm File chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm (right): https://codereview.chromium.org/422233009/diff/100001/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm#newcode49 chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm:49: if (password_manager::ui::IsPendingState(model_->state()) && !neverSave_) { On 2014/08/20 20:04:40, Scott ...
6 years, 4 months ago (2014-08-21 08:48:00 UTC) #7
Scott Hess - ex-Googler
lgtm
6 years, 4 months ago (2014-08-21 23:21:51 UTC) #8
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 11:25:56 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/422233009/180001
6 years, 4 months ago (2014-08-22 11:26:25 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 13:04:30 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 13:08:15 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/8517)
6 years, 4 months ago (2014-08-22 13:08:16 UTC) #13
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 13:10:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/422233009/180001
6 years, 4 months ago (2014-08-22 13:11:01 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 14:16:43 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 14:23:49 UTC) #17
Message was sent while issue was closed.
Committed patchset #8 (180001) as 291399

Powered by Google App Engine
This is Rietveld 408576698