Implement FormStructure and an initial method, EncodeUploadRequest. This also...
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 Review URL: http://codereview.chromium.org/355003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30980 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- base/base.gyp 3 additions, 0 deletionsbase/base.gyp
- base/sha1.cc 202 additions, 0 deletionsbase/sha1.cc
- base/sha1.h 24 additions, 0 deletionsbase/sha1.h
- base/sha1_unittest.cc 56 additions, 0 deletionsbase/sha1_unittest.cc
- chrome/DEPS 3 additions, 0 deletionschrome/DEPS
- chrome/browser/autofill/autofill_field.cc 37 additions, 0 deletionschrome/browser/autofill/autofill_field.cc
- chrome/browser/autofill/autofill_field.h 25 additions, 0 deletionschrome/browser/autofill/autofill_field.h
- chrome/browser/autofill/autofill_manager.cc 18 additions, 2 deletionschrome/browser/autofill/autofill_manager.cc
- chrome/browser/autofill/autofill_manager.h 5 additions, 1 deletionchrome/browser/autofill/autofill_manager.h
- chrome/browser/autofill/field_types.h 85 additions, 0 deletionschrome/browser/autofill/field_types.h
- chrome/browser/autofill/form_structure.cc 154 additions, 0 deletionschrome/browser/autofill/form_structure.cc
- chrome/browser/autofill/form_structure.h 63 additions, 0 deletionschrome/browser/autofill/form_structure.h
- chrome/browser/webdata/web_database_unittest.cc 20 additions, 8 deletionschrome/browser/webdata/web_database_unittest.cc
- chrome/chrome.gyp 6 additions, 0 deletionschrome/chrome.gyp
- chrome/common/render_messages.h 6 additions, 2 deletionschrome/common/render_messages.h
- webkit/glue/form_field.cc 2 additions, 0 deletionswebkit/glue/form_field.cc
- webkit/glue/form_field.h 3 additions, 0 deletionswebkit/glue/form_field.h
- webkit/glue/form_field_values.cc 8 additions, 3 deletionswebkit/glue/form_field_values.cc
- webkit/glue/form_field_values.h 3 additions, 0 deletionswebkit/glue/form_field_values.h
Loading
Please register or sign in to comment