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

Issue 11193052: Add flags for new Autofill work. (Closed)

Created:
8 years, 2 months ago by Ilya Sherman
Modified:
8 years, 2 months ago
CC:
chromium-reviews, creis+watch_chromium.org, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, dyu1, ajwong+watch_chromium.org, Ilya Sherman, aurimas (slooooooooow), nilesh
Visibility:
Public.

Description

Add flags for new Autofill work. Also: * Rename the kExternalAutofillPopup flag to the more general kEnableNewAutofillUi flag, since we'll be working on multiple new pieces of UI. * Remove an Android override with a flag; use a #if defined(OS_ANDROID) macro instead, so that fewer bits of the code need to worry about the flag. * Remove a dead flag. * Expand a comment in the about_flags.cc code. BUG=51644 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163760

Patch Set 1 #

Total comments: 3

Patch Set 2 : Simpler Android code path #

Total comments: 4

Patch Set 3 : Addressing Nico's nits #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -22 lines) Patch
M chrome/app/generated_resources.grd View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 2 chunks +25 lines, -8 lines 0 comments Download
M chrome/browser/android/chrome_startup_flags.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Ilya Sherman
8 years, 2 months ago (2012-10-19 05:00:30 UTC) #1
Ilya Sherman
+joth for the Android changes
8 years, 2 months ago (2012-10-19 05:02:03 UTC) #2
Ilya Sherman
+csharp as an fyi
8 years, 2 months ago (2012-10-19 07:25:29 UTC) #3
Albert Bodenhamer
https://chromiumcodereview.appspot.com/11193052/diff/1/chrome/browser/ui/tab_contents/tab_contents.cc File chrome/browser/ui/tab_contents/tab_contents.cc (right): https://chromiumcodereview.appspot.com/11193052/diff/1/chrome/browser/ui/tab_contents/tab_contents.cc#newcode120 chrome/browser/ui/tab_contents/tab_contents.cc:120: #if !defined(OS_ANDROID) Wrapping an if() in a conditional compile ...
8 years, 2 months ago (2012-10-19 16:46:52 UTC) #4
joth
+aurimas FYI https://chromiumcodereview.appspot.com/11193052/diff/1/chrome/browser/ui/tab_contents/tab_contents.cc File chrome/browser/ui/tab_contents/tab_contents.cc (right): https://chromiumcodereview.appspot.com/11193052/diff/1/chrome/browser/ui/tab_contents/tab_contents.cc#newcode120 chrome/browser/ui/tab_contents/tab_contents.cc:120: #if !defined(OS_ANDROID) On 2012/10/19 16:46:52, Albert Bodenhamer ...
8 years, 2 months ago (2012-10-19 22:04:06 UTC) #5
Ilya Sherman
https://chromiumcodereview.appspot.com/11193052/diff/1/chrome/browser/ui/tab_contents/tab_contents.cc File chrome/browser/ui/tab_contents/tab_contents.cc (right): https://chromiumcodereview.appspot.com/11193052/diff/1/chrome/browser/ui/tab_contents/tab_contents.cc#newcode120 chrome/browser/ui/tab_contents/tab_contents.cc:120: #if !defined(OS_ANDROID) On 2012/10/19 22:04:06, joth wrote: > On ...
8 years, 2 months ago (2012-10-19 22:16:26 UTC) #6
joth
(+nileshagrawal as we're citing him in a TODO) lgtm for android.
8 years, 2 months ago (2012-10-19 22:22:10 UTC) #7
Albert Bodenhamer
lgtm
8 years, 2 months ago (2012-10-23 21:01:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/11193052/6002
8 years, 2 months ago (2012-10-23 21:23:59 UTC) #9
commit-bot: I haz the power
Presubmit check for 11193052-6002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-23 21:24:14 UTC) #10
Ilya Sherman
Nico, can you stamp for OWNERship?
8 years, 2 months ago (2012-10-23 21:24:54 UTC) #11
Avi (use Gerrit)
tab_contents LGTM though you're quite out of date and will have to rebase.
8 years, 2 months ago (2012-10-23 21:26:11 UTC) #12
Nico
lgtm except for that bug comment below https://chromiumcodereview.appspot.com/11193052/diff/6002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/11193052/diff/6002/chrome/app/generated_resources.grd#newcode5992 chrome/app/generated_resources.grd:5992: Enable the ...
8 years, 2 months ago (2012-10-23 21:47:33 UTC) #13
Ilya Sherman
https://chromiumcodereview.appspot.com/11193052/diff/6002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/11193052/diff/6002/chrome/app/generated_resources.grd#newcode5992 chrome/app/generated_resources.grd:5992: Enable the new Autofill UI (feature in progress). On ...
8 years, 2 months ago (2012-10-23 21:58:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/11193052/11003
8 years, 2 months ago (2012-10-23 21:59:59 UTC) #15
commit-bot: I haz the power
Failed to apply patch for chrome/browser/autofill/autofill_manager_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 2 months ago (2012-10-24 00:12:27 UTC) #16
Albert Bodenhamer
Remember how we talked about rebasing? I just ran a few try bots to see ...
8 years, 2 months ago (2012-10-24 00:14:38 UTC) #17
Avi (use Gerrit)
This was a race condition. We both had patches that were mutually conflicting and we ...
8 years, 2 months ago (2012-10-24 00:16:43 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/11193052/17001
8 years, 2 months ago (2012-10-24 00:35:56 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 2 months ago (2012-10-24 01:44:55 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/11193052/17001
8 years, 2 months ago (2012-10-24 03:02:24 UTC) #21
commit-bot: I haz the power
8 years, 2 months ago (2012-10-24 03:47:17 UTC) #22
Change committed as 163760

Powered by Google App Engine
This is Rietveld 408576698