summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_commands_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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