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

Issue 462563002: Add ManagePasswordsBubbleManageViewController and unit tests. (Closed)

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

Description

Add ManagePasswordsBubbleManageViewController and unit tests. BUG=328847 Committed: https://crrev.com/ac419494095f23a3350c112439134448ae7de625 Cr-Commit-Position: refs/heads/master@{#291889}

Patch Set 1 #

Patch Set 2 : manage view #

Patch Set 3 : tests #

Patch Set 4 : hover #

Total comments: 28

Patch Set 5 : various style things #

Patch Set 6 : rebase #

Patch Set 7 : fix views #

Unified diffs Side-by-side diffs Delta from patch set Stats (+898 lines, -95 lines) Patch
M chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.h View 1 2 3 3 chunks +45 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm View 1 2 3 4 6 chunks +297 lines, -45 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest.mm View 1 2 3 4 1 chunk +115 lines, -26 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm View 1 2 3 4 4 chunks +10 lines, -2 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller.h View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller.mm View 1 2 3 4 1 chunk +213 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller_unittest.mm View 1 2 3 4 1 chunk +127 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_password_item_view.cc View 1 2 3 4 5 6 2 chunks +2 lines, -16 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
dconnelly
6 years, 4 months ago (2014-08-22 10:44:58 UTC) #1
dconnelly
+vabr
6 years, 4 months ago (2014-08-22 10:45:14 UTC) #2
vabr (Chromium)
chrome/browser/ui/views/passwords/* and chrome/browser/ui/passwords/* LGTM.
6 years, 4 months ago (2014-08-22 12:08:45 UTC) #3
Scott Hess - ex-Googler
https://codereview.chromium.org/462563002/diff/60001/chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm File chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm (right): https://codereview.chromium.org/462563002/diff/60001/chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm#newcode28 chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm:28: static const SkColor kHoverColor = SkColorSetARGBInline(0xFF, 0xEB, 0xEB, 0xEB); ...
6 years, 4 months ago (2014-08-22 22:37:36 UTC) #4
dconnelly
https://codereview.chromium.org/462563002/diff/60001/chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm File chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm (right): https://codereview.chromium.org/462563002/diff/60001/chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm#newcode28 chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm:28: static const SkColor kHoverColor = SkColorSetARGBInline(0xFF, 0xEB, 0xEB, 0xEB); ...
6 years, 4 months ago (2014-08-25 12:55:41 UTC) #5
Scott Hess - ex-Googler
lgtm
6 years, 4 months ago (2014-08-25 22:21:21 UTC) #6
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 3 months ago (2014-08-26 08:36:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/462563002/100001
6 years, 3 months ago (2014-08-26 08:38:17 UTC) #8
dconnelly
The CQ bit was unchecked by dconnelly@chromium.org
6 years, 3 months ago (2014-08-26 09:14:19 UTC) #9
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 3 months ago (2014-08-26 09:25:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/462563002/120001
6 years, 3 months ago (2014-08-26 09:26:36 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel_swarming on tryserver.chromium.win ...
6 years, 3 months ago (2014-08-26 10:31:24 UTC) #12
commit-bot: I haz the power
Committed patchset #7 (120001) as c34d2eb0fffd348b6fd050f7e0ca5a035a5a75fd
6 years, 3 months ago (2014-08-26 11:55:26 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:42:18 UTC) #14
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/ac419494095f23a3350c112439134448ae7de625
Cr-Commit-Position: refs/heads/master@{#291889}

Powered by Google App Engine
This is Rietveld 408576698