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