summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-18/+18
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-1/+4
* Factor search vs. navigate classification into its own file to make it more b...pkasting@chromium.org2009-10-291-13/+1
* CompactNavigationBar for toolkit views build, with some design change per Col...oshima@chromium.org2009-10-261-0/+3
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-0/+3
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-3/+0
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-0/+3
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-3/+0
* Add autocomplete_edit_view_browsertest.cc.suzhe@chromium.org2009-09-151-0/+5
* Fixes regression introduced in dnd refactoring. I removed a check forsky@chromium.org2009-09-081-0/+3
* Fixing focus in location bar and accelerators on Linux toolkit views.jcampan@chromium.org2009-09-031-0/+3
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-8/+26
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+3
* Add a first attempt at a compact location bar and a status bar. The status barbrettw@chromium.org2009-08-111-3/+3
* Separate the AutocompleteEditView from the cross-platform code.deanm@chromium.org2009-03-021-499/+2
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-021-1/+2
* Misc formatting / cleanup in the autocomplete code.deanm@chromium.org2009-02-271-2/+1
* Try a new approach to fixing IAT unpatch crashes when the DLL is gone.deanm@chromium.org2009-02-261-4/+0
* Reformat some omnibox enum comments. This helps readability a bit by using m...deanm@chromium.org2009-02-201-8/+10
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-201-3/+3
* Better build bustage fix: Commit the rest of the original patch. Rolls back ...pkasting@chromium.org2008-12-111-1/+0
* Blind attempt at build fix. I don't know why this should be necessary.pkasting@chromium.org2008-12-111-0/+1
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-101-10/+10
* <esc> in the AutocompleteEdit should select all the text when reverting to th...pkasting@chromium.org2008-12-011-1/+4
* It's possible for GetOleInterface() to return NULL. Degrade gracefully in th...pkasting@chromium.org2008-11-171-1/+2
* Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a...pkasting@chromium.org2008-11-121-8/+4
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-5/+5
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-2/+2
* Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T...pkasting@chromium.org2008-09-191-36/+33
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-101-366/+503
* Split the AutocompletePopup into model and view classes, step 1.pkasting@google.com2008-08-281-6/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-13/+16
* Add chrome to the repository.initial.commit2008-07-261-0/+813