summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit.cc
Commit message (Expand)AuthorAgeFilesLines
* Completely miscellaneous minor cleanup. Remove some unneeded class declarati...pkasting@chromium.org2009-06-051-4/+3
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-2/+12
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-2/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-6/+6
* Cleanup the autocomplete model includes. Move from a deprecated std::wstring...deanm@chromium.org2009-03-031-18/+3
* Remove includes to the newly removed edit_drop_target.h header.deanm@chromium.org2009-03-021-1/+0
* Separate the AutocompleteEditView from the cross-platform code.deanm@chromium.org2009-03-021-1931/+3
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-021-6/+7
* Pull the autocomplete popup into separate model and view files.deanm@chromium.org2009-02-271-7/+7
* Try a new approach to fixing IAT unpatch crashes when the DLL is gone.deanm@chromium.org2009-02-261-40/+70
* Move windows specific functions from l10n_util.h to l10n_util_win.h.tc@google.com2009-02-241-0/+1
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-3/+6
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-201-5/+5
* Move url_* to net subdirben@chromium.org2009-01-161-1/+1
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Move search code to a subdirben@chromium.org2009-01-161-2/+2
* Fie.ben@chromium.org2009-01-151-2/+2
* Move search engines files into subdirben@chromium.org2009-01-151-2/+2
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Eliminates the dependencies between views and browser, and also does some oth...klink@chromium.org2008-12-161-1/+1
* Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ...brettw@google.com2008-12-121-4/+13
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-101-17/+16
* Cleanup, part 1.pkasting@chromium.org2008-12-081-4/+4
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-0/+1
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-1/+0
* <esc> in the AutocompleteEdit should select all the text when reverting to th...pkasting@chromium.org2008-12-011-26/+32
* It's possible for GetOleInterface() to return NULL. Degrade gracefully in th...pkasting@chromium.org2008-11-171-2/+8
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-131-1/+3
* Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a...pkasting@chromium.org2008-11-121-4/+5
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-4/+4
* A fix for Issue 3156 in chromium: "OmniBox: NavSuggest doesn't work fine when...hbono@chromium.org2008-10-311-0/+20
* Change a dependency from clipboard_util.h to the more cross-platform clipboard.hestade@chromium.org2008-10-221-2/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-2/+2
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-18/+17
* Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T...pkasting@chromium.org2008-09-191-71/+41
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-101-784/+916
* Split the AutocompletePopup into model and view classes, step 1.pkasting@google.com2008-08-281-4/+4
* 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-0/+10
* Makes the toolbar/location bar look nice in popup windows.beng@google.com2008-08-131-2/+3
* Add chrome to the repository.initial.commit2008-07-261-0/+2333