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

Issue 255903006: Password bubble: Create subviews for ManagePasswordsBubbleView. (Closed)

Created:
6 years, 8 months ago by Mike West
Modified:
6 years, 7 months ago
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Password bubble: Create subviews for ManagePasswordsBubbleView. Same idea as we've done for ManagePasswordItemView: separate subview classes make it simpler to change the content and to understand where the content is coming from. After this CL, it will be a simpler addition to shoehorn in a blacklist confirmation screen in the same way that we've done undo for the item views. BUG=261628 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267213

Patch Set 1 #

Total comments: 3

Patch Set 2 : vabr feedback. #

Total comments: 2

Patch Set 3 : Anonymous namespace. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -274 lines) Patch
M chrome/browser/ui/passwords/manage_passwords_bubble.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 1 1 chunk +8 lines, -6 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_password_item_view.h View 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_password_item_view.cc View 4 chunks +39 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h View 1 2 3 3 chunks +64 lines, -47 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 6 chunks +227 lines, -202 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Mike West
Hi Vaclav, Markus! This CL should introduce no behavioral changes (with the exception of the ...
6 years, 8 months ago (2014-04-28 11:05:05 UTC) #1
Mike West
https://codereview.chromium.org/255903006/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc File chrome/browser/ui/passwords/manage_passwords_bubble_model.cc (right): https://codereview.chromium.org/255903006/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc#newcode31 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc:31: manage_passwords_bubble_ui_controller->PendingCredentials(); This was getting called regardless of the model's ...
6 years, 7 months ago (2014-04-28 12:41:18 UTC) #2
vabr (Chromium)
LGTM with one comment. Cheers, Vaclav https://codereview.chromium.org/255903006/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble.h File chrome/browser/ui/passwords/manage_passwords_bubble.h (right): https://codereview.chromium.org/255903006/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble.h#newcode32 chrome/browser/ui/passwords/manage_passwords_bubble.h:32: ManagePasswordsBubbleModel* model() const ...
6 years, 7 months ago (2014-04-28 13:17:38 UTC) #3
Mike West
The latest patchset adds a const version of the method you pointed out, and then ...
6 years, 7 months ago (2014-04-28 14:02:27 UTC) #4
vabr (Chromium)
patchset 2 LGTM! Thanks, Vaclav
6 years, 7 months ago (2014-04-28 14:08:31 UTC) #5
markusheintz_
https://codereview.chromium.org/255903006/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/255903006/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode103 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:103: parent->BuildColumnSet(layout, SINGLE_VIEW_COLUMN_SET); It seems like this method is not ...
6 years, 7 months ago (2014-04-29 07:51:37 UTC) #6
Mike West
On 2014/04/29 07:51:37, markusheintz_ wrote: > https://codereview.chromium.org/255903006/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc > File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): > > https://codereview.chromium.org/255903006/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode103 > ...
6 years, 7 months ago (2014-04-29 08:11:47 UTC) #7
Mike West
Thanks Markus, WDYT about the latest patchset?
6 years, 7 months ago (2014-04-29 08:17:28 UTC) #8
markusheintz_
On 2014/04/29 08:17:28, Mike West wrote: > Thanks Markus, WDYT about the latest patchset? LGTM
6 years, 7 months ago (2014-04-29 08:30:26 UTC) #9
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 7 months ago (2014-04-29 13:01:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/255903006/40001
6 years, 7 months ago (2014-04-29 13:01:48 UTC) #11
Mike West
The CQ bit was unchecked by mkwst@chromium.org
6 years, 7 months ago (2014-04-29 13:23:54 UTC) #12
Mike West
Rebased onto the shiny, new https://codereview.chromium.org/254263002/. Will CQ again once that lands.
6 years, 7 months ago (2014-04-30 10:00:11 UTC) #13
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 7 months ago (2014-04-30 12:42:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/255903006/60001
6 years, 7 months ago (2014-04-30 12:42:54 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 12:45:45 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium
6 years, 7 months ago (2014-04-30 12:45:45 UTC) #17
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 7 months ago (2014-04-30 12:54:19 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/255903006/60001
6 years, 7 months ago (2014-04-30 12:54:34 UTC) #19
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 15:01:21 UTC) #20
Message was sent while issue was closed.
Change committed as 267213

Powered by Google App Engine
This is Rietveld 408576698