summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-47/+35
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-35/+47
* SSL UI changes, Windows, code side (images are separate).pkasting@chromium.org2010-04-191-16/+1
* Shift omnibox dropdown in and up on Windows, and square off the top, so it co...pkasting@chromium.org2010-04-121-4/+3
* Don't allow drag or click on location icon when editing in omnibox.shess@chromium.org2010-04-091-1/+5
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-0/+6
* Omnibox M5 work, part 1: Security changespkasting@chromium.org2010-03-241-28/+22
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-2/+4
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* GTK: disable "edit search engines" and "paste and go" in location bar view wh...estade@chromium.org2010-03-041-0/+4
* Fix a Chrome crash caused in a ChromeFrame instance while displaying the insp...ananta@chromium.org2010-02-191-7/+9
* Correctly enable the Copy item on the popup window omnibox context menu. Ori...pkasting@chromium.org2010-01-041-1/+1
* Use KF_ALTDOWN flag instead of GetKeyState(VK_MENU)xiyuan@chromium.org2009-12-171-1/+1
* Make a shared app menu model and update win and mac to use it. Remove the NSM...pinkerton@chromium.org2009-12-151-1/+0
* Fix issue 30244xiyuan@chromium.org2009-12-141-2/+3
* Reverts my r4300 and re-fixes Issue 3156 and 13500.hbono@chromium.org2009-12-091-23/+14
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-2/+3
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-2/+2
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-2/+2
* A quick fix for Issue 3798.hbono@chromium.org2009-11-171-0/+27
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+3
* Use a regular interface pointer for ITextDocument in AutocompleteEditViewWin.ben@chromium.org2009-10-291-3/+17
* Remove dead variables.pkasting@chromium.org2009-10-271-10/+0
* Fix for issue 24888xiyuan@chromium.org2009-10-211-0/+24
* Remove comments and const_cast that is no longer necessary with the latest Skia.brettw@chromium.org2009-10-081-4/+1
* Turns out a cleanup change I made a while ago was wrong. This could result i...pkasting@chromium.org2009-10-061-1/+5
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-4/+9
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-2/+2
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-9/+4
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-15/+15
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-15/+15
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-15/+15
* Clean up a few bits of files that I'm about to modify. The only visible chan...pkasting@chromium.org2009-09-251-3/+1
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-4/+9
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-9/+4
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-5/+3
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-141-0/+4
* Clipboard:estade@chromium.org2009-09-101-1/+3
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-3/+5
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-041-8/+9
* Use system themes where possible in Omnibox edit and dropdown; in other cases...pkasting@chromium.org2009-09-041-26/+20
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-1/+1
* Don't use URL-encoded strings when user's input is in progress or the text isn'tjshin@chromium.org2009-08-261-3/+9
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-121-8/+9
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-1/+5
* Fix a crash when clicking a popup entry while composing in the Microsoft IME ...pkasting@chromium.org2009-07-101-1/+22
* Copy parsed URL into CF_UNICODETEXT when user select entire of Omnibox.hamaji@chromium.org2009-07-091-12/+15
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-2/+1