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

Issue 765073004: Adding skeleton code for showing Bubble, asking user to submit URL when Password Manager fails (Closed)

Created:
6 years ago by melandory
Modified:
6 years ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, tfarina, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, sabineb
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adding skeleton code for showing Bubble, asking user to submit URL when Password Manager fails With this patch work on "Allow to collect URL?" bubble starts. View of bubble is implemented. But bubble itself never will be shown to a user BUG=435080 R=vabr@chromium.org Committed: https://crrev.com/09dd734520dc40ad87a45bc7a85d95c48a608904 Cr-Commit-Position: refs/heads/master@{#307036}

Patch Set 1 : #

Total comments: 32

Patch Set 2 : LabelButton instead of BlueButton #

Patch Set 3 : #

Total comments: 16

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -26 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 1 2 3 4 5 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 2 3 4 5 3 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 1 2 3 4 2 chunks +112 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 4 5 5 chunks +113 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 4 chunks +13 lines, -11 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager_metrics_util.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/password_manager/core/common/password_manager_ui.h View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M components/password_manager/core/common/password_manager_ui.cc View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
melandory
6 years ago (2014-12-03 12:56:26 UTC) #4
vabr (Chromium)
(+sabineb FYI, because I mentioned you in the comments) Hi Tanja, I have left a ...
6 years ago (2014-12-03 14:08:07 UTC) #5
melandory
Hi Vaclav, thanks for reviewing. I discussed with @sabineb strings and default focused button. -- ...
6 years ago (2014-12-04 10:33:47 UTC) #8
vabr (Chromium)
Thanks, Tanja. I still need to clarify the meaning of the states, so I'll come ...
6 years ago (2014-12-04 13:25:33 UTC) #9
melandory
Hi Vaclav, I've added unit tests and changes some variables names and comments accordingly. Thanks. ...
6 years ago (2014-12-05 12:56:53 UTC) #12
vabr (Chromium)
Thanks! The tests and the CL look good to me, but I have one last ...
6 years ago (2014-12-05 13:43:22 UTC) #13
vabr (Chromium)
Thanks for coming over, I'm sending the suggestions we settled upon. Cheers, Vaclav https://codereview.chromium.org/765073004/diff/190001/components/password_manager/core/common/password_manager_ui.h File ...
6 years ago (2014-12-05 13:53:42 UTC) #14
vabr (Chromium)
I forgot to say: LGTM (with the state name changes and previous comments from today ...
6 years ago (2014-12-05 14:11:32 UTC) #15
melandory
https://codereview.chromium.org/765073004/diff/190001/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc File chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc (right): https://codereview.chromium.org/765073004/diff/190001/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc#newcode48 chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc:48: // "Ask to collect URL?" doesn't appear before navigation ...
6 years ago (2014-12-05 14:22:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/765073004/230001
6 years ago (2014-12-05 15:21:41 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:230001)
6 years ago (2014-12-05 17:12:31 UTC) #19
commit-bot: I haz the power
6 years ago (2014-12-05 17:13:19 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/09dd734520dc40ad87a45bc7a85d95c48a608904
Cr-Commit-Position: refs/heads/master@{#307036}

Powered by Google App Engine
This is Rietveld 408576698