summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_quick_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-141-196/+16
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-2/+0
* autocomplete: Extract AutocompleteResult from autocomplete.*.tfarina@chromium.org2012-07-021-0/+1
* autocomplete: Extract AutocompleteController from autocomplete.*.tfarina@chromium.org2012-06-291-0/+1
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-3/+3
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+4
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move InMemoryURLIndex Caching Operations to FILE Threadmrossetti@chromium.org2012-04-061-1/+2
* Revert "Move InMemoryURLIndex Caching Operations to FILE Thread"scherkus@chromium.org2012-04-021-2/+1
* Revert "Revert 130190 - Move InMemoryURLIndex Caching Operations to FILE Thread"scherkus@chromium.org2012-04-021-0/+497
* Revert 130190 - Move InMemoryURLIndex Caching Operations to FILE Threadmrossetti@chromium.org2012-04-021-497/+0
* Move InMemoryURLIndex Caching Operations to FILE Threadmrossetti@chromium.org2012-04-021-1/+2
* Revert 127016 - Move InMemoryURLIndex Caching Operations to FILE Threadmpcomplete@chromium.org2012-03-161-2/+1
* Move InMemoryURLIndex Caching Operations to FILE Threadmrossetti@chromium.org2012-03-151-1/+2
* Revert 126982 - Move InMemoryURLIndex Caching Operations to FILE Threadzmo@google.com2012-03-151-2/+1
* Move InMemoryURLIndex Caching Operations to FILE Threadmrossetti@chromium.org2012-03-151-1/+2
* HistoryQuickProvider: Cleanup how inlining interacts with scores.mpearson@chromium.org2012-02-191-67/+8
* Use raw search string during final HQP filtering.mrossetti@chromium.org2012-02-081-0/+7
* Move Ownership of IMUI to HistoryService.mrossetti@chromium.org2012-02-071-13/+19
* Fine-tune HQP Candidate Result Scoringmrossetti@chromium.org2012-02-031-42/+127
* Properly calculate inline autocomplete offset.mrossetti@chromium.org2012-01-301-13/+41
* Revert 111378 - HQP Refactoring (in Preparation for SQLite Cache)zmo@google.com2011-11-241-4/+6
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-231-6/+4
* Revert 108478 - HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-031-3/+2
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-031-2/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Revert 108207 - HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-021-3/+2
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-11-021-2/+3
* Create Private Data for InMemoryURLIndex (in Preparation for SQLite Cache) mrossetti@chromium.org2011-10-301-11/+8
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Minor Changes Seeking Stability.mrossetti@chromium.org2011-10-191-2/+1
* Revert 105678 - Caused flakiness described in http://crbug.com/100479rsleevi@chromium.org2011-10-161-10/+12
* HQP Refactoring (in Preparation for SQLite Cache) mrossetti@chromium.org2011-10-151-12/+10
* Revert 105300 - HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-131-10/+12
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-131-12/+10
* Remove a static initializer in the HQP.pkasting@chromium.org2011-08-311-19/+20
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-2/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Better Cache HQP Results for Terms.mrossetti@chromium.org2011-07-211-45/+59
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-20/+26
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-2/+2
* Fix Wrong Offsetmrossetti@chromium.org2011-05-201-0/+8
* Disable HCP URL and term matching when HQP is enabled.mrossetti@chromium.org2011-05-061-19/+86
* Multi-highlight and scoring improvements.mrossetti@chromium.org2011-04-201-13/+13
* Turn on the History Quick Provider by default.mrossetti@chromium.org2011-04-041-33/+53
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-1/+2
* This is a temporary fix to prevent the crash described in the bug. mrossetti@chromium.org2011-03-281-9/+34
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Implemented substring matching within page titles. Fixed bug where URL was be...mrossetti@chromium.org2011-03-101-0/+50