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

Issue 11230060: Adding commandline switch and user pref for autofill server url. (Closed)

Created:
8 years, 2 months ago by ahutter
Modified:
8 years, 1 month ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, dyu1
Visibility:
Public.

Description

Adding commandline switch and user pref for autofill server url. BUG=157601 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164706

Patch Set 1 #

Patch Set 2 : Removing DEPS changes. #

Patch Set 3 : Fixing unit test. #

Patch Set 4 : #

Total comments: 24

Patch Set 5 : Fixes from code review #

Patch Set 6 : More fixes from code review #

Total comments: 13

Patch Set 7 : Even more fixes from code review #

Patch Set 8 : Changing include after rebasing #

Total comments: 16

Patch Set 9 : Removing pref for autofill server url #

Total comments: 12

Patch Set 10 : Simplifying AutofillDownloadUrl further #

Total comments: 6

Patch Set 11 : Fixing final (I hope) style nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -15 lines) Patch
M chrome/browser/autofill/autofill_download.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -15 lines 0 comments Download
A chrome/browser/autofill/autofill_download_url.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/autofill/autofill_download_url.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/autofill/autofill_download_url_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Albert Bodenhamer
A few bits of quick feedback: File a bug at crbug.com and reference it. Make ...
8 years, 2 months ago (2012-10-23 23:34:17 UTC) #1
Ilya Sherman
Drive-by: Why do we need a user pref for this? It seems like reading the ...
8 years, 2 months ago (2012-10-23 23:45:13 UTC) #2
Albert Bodenhamer
On Tue, Oct 23, 2012 at 4:45 PM, <isherman@chromium.org> wrote: > Drive-by: Why do we ...
8 years, 2 months ago (2012-10-23 23:49:18 UTC) #3
Ilya Sherman
On 2012/10/23 23:49:18, Albert Bodenhamer wrote: > On Tue, Oct 23, 2012 at 4:45 PM, ...
8 years, 2 months ago (2012-10-23 23:53:58 UTC) #4
Albert Bodenhamer
And a few more. You'll also need OWNERS approval for adding the pref and command ...
8 years, 2 months ago (2012-10-23 23:57:11 UTC) #5
ahutter
https://codereview.chromium.org/11230060/diff/7001/chrome/browser/autofill/autofill_download.cc File chrome/browser/autofill/autofill_download.cc (right): https://codereview.chromium.org/11230060/diff/7001/chrome/browser/autofill/autofill_download.cc#newcode53 chrome/browser/autofill/autofill_download.cc:53: autofill_download_url_ = new AutofillDownloadUrl(preferences); On 2012/10/23 23:57:11, Albert Bodenhamer ...
8 years, 2 months ago (2012-10-24 17:33:45 UTC) #6
Albert Bodenhamer
http://codereview.chromium.org/11230060/diff/18001/chrome/browser/autofill/autofill_download.cc File chrome/browser/autofill/autofill_download.cc (right): http://codereview.chromium.org/11230060/diff/18001/chrome/browser/autofill/autofill_download.cc#newcode54 chrome/browser/autofill/autofill_download.cc:54: autofill_download_url_.reset(new AutofillDownloadUrl(preferences)); I still think it would be a ...
8 years, 2 months ago (2012-10-24 19:51:56 UTC) #7
ahutter
http://codereview.chromium.org/11230060/diff/18001/chrome/browser/autofill/autofill_download.cc File chrome/browser/autofill/autofill_download.cc (right): http://codereview.chromium.org/11230060/diff/18001/chrome/browser/autofill/autofill_download.cc#newcode54 chrome/browser/autofill/autofill_download.cc:54: autofill_download_url_.reset(new AutofillDownloadUrl(preferences)); On 2012/10/24 19:51:56, Albert Bodenhamer wrote: > ...
8 years, 2 months ago (2012-10-24 21:29:45 UTC) #8
Albert Bodenhamer
http://codereview.chromium.org/11230060/diff/18001/chrome/browser/autofill/autofill_download_url.cc File chrome/browser/autofill/autofill_download_url.cc (right): http://codereview.chromium.org/11230060/diff/18001/chrome/browser/autofill/autofill_download_url.cc#newcode9 chrome/browser/autofill/autofill_download_url.cc:9: #include "chrome/browser/api/prefs/pref_service_base.h" The rest of AF is using #include ...
8 years, 2 months ago (2012-10-24 21:41:05 UTC) #9
ahutter
Adding brettw for OWNER approval.
8 years, 1 month ago (2012-10-25 16:51:01 UTC) #10
Albert Bodenhamer
LGTM for the comments I made. Ilya, would you like to take another look? On ...
8 years, 1 month ago (2012-10-25 16:56:11 UTC) #11
Ilya Sherman
I still think that it is neither necessary nor wise to include a new preference ...
8 years, 1 month ago (2012-10-25 22:52:02 UTC) #12
ahutter
https://chromiumcodereview.appspot.com/11230060/diff/28002/chrome/browser/autofill/autofill_download_url.cc File chrome/browser/autofill/autofill_download_url.cc (right): https://chromiumcodereview.appspot.com/11230060/diff/28002/chrome/browser/autofill/autofill_download_url.cc#newcode28 chrome/browser/autofill/autofill_download_url.cc:28: kDefaultAutofillServiceUrl); On 2012/10/25 22:52:02, Ilya Sherman wrote: > It ...
8 years, 1 month ago (2012-10-25 23:56:03 UTC) #13
Ilya Sherman
Thanks, looks much better. Just a bit more cleanup, then should be good to go ...
8 years, 1 month ago (2012-10-26 00:10:49 UTC) #14
Ilya Sherman
Nico, can you grant OWNERS approval for the changes to chrome/ ?
8 years, 1 month ago (2012-10-26 22:23:59 UTC) #15
Nico
https://chromiumcodereview.appspot.com/11230060/diff/32002/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://chromiumcodereview.appspot.com/11230060/diff/32002/chrome/chrome_browser.gypi#newcode229 chrome/chrome_browser.gypi:229: 'browser/autofill/autofill_download_url.h', $ ls -l chrome/browser/autofill/ | wc -l 115 ...
8 years, 1 month ago (2012-10-26 22:33:28 UTC) #16
Ilya Sherman
On 2012/10/26 22:33:28, Nico wrote: > https://chromiumcodereview.appspot.com/11230060/diff/32002/chrome/chrome_browser.gypi > File chrome/chrome_browser.gypi (right): > > https://chromiumcodereview.appspot.com/11230060/diff/32002/chrome/chrome_browser.gypi#newcode229 > ...
8 years, 1 month ago (2012-10-26 22:40:40 UTC) #17
Nico
(This CL lgtm btw) On 2012/10/26 22:40:40, Ilya Sherman wrote: > On 2012/10/26 22:33:28, Nico ...
8 years, 1 month ago (2012-10-26 22:41:11 UTC) #18
Ilya Sherman
On 2012/10/26 22:41:11, Nico wrote: > (This CL lgtm btw) > > On 2012/10/26 22:40:40, ...
8 years, 1 month ago (2012-10-26 22:51:43 UTC) #19
Nico
On Fri, Oct 26, 2012 at 3:51 PM, <isherman@chromium.org> wrote: > On 2012/10/26 22:41:11, Nico ...
8 years, 1 month ago (2012-10-26 22:54:38 UTC) #20
ahutter
https://chromiumcodereview.appspot.com/11230060/diff/32002/chrome/browser/autofill/autofill_download_url.h File chrome/browser/autofill/autofill_download_url.h (right): https://chromiumcodereview.appspot.com/11230060/diff/32002/chrome/browser/autofill/autofill_download_url.h#newcode8 chrome/browser/autofill/autofill_download_url.h:8: #include <string> On 2012/10/26 00:10:49, Ilya Sherman wrote: > ...
8 years, 1 month ago (2012-10-29 15:38:13 UTC) #21
Albert Bodenhamer
LGTM If you look at the code review tool there's a link on the right ...
8 years, 1 month ago (2012-10-29 16:16:24 UTC) #22
Ilya Sherman
LGTM (with a last few nits) -- thanks :) https://chromiumcodereview.appspot.com/11230060/diff/37001/chrome/browser/autofill/autofill_download_url.cc File chrome/browser/autofill/autofill_download_url.cc (right): https://chromiumcodereview.appspot.com/11230060/diff/37001/chrome/browser/autofill/autofill_download_url.cc#newcode13 chrome/browser/autofill/autofill_download_url.cc:13: ...
8 years, 1 month ago (2012-10-29 16:47:54 UTC) #23
ahutter
https://chromiumcodereview.appspot.com/11230060/diff/37001/chrome/browser/autofill/autofill_download_url.cc File chrome/browser/autofill/autofill_download_url.cc (right): https://chromiumcodereview.appspot.com/11230060/diff/37001/chrome/browser/autofill/autofill_download_url.cc#newcode13 chrome/browser/autofill/autofill_download_url.cc:13: namespace { On 2012/10/29 16:47:54, Ilya Sherman wrote: > ...
8 years, 1 month ago (2012-10-29 17:03:53 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/11230060/33003
8 years, 1 month ago (2012-10-29 17:20:11 UTC) #25
commit-bot: I haz the power
8 years, 1 month ago (2012-10-29 19:23:06 UTC) #26
Change committed as 164706

Powered by Google App Engine
This is Rietveld 408576698