summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in chrome/browser/, part 4.avi@chromium.org2013-07-181-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-22/+22
* history: Extract HistoryDBTask into its own header file.tfarina@chromium.org2013-02-081-2/+3
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-2/+2
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-11/+17
* HistoryBrowserTest.HistorySearchXSSpkotwicz@chromium.org2013-01-251-2/+7
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-4/+2
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-2/+2
* Remove TabContents from TabStripModel.avi@chromium.org2012-12-131-4/+4
* Remove TabContents from ui/find_bar.avi@chromium.org2012-11-071-1/+1
* Make history service not ref-counted and not thread-safeakalin@chromium.org2012-11-011-5/+2
* Test suite that monitors the disposition of JS-created windows based on whatericu@chromium.org2012-10-241-1/+2
* Second try of 157576 https://chromiumcodereview.appspot.com/10780013/cem.kocagil@gmail.com2012-09-251-1/+1
* Revert 157576 - Add reverse URL handler for shortening uber URLswjia@chromium.org2012-09-191-1/+1
* Add reverse URL handler for shortening uber URLscem.kocagil@gmail.com2012-09-191-1/+1
* Convert the history pyauto tests to browser_tests.jam@chromium.org2012-08-301-7/+226
* Converted policy.PolicyTest.testSavingBrowserHistoryDisabled pyauto test to a...joaodasilva@chromium.org2012-08-291-35/+1
* Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...ricow@chromium.org2012-08-231-2/+2
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-231-2/+2
* Let ui_test_utils::FindInPage optionally return the selection rect. This will...jam@chromium.org2012-08-171-1/+1
* Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...mrossetti@chromium.org2012-08-141-2/+2
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-141-2/+2
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-08-021-12/+16
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-2/+2
* Move input event simulation functions from ui_test_utils.h to browser_test_ut...jam@chromium.org2012-07-201-1/+1
* Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...jam@chromium.org2012-07-201-1/+2
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-4/+5
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+3
* TabContentsWrapper -> TabContents, part 16.avi@chromium.org2012-06-081-4/+4
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Change WaitForHistoryToLoad to Take a HistoryService...mrossetti@chromium.org2012-05-241-4/+8
* browser: Remove tab handler concept.tfarina@chromium.org2012-05-061-2/+2
* Convert the autofill interactive browser test to a normal browser_test. I add...jam@chromium.org2012-05-041-2/+1
* RefCounted types should not have public destructors, chrome/browser/ part 1rsleevi@chromium.org2012-04-271-3/+4
* Convert session history ui test to a browser test, renabling all the disabled...jam@chromium.org2012-04-231-0/+18
* Convert history ui_test to browser_tests.jam@chromium.org2012-04-191-1/+74
* 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-1/+1
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-5/+4
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-4/+5
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-5/+4
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-4/+0