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

Issue 96323002: Implement i18n::addressinput::Downloader for requestAutocomplete() (and (Closed)

Created:
7 years ago by Dan Beam
Modified:
6 years, 11 months ago
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Implement i18n::addressinput::Downloader for requestAutocomplete() (and eventually all of Autofill). R=estade@chromium.org,rouslan@chromium.org BUG=317838

Patch Set 1 : . #

Total comments: 5

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -0 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/autofill/core/browser/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A components/autofill/core/browser/validation_downloader.h View 1 chunk +49 lines, -0 lines 0 comments Download
A components/autofill/core/browser/validation_downloader.cc View 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
please use gerrit instead
Good stuff! https://codereview.chromium.org/96323002/diff/80001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h File chrome/browser/ui/autofill/autofill_dialog_controller_impl.h (right): https://codereview.chromium.org/96323002/diff/80001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h#newcode607 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h:607: ValidationDownloader validation_downloader_; This object will be owned ...
7 years ago (2013-12-02 17:03:54 UTC) #1
please use gerrit instead
https://codereview.chromium.org/96323002/diff/80001/components/autofill/core/browser/validation_downloader.cc File components/autofill/core/browser/validation_downloader.cc (right): https://codereview.chromium.org/96323002/diff/80001/components/autofill/core/browser/validation_downloader.cc#newcode16 components/autofill/core/browser/validation_downloader.cc:16: ValidationDownloader::~ValidationDownloader() {} Please invoke the remaining |callbacks_| with parameters ...
7 years ago (2013-12-02 17:33:26 UTC) #2
Evan Stade
https://chromiumcodereview.appspot.com/96323002/diff/80001/components/autofill/core/browser/validation_downloader.cc File components/autofill/core/browser/validation_downloader.cc (right): https://chromiumcodereview.appspot.com/96323002/diff/80001/components/autofill/core/browser/validation_downloader.cc#newcode21 components/autofill/core/browser/validation_downloader.cc:21: net::URLFetcher* fetcher( The entirety of this function should be: ...
7 years ago (2013-12-02 21:50:03 UTC) #3
Evan Stade
https://codereview.chromium.org/96323002/diff/80001/components/autofill/core/browser/validation_downloader.cc File components/autofill/core/browser/validation_downloader.cc (right): https://codereview.chromium.org/96323002/diff/80001/components/autofill/core/browser/validation_downloader.cc#newcode24 components/autofill/core/browser/validation_downloader.cc:24: fetcher->SetRequestContext(getter_); Also you will want: fetcher->SetLoadFlags( net::LOAD_DO_NOT_SEND_COOKIES | net::LOAD_DO_NOT_SAVE_COOKIES);
7 years ago (2013-12-04 20:23:38 UTC) #4
Evan Stade
6 years, 11 months ago (2014-01-07 22:29:46 UTC) #5
picking this one up.

Powered by Google App Engine
This is Rietveld 408576698