|
|
Sending generated vote on password generation.
The generating of password by user is strong indication that the current form is suitable for generation and we can use it for improving our heuristics.
This patch adds |generation_event| to uploaded field vote (in AutofillField structure and in AutofillUploadContents proto) with information about generation event which happened.
BUG= 552420
Committed: https://crrev.com/c0a523a2e2d85e487c3aa32ad57ac1a3e4694d46
Cr-Commit-Position: refs/heads/master@{#376968}
Total comments: 33
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+345 lines, -43 lines) |
Patch |
 |
M |
chrome/browser/password_manager/chrome_password_manager_client.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/chrome_password_manager_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/password_generation_agent_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/content/common/autofill_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/password_generation_agent.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/password_generation_agent.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_download_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_field.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_field.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/form_structure.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/form_structure_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/proto/server.proto
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/content/browser/content_password_manager_driver.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_form_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+24 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_form_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+64 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_form_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+152 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_manager.h
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
Total messages: 26 (11 generated)
|