summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds comment to why we need std::min in getting selection start.sky@chromium.org2010-06-241-0/+4
* Canvas refactoring part 2.ben@chromium.org2010-06-231-1/+2
* Makes dragging url from omnibox use same logic as copying fromsky@chromium.org2010-06-221-6/+12
* Make right-clicking the omnibox with nothing selected select all (just like l...pkasting@chromium.org2010-06-221-54/+91
* Cleanup: Get rid of chrome/common/gfx/utils.h.tfarina@chromium.org2010-06-221-1/+4
* Fix a bug where clicking an extension omnibox keyword suggestion wouldmpcomplete@chromium.org2010-06-181-6/+6
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-2/+2
* Use some built-in methods on the Font object to avoid storing so many data me...pkasting@chromium.org2010-05-261-8/+6
* Keyboard layout change inside DefWindowProc() in AutocompleteEditViewWin::Han...xji@chromium.org2010-05-251-1/+21
* Linux: Null terminate text/html data we send to the clipboard. Change WriteHy...thestig@chromium.org2010-05-171-1/+4
* Make sure the Omnibox is hidden when toolbar is collapsed.finnur@chromium.org2010-05-131-0/+7
* Small cleanups/style fixes. Simplifies RTL functions slightly.pkasting@chromium.org2010-05-051-5/+2
* Relanding http://codereview.chromium.org/1746009/showjcivelli@chromium.org2010-04-291-1/+1
* Revert 45936 - The app launcher now uses the location bar (instead of the aut...jcivelli@chromium.org2010-04-291-1/+1
* The app launcher now uses the location bar (instead of the autocomplete edit)...jcivelli@google.com2010-04-291-1/+1
* Tweaks to copy/paste of omnibox on windows:sky@chromium.org2010-04-271-31/+17
* 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