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_quick_provider_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-14
1
-196
/
+16
*
autocomplete: Rename autocomplete.* to autocomplete_input.*.
tfarina@chromium.org
2012-07-03
1
-2
/
+0
*
autocomplete: Extract AutocompleteResult from autocomplete.*.
tfarina@chromium.org
2012-07-02
1
-0
/
+1
*
autocomplete: Extract AutocompleteController from autocomplete.*.
tfarina@chromium.org
2012-06-29
1
-0
/
+1
*
browser: Extract AutocompleteProvider from autocomplete.*
tfarina@chromium.org
2012-06-26
1
-3
/
+3
*
Removing usage of profile_->GetHistory() from the codebase in order to remove...
rlp@chromium.org
2012-06-19
1
-1
/
+4
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Move InMemoryURLIndex Caching Operations to FILE Thread
mrossetti@chromium.org
2012-04-06
1
-1
/
+2
*
Revert "Move InMemoryURLIndex Caching Operations to FILE Thread"
scherkus@chromium.org
2012-04-02
1
-2
/
+1
*
Revert "Revert 130190 - Move InMemoryURLIndex Caching Operations to FILE Thread"
scherkus@chromium.org
2012-04-02
1
-0
/
+497
*
Revert 130190 - Move InMemoryURLIndex Caching Operations to FILE Thread
mrossetti@chromium.org
2012-04-02
1
-497
/
+0
*
Move InMemoryURLIndex Caching Operations to FILE Thread
mrossetti@chromium.org
2012-04-02
1
-1
/
+2
*
Revert 127016 - Move InMemoryURLIndex Caching Operations to FILE Thread
mpcomplete@chromium.org
2012-03-16
1
-2
/
+1
*
Move InMemoryURLIndex Caching Operations to FILE Thread
mrossetti@chromium.org
2012-03-15
1
-1
/
+2
*
Revert 126982 - Move InMemoryURLIndex Caching Operations to FILE Thread
zmo@google.com
2012-03-15
1
-2
/
+1
*
Move InMemoryURLIndex Caching Operations to FILE Thread
mrossetti@chromium.org
2012-03-15
1
-1
/
+2
*
HistoryQuickProvider: Cleanup how inlining interacts with scores.
mpearson@chromium.org
2012-02-19
1
-67
/
+8
*
Use raw search string during final HQP filtering.
mrossetti@chromium.org
2012-02-08
1
-0
/
+7
*
Move Ownership of IMUI to HistoryService.
mrossetti@chromium.org
2012-02-07
1
-13
/
+19
*
Fine-tune HQP Candidate Result Scoring
mrossetti@chromium.org
2012-02-03
1
-42
/
+127
*
Properly calculate inline autocomplete offset.
mrossetti@chromium.org
2012-01-30
1
-13
/
+41
*
Revert 111378 - HQP Refactoring (in Preparation for SQLite Cache)
zmo@google.com
2011-11-24
1
-4
/
+6
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-23
1
-6
/
+4
*
Revert 108478 - HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-03
1
-3
/
+2
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-03
1
-2
/
+3
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Revert 108207 - HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-02
1
-3
/
+2
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-02
1
-2
/
+3
*
Create Private Data for InMemoryURLIndex (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-10-30
1
-11
/
+8
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-3
/
+3
*
Minor Changes Seeking Stability.
mrossetti@chromium.org
2011-10-19
1
-2
/
+1
*
Revert 105678 - Caused flakiness described in http://crbug.com/100479
rsleevi@chromium.org
2011-10-16
1
-10
/
+12
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-10-15
1
-12
/
+10
*
Revert 105300 - HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-10-13
1
-10
/
+12
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-10-13
1
-12
/
+10
*
Remove a static initializer in the HQP.
pkasting@chromium.org
2011-08-31
1
-19
/
+20
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-2
/
+2
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Better Cache HQP Results for Terms.
mrossetti@chromium.org
2011-07-21
1
-45
/
+59
*
Don't autocomplete searches of >1 word if they've only been visited once and ...
pkasting@chromium.org
2011-07-16
1
-20
/
+26
*
Misc. cleanup: Change use of string::size_type to size_t (team style), string...
pkasting@chromium.org
2011-05-26
1
-2
/
+2
*
Fix Wrong Offset
mrossetti@chromium.org
2011-05-20
1
-0
/
+8
*
Disable HCP URL and term matching when HQP is enabled.
mrossetti@chromium.org
2011-05-06
1
-19
/
+86
*
Multi-highlight and scoring improvements.
mrossetti@chromium.org
2011-04-20
1
-13
/
+13
*
Turn on the History Quick Provider by default.
mrossetti@chromium.org
2011-04-04
1
-33
/
+53
*
Makes the search provider not return results that look like URLs.
sky@chromium.org
2011-04-04
1
-1
/
+2
*
This is a temporary fix to prevent the crash described in the bug.
mrossetti@chromium.org
2011-03-28
1
-9
/
+34
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Implemented substring matching within page titles. Fixed bug where URL was be...
mrossetti@chromium.org
2011-03-10
1
-0
/
+50
[next]