summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_commands_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-3/+3
* Update the Zoom NSMenuItems (Zoom-In/Zoom-out/Actual-Size) when the zoom stat...a.sarkar.arun@gmail.com2014-08-041-0/+112
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1
* Move bookmarks/core/... to bookmarks/...naiem.shaik@gmail.com2014-05-201-2/+2
* Move bookmarks' test support file to the bookmarks componentsdefresne@chromium.org2014-05-051-1/+1
* Move bookmarks' production code to components/bookmarkssdefresne@chromium.org2014-04-301-1/+1
* bookmarks: Get rid of ui_test_utils.h entry from the exception list.tfarina@chromium.org2013-09-111-2/+2
* Rename GetActiveURL to GetVisibleURL.nasko@chromium.org2013-07-221-4/+4
* Move BrowserCommandsTest to new WebContents URL APInasko@chromium.org2013-07-181-10/+15
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-1/+1
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@chromium.org2013-04-241-4/+0
* Revert 195811 "Explicitly construct/destruct UserManager and dep..."kalman@chromium.org2013-04-231-0/+4
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@google.com2013-04-231-4/+0
* bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().tfarina@chromium.org2013-03-251-3/+5
* Replace most BrowserList::empty() and BrowserList::size() calls by multi-desk...gab@chromium.org2013-02-131-5/+5
* Cleanup: Remove more unneeded browser_thread.h includes.thestig@chromium.org2013-01-041-1/+0
* Remove tabstrip wrappers in browser_tabstrip.avi@chromium.org2012-12-031-28/+31
* Use the last committed entry for View Source.creis@chromium.org2012-08-141-6/+51
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-08-011-1/+3
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-11/+12
* Moves command handling from Browser to a new object, BrowserCommandController.ben@chromium.org2012-06-271-12/+9
* Move browser commands into a separate file.ben@chromium.org2012-06-251-4/+5
* TabContentsWrapper -> TabContents, part 33.avi@chromium.org2012-06-111-3/+3
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move a lot of ChromeOS stuff out of Browser and onto various Ash-related help...ben@chromium.org2012-04-201-35/+0
* Made a ScopedMockUserManagerEnabler to simplify UserManager mocking life-cycle.pastarmovj@chromium.org2012-03-261-5/+2
* Fix UserManager to not leak the mock managers created for unit tests.pastarmovj@chromium.org2012-03-211-1/+17
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-6/+7
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-6/+6
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-1/+5
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-3/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-12/+12
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-12/+12
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-12/+12
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* chromeos: Make Search key never close the NTP.derat@chromium.org2011-10-031-0/+27
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-2/+2
* More TabStripModel renaming:sky@chromium.org2011-04-181-3/+3
* Renames TabStripModel and Browser's selected_index tosky@chromium.org2011-04-121-10/+10
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-1/+0
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-4/+4
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-2/+2
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-1/+1