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
*
[Mac] AcceptInput() doesn't really need focus (as when called via "Go" button).
shess@chromium.org
2009-07-13
1
-5
/
+4
*
[Mac] Always restyle omnibox after user input.
shess@chromium.org
2009-07-13
1
-17
/
+6
*
[Mac] Remove guard on FocusLocation() in autocomplete field.
shess@chromium.org
2009-07-13
2
-8
/
+3
*
Fix a crash when clicking a popup entry while composing in the Microsoft IME ...
pkasting@chromium.org
2009-07-10
2
-1
/
+26
*
Added an helper namespace that provides fetches images from the app bundle an...
thomasvl@chromium.org
2009-07-09
1
-9
/
+10
*
Copy parsed URL into CF_UNICODETEXT when user select entire of Omnibox.
hamaji@chromium.org
2009-07-09
1
-12
/
+15
*
Initial work on Linux tab to search.
deanm@chromium.org
2009-07-08
1
-1
/
+8
*
Foundations for Print Preview and Setup
mhm@chromium.org
2009-07-03
1
-5
/
+7
*
Make Linux restore Omnibox contents on tab switch.
evan@chromium.org
2009-07-01
2
-29
/
+165
*
Moved typedef of RedirectList from HistoryService class to history namespace.
meelapshah@chromium.org
2009-07-01
3
-3
/
+3
*
Fix: Certain redirections remove sites from the history
yuzo@chromium.org
2009-07-01
2
-2
/
+2
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-2
/
+1
*
Update Skia transfer mode names in browser/* to Skia r239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)
ericroman@google.com
2009-06-23
2
-17
/
+13
*
Paste and Go was missing on the omnibar this CL will append a menu item to th...
mhm@chromium.org
2009-06-22
2
-4
/
+45
*
More CHECKs in my continuing effort to figure out what is going on. Neither ...
pkasting@chromium.org
2009-06-22
1
-2
/
+2
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+2
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-2
/
+1
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-1
/
+2
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-2
/
+1
*
Use correct calling convention for intercepted call
cpu@google.com
2009-06-19
1
-2
/
+4
*
Linux: Add menu item to url bar context menu to launch the search engine editor.
mattm@chromium.org
2009-06-18
2
-0
/
+39
*
Fix bug where the autocomplete text was being overridden by the user-entered ...
shess@chromium.org
2009-06-17
2
-14
/
+38
*
Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...
hamaji@chromium.org
2009-06-16
1
-1
/
+4
*
Fixes bug where keyword editor would end up prefixing all keyword urls
sky@chromium.org
2009-06-15
3
-16
/
+16
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-0
/
+1
*
Remove the Menu object, converting all the remaining callers to use Menu2. I'...
ben@chromium.org
2009-06-12
3
-59
/
+80
*
Change some DCHECKs to CHECKs in hope of tracking down a crash.
pkasting@chromium.org
2009-06-12
1
-2
/
+2
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-0
/
+10
*
Add a couple CHECK()s in hopes of helping to track down a crash.
pkasting@chromium.org
2009-06-11
1
-0
/
+7
*
Update result formatting for the search provider for the Omnibox2 popup.
ben@chromium.org
2009-06-09
1
-19
/
+70
*
Fix regression where hitting enter in the Omnibox would ignore recent editing.
pkasting@chromium.org
2009-06-08
4
-17
/
+29
*
Hack around klipper / glipper clipboard races.
deanm@chromium.org
2009-06-08
2
-1
/
+19
*
Completely miscellaneous minor cleanup. Remove some unneeded class declarati...
pkasting@chromium.org
2009-06-05
1
-4
/
+3
*
Fix flicker that happened when hitting ctrl while in FORCED_QUERY mode. We w...
pkasting@chromium.org
2009-06-05
1
-4
/
+10
*
Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...
pkasting@chromium.org
2009-06-05
6
-1
/
+37
*
Ignore selections where the user dragged off the popup.
shess@chromium.org
2009-06-05
1
-3
/
+11
*
Don't update our text from toolbar if the toolbar's text doesn't
shess@chromium.org
2009-06-04
1
-5
/
+13
*
Revert a ctrl-enter change for Omnibox, it made inline autocomplete totally c...
deanm@chromium.org
2009-06-04
1
-10
/
+1
*
Fix crash due to AutocompletePopup trying to draw the old results when they w...
pkasting@chromium.org
2009-06-03
4
-15
/
+19
*
Some previous refactoring I did of the accelerator code had introduced regres...
jcampan@chromium.org
2009-06-03
2
-8
/
+44
*
Port 2 more unit tests. Just small differences between platforms.
tc@google.com
2009-06-03
1
-0
/
+5
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
7
-13
/
+12
*
Flip omnibox2 popup on by default for more testing.
ben@chromium.org
2009-06-01
1
-5
/
+4
*
GTK: respect control key for setting TLD=com.
estade@chromium.org
2009-06-01
1
-1
/
+10
*
Revert the Omnibox when changing tabs while its contents have been deleted.
pkasting@chromium.org
2009-05-29
1
-2
/
+12
*
Ignore the insert key so we don't switch into overtype mode (which surprises ...
pkasting@chromium.org
2009-05-29
1
-0
/
+5
*
Hoist TrimHttpPrefix() so we only have one copy, not one per provider.
pkasting@chromium.org
2009-05-29
8
-55
/
+37
*
Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...
pkasting@chromium.org
2009-05-29
1
-1
/
+2
*
Don't make |field_| first responder in SetSelectedRange() unless |model_| has...
shess@chromium.org
2009-05-23
2
-19
/
+30
[next]