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
*
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
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
6
-0
/
+12
*
Revert 108207 - HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-02
3
-10
/
+3
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-02
3
-3
/
+10
*
Enable ShortcutsProvider for omnibox on the trunk by default
georgey@chromium.org
2011-11-02
2
-2
/
+5
*
Make the omnibox treat all paths that end in \ or / as URLs, not just paths t...
pkasting@chromium.org
2011-11-01
2
-2
/
+8
*
Improve omnibox accessibility on Windows.
dmazzoni@chromium.org
2011-10-31
3
-378
/
+1
*
Create Private Data for InMemoryURLIndex (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-10-30
3
-25
/
+18
*
Strip special characters in extension omnibox suggestions.
asvitkine@chromium.org
2011-10-28
6
-21
/
+96
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
6
-17
/
+17
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
1
-4
/
+4
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-5
/
+8
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
3
-15
/
+16
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
3
-32
/
+21
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
1
-1
/
+1
*
Extension loaded/unloaded notifications are always sent from non-incognito pr...
pkasting@chromium.org
2011-10-22
1
-2
/
+5
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
5
-8
/
+10
*
Minor History Code Cleanup.
mrossetti@chromium.org
2011-10-19
3
-10
/
+9
*
Minor Changes Seeking Stability.
mrossetti@chromium.org
2011-10-19
1
-2
/
+1
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
2
-9
/
+9
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
6
-32
/
+34
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
2
-2
/
+2
[next]