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
/
history_url_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...
mrossetti@chromium.org
2012-02-10
1
-3
/
+2
*
Add DCHECK that HistoryURLProvider is on the main thread.
mpearson@chromium.org
2012-02-10
1
-0
/
+12
*
Fix history_url_provider when building with stlport
yfriedman@chromium.org
2012-02-08
1
-3
/
+5
*
Create a field trial for making omnibox autocomplete HistoryURL more aggressive.
mpearson@chromium.org
2012-01-31
1
-2
/
+36
*
Make about:flag for HistoryURL aggressiveness a three way choice: auto, on, off.
mpearson@chromium.org
2012-01-27
1
-3
/
+21
*
Improve HistoryURL scoring by making it more aggressive.
mpearson@chromium.org
2011-12-16
1
-21
/
+33
*
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
*
Correctly score intranet URLs with typed_counts of 0 as UNVISITED_INTRANET if...
pkasting@chromium.org
2011-11-19
1
-10
/
+8
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-2
/
+2
*
When users navigate to an intranet host that has not been previously typed, t...
pkasting@chromium.org
2011-10-14
1
-16
/
+5
*
Tweak omnibox parsing heuristics more:
pkasting@chromium.org
2011-10-13
1
-2
/
+1
*
Change some uses of old callback types to new ones.
pkasting@chromium.org
2011-09-27
1
-2
/
+3
*
Makes intranet urls autocomplete again. This patch gives the relevance
sky@chromium.org
2011-09-20
1
-63
/
+136
*
Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco...
pkasting@chromium.org
2011-09-01
1
-12
/
+7
*
Remove confidence from AutocompleteMatch and use History DB instead.
dominich@chromium.org
2011-09-01
1
-49
/
+1
*
Handle intranet hostnames more consistently.
pkasting@chromium.org
2011-08-19
1
-26
/
+56
*
Always treat email addresses as searches.
pkasting@chromium.org
2011-08-17
1
-0
/
+9
*
Cleanup:
pkasting@chromium.org
2011-08-16
1
-346
/
+363
*
Change scoring for history url provider.
dominich@chromium.org
2011-08-16
1
-17
/
+27
*
Add confidence to AutocompleteMatch.
dominich@chromium.org
2011-08-11
1
-6
/
+49
*
Fix data race in HistoryURLProvider by changing from a bool read by multiple ...
pkasting@chromium.org
2011-07-06
1
-5
/
+4
*
Misc. cleanup: Change use of string::size_type to size_t (team style), string...
pkasting@chromium.org
2011-05-26
1
-6
/
+5
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
1
-2
/
+6
*
Changes the HistoryURLProvider such that if the first pass produced an
sky@chromium.org
2011-04-04
1
-1
/
+10
*
Makes the search provider not return results that look like URLs.
sky@chromium.org
2011-04-04
1
-1
/
+1
*
Fix uninitialized constructors and reverse NULL checks found by Coverity
stuartmorgan@chromium.org
2011-03-11
1
-1
/
+3
*
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...
mrossetti@chromium.org
2011-02-24
1
-9
/
+6
*
Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...
mrossetti@chromium.org
2011-02-24
1
-6
/
+9
*
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...
mrossetti@chromium.org
2011-02-24
1
-9
/
+6
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
1
-0
/
+2
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-35
/
+36
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-36
/
+35
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-35
/
+36
*
Make HistoryContentsProvider results deletable
thakis@chromium.org
2010-12-16
1
-34
/
+0
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Adds keyword_search_terms to in memory db so that we can synchronously
sky@chromium.org
2010-11-01
1
-1
/
+1
*
[GTK] Added unit tests for omnibox highlighting
scr@chromium.org
2010-10-27
1
-0
/
+1
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Final phase of the URL History Quick autocomplete provider integration. This ...
mrossetti@chromium.org
2010-10-12
1
-90
/
+5
*
Revert 62193 - Final phase of the URL History Quick autocomplete provider int...
mrossetti@chromium.org
2010-10-11
1
-5
/
+90
*
Final phase of the URL History Quick autocomplete provider integration. This...
mrossetti@chromium.org
2010-10-11
1
-90
/
+5
*
Make history provider ranking stable for "visited but untyped" intranet URLs.
pkasting@chromium.org
2010-09-01
1
-1
/
+12
*
Remove the wstring FormatUrl() functions (and convert remaining users to the ...
viettrungluu@chromium.org
2010-08-31
1
-6
/
+7
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Ctrl-based actions should take precedence over ctrl-enter
isherman@chromium.org
2010-08-25
1
-1
/
+5
*
History provider: style cleanup
isherman@chromium.org
2010-08-21
1
-5
/
+9
*
Revert 56939 - History provider: style cleanup
thestig@chromium.org
2010-08-20
1
-20
/
+5
*
History provider: style cleanup
isherman@chromium.org
2010-08-20
1
-5
/
+20
[next]