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
/
autocomplete
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clipboard:
estade@chromium.org
2009-09-10
1
-1
/
+3
*
Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...
jshin@chromium.org
2009-09-09
1
-1
/
+1
*
Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...
japhet@chromium.org
2009-09-08
2
-6
/
+10
*
Fixes regression introduced in dnd refactoring. I removed a check for
sky@chromium.org
2009-09-08
1
-0
/
+3
*
Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his...
suzhe@chromium.org
2009-09-06
2
-30
/
+36
*
[Mac] Drop shadow for Omnibox popup.
shess@chromium.org
2009-09-05
1
-17
/
+9
*
Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.
jhawkins@chromium.org
2009-09-04
4
-13
/
+16
*
Use system themes where possible in Omnibox edit and dropdown; in other cases...
pkasting@chromium.org
2009-09-04
2
-29
/
+34
*
[Mac] Make Omnibox a little bit transparent.
shess@chromium.org
2009-09-04
1
-3
/
+7
*
Reverting 23702.
hbono@chromium.org
2009-09-04
1
-12
/
+0
*
Fixing focus in location bar and accelerators on Linux toolkit views.
jcampan@chromium.org
2009-09-03
2
-0
/
+4
*
Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...
pkasting@chromium.org
2009-09-03
5
-15
/
+2
*
GTK: Use rounded corners in AutocompletePopupViewGtk.
erg@google.com
2009-09-01
1
-14
/
+12
*
Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure.
pkasting@chromium.org
2009-09-01
2
-10
/
+3
*
More work fixing miscellaneous issues in the autocomplete code, probably none...
pkasting@chromium.org
2009-09-01
11
-185
/
+182
*
Linux: Simplify omnibox selection code and stop taking back selection.
derat@chromium.org
2009-08-31
2
-25
/
+22
*
[Mac] Fix operation of Control key in Omnibox.
shess@chromium.org
2009-08-31
1
-5
/
+3
*
OSX: Remove some nsnotificationcenter observers more reliably.
shess@chromium.org
2009-08-31
2
-3
/
+10
*
[Mac] Fix Option-return in Omnibox.
shess@chromium.org
2009-08-31
1
-0
/
+12
*
I was too aggressive when placing this check. With rapid typing and deletion...
pkasting@chromium.org
2009-08-31
1
-1
/
+1
*
Reland r24920 without the other cruft that I had in my checkout, which broke ...
pkasting@chromium.org
2009-08-31
2
-33
/
+24
*
Revert r24920 due to compile failures.
mmoss@chromium.org
2009-08-31
2
-28
/
+29
*
TBR:pkasting
mmoss@chromium.org
2009-08-31
1
-1
/
+1
*
Minor autocomplete fixes while trying to track down a topcrash:
pkasting@chromium.org
2009-08-31
2
-29
/
+32
*
Make AutocompleteController::done() match up with when results are actually p...
pkasting@chromium.org
2009-08-31
2
-8
/
+8
*
[Mac] Handle shift-delete when omnibox popup is up.
shess@chromium.org
2009-08-28
2
-0
/
+18
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
5
-17
/
+11
*
[Mac] Handle middle click in autocomplete popup.
shess@chromium.org
2009-08-28
2
-2
/
+90
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
5
-11
/
+17
*
[Mac] Handle backspacing out of keyword search.
shess@chromium.org
2009-08-28
2
-0
/
+31
*
[Mac] Don't eat tab if tab-to-search hint not visible.
shess@chromium.org
2009-08-28
2
-9
/
+15
*
[Mac] Tweaks to Omnibox metrics.
shess@chromium.org
2009-08-28
1
-2
/
+5
*
Fix control key and paste behavior in Linux omnibox.
suzhe@chromium.org
2009-08-28
3
-6
/
+53
*
Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...
pkasting@chromium.org
2009-08-28
2
-15
/
+21
*
[Mac] The autocomplete popup now gets its position from the toolbar controller,
rohitrao@chromium.org
2009-08-27
5
-17
/
+13
*
GTK Themes: Fix the find bar so the match count is inside the entry.
erg@google.com
2009-08-26
1
-8
/
+2
*
Don't use URL-encoded strings when user's input is in progress or the text isn't
jshin@chromium.org
2009-08-26
1
-3
/
+9
*
Fix regression issue 20066.
suzhe@chromium.org
2009-08-26
1
-3
/
+14
*
Fix double control key issue with the omnibox.
deanm@chromium.org
2009-08-25
1
-4
/
+10
*
GTK: Show the correct text for the omnibox "paste and go/search" menu item.
estade@chromium.org
2009-08-25
2
-20
/
+12
*
Implements unimplemented methods of AutocompleteEditViewGtk and fixes a regre...
suzhe@chromium.org
2009-08-22
2
-89
/
+140
*
[Mac] Omnibox keyword, keyword hint, and search hint support.
rohitrao@chromium.org
2009-08-21
2
-0
/
+32
*
Fix compile error
pkasting@chromium.org
2009-08-20
1
-1
/
+1
*
Initialize all new booleans in unittest constructor.
pkasting@chromium.org
2009-08-20
1
-0
/
+2
*
Fix uninitialized memory read in autocomplete tests.
brettw@chromium.org
2009-08-20
1
-0
/
+1
*
Attempt to minimize omnibox flicker, without increasing lag too much.
pkasting@chromium.org
2009-08-20
2
-96
/
+151
*
Linux: Attempt #2 at updating PRIMARY selection on Ctrl-C in omnibox.
derat@chromium.org
2009-08-20
2
-0
/
+32
*
Various omnibox UI fixes:
rohitrao@chromium.org
2009-08-20
3
-37
/
+80
*
Linux: Revert updating PRIMARY selection on Ctrl-C in omnibox.
derat@chromium.org
2009-08-19
2
-21
/
+0
*
A quick fix for Issue 19421.
hbono@chromium.org
2009-08-19
1
-0
/
+12
[next]