|
[password autofill] Remove references to PasswordForm from RenderViewImpl
autofill::PasswordAutofillAgent now manages submitted passwords instead. Browser side classes other than PasswordManager which want to monitor these submits do so via registering a callback with PasswordManager::AddSubmissionsCallback().
This is the first step in moving content::PasswordForm to autofill::PasswordForm.
BUG= 263121
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217900
Total comments: 4
Total comments: 58
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+416 lines, -255 lines) |
Patch |
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_form_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+23 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+102 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
9 chunks |
+81 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_tab_helper.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_tab_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+23 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_tab_contents.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+22 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/common_message_generator.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/common/one_click_signin_messages.h
|
View
|
1
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/one_click_signin_agent.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/one_click_signin_agent.cc
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/password/done.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/test/data/password/multi_frames.html
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/password/password_form.html
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/password/password_xhr_done.html
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/password/password_xhr_submit.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/password_autofill_agent.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/password_autofill_agent.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/common/autofill_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/test_render_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/common/frame_navigate_params.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/document_state.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/document_state.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/render_view_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -26 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+2 lines, -23 lines |
0 comments
|
Download
|
 |
M |
content/test/test_web_contents.cc
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|