summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_contents_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the history contents autocomplete provider.brettw@chromium.org2013-06-071-290/+0
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-3/+4
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-261-2/+3
* bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().tfarina@chromium.org2013-03-251-5/+5
* Upstreaming mechanism to add query refinement to omnibox searches.beaudoin@chromium.org2013-03-231-14/+19
* Ensure that HistoryQuickProvider, HistoryContentsProvider and HistoryURLProvi...beaudoin@chromium.org2013-03-051-0/+36
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Make Google Search autocomplete provider cursor aware.bartn@chromium.org2012-12-141-18/+23
* Remove old bookmark searching from HistoryContentProvider.mrossetti@chromium.org2012-11-161-48/+0
* Rework arguments of HistoryService::AddPage()akalin@chromium.org2012-09-211-1/+1
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-07-311-6/+9
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-2/+2
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-3/+4
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-2/+4
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+2
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-031-4/+7
* 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
* Disable HCP URL and term matching when HQP is enabled.mrossetti@chromium.org2011-05-061-3/+32
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-11/+11
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-1/+3
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-19/+23
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-23/+19
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-19/+23
* Make starred History*Provider results stay in the autocomplete dropdown, upda...msw@chromium.org2011-01-061-3/+50
* Don't allow exact keyword matches for most uses of the autocomplete classifie...pkasting@chromium.org2010-11-101-6/+9
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part 2:tfarina@chromium.org2010-10-061-4/+4
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-1/+2
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-2/+1
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-1/+2
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-181-2/+3
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+2
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-9/+9
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-5/+5
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-1/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-0/+6
* Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo...pkasting@chromium.org2009-08-281-8/+8
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-1/+1