|
Add a flag to ignore autocomplete="off" for Autofill.
This should help us experiment with making this the default behavior. Note that autocomplete="off" still works for autocomplete history.
new flag is: --ignore-autocomplete-off-autofill
BUG= 406083, 425672
Committed: https://crrev.com/0ee9126c15e2c0ec18a9cc9b6522133e45946db2
Cr-Commit-Position: refs/heads/master@{#300929}
Total comments: 19
Total comments: 1
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+190 lines, -31 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/autofill_agent.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/form_autofill_util.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+22 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autocomplete_history_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autocomplete_history_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_external_delegate.cc
|
View
|
|
4 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/common/autofill_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/common/autofill_switches.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 16 (2 generated)
|