summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_commands_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-251-0/+1
* sync: take two for:tim@chromium.org2010-08-181-1/+0
* Revert 56423 - Added classes to enable session sync functionality.tim@chromium.org2010-08-171-0/+1
* Added classes to enable session sync functionality.tim@chromium.org2010-08-171-1/+0
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-0/+3
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-081-2/+2
* re-enable test.sidchat@google.com2009-08-131-1/+1
* Disable BrowserCommandsTest.TabNavigationAccelerators.sidchat@google.com2009-08-131-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Write a test for my previous patch to fix a crash in back/forward navigationsbrettw@chromium.org2009-04-291-0/+66
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-6/+6
* Reverting 14005.brettw@chromium.org2009-04-181-6/+6
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-6/+6
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-1/+1
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-10/+12
* Remove auto commit from TestTabContents. This is the thing preventing me frombrettw@chromium.org2009-04-101-3/+3
* Add a couple more unit tests to the Mac buildpinkerton@chromium.org2009-03-111-1/+1
* Drop whitespace at end of linewillchan@chromium.org2009-02-271-1/+1
* Don't expose the go and star button views directly through the BrowserWindow ...ben@chromium.org2009-01-231-0/+25
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Provides the infrastructure for Browser unit tests that create asky@google.com2009-01-141-0/+74