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 10073018: Add Delete Support to New Autofill UI (Closed)

Created:
8 years, 8 months ago by csharp
Modified:
8 years, 7 months ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, Ilya Sherman, dyu1
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add Delete Support to New Autofill UI Adds the backend support for the new Autofill UI so that hitting shift delete with remove Autocomplete entries from the popup and the database. BUG=51644 TEST=Autocomplete entries can be deleted when using the new Autofill UI Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134909

Patch Set 1 #

Total comments: 20

Patch Set 2 : Adding profile and credit card deleteion #

Total comments: 30

Patch Set 3 : #

Total comments: 17

Patch Set 4 : Removing unneeded list_index #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Total comments: 6

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -152 lines) Patch
M chrome/browser/autocomplete_history_manager.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete_history_manager.cc View 2 chunks +51 lines, -51 lines 0 comments Download
M chrome/browser/autocomplete_history_manager_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate.h View 1 2 3 4 5 4 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate.cc View 1 2 3 4 5 6 7 8 9 chunks +26 lines, -26 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_gtk.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_gtk.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 3 4 5 6 7 2 chunks +25 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 6 chunks +82 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_popup_unittest.cc View 1 2 3 4 5 6 chunks +78 lines, -13 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view.h View 1 2 3 4 5 6 5 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view.cc View 1 2 3 4 5 6 7 8 5 chunks +56 lines, -9 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view_browsertest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/test_autofill_external_delegate.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/autofill/test_autofill_external_delegate.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc View 1 2 3 4 5 5 chunks +14 lines, -9 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
csharp
This only deletes Autocomplete entries. It just closes the popup if you try and delete ...
8 years, 8 months ago (2012-04-13 20:19:59 UTC) #1
Ilya Sherman
https://chromiumcodereview.appspot.com/10073018/diff/1/chrome/browser/autocomplete_history_manager.cc File chrome/browser/autocomplete_history_manager.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/1/chrome/browser/autocomplete_history_manager.cc#newcode228 chrome/browser/autocomplete_history_manager.cc:228: } Are the changes in this file just re-ordering ...
8 years, 8 months ago (2012-04-17 08:31:20 UTC) #2
csharp
https://chromiumcodereview.appspot.com/10073018/diff/1/chrome/browser/autocomplete_history_manager.cc File chrome/browser/autocomplete_history_manager.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/1/chrome/browser/autocomplete_history_manager.cc#newcode228 chrome/browser/autocomplete_history_manager.cc:228: } On 2012/04/17 08:31:20, Ilya Sherman wrote: > Are ...
8 years, 8 months ago (2012-04-18 15:35:58 UTC) #3
Ilya Sherman
https://chromiumcodereview.appspot.com/10073018/diff/1/chrome/browser/autocomplete_history_manager.cc File chrome/browser/autocomplete_history_manager.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/1/chrome/browser/autocomplete_history_manager.cc#newcode228 chrome/browser/autocomplete_history_manager.cc:228: } On 2012/04/18 15:35:58, csharp wrote: > On 2012/04/17 ...
8 years, 8 months ago (2012-04-18 18:12:50 UTC) #4
csharp
https://chromiumcodereview.appspot.com/10073018/diff/8001/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/8001/chrome/browser/autofill/autofill_external_delegate.cc#newcode176 chrome/browser/autofill/autofill_external_delegate.cc:176: AdjustIndicesAfterDeletion(); On 2012/04/18 18:12:51, Ilya Sherman wrote: > nit: ...
8 years, 8 months ago (2012-04-19 15:33:24 UTC) #5
Ilya Sherman
https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_external_delegate.cc#newcode38 chrome/browser/autofill/autofill_external_delegate.cc:38: int list_index) { nit: It looks like |list_index| is ...
8 years, 8 months ago (2012-04-19 21:01:57 UTC) #6
csharp
https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_external_delegate.cc#newcode38 chrome/browser/autofill/autofill_external_delegate.cc:38: int list_index) { On 2012/04/19 21:01:57, Ilya Sherman wrote: ...
8 years, 8 months ago (2012-04-20 15:03:18 UTC) #7
Ilya Sherman
https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_manager_unittest.cc File chrome/browser/autofill/autofill_manager_unittest.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_manager_unittest.cc#newcode112 chrome/browser/autofill/autofill_manager_unittest.cc:112: web_profiles_.end()); On 2012/04/20 15:03:18, csharp wrote: > On 2012/04/19 ...
8 years, 8 months ago (2012-04-20 21:30:47 UTC) #8
csharp
https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/11003/chrome/browser/autofill/autofill_popup_view.cc#newcode139 chrome/browser/autofill/autofill_popup_view.cc:139: --separator_index_; On 2012/04/20 21:30:48, Ilya Sherman wrote: > On ...
8 years, 8 months ago (2012-04-24 14:18:48 UTC) #9
Ilya Sherman
https://chromiumcodereview.appspot.com/10073018/diff/35001/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/35001/chrome/browser/autofill/autofill_popup_view.cc#newcode142 chrome/browser/autofill/autofill_popup_view.cc:142: if (autofill_values_.size() == 0 || !CanDelete(autofill_unique_ids_[0])) I don't think ...
8 years, 8 months ago (2012-04-24 20:08:12 UTC) #10
csharp
https://chromiumcodereview.appspot.com/10073018/diff/35001/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/35001/chrome/browser/autofill/autofill_popup_view.cc#newcode142 chrome/browser/autofill/autofill_popup_view.cc:142: if (autofill_values_.size() == 0 || !CanDelete(autofill_unique_ids_[0])) On 2012/04/24 20:08:12, ...
8 years, 8 months ago (2012-04-25 15:05:09 UTC) #11
Ilya Sherman
LGTM https://chromiumcodereview.appspot.com/10073018/diff/51001/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/10073018/diff/51001/chrome/browser/autofill/autofill_popup_view.cc#newcode155 chrome/browser/autofill/autofill_popup_view.cc:155: return id >= 0 || nit: Please write ...
8 years, 8 months ago (2012-04-25 22:19:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10073018/57001
8 years, 8 months ago (2012-04-26 12:47:00 UTC) #13
commit-bot: I haz the power
Presubmit check for 10073018-57001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 8 months ago (2012-04-26 12:47:30 UTC) #14
csharp
Elliot, can you take a look at the small gtk changes? Thanks https://chromiumcodereview.appspot.com/10073018/diff/51001/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc ...
8 years, 8 months ago (2012-04-26 13:07:24 UTC) #15
Elliot Glaysher
gtk lgtm
8 years, 7 months ago (2012-05-01 18:14:59 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10073018/57001
8 years, 7 months ago (2012-05-01 18:26:30 UTC) #17
commit-bot: I haz the power
Can't apply patch for file chrome/browser/autofill/autofill_external_delegate.cc. While running patch -p1 --forward --force; patching file chrome/browser/autofill/autofill_external_delegate.cc ...
8 years, 7 months ago (2012-05-01 18:26:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10073018/64024
8 years, 7 months ago (2012-05-01 19:46:49 UTC) #19
commit-bot: I haz the power
Try job failure for 10073018-64024 on win_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=24652 Step "update" is always ...
8 years, 7 months ago (2012-05-01 20:13:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10073018/64024
8 years, 7 months ago (2012-05-01 20:22:21 UTC) #21
commit-bot: I haz the power
Try job failure for 10073018-64024 on win_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=24667 Step "update" is always ...
8 years, 7 months ago (2012-05-01 20:34:13 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10073018/64024
8 years, 7 months ago (2012-05-02 13:13:27 UTC) #23
commit-bot: I haz the power
8 years, 7 months ago (2012-05-02 14:30:21 UTC) #24
Change committed as 134909

Powered by Google App Engine
This is Rietveld 408576698