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
*
Remove StopAutocomplete() helper from AutocompletePopupViewMac.
shess@chromium.org
2009-05-01
3
-6
/
+2
*
Release the autocomplete popup panel when not visible.
shess@chromium.org
2009-05-01
1
-0
/
+8
*
Fix a small undercalculation of the space available a result description.
deanm@chromium.org
2009-05-01
1
-3
/
+3
*
Patch for accelerator clean-up from Hamaji.
jcampan@chromium.org
2009-04-30
1
-0
/
+2
*
Add a dark selected icon set for the Omnibox results.
deanm@chromium.org
2009-04-30
1
-5
/
+7
*
The "size-request" event is run-first, clean up the Omnibox handler.
deanm@chromium.org
2009-04-30
2
-9
/
+8
*
Use the new selected icons in Linux Omnibox.
deanm@chromium.org
2009-04-30
1
-7
/
+12
*
Unref the GC so it's destroy after we create it.
deanm@chromium.org
2009-04-29
1
-0
/
+2
*
Back to creating a new GC for each expose.
deanm@chromium.org
2009-04-29
1
-2
/
+1
*
Support PgUp/PgDn in Omnibox for "first entry/last entry"
ukai@chromium.org
2009-04-29
4
-17
/
+32
*
Unfork some code who's dependency has landed on Mac.
shess@chromium.org
2009-04-27
1
-6
/
+0
*
Update selected line in model before accepting input when the user clicks in ...
shess@chromium.org
2009-04-27
2
-5
/
+6
*
Clean up construction of LocationBarViewMac objects.
shess@chromium.org
2009-04-27
4
-24
/
+14
*
Remove svn:executable and set svn:eol-style to LF.
tc@google.com
2009-04-27
4
-0
/
+0
*
Searching by keyword now generates a visit against the site with a
sky@chromium.org
2009-04-27
2
-3
/
+3
*
Linux Omnibox results improvements:
deanm@chromium.org
2009-04-27
2
-92
/
+92
*
Use AutocompletePopupPositioner for the Linux Omnibox.
deanm@chromium.org
2009-04-27
4
-29
/
+18
*
Linux Omnibox mouse support.
deanm@chromium.org
2009-04-27
2
-4
/
+103
*
Reverting 14489.
jcampan@chromium.org
2009-04-24
1
-7
/
+0
*
This CL makes sure we unregister our Windows window classes when shut-down.
jcampan@chromium.org
2009-04-24
1
-0
/
+7
*
Fix DCHECK when typing certain kinds of input on certain profiles.
pkasting@chromium.org
2009-04-24
1
-1
/
+3
*
The accidental search infobar was almost never appearing. Fix that regressio...
pkasting@chromium.org
2009-04-24
6
-103
/
+87
*
Override GtkTextView's size request width in the Linux Omnibox.
deanm@chromium.org
2009-04-24
2
-0
/
+21
*
A basic search provider unit test. This tests asserts a handful of things:
sky@chromium.org
2009-04-23
3
-10
/
+287
*
Move the positioner code into autocompletepopupview.h so that linux can use i...
ben@chromium.org
2009-04-23
1
-2
/
+13
*
This CL fixes
xji@chromium.org
2009-04-21
1
-13
/
+36
*
Better omnibox handling of numeric input. Now we search based on the user's ...
pkasting@chromium.org
2009-04-21
3
-11
/
+46
*
This CL fix issue 2674 - search engine name containing parenthesis is not dis...
xji@chromium.org
2009-04-21
2
-3
/
+4
*
Only create a What You Typed match when it's likely to be relevant. See bug ...
pkasting@chromium.org
2009-04-20
3
-102
/
+121
*
Trivial cleanup of a recently added function:
pkasting@chromium.org
2009-04-20
2
-20
/
+21
*
Better alignment of the omnibox edit entry.
deanm@chromium.org
2009-04-20
3
-54
/
+40
*
Move the implementation of AutocompletePopupView from AutocompletePopupWin to...
ben@chromium.org
2009-04-17
2
-4
/
+4
*
Have ResourceBundle own GdkPixbufs.
tc@google.com
2009-04-16
1
-5
/
+5
*
Bold matched portions of text in Linux Omnibox.
deanm@chromium.org
2009-04-16
2
-55
/
+104
*
More Linux Omnibox v2 work, based on feedback from Cole.
deanm@chromium.org
2009-04-16
1
-36
/
+74
*
Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...
ben@chromium.org
2009-04-15
4
-7
/
+16
*
Make Linux Omnibox results look more like the v2 mocks.
deanm@chromium.org
2009-04-15
1
-11
/
+104
*
Fixing a crash which could occur when a string containing multibyte character...
deanm@chromium.org
2009-04-15
1
-5
/
+14
*
Implement OnBeforePossibleChange() and OnAfterPossibleChange() to fix delete ...
shess@chromium.org
2009-04-14
2
-23
/
+67
*
The history tests relies on being about to reset a profile, which means we need
thomasvl@chromium.org
2009-04-14
1
-0
/
+13
*
Color/emphasize correct portions of view-source: URLs. Original patch by Shi...
pkasting@chromium.org
2009-04-14
4
-8
/
+104
*
Makes the omnibox show past searches and suggestions for keywords.
sky@chromium.org
2009-04-14
6
-186
/
+515
*
Fix missing virtual GetModel().
shess@chromium.org
2009-04-10
2
-0
/
+7
*
Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo...
ben@chromium.org
2009-04-10
3
-4
/
+7
*
Allow a different omnibox popup to be enabled via the command line (--enable-...
ben@chromium.org
2009-04-10
5
-13
/
+50
*
Initial implemention of Mac Omnibox.
shess@chromium.org
2009-04-10
6
-2
/
+782
*
Move to custom painting the omnibox results with GDK.
deanm@chromium.org
2009-04-09
2
-51
/
+168
*
Properly handle empty components when converting url_parse::Parsed object.
estade@chromium.org
2009-04-08
1
-0
/
+1
*
Fix mouse wheel redirection when omnibox has focus
amit@chromium.org
2009-04-08
2
-0
/
+13
*
Attempt to fix crash that I don't fully understand and can't repro :(
pkasting@chromium.org
2009-04-08
1
-2
/
+13
[next]