summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert :nsylvain@chromium.org2009-06-221-1/+2
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-2/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+2
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-2/+1
* Use correct calling convention for intercepted callcpu@google.com2009-06-191-2/+4
* Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...hamaji@chromium.org2009-06-161-1/+4
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-49/+62
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+10
* Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...pkasting@chromium.org2009-06-051-1/+9
* Some previous refactoring I did of the accelerator code had introduced regres...jcampan@chromium.org2009-06-031-7/+43
* Ignore the insert key so we don't switch into overtype mode (which surprises ...pkasting@chromium.org2009-05-291-0/+5
* Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...pkasting@chromium.org2009-05-291-1/+2
* Gets LocationBarView to compile on linux. PageInfoWindow is nearlysky@chromium.org2009-05-211-2/+2
* A quick fix for Issue 11683.hbono@chromium.org2009-05-151-0/+9
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-2/+2
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-1/+1
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-141-1/+1
* Clean-up of the accelerator code.jcampan@chromium.org2009-05-141-2/+2
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1