|
Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue::FormField's unwieldy full constructor and StricktlyEqualsHack() method. The only clients are in test code, and we can better support these clients in other ways.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95928
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2180 lines, -3380 lines) |
Patch |
 |
M |
chrome/browser/autocomplete_history_manager_unittest.cc
|
View
|
1
|
4 chunks |
+21 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/address_field_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
12 chunks |
+104 lines, -140 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_common_test.cc
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_download_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+87 lines, -104 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+47 lines, -51 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_merge_unittest.cc
|
View
|
1
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_metrics_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/credit_card_field_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+128 lines, -191 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/form_structure_unittest.cc
|
View
|
1
2
3
4
5
7
8
9
|
30 chunks |
+662 lines, -879 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/name_field_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
10 chunks |
+134 lines, -208 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/phone_field_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
10 chunks |
+138 lines, -184 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/autofill_table_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
18 chunks |
+111 lines, -233 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/autofill_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+38 lines, -42 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/form_manager_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
41 chunks |
+641 lines, -818 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/autofill/password_autofill_manager_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/password_autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -420 lines |
0 comments
|
Download
|
 |
M |
chrome/test/live_sync/autofill_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/password_form_dom_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+13 lines, -21 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|