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

Issue 160378: Make TOOLKIT_VIEWS port use views-based Autocomplete popup.... (Closed)

Created:
11 years, 4 months ago by Ben Goodger (Google)
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google), Peter Kasting
Visibility:
Public.

Description

Make TOOLKIT_VIEWS port use views-based Autocomplete popup. The popups now interact with the edit via AutocompleteEditView rather than the platform-specific types. Note this also removes the old omnibox popup code. It hasn't been active for some time. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22168

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 2

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Patch Set 16 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -1012 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view.h View 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_mac.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_mac.mm View 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.h View 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view_gtk.h View 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +15 lines, -2 lines 0 comments Download
D chrome/browser/autocomplete/autocomplete_popup_view_win.h View 1 chunk +0 lines, -210 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -692 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 3 chunks +39 lines, -66 lines 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h View 3 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc View 1 2 3 4 5 6 7 8 9 10 chunks +44 lines, -11 lines 0 comments Download
A chrome/browser/views/autocomplete/autocomplete_popup_gtk.h View 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/views/autocomplete/autocomplete_popup_gtk.cc View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_win.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_win.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 5 chunks +10 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ben Goodger (Google)
11 years, 4 months ago (2009-07-30 22:49:08 UTC) #1
sky
Should also remove chrome_switches::kDisableOmnibox2 along with anything hidden behind it? http://codereview.chromium.org/160378/diff/230/232 File chrome/browser/autocomplete/autocomplete_popup_view.h (right): http://codereview.chromium.org/160378/diff/230/232#newcode22 ...
11 years, 4 months ago (2009-07-30 23:02:38 UTC) #2
Ben Goodger (Google)
Assuming CHROMEOS == !TOOLKIT_VIEWS && OS_LINUX then yes this should be fine (I built and ...
11 years, 4 months ago (2009-07-30 23:30:49 UTC) #3
sky
11 years, 4 months ago (2009-07-31 17:12:44 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698