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

Issue 563313004: [Password Manager] Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent (clean-up). (Closed)

Created:
6 years, 3 months ago by Pritam Nikam
Modified:
6 years, 3 months ago
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, Dane Wallinga, dyu1, rouslan+autofillwatch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent (clean-up). BUG=368160 TBR=phajdan.jr@chromium.org Committed: https://crrev.com/e5f069d57b9de5da6d710b3313b071b92e811fcb Cr-Commit-Position: refs/heads/master@{#296071}

Patch Set 1 : Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent. #

Patch Set 2 : Unfriend PasswordAutofillAgentTest and RequestAutocompleteRendererTest from AutofillAgent. #

Total comments: 16

Patch Set 3 : Incorporated review comments. #

Total comments: 19

Patch Set 4 : Incorporated review inputs. #

Patch Set 5 : Incorporated review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -89 lines) Patch
M chrome/renderer/autofill/autofill_renderer_browsertest.cc View 1 2 3 7 chunks +20 lines, -10 lines 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 2 3 4 29 chunks +62 lines, -54 lines 0 comments Download
M chrome/test/base/chrome_render_view_test.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/chrome_render_view_test.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 2 3 1 chunk +0 lines, -19 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (6 generated)
Pritam Nikam
On 2014/09/14 11:03:45, Pritam Nikam wrote: > mailto:pritam.nikam@samsung.com changed reviewers: > + mailto:vabr@chromium.org Hi Vaclav, ...
6 years, 3 months ago (2014-09-14 11:05:34 UTC) #2
Pritam Nikam
PTAL Thanks!
6 years, 3 months ago (2014-09-15 10:09:51 UTC) #4
vabr (Chromium)
Thanks, Pritam Nikam. Please have a look at the comments. Cheers, Vaclav https://codereview.chromium.org/563313004/diff/20001/chrome/renderer/autofill/password_generation_agent_browsertest.cc File chrome/renderer/autofill/password_generation_agent_browsertest.cc ...
6 years, 3 months ago (2014-09-15 14:27:00 UTC) #5
tfarina
https://codereview.chromium.org/563313004/diff/20001/components/autofill/content/renderer/test_autofill_agent.h File components/autofill/content/renderer/test_autofill_agent.h (right): https://codereview.chromium.org/563313004/diff/20001/components/autofill/content/renderer/test_autofill_agent.h#newcode40 components/autofill/content/renderer/test_autofill_agent.h:40: virtual void OnFillPasswordSuggestion( On 2014/09/15 14:26:59, vabr (OOO until ...
6 years, 3 months ago (2014-09-15 16:23:36 UTC) #6
Ilya Sherman
On 2014/09/15 16:23:36, tfarina wrote: > https://codereview.chromium.org/563313004/diff/20001/components/autofill/content/renderer/test_autofill_agent.h > File components/autofill/content/renderer/test_autofill_agent.h (right): > > https://codereview.chromium.org/563313004/diff/20001/components/autofill/content/renderer/test_autofill_agent.h#newcode40 > ...
6 years, 3 months ago (2014-09-15 21:53:40 UTC) #7
Pritam Nikam
Thanks Vaclav, Ilya and Thiago for review. I've incorporated review comments in patch set #3. ...
6 years, 3 months ago (2014-09-16 07:54:20 UTC) #8
vabr (Chromium)
Pritam Nikam: LGTM, but please address the comment about accessing some methods through upcasting instead ...
6 years, 3 months ago (2014-09-18 09:29:18 UTC) #9
Ilya Sherman
https://codereview.chromium.org/563313004/diff/40001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): https://codereview.chromium.org/563313004/diff/40001/chrome/chrome_tests.gypi#newcode878 chrome/chrome_tests.gypi:878: '../components/autofill/content/renderer/test_autofill_agent.cc', nit: Please alphabetize. https://codereview.chromium.org/563313004/diff/40001/chrome/test/base/chrome_render_view_test.h File chrome/test/base/chrome_render_view_test.h (right): https://codereview.chromium.org/563313004/diff/40001/chrome/test/base/chrome_render_view_test.h#newcode40 ...
6 years, 3 months ago (2014-09-18 18:45:53 UTC) #10
Pritam Nikam
Thanks Vaclav & Ilya for review inputs. I've incorporated inputs and submitted patch set #4 ...
6 years, 3 months ago (2014-09-19 11:08:03 UTC) #11
vabr (Chromium)
LGTM, Thanks, Pritam Nikam, for this clean-up. phajdan.jr: could you please rubber-stamp changes in chrome/test/base/chrome_render_view_test.* ...
6 years, 3 months ago (2014-09-19 11:30:57 UTC) #13
Ilya Sherman
LGTM as well. Thanks! https://codereview.chromium.org/563313004/diff/40001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc File chrome/renderer/autofill/password_autofill_agent_browsertest.cc (right): https://codereview.chromium.org/563313004/diff/40001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc#newcode306 chrome/renderer/autofill/password_autofill_agent_browsertest.cc:306: autofill_agent_->FormControlElementClicked(username_input, false); Hmm, are you ...
6 years, 3 months ago (2014-09-19 17:34:18 UTC) #14
Ilya Sherman
TBR Paweł for trivial change to //chrome/test/base (renaming a variable).
6 years, 3 months ago (2014-09-19 17:35:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563313004/60001
6 years, 3 months ago (2014-09-19 17:37:09 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/16097)
6 years, 3 months ago (2014-09-19 18:46:19 UTC) #19
Ilya Sherman
https://codereview.chromium.org/563313004/diff/40001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc File chrome/renderer/autofill/password_autofill_agent_browsertest.cc (right): https://codereview.chromium.org/563313004/diff/40001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc#newcode306 chrome/renderer/autofill/password_autofill_agent_browsertest.cc:306: autofill_agent_->FormControlElementClicked(username_input, false); On 2014/09/19 17:34:18, Ilya Sherman wrote: > ...
6 years, 3 months ago (2014-09-19 19:08:59 UTC) #20
Pritam Nikam
Thanks Ilya and Vaclav for review. I've incorporated missing API calls, and related browser-tests are ...
6 years, 3 months ago (2014-09-20 05:09:54 UTC) #21
vabr (Chromium)
Still LGTM, thanks for fixing the test issue. Cheers, Vaclav
6 years, 3 months ago (2014-09-22 09:36:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563313004/80001
6 years, 3 months ago (2014-09-22 21:22:06 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001) as add36e10c37867f6d731ccee23a82184578fb683
6 years, 3 months ago (2014-09-22 22:25:39 UTC) #25
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 22:26:17 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e5f069d57b9de5da6d710b3313b071b92e811fcb
Cr-Commit-Position: refs/heads/master@{#296071}

Powered by Google App Engine
This is Rietveld 408576698