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
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Enable UMA logging of tab IDs for omnibox interactions.
mpearson@chromium.org
2011-12-19
2
-1
/
+18
*
Improve HistoryURL scoring by making it more aggressive.
mpearson@chromium.org
2011-12-16
3
-42
/
+60
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-3
/
+5
*
Adding tracking of accuracy vs confidence.
dominich@chromium.org
2011-12-14
2
-0
/
+20
*
Track confidence calculations better. Reduce minimum user text length.
dominich@chromium.org
2011-12-12
3
-23
/
+26
*
Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework.
erg@chromium.org
2011-12-12
6
-5
/
+87
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-0
/
+1
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-1
/
+1
*
Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
1
-2
/
+2
*
Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
1
-2
/
+2
*
Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-05
1
-2
/
+2
*
Strip invalid characters (line breaks, tabs), javascript:schemes from the cop...
ncj674@motorola.com
2011-12-04
1
-0
/
+3
*
Removing history-based omnibox prerender heuristics.
dominich@chromium.org
2011-12-02
2
-112
/
+65
*
Fix reference to potentially NULL TabContentsWrapper.
dominich@chromium.org
2011-12-02
1
-4
/
+11
*
Improve Autocomplete Matches and Handling of Large Results Sets
mrossetti@chromium.org
2011-12-01
1
-10
/
+1
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
1
-0
/
+1
*
Cleanup: Convert ASCIIToUTF16("") to string16().
jhawkins@chromium.org
2011-11-28
1
-2
/
+3
*
Revert 111548 - Broke OmniboxViewTest.AcceptKeywordBySpace on Linux
rsleevi@chromium.org
2011-11-24
1
-3
/
+0
*
Strip invalid characters (line breaks, tabs), javascript:schemes from the cop...
ncj674@motorola.com
2011-11-24
1
-0
/
+3
*
Revert 111378 - HQP Refactoring (in Preparation for SQLite Cache)
zmo@google.com
2011-11-24
4
-11
/
+8
*
Reverting based on discussions on #chromium with shess and rsleevi
jamiewalch@google.com
2011-11-23
1
-3
/
+1
*
Add a field trial for using lower sqlite cache sizes.
brettw@chromium.org
2011-11-23
1
-1
/
+3
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-23
4
-8
/
+11
*
Adding histograms for better Omnibox prerender performance tracking.
dominich@chromium.org
2011-11-22
1
-0
/
+3
*
Adding a fourth omnibox prerender experiment.
dominich@chromium.org
2011-11-21
3
-45
/
+160
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
4
-6
/
+8
*
Force navigation to non-numeric hostnames with ports (e.g. "abc:81"). This r...
pkasting@chromium.org
2011-11-19
2
-13
/
+10
*
Correctly score intranet URLs with typed_counts of 0 as UNVISITED_INTRANET if...
pkasting@chromium.org
2011-11-19
2
-13
/
+20
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
2
-7
/
+7
*
Deflake AutocompleteBrowserTest.FocusSearch test.
dominich@chromium.org
2011-11-16
1
-7
/
+1
*
Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...
kmadhusu@chromium.org
2011-11-16
2
-7
/
+7
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
2
-7
/
+7
*
Cope with a race condition in NetworkActionPredictor and NetworkActionPredict...
dominich@chromium.org
2011-11-15
2
-7
/
+5
*
Mark AutocompleteBrowserTest.FocusSearch flaky on Windows and Linux. (reland)
joi@chromium.org
2011-11-15
1
-1
/
+7
*
Revert 110092 - Mark AutocompleteBrowserTest.FocusSearch flaky on Windows and...
joi@chromium.org
2011-11-15
1
-4
/
+0
*
Mark AutocompleteBrowserTest.FocusSearch flaky on Windows and Linux.
joi@chromium.org
2011-11-15
1
-0
/
+4
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
3
-7
/
+6
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
5
-15
/
+1
*
Mark AutocompleteBrowserTest.Basic flaky on Win and Linux.
joi@chromium.org
2011-11-14
1
-1
/
+6
*
Enable extension APIs for content scripts.
aa@chromium.org
2011-11-12
1
-1
/
+1
*
Add database to use as the source of an alternative algorithm for Network Act...
dominich@chromium.org
2011-11-10
8
-55
/
+1276
*
Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSea...
asvitkine@chromium.org
2011-11-10
2
-7
/
+14
*
Refactor omnibox creation and max edit width determination, moving them from ...
ben@chromium.org
2011-11-09
1
-35
/
+43
*
Revert 109088 - Refactor omnibox creation and max edit width determination, m...
thakis@chromium.org
2011-11-08
1
-43
/
+35
*
Refactor omnibox creation and max edit width determination, moving them from ...
ben@chromium.org
2011-11-08
1
-35
/
+43
*
Revert 108478 - HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-03
3
-10
/
+3
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-03
3
-3
/
+10
*
Prerendered tabs use the same SessionStorage namespace as the tab that trigge...
cbentzel@chromium.org
2011-11-02
1
-2
/
+6
*
Refactor loading out of ExtensionService.
yoz@chromium.org
2011-11-02
1
-4
/
+5
[next]