summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-4/+4
* Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ...pkasting@chromium.org2010-02-012-2/+19
* Fixes compile warning on linux/views when building 64 bit.sky@chromium.org2010-01-292-12/+14
* Support dragging within the omnibox dropdown. Original patch by Philippe Bea...pkasting@chromium.org2010-01-292-87/+109
* remove ICU includes from l10n_util.hevan@chromium.org2010-01-251-1/+2
* Adjusts font sizes to be readable on Chrome OS.sky@chromium.org2009-11-231-0/+5
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-133-4/+3
* Avoid inconsistent state (leading to checkfailures) due to Windows minimize/r...pkasting@chromium.org2009-11-116-161/+48
* Added a flag to the Canvas class which allows forcing an RTL directionalityidana@chromium.org2009-11-111-4/+18
* Fix style issues in View class.maruel@chromium.org2009-11-072-2/+2
* Fix checkfailure on Linux Views build by actually opening the popup when it's...pkasting@chromium.org2009-11-053-16/+31
* Attempt 2 at:sky@chromium.org2009-11-041-1/+1
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Try to add more sanity checking to help track down a crash.pkasting@chromium.org2009-11-044-16/+37
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Linux: Stack autocomplete popup window directly on top of the browser's tople...suzhe@chromium.org2009-10-152-2/+18
* Revert sanity check; this doesn't actually work since UpdatePopupAppearance()...pkasting@chromium.org2009-10-081-3/+1
* Add another sanity check, this time that the popup's "open state" (HWND) matc...pkasting@chromium.org2009-10-071-1/+3
* Simplify life for people trying to pick a "readable" foreground color by not ...pkasting@chromium.org2009-09-241-4/+2
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-152-13/+19
* Factor out border-drawing code from autocomplete_popup_contents_view.cc into ...pkasting@chromium.org2009-09-142-103/+4
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-1/+1
* Fix small pixel glitches in omnibox dropdown corners.pkasting@chromium.org2009-09-052-4/+15
* Use system themes where possible in Omnibox edit and dropdown; in other cases...pkasting@chromium.org2009-09-041-66/+75
* Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...pkasting@chromium.org2009-09-032-22/+18
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-316-21/+156
* Try and improve result coalescing/display in the omnibox popup.pkasting@chromium.org2009-07-222-104/+55
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Make omnibox2 dropdown not flash during result set transitions...ben@chromium.org2009-06-262-59/+170
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-1/+1
* More CHECKs in my continuing effort to figure out what is going on. Neither ...pkasting@chromium.org2009-06-221-0/+1
* Revert :nsylvain@chromium.org2009-06-221-3/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+3
* Second attempt to land this. This time it compiles on windows, too.ben@chromium.org2009-06-191-0/+5
* Reverting 18872.jcampan@chromium.org2009-06-191-3/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+3
* Reverting 18865.ben@chromium.org2009-06-191-3/+1
* Reverting 18866.ben@chromium.org2009-06-191-3/+1
* Fix bustage... need to include this header directly after all.ben@chromium.org2009-06-191-1/+3
* Fixes for TOOLKIT_VIEWS build. Disable stuff that we know isn't working so far.ben@chromium.org2009-06-191-1/+3
* This is a fix for a memory leak.jcampan@chromium.org2009-06-192-2/+4
* Fix omnibox popup positioning by not calling "SetChildBounds" which attempts ...ben@chromium.org2009-06-091-5/+4
* Fix weird stretchy text rendering in O2 popup. Apparently the tile flags were...ben@chromium.org2009-06-091-2/+2
* Fix crash in omnibox2 popup introduced by themes work. There was no widget to...ben@chromium.org2009-05-311-1/+2
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-311-3/+3
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-152-20/+20
* ChromeFont->gfx::Fontbeng@google.com2009-05-152-11/+11
* Add star icon for bookmarked results in the omnibox2 popup view.beng@google.com2009-05-142-6/+18
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-0/+2
* Fix some issues with the omnibox2 popup:beng@google.com2009-05-132-7/+13