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

Issue 42258: Add way to remove entries from autocomplete (Closed)

Created:
11 years, 9 months ago by jcampan
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Pressing the Del key while a item is selected in the autocomplete popup deletes that suggestion from the DB. BUG=6176 TEST=Bring up the autofill popup in a form. Select an item and press the Del key. The item should be removed from the popup and should not show on subsequent autofill popups. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12221

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -14 lines) Patch
M chrome/browser/autofill_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/autofill_manager.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/web_contents.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/web_contents.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_database.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/webdata/web_database.cc View 1 2 4 chunks +23 lines, -3 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/webview_delegate.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 4 chunks +49 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jcampan
I implemented this before the associated bug was deferred to 3.0. Since it is ready, ...
11 years, 9 months ago (2009-03-19 18:09:53 UTC) #1
sky
http://codereview.chromium.org/42258/diff/36/42 File chrome/browser/webdata/web_database.cc (right): http://codereview.chromium.org/42258/diff/36/42#newcode1174 Line 1174: return s.step() != SQLITE_DONE; Any reason you don't ...
11 years, 9 months ago (2009-03-19 18:30:49 UTC) #2
jcampan
http://codereview.chromium.org/42258/diff/36/42 File chrome/browser/webdata/web_database.cc (right): http://codereview.chromium.org/42258/diff/36/42#newcode1174 Line 1174: return s.step() != SQLITE_DONE; On 2009/03/19 18:30:49, sky ...
11 years, 9 months ago (2009-03-19 18:48:15 UTC) #3
sky
11 years, 9 months ago (2009-03-19 18:53:43 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698