summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-2/+2
* Get rid of the ClipboardService class and header... it is nothing but a shell...ben@chromium.org2009-05-051-3/+2
* roll back r15177ben@chromium.org2009-05-041-1/+0
* Extract all views resources into:ben@chromium.org2009-05-041-0/+1
* Patch for accelerator clean-up from Hamaji.jcampan@chromium.org2009-04-301-0/+2
* Support PgUp/PgDn in Omnibox for "first entry/last entry"ukai@chromium.org2009-04-291-3/+6
* Reverting 14489.jcampan@chromium.org2009-04-241-7/+0
* This CL makes sure we unregister our Windows window classes when shut-down.jcampan@chromium.org2009-04-241-0/+7
* This CL fixes xji@chromium.org2009-04-211-13/+36
* Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...ben@chromium.org2009-04-151-2/+4
* Color/emphasize correct portions of view-source: URLs. Original patch by Shi...pkasting@chromium.org2009-04-141-8/+9
* Allow a different omnibox popup to be enabled via the command line (--enable-...ben@chromium.org2009-04-101-10/+14
* Fix mouse wheel redirection when omnibox has focusamit@chromium.org2009-04-081-0/+11
* A quick fix for Issue 9596.hbono@chromium.org2009-04-071-3/+3
* Pasting successfully into a TextField should always triggerfinnur@chromium.org2009-04-061-2/+6
* A quick fix for Issue 2720.hbono@chromium.org2009-03-191-0/+22
* Revert a change made to try and make purify errors go away now that Erik Kay ...pkasting@chromium.org2009-03-131-5/+2
* Make toggling fullscreen mode on/off significantly less janky-looking by mean...pkasting@chromium.org2009-03-121-0/+7
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Try to fix a Purify UMR error. This isn't great, but it's better than nothing.deanm@chromium.org2009-03-041-2/+5