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

Issue 137723008: Remove DataModelWrapper from android build. (Closed)

Created:
6 years, 11 months ago by Evan Stade
Modified:
6 years, 10 months ago
Reviewers:
aruslan, Dan Beam
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Remove DataModelWrapper from android build. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247593

Patch Set 1 #

Patch Set 2 : . #

Total comments: 29

Patch Set 3 : reviews #

Total comments: 9

Patch Set 4 : resurrect getinfo #

Total comments: 10

Patch Set 5 : nitstorm #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -164 lines) Patch
M chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc View 1 2 3 4 5 5 chunks +27 lines, -30 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_common.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_common.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 8 chunks +21 lines, -16 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.h View 1 2 8 chunks +5 lines, -25 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.cc View 1 2 3 12 chunks +14 lines, -48 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper_unittest.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet.h View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet.cc View 1 2 3 5 chunks +27 lines, -17 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet_unittest.cc View 1 2 3 4 4 chunks +16 lines, -12 lines 0 comments Download
M components/autofill/core/browser/form_structure.h View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M components/autofill/core/browser/form_structure.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Evan Stade
6 years, 11 months ago (2014-01-24 18:12:29 UTC) #1
aruslan
Thanks for doing this, Evan! So far I see only one nit regarding &NullGetInfo vs ...
6 years, 11 months ago (2014-01-24 22:23:14 UTC) #2
Evan Stade
https://codereview.chromium.org/137723008/diff/200001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc File chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc (right): https://codereview.chromium.org/137723008/diff/200001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc#newcode98 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc:98: common::BuildInputsForSection(section, "US", &inputs); On 2014/01/24 22:23:15, aruslan wrote: > ...
6 years, 11 months ago (2014-01-25 01:08:46 UTC) #3
aruslan
lgtm & ~ (#include, gypi and Bind(&)). https://codereview.chromium.org/137723008/diff/200001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h File chrome/browser/ui/autofill/autofill_dialog_controller_impl.h (right): https://codereview.chromium.org/137723008/diff/200001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h#newcode466 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h:466: std::vector<ServerFieldType> RequestedTypesForSection(DialogSection ...
6 years, 11 months ago (2014-01-27 19:05:35 UTC) #4
Dan Beam
https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/browser/ui/autofill/data_model_wrapper.cc File chrome/browser/ui/autofill/data_model_wrapper.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/browser/ui/autofill/data_model_wrapper.cc#newcode328 chrome/browser/ui/autofill/data_model_wrapper.cc:328: g_browser_process->GetApplicationLocale(), type); i prefer the old API. why have ...
6 years, 11 months ago (2014-01-27 19:37:50 UTC) #5
Evan Stade
https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode609 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:609: base::Bind(&NullGetInfo), On 2014/01/24 22:23:15, aruslan wrote: > nit: consistency. ...
6 years, 11 months ago (2014-01-27 19:45:40 UTC) #6
Evan Stade
https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/chrome_tests_unit.gypi File chrome/chrome_tests_unit.gypi (right): https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/chrome_tests_unit.gypi#newcode2249 chrome/chrome_tests_unit.gypi:2249: 'browser/ui/autofill/data_model_wrapper_unittest.cc', On 2014/01/27 19:45:41, Evan Stade wrote: > On ...
6 years, 11 months ago (2014-01-27 19:51:11 UTC) #7
Dan Beam
https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/browser/ui/autofill/data_model_wrapper.cc File chrome/browser/ui/autofill/data_model_wrapper.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/200001/chrome/browser/ui/autofill/data_model_wrapper.cc#newcode328 chrome/browser/ui/autofill/data_model_wrapper.cc:328: g_browser_process->GetApplicationLocale(), type); On 2014/01/27 19:45:41, Evan Stade wrote: > ...
6 years, 11 months ago (2014-01-27 20:18:22 UTC) #8
Evan Stade
https://chromiumcodereview.appspot.com/137723008/diff/200001/components/autofill/content/browser/wallet/full_wallet.h File components/autofill/content/browser/wallet/full_wallet.h (left): https://chromiumcodereview.appspot.com/137723008/diff/200001/components/autofill/content/browser/wallet/full_wallet.h#oldcode108 components/autofill/content/browser/wallet/full_wallet.h:108: const std::string& GetPan(); On 2014/01/27 20:18:23, Dan Beam wrote: ...
6 years, 11 months ago (2014-01-27 20:28:23 UTC) #9
Dan Beam
so if you need a CVC do you ask for it via full_wallet_->GetInfo(AutofillType(CREDIT_CARD_VERIFICATION_CODE)), full_wallet_->GetBillingInfo(CREDIT_CARD_VERIFICATION_CODE), or ...
6 years, 11 months ago (2014-01-27 20:51:40 UTC) #10
Evan Stade
On 2014/01/27 20:51:40, Dan Beam wrote: > so if you need a CVC do you ...
6 years, 11 months ago (2014-01-27 21:00:53 UTC) #11
Evan Stade
brought back FullWallet::GetInfo https://chromiumcodereview.appspot.com/137723008/diff/440001/components/autofill/content/browser/wallet/full_wallet_unittest.cc File components/autofill/content/browser/wallet/full_wallet_unittest.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/440001/components/autofill/content/browser/wallet/full_wallet_unittest.cc#newcode527 components/autofill/content/browser/wallet/full_wallet_unittest.cc:527: full_wallet->GetBillingInfo("", On 2014/01/27 20:51:40, Dan Beam ...
6 years, 11 months ago (2014-01-27 22:36:50 UTC) #12
Dan Beam
lgtm w/nits https://chromiumcodereview.appspot.com/137723008/diff/440001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc File chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/440001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc#newcode88 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc:88: g_browser_process->GetApplicationLocale()); On 2014/01/27 20:51:40, Dan Beam wrote: ...
6 years, 11 months ago (2014-01-27 23:11:26 UTC) #13
Evan Stade
https://chromiumcodereview.appspot.com/137723008/diff/440001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc File chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/440001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc#newcode88 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc:88: g_browser_process->GetApplicationLocale()); On 2014/01/27 23:11:27, Dan Beam wrote: > On ...
6 years, 11 months ago (2014-01-28 00:07:58 UTC) #14
Dan Beam
slgtm https://chromiumcodereview.appspot.com/137723008/diff/460001/chrome/browser/ui/autofill/data_model_wrapper.cc File chrome/browser/ui/autofill/data_model_wrapper.cc (right): https://chromiumcodereview.appspot.com/137723008/diff/460001/chrome/browser/ui/autofill/data_model_wrapper.cc#newcode356 chrome/browser/ui/autofill/data_model_wrapper.cc:356: type, g_browser_process->GetApplicationLocale()); On 2014/01/28 00:07:59, Evan Stade wrote: ...
6 years, 11 months ago (2014-01-28 00:18:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/137723008/500001
6 years, 10 months ago (2014-01-28 19:34:52 UTC) #16
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=217385
6 years, 10 months ago (2014-01-28 21:23:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/137723008/500001
6 years, 10 months ago (2014-01-29 01:09:30 UTC) #18
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 02:21:52 UTC) #19
Message was sent while issue was closed.
Change committed as 247593

Powered by Google App Engine
This is Rietveld 408576698