summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move AutocompleteEditViewWin/autocomplete_edit_view_win.* to ui/views/...tfarina@chromium.org2011-04-271-2630/+0
* Fix repaint problems in omnibox by invalidating the omnibox when unfreezing, ...pkasting@chromium.org2011-04-141-4/+5
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-4/+4
* Trigger keyword mode when pressing space in middle of stringsuzhe@google.com2011-04-011-6/+3
* Reduce one case of string copying in autocomplete_edit_view_win.cc.finnur@chromium.org2011-03-281-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-151-3/+3
* Clean up some event code:msw@chromium.org2011-03-141-7/+9
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-6/+8
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-1/+1
* Moves responsibility for updating InstantController to AutocompleteEditModel....sky@chromium.org2011-03-061-15/+14
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-8/+6
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-6/+8
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...pkasting@chromium.org2011-02-251-31/+41
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-5/+5
* Allow dragging and dropping of URLs to any portion of the toolbar view.rogerta@chromium.org2011-02-171-86/+116
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-7/+4
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-1/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-7/+17
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-9/+20
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-36/+36
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-36/+36
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-36/+36
* Move l10n_util to ui/baseben@chromium.org2011-01-211-2/+2
* Accept keyword by pressing space.suzhe@google.com2011-01-201-7/+8
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-5/+5
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-2/+2
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-14/+14
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-131-74/+24
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-7/+8
* Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit...oshima@chromium.org2011-01-111-9/+9
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-2/+2
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-9/+9
* I'm working on autocomplete edit view which does not use native controls for ...oshima@chromium.org2011-01-071-6/+27
* Remove wstring from l10n_util. Part 6.avi@chromium.org2011-01-061-1/+1
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-6/+6
* Make predictive instant suggest work with IME composition.suzhe@google.com2010-12-221-9/+11
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-151-1/+1
* Fix comment typopkasting@chromium.org2010-12-061-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Makes tab in the omnibox do the following:sky@chromium.org2010-11-241-0/+2
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-14/+0
* Adds support for proper handling of verbatim queries. That is, if thesky@chromium.org2010-11-191-2/+21
* Makes the instant suggested text autocomplete after 1.3 seconds. Theresky@chromium.org2010-11-111-25/+17
* Adds the ability for classes other than native control to processsky@chromium.org2010-11-101-0/+25