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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve HistoryURL scoring by making it more aggressive.
mpearson@chromium.org
2011-12-16
1
-9
/
+15
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
1
-1
/
+1
*
Makes intranet urls autocomplete again. This patch gives the relevance
sky@chromium.org
2011-09-20
1
-0
/
+9
*
Handle intranet hostnames more consistently.
pkasting@chromium.org
2011-08-19
1
-0
/
+6
*
Cleanup:
pkasting@chromium.org
2011-08-16
1
-47
/
+0
*
Add confidence to AutocompleteMatch.
dominich@chromium.org
2011-08-11
1
-2
/
+10
*
Fix data race in HistoryURLProvider by changing from a bool read by multiple ...
pkasting@chromium.org
2011-07-06
1
-6
/
+6
*
Misc. cleanup: Change use of string::size_type to size_t (team style), string...
pkasting@chromium.org
2011-05-26
1
-1
/
+1
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
1
-0
/
+5
*
Changes the HistoryURLProvider such that if the first pass produced an
sky@chromium.org
2011-04-04
1
-1
/
+4
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
1
-1
/
+1
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-3
/
+3
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-3
/
+3
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-3
/
+3
*
Make HistoryContentsProvider results deletable
thakis@chromium.org
2010-12-16
1
-3
/
+3
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+1
*
Final phase of the URL History Quick autocomplete provider integration. This ...
mrossetti@chromium.org
2010-10-12
1
-32
/
+9
*
Revert 62193 - Final phase of the URL History Quick autocomplete provider int...
mrossetti@chromium.org
2010-10-11
1
-9
/
+32
*
Final phase of the URL History Quick autocomplete provider integration. This...
mrossetti@chromium.org
2010-10-11
1
-32
/
+9
*
History provider: style cleanup
isherman@chromium.org
2010-08-21
1
-18
/
+14
*
Revert 56939 - History provider: style cleanup
thestig@chromium.org
2010-08-20
1
-11
/
+19
*
History provider: style cleanup
isherman@chromium.org
2010-08-20
1
-19
/
+11
*
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
viettrungluu@chromium.org
2010-08-05
1
-2
/
+0
*
Add Framework for History Quick Provider
mrossetti@chromium.org
2010-08-04
1
-90
/
+19
*
Revert "Incorporate 'quick' history provider index as an autocomplete ..."
phajdan.jr@chromium.org
2010-07-30
1
-19
/
+90
*
Incorporate 'quick' history provider index as an autocomplete provider in pre...
mrossetti@chromium.org
2010-07-30
1
-90
/
+19
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...
pkasting@chromium.org
2010-06-18
1
-0
/
+6
*
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...
tfarina@chromium.org
2010-06-06
1
-2
/
+2
*
Fix various problems with inline autocomplete and URLs that change length dur...
pkasting@chromium.org
2009-11-07
1
-10
/
+10
*
Revert "Revert r31175 r31176 r31187"
hclam@chromium.org
2009-11-06
1
-0
/
+2
*
Rever r31175 r31176 r31187
hclam@chromium.org
2009-11-06
1
-2
/
+0
*
Fifth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
1
-0
/
+2
*
Make sure we can still navigate to URLs when the History DB can't be loaded.
pkasting@chromium.org
2009-10-30
1
-0
/
+7
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
1
-5
/
+2
*
Hoist TrimHttpPrefix() so we only have one copy, not one per provider.
pkasting@chromium.org
2009-05-29
1
-4
/
+0
*
Fix regression where exact-match URLs could fail to be promoted when longer U...
pkasting@chromium.org
2009-05-11
1
-4
/
+5
*
The accidental search infobar was almost never appearing. Fix that regressio...
pkasting@chromium.org
2009-04-24
1
-10
/
+4
*
Better omnibox handling of numeric input. Now we search based on the user's ...
pkasting@chromium.org
2009-04-21
1
-1
/
+1
*
Only create a What You Typed match when it's likely to be relevant. See bug ...
pkasting@chromium.org
2009-04-20
1
-6
/
+13
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Misc formatting / cleanup in the autocomplete code.
deanm@chromium.org
2009-02-27
1
-4
/
+3
*
Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()
estade@chromium.org
2009-02-25
1
-1
/
+1
*
Make the autocomplete system and various other connected bits of code use GUR...
pkasting@chromium.org
2008-12-10
1
-1
/
+1
*
Port some files in chrome/browser/
agl@chromium.org
2008-11-14
1
-1
/
+2
*
Move |result_| and |latest_result_| to the autocomplete controller.
pkasting@chromium.org
2008-10-09
1
-4
/
+2
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Add chrome to the repository.
initial.commit
2008-07-26
1
-0
/
+419