summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit.cc
Commit message (Expand)AuthorAgeFilesLines
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-56/+55
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-2/+2
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* GTK: disable "edit search engines" and "paste and go" in location bar view wh...estade@chromium.org2010-03-041-0/+5
* Make Esc in Omnibox *not* stop loading if it has reverted editing.viettrungluu@chromium.org2010-02-171-1/+1
* Fix some goofiness when arrowing around the popup with control down by cancel...pkasting@chromium.org2010-02-051-1/+18
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-2/+2
* Factor search vs. navigate classification into its own file to make it more b...pkasting@chromium.org2009-10-291-69/+15
* Coverity: Initialize the remaining members of AutocompleteEditModel.jhawkins@chromium.org2009-09-241-0/+5
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-111-0/+5
* Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure.pkasting@chromium.org2009-09-011-10/+1
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-22/+96
* Reland r24920 without the other cruft that I had in my checkout, which broke ...pkasting@chromium.org2009-08-311-6/+2
* Revert r24920 due to compile failures.mmoss@chromium.org2009-08-311-6/+2
* TBR:pkastingmmoss@chromium.org2009-08-311-1/+1
* Minor autocomplete fixes while trying to track down a topcrash:pkasting@chromium.org2009-08-311-2/+10
* 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