summaryrefslogtreecommitdiffstats
path: root/chrome/browser/site_instance_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-4/+4
* Hopefully fix the leak in the SiteInstance unittest (again). Processing thebrettw@chromium.org2009-04-231-4/+4
* Don't leak the RenderProcessHost when running site instance unit tests bybrettw@chromium.org2009-04-221-0/+4
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-9/+10
* Reverting 14005.brettw@chromium.org2009-04-181-5/+9
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-9/+5
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-5/+3
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-1/+1
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-6/+5
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Fix the build with some forgotten string conversions on non-Windows.brettw@chromium.org2009-03-041-2/+2
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+2
* Add site_instance_unittest.cc to the Posix build.jhawkins@chromium.org2009-03-021-2/+2
* Back out r10487 toomark@chromium.org2009-02-261-3/+3
* Attempting backout of r10495 due to ui_tests:mark@chromium.org2009-02-261-1/+0
* Fix unit tests.brettw@chromium.org2009-02-261-0/+1
* More URL constants replacement.brettw@chromium.org2009-02-261-3/+3
* Porting unit tests in chrome/phajdan.jr@chromium.org2009-02-101-3/+5
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-2/+5
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Don't create separate SiteInstances for pages from the same domain and schemecreis@google.com2008-11-261-3/+11
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-2/+3
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-2/+2
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-10/+17
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-2/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+402