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

Issue 1119004: Integration with Toolbar autofill servers.... (Closed)

Created:
10 years, 9 months ago by GeorgeY
Modified:
9 years, 6 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, Paul Godavari, ben+cc_chromium.org
Visibility:
Public.

Description

Integration with Toolbar autofill servers. Still to do: 1. Update upload rates based on response 2. Differentiate autofilled/not uploads 3. Do not query if there is no items in autofill 4. Fix forms to correspond to the data queried by toolbar BUG=none TEST=Should request data from toolbar servers Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42260

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 40

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+330 lines, -25 lines) Patch
A chrome/browser/autofill/autofill_download.h View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
A chrome/browser/autofill/autofill_download.cc View 1 2 1 chunk +126 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.h View 1 2 4 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 3 5 chunks +60 lines, -2 lines 0 comments Download
M chrome/browser/autofill/form_structure.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/autofill/form_structure.cc View 1 chunk +36 lines, -20 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
GeorgeY
First cl on Toolbar servers integration
10 years, 9 months ago (2010-03-19 21:31:01 UTC) #1
James Hawkins
No tests? Shame. This is high priority so I'll let it slide, but we'll need ...
10 years, 9 months ago (2010-03-19 22:10:05 UTC) #2
GeorgeY
All done http://codereview.chromium.org/1119004/diff/8001/9001 File chrome/browser/autofill/autofill_download.cc (right): http://codereview.chromium.org/1119004/diff/8001/9001#newcode19 chrome/browser/autofill/autofill_download.cc:19: // We only send fraction of the ...
10 years, 9 months ago (2010-03-20 00:08:50 UTC) #3
GeorgeY
As for tests I have partially completed separate CL.
10 years, 9 months ago (2010-03-20 00:09:37 UTC) #4
James Hawkins
LGTM with the removal of the uploading bit. http://codereview.chromium.org/1119004/diff/17001/18003 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/1119004/diff/17001/18003#newcode366 chrome/browser/autofill/autofill_manager.cc:366: download_manager_.StartRequest(xml, ...
10 years, 9 months ago (2010-03-20 17:09:25 UTC) #5
GeorgeY
10 years, 9 months ago (2010-03-22 09:19:41 UTC) #6
Done. Will submit when the servers are happy.

http://codereview.chromium.org/1119004/diff/17001/18003
File chrome/browser/autofill/autofill_manager.cc (right):

http://codereview.chromium.org/1119004/diff/17001/18003#newcode366
chrome/browser/autofill/autofill_manager.cc:366:
download_manager_.StartRequest(xml, upload_form_structure_->FormSignature(),
On 2010/03/20 17:09:25, James Hawkins wrote:
> Let's wait on this.  We need to verify that we're not swamping the stats with
> bad data.  We also need to alert the toolbar folks when we do turn this on.

Done.

Powered by Google App Engine
This is Rietveld 408576698