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
...
*
Fix clang build.
pkasting@chromium.org
2011-05-25
1
-4
/
+4
*
Make the app provider match highlighting use the existing ClassifyMatchXXX() ...
pkasting@chromium.org
2011-05-25
4
-69
/
+36
*
Move external protocol handling from TC.
avi@chromium.org
2011-05-25
1
-1
/
+1
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
5
-5
/
+5
*
Prevent Unnecessary Processing by HQP
mrossetti@chromium.org
2011-05-23
1
-1
/
+6
*
Fix Wrong Offset
mrossetti@chromium.org
2011-05-20
2
-1
/
+9
*
autocomplete: Make use of CHROMEGTK_* macro in autocomplete_popup_view_gtk.*
tfarina@chromium.org
2011-05-19
2
-33
/
+17
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-1
/
+2
*
Don't show suggestions in the Omnibox (from the Extension App provider) for p...
finnur@chromium.org
2011-05-12
1
-0
/
+4
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-1
/
+1
*
Turn on the History Quick Provider by default.
mrossetti@chromium.org
2011-05-12
3
-7
/
+9
*
Fix a browser crash involving omnibox extension keywords.
mpcomplete@chromium.org
2011-05-11
4
-7
/
+11
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
13
-45
/
+106
*
Revert 84474 (broke OmniboxViewTest.DeleteItem like the tryjobs predicted)- T...
thakis@chromium.org
2011-05-06
1
-1
/
+3
*
Turn on the History Quick Provider by default.
mrossetti@chromium.org
2011-05-06
1
-3
/
+1
*
Properly set max_match_score to -1 rather than 1425 and adjust some indentation.
mrossetti@chromium.org
2011-05-06
1
-3
/
+3
*
Extension Apps that prefer a panel over a tab, should launch that way when
finnur@chromium.org
2011-05-06
5
-50
/
+43
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
1
-1
/
+2
*
Disable HCP URL and term matching when HQP is enabled.
mrossetti@chromium.org
2011-05-06
8
-111
/
+206
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
3
-9
/
+9
*
automation: Rename AutomationAutocompleteEditTracker to AutomationOmniboxTrac...
tfarina@chromium.org
2011-05-04
1
-4
/
+3
*
autocomplete: Move AutocompleteEditView/autocomplete_edit_view.* to ui/omnibo...
tfarina@chromium.org
2011-05-03
9
-1610
/
+26
*
views: Move AutocompleteEditViewViews/autocomplete_edit_view_views.* to ui/vi...
tfarina@chromium.org
2011-05-02
3
-844
/
+1
*
Cleanup: Remove unneeded includes to query_parser.h
tfarina@chromium.org
2011-04-30
1
-1
/
+0
*
Mark AutocompleteEditViewTest.PasteReplacingAll as flaky.
phajdan.jr@chromium.org
2011-04-29
1
-1
/
+2
*
gtk: Replace most of the calls from UseGtkTheme() to UsingNativeTheme().
tfarina@chromium.org
2011-04-29
1
-1
/
+1
*
cocoa: Move AutocompleteEditViewMac/autocomplete_edit_view_mac.* to ui/cocoa/...
tfarina@chromium.org
2011-04-28
5
-1435
/
+11
*
Move UserMetrics to content.
michaeln@google.com
2011-04-27
1
-3
/
+3
*
views: Move AutocompleteEditViewWin/autocomplete_edit_view_win.* to ui/views/...
tfarina@chromium.org
2011-04-27
5
-3191
/
+14
*
Extension App provider should include packaged apps as well. They have no
finnur@chromium.org
2011-04-27
1
-3
/
+4
*
Add and use gfx::ScopedNSGraphicsContextState (ui/gfx/scoped_ns_graphics_cont...
rsesek@chromium.org
2011-04-27
1
-2
/
+2
*
Mark KeywordProviderTest.Description disabled until it stops crashing on clang
acolwell@chromium.org
2011-04-27
1
-1
/
+1
*
Mark KeywordProviderTest.Edit as disabled until it stops crashing on clang.
maruel@chromium.org
2011-04-27
1
-1
/
+2
*
Mark KeywordProviderTest.Edit as flaky until clang build can be fixed.
acolwell@chromium.org
2011-04-27
1
-1
/
+1
*
gtk: Move AutocompleteEditViewGtk/autocomplete_edit_view_gtk.* to ui/gtk/omni...
tfarina@chromium.org
2011-04-26
4
-2899
/
+2
*
Split out large icons into a separate resource pak
sail@chromium.org
2011-04-21
1
-0
/
+1
*
Revert 82497 - Split out large icons into a separate resource pakThis is a pa...
sail@chromium.org
2011-04-21
1
-1
/
+0
*
Split out large icons into a separate resource pak
sail@chromium.org
2011-04-21
1
-0
/
+1
*
Mark some interactive_ui_tests DISABLED on Linux.
cmp@chromium.org
2011-04-21
1
-0
/
+5
*
Revert high res icon changes
sail@chromium.org
2011-04-20
1
-1
/
+0
*
Multi-highlight and scoring improvements.
mrossetti@chromium.org
2011-04-20
4
-32
/
+61
*
Add support for multi resolution icons
sail@chromium.org
2011-04-19
1
-0
/
+1
*
Fix some omnibox extension icon issues:
pkasting@chromium.org
2011-04-19
4
-8
/
+9
*
More TabStripModel renaming:
sky@chromium.org
2011-04-18
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Fix repaint problems in omnibox by invalidating the omnibox when unfreezing, ...
pkasting@chromium.org
2011-04-14
1
-4
/
+5
*
Const-correctify.
avi@chromium.org
2011-04-13
2
-3
/
+3
*
Show an Extension App icon in the omnibox for matches from the Extension App ...
finnur@chromium.org
2011-04-13
5
-10
/
+33
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
3
-9
/
+9
*
Renames TabStripModel and Browser's selected_index to
sky@chromium.org
2011-04-12
1
-2
/
+2
[prev]
[next]