summaryrefslogtreecommitdiffstats
path: root/content/browser/site_instance_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Store the RenderProcessHostFactory in a global variablejyasskin@chromium.org2013-06-061-13/+10
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-3/+4
* content: Extract url utility functions into url_utils.{h,cc}tfarina@chromium.org2013-05-171-0/+1
* [cleanup] STLDeleteContainerPointers->ScopedVectorgroby@chromium.org2013-05-141-4/+2
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-2/+2
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-3/+2
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Check for appropriate bindings in process-per-site mode.creis@chromium.org2013-02-081-0/+62
* Revert 179347 can't repro this.jam@chromium.org2013-01-291-1/+1
* Revert 179271bshe@chromium.org2013-01-291-1/+1
* Simplify how TestChromeWebUIControllerFactory is registered now that multiple...jam@chromium.org2013-01-291-1/+1
* Move IsURLAcceptableForWebUI out of WebUIControllerFactory since its implemen...jam@chromium.org2013-01-281-6/+0
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-281-21/+6
* Revert 175971ricow@chromium.org2013-01-101-6/+21
* Revert 175890: actually, looks like we want this to also help move chromeos w...jam@chromium.org2013-01-101-21/+6
* Revert 175822jam@chromium.org2013-01-091-6/+21
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-091-21/+6
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-3/+3
* Experimental: Fix HasWrongProcessForURL in --site-per-process mode.creis@chromium.org2012-12-031-0/+33
* Clean up SiteInstance::HasWrongProcessForURL and documentation.creis@chromium.org2012-11-111-0/+26
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-2/+2
* Changing the guest scheme to "chrome-guest"nasko@chromium.org2012-11-011-3/+5
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-73/+47
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-48/+71
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-71/+48
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-231-0/+1
* Rename GetSite in SiteInstance to GetSiteURL.nasko@chromium.org2012-09-281-3/+3
* Fix an AppCacheStorageImpl leak in SiteInstanceTest.SiteInstanceDestructor by...thestig@chromium.org2012-09-061-2/+12
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-3/+27
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-2/+3
* Move process-per-site logic from BrowsingInstance to RenderProcessHost.creis@chromium.org2012-06-291-53/+64
* Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,...fsamuel@chromium.org2012-06-221-0/+3
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-4/+4
* Move test headers from content\test to content\public\test. This way we can e...jam@chromium.org2012-06-041-5/+9
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Valgrind: Fix a leak in the WebContentsImplTest.jhawkins@chromium.org2012-06-011-2/+11
* Create swapped-out opener RVHs after a process swap.creis@chromium.org2012-05-021-5/+5
* Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost.creis@chromium.org2012-04-161-2/+4
* TabContents -> WebContentsImpl, part 13.avi@chromium.org2012-04-161-5/+5
* TabContents -> WebContentsImpl, part 14.avi@chromium.org2012-04-161-2/+2
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-101-1/+1
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-1/+1
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-1/+3
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-5/+19
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-4/+4
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1