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

Issue 1184913002: [Password Manager] Suppress UI when password generation is active (Closed)

Created:
5 years, 6 months ago by Garrett Casto
Modified:
5 years, 6 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, vabr+watchlist_chromium.org, browser-components-watch_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org, dvadym
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Suppress UI when password generation is active BUG=498545 Committed: https://crrev.com/cdd33e0d08225a3bf0ed54dd4ae3092fa91e161e Cr-Commit-Position: refs/heads/master@{#334937}

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Second try #

Total comments: 16

Patch Set 4 : Comments #

Patch Set 5 : UMA #

Total comments: 4

Patch Set 6 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -46 lines) Patch
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 2 3 3 chunks +50 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 17 chunks +38 lines, -40 lines 0 comments Download
M chrome/renderer/autofill/password_generation_test_utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/password_generation_test_utils.cc View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 4 chunks +15 lines, -4 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 3 4 2 chunks +9 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
Garrett Casto
Rouslan: Since you originally added the focus code here, would you mind reviewing this change?
5 years, 6 months ago (2015-06-12 22:09:08 UTC) #2
Garrett Casto
On 2015/06/12 22:09:08, Garrett Casto wrote: > Rouslan: Since you originally added the focus code ...
5 years, 6 months ago (2015-06-12 23:30:57 UTC) #3
please use gerrit instead
On 2015/06/12 23:30:57, Garrett Casto wrote: > On 2015/06/12 22:09:08, Garrett Casto wrote: > > ...
5 years, 6 months ago (2015-06-15 15:47:47 UTC) #4
Garrett Casto
+isherman because I want a second pair of eyes on this. Here is take two. ...
5 years, 6 months ago (2015-06-15 22:58:58 UTC) #6
please use gerrit instead
Indeed it's quite tricky. Is there a website where this happens, so I can try ...
5 years, 6 months ago (2015-06-16 00:53:23 UTC) #7
Ilya Sherman
Seems ok to me, though I agree that it would be better to find a ...
5 years, 6 months ago (2015-06-16 02:24:10 UTC) #8
Garrett Casto
Testing basically requires patching in https://codereview.chromium.org/1161023008/ and then going to site which triggers generation and ...
5 years, 6 months ago (2015-06-16 06:15:05 UTC) #9
please use gerrit instead
lgtm
5 years, 6 months ago (2015-06-16 16:07:48 UTC) #10
Ilya Sherman
https://codereview.chromium.org/1184913002/diff/40001/components/autofill/content/renderer/autofill_agent.h File components/autofill/content/renderer/autofill_agent.h (right): https://codereview.chromium.org/1184913002/diff/40001/components/autofill/content/renderer/autofill_agent.h#newcode272 components/autofill/content/renderer/autofill_agent.h:272: // for the password manager. TODO(gcasto): Have both UIs ...
5 years, 6 months ago (2015-06-16 19:49:24 UTC) #11
Garrett Casto
https://codereview.chromium.org/1184913002/diff/40001/components/autofill/content/renderer/autofill_agent.h File components/autofill/content/renderer/autofill_agent.h (right): https://codereview.chromium.org/1184913002/diff/40001/components/autofill/content/renderer/autofill_agent.h#newcode272 components/autofill/content/renderer/autofill_agent.h:272: // for the password manager. TODO(gcasto): Have both UIs ...
5 years, 6 months ago (2015-06-17 19:48:10 UTC) #12
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/1184913002/diff/80001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1184913002/diff/80001/tools/metrics/histograms/histograms.xml#newcode26972 tools/metrics/histograms/histograms.xml:26972: + enum="Boolean"> nit: Please use a custom ...
5 years, 6 months ago (2015-06-17 20:16:45 UTC) #13
Garrett Casto
https://codereview.chromium.org/1184913002/diff/80001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1184913002/diff/80001/tools/metrics/histograms/histograms.xml#newcode26972 tools/metrics/histograms/histograms.xml:26972: + enum="Boolean"> On 2015/06/17 20:16:45, Ilya Sherman wrote: > ...
5 years, 6 months ago (2015-06-17 20:47:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1184913002/100001
5 years, 6 months ago (2015-06-17 20:50:34 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 6 months ago (2015-06-17 22:10:14 UTC) #18
commit-bot: I haz the power
5 years, 6 months ago (2015-06-17 22:11:54 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cdd33e0d08225a3bf0ed54dd4ae3092fa91e161e
Cr-Commit-Position: refs/heads/master@{#334937}

Powered by Google App Engine
This is Rietveld 408576698