Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Issue 6366014: Fix for: Autofill should not ping the server again for the same form... (Closed)

Created:
9 years, 11 months ago by GeorgeY
Modified:
9 years, 6 months ago
Reviewers:
dhollowa
CC:
chromium-reviews, Ilya Sherman, dhollowa, James Hawkins, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix for: Autofill should not ping the server again for the same form BUG=67039 TEST=unit-tested. Any network sniffer could be used to test that there no subsequent calls to the web for the same form. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72585

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 15

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -2 lines) Patch
M chrome/browser/autofill/autofill_download.h View 1 2 3 4 chunks +26 lines, -0 lines 2 comments Download
M chrome/browser/autofill/autofill_download.cc View 1 2 3 5 chunks +71 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_download_unittest.cc View 1 2 3 4 chunks +189 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
GeorgeY
9 years, 11 months ago (2011-01-25 22:33:26 UTC) #1
dhollowa
http://codereview.chromium.org/6366014/diff/8002/chrome/browser/autofill/autofill_download.cc File chrome/browser/autofill/autofill_download.cc (right): http://codereview.chromium.org/6366014/diff/8002/chrome/browser/autofill/autofill_download.cc#newcode38 chrome/browser/autofill/autofill_download.cc:38: number_of_forms_to_cache_(16), Let's pull this |16| out into a named ...
9 years, 11 months ago (2011-01-25 23:33:02 UTC) #2
GeorgeY
http://codereview.chromium.org/6366014/diff/8002/chrome/browser/autofill/autofill_download.cc File chrome/browser/autofill/autofill_download.cc (right): http://codereview.chromium.org/6366014/diff/8002/chrome/browser/autofill/autofill_download.cc#newcode38 chrome/browser/autofill/autofill_download.cc:38: number_of_forms_to_cache_(16), On 2011/01/25 23:33:02, dhollowa wrote: > Let's pull ...
9 years, 11 months ago (2011-01-25 23:51:29 UTC) #3
dhollowa
LGTM. With small spelling nit. Thanks! http://codereview.chromium.org/6366014/diff/8002/chrome/browser/autofill/autofill_download.cc File chrome/browser/autofill/autofill_download.cc (right): http://codereview.chromium.org/6366014/diff/8002/chrome/browser/autofill/autofill_download.cc#newcode240 chrome/browser/autofill/autofill_download.cc:240: size_t total_size = ...
9 years, 11 months ago (2011-01-26 00:15:02 UTC) #4
GeorgeY
9 years, 11 months ago (2011-01-26 00:45:56 UTC) #5
http://codereview.chromium.org/6366014/diff/16001/chrome/browser/autofill/aut...
File chrome/browser/autofill/autofill_download.h (right):

http://codereview.chromium.org/6366014/diff/16001/chrome/browser/autofill/aut...
chrome/browser/autofill/autofill_download.h:120: // the query. |query_data| is
the successfull data returned over the wire.
On 2011/01/26 00:15:02, dhollowa wrote:
> nit: s/successfull/successful /

Too much doubled letters :). Fixed.

Powered by Google App Engine
This is Rietveld 408576698