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

Issue 17391012: Implement 'invalid' AutocompleteErrorEvent#reason (Closed)

Created:
7 years, 6 months ago by Dan Beam
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, jam, ahutter, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Implement 'invalid' AutocompleteErrorEvent#reason R=isherman@chromium.org BUG=168967 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207791

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 1

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : w00t #

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 22

Patch Set 12 : isherman@ review #

Total comments: 2

Patch Set 13 : isherman@ review take two #

Patch Set 14 : nit #

Total comments: 3

Patch Set 15 : . #

Total comments: 1

Patch Set 16 : . #

Patch Set 17 : . #

Patch Set 18 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -16 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 15 chunks +138 lines, -15 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/testable_autofill_dialog_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +7 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
Dan Beam
isherman@: where would I test this?
7 years, 6 months ago (2013-06-19 00:21:48 UTC) #1
Dan Beam
depends on https://codereview.chromium.org/17076013/, btw
7 years, 6 months ago (2013-06-19 00:22:01 UTC) #2
Dan Beam
so i wrote a test and it *almost* works, but i need to figure out ...
7 years, 6 months ago (2013-06-19 08:38:53 UTC) #3
Dan Beam
okie dokie, tests fixed, ptal
7 years, 6 months ago (2013-06-19 22:33:19 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode212 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:212: AutofillDialogControllerImpl* SetupHtmlAndInvoke( nit: "Setup" -> "SetUp" https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode213 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:213: const ...
7 years, 6 months ago (2013-06-19 23:56:14 UTC) #5
Dan Beam
https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode212 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:212: AutofillDialogControllerImpl* SetupHtmlAndInvoke( On 2013/06/19 23:56:14, Ilya Sherman wrote: > ...
7 years, 6 months ago (2013-06-20 00:26:57 UTC) #6
Dan Beam
https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode251 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:251: void ExpectDomMessage(const std::string& expected) { On 2013/06/19 23:56:14, Ilya ...
7 years, 6 months ago (2013-06-20 00:27:19 UTC) #7
Ilya Sherman
https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode251 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:251: void ExpectDomMessage(const std::string& expected) { On 2013/06/20 00:27:19, Dan ...
7 years, 6 months ago (2013-06-20 01:11:27 UTC) #8
Dan Beam
https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h File chrome/browser/ui/autofill/autofill_dialog_controller_impl.h (right): https://chromiumcodereview.appspot.com/17391012/diff/24001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h#newcode295 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h:295: AutocompleteErrorEventReasonCancel); On 2013/06/20 01:11:27, Ilya Sherman wrote: > On ...
7 years, 6 months ago (2013-06-20 01:47:09 UTC) #9
Dan Beam
+estade@ for chrome/browser/ui/views/autofill/autofill_dialog_views
7 years, 6 months ago (2013-06-20 01:47:23 UTC) #10
Dan Beam
estade@: also see the interface change in chrome/browser/ui/autofill/testable_autofill_dialog_view.h
7 years, 6 months ago (2013-06-20 02:14:00 UTC) #11
Evan Stade
https://codereview.chromium.org/17391012/diff/33001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/17391012/diff/33001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode1155 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:1155: void AutofillDialogViews::SetCvc(const base::string16& cvc) { this should be generic: ...
7 years, 6 months ago (2013-06-20 03:15:52 UTC) #12
Ilya Sherman
LGTM, thanks.
7 years, 6 months ago (2013-06-20 03:56:02 UTC) #13
Dan Beam
https://codereview.chromium.org/17391012/diff/33001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/17391012/diff/33001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode1155 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:1155: void AutofillDialogViews::SetCvc(const base::string16& cvc) { On 2013/06/20 03:15:53, Evan ...
7 years, 6 months ago (2013-06-20 16:22:53 UTC) #14
Evan Stade
lgtm https://codereview.chromium.org/17391012/diff/33001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/17391012/diff/33001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode1155 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:1155: void AutofillDialogViews::SetCvc(const base::string16& cvc) { On 2013/06/20 16:22:53, ...
7 years, 6 months ago (2013-06-20 21:56:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/17391012/62009
7 years, 6 months ago (2013-06-21 02:23:56 UTC) #16
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 10:25:37 UTC) #17
Message was sent while issue was closed.
Change committed as 207791

Powered by Google App Engine
This is Rietveld 408576698