summaryrefslogtreecommitdiffstats
path: root/content/browser/site_instance_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up SiteInstance with all swapped out views.dsjang@chromium.org2013-07-121-0/+1
* Add UMA stats for predicted process counts with out-of-process iframes.creis@chromium.org2013-06-141-4/+3
* Pass the SiteInstance into CreateRenderProcessHostjyasskin@chromium.org2013-06-061-1/+1
* Store the RenderProcessHostFactory in a global variablejyasskin@chromium.org2013-06-061-3/+9
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-2/+7
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-7/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-2/+7
* Browser Plugin: Only install BrowserPluginMessageFilter if render process sup...fsamuel@chromium.org2013-03-231-0/+3
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-3/+3
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-31/+31
* Add an experimental --site-per-process flag.creis@chromium.org2012-11-151-1/+4
* Clean up SiteInstance::HasWrongProcessForURL and documentation.creis@chromium.org2012-11-111-3/+7
* Fix NULL pointer access in content::RenderProcessHostImpl::IsSuitableHost().hshi@google.com2012-11-081-1/+1
* content: Move two more url constants into content namespace.tfarina@chromium.org2012-11-011-1/+1
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-16/+13
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-1/+0
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-0/+1
* Rename GetSite in SiteInstance to GetSiteURL.nasko@chromium.org2012-09-281-1/+1
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-15/+17
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* Move process-per-site logic from BrowsingInstance to RenderProcessHost.creis@chromium.org2012-06-291-13/+60
* Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,...fsamuel@chromium.org2012-06-221-1/+6
* Move some code into the content namespace.darin@chromium.org2012-06-011-0/+1
* Create swapped-out opener RVHs after a process swap.creis@chromium.org2012-05-021-0/+5
* Fix bug where a large number of extensions can starve the browser for rendere...nasko@chromium.org2012-02-221-1/+2
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-3/+3
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-2/+4
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-0/+269