Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Issue 355003: Implement FormStructure and an initial method, EncodeUploadRequest. This als... (Closed)

Created:
11 years, 1 month ago by James Hawkins
Modified:
11 years, 1 month ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, jam, ben+cc_chromium.org
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 7

Patch Set 4 : '' #

Total comments: 14

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 6

Patch Set 7 : '' #

Patch Set 8 : '' #

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

Messages

Total messages: 12 (0 generated)
James Hawkins
11 years, 1 month ago (2009-11-02 23:21:00 UTC) #1
Ben Goodger (Google)
Someone more familiar with base should review the hashing stuff. The rest LGTM. http://codereview.chromium.org/355003/diff/1/13 File ...
11 years, 1 month ago (2009-11-02 23:42:03 UTC) #2
James Hawkins
Thanks for the quick review! I'll add someone as a reviewer for the base addition. ...
11 years, 1 month ago (2009-11-02 23:50:02 UTC) #3
James Hawkins
+wtc
11 years, 1 month ago (2009-11-03 00:00:51 UTC) #4
wtc
If this feature is urgent, you can check in sha1.cc now and replace it with ...
11 years, 1 month ago (2009-11-03 00:26:17 UTC) #5
James Hawkins
http://codereview.chromium.org/355003/diff/2002/2009 File base/sha1.cc (right): http://codereview.chromium.org/355003/diff/2002/2009#newcode16 Line 16: // Identifier names follow notation in FIPS PUB ...
11 years, 1 month ago (2009-11-03 00:43:48 UTC) #6
wtc
http://codereview.chromium.org/355003/diff/2035/2042 File base/sha1.cc (right): http://codereview.chromium.org/355003/diff/2035/2042#newcode18 Line 18: // http://www.google.com/search?q=lucky:+FIPS+PUB+180-3 I would just give the URL ...
11 years, 1 month ago (2009-11-03 01:24:17 UTC) #7
James Hawkins
http://codereview.chromium.org/355003/diff/2035/2042 File base/sha1.cc (right): http://codereview.chromium.org/355003/diff/2035/2042#newcode18 Line 18: // http://www.google.com/search?q=lucky:+FIPS+PUB+180-3 On 2009/11/03 01:24:18, wtc wrote: > ...
11 years, 1 month ago (2009-11-03 02:38:41 UTC) #8
James Hawkins
On Mon, Nov 2, 2009 at 7:51 PM, <wtc@chromium.org> wrote: > LGTM. > > > ...
11 years, 1 month ago (2009-11-03 03:01:47 UTC) #9
darin (slow to review)
http://codereview.chromium.org/355003/diff/4044/4045 File webkit/glue/form_field.cc (right): http://codereview.chromium.org/355003/diff/4044/4045#newcode26 Line 26: return hash.str(); UintToString? please do not use std ...
11 years, 1 month ago (2009-11-03 03:40:43 UTC) #10
James Hawkins
http://codereview.chromium.org/355003/diff/4044/4045 File webkit/glue/form_field.cc (right): http://codereview.chromium.org/355003/diff/4044/4045#newcode26 Line 26: return hash.str(); On 2009/11/03 03:40:45, darin wrote: > ...
11 years, 1 month ago (2009-11-03 04:35:44 UTC) #11
darin (slow to review)
11 years, 1 month ago (2009-11-04 19:20:00 UTC) #12
OK, LGTM

Powered by Google App Engine
This is Rietveld 408576698