|
Implement FormStructure and an initial method, EncodeUploadRequest. This also adds SHA1HashString, a utility method to get the SHA-1 hash of an input string, with appropriate unit tests.
BUG= 18201
TEST=none
Total comments: 4
Total comments: 7
Total comments: 14
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+723 lines, -16 lines) |
Patch |
 |
M |
base/base.gyp
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/sha1.h
|
View
|
1
2
3
4
6
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/sha1.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+202 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/sha1_unittest.cc
|
View
|
5
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/DEPS
|
View
|
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/autofill_field.h
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/autofill_field.cc
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.cc
|
View
|
|
2 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/field_types.h
|
View
|
1
2
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/form_structure.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/form_structure.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+154 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database_unittest.cc
|
View
|
|
5 chunks |
+20 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field_values.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field_values.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|