summaryrefslogtreecommitdiffstats
path: root/content/browser/site_instance_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Garbage Collect the Storage directory on next profile start after an ↵ajwong@chromium.org2012-12-111-4/+0
| | | | | | | | | | | extension uninstall. BUG=85127 Review URL: https://chromiumcodereview.appspot.com/11419307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172278 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up SiteInstance::HasWrongProcessForURL and documentation.creis@chromium.org2012-11-111-1/+1
| | | | | | | | | | BUG=159974 TEST=No visible behavior change. Review URL: https://chromiumcodereview.appspot.com/11359135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167127 0039d316-1c4b-4281-b951-d872f2087c98
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-17/+17
| | | | | | Review URL: https://codereview.chromium.org/11340029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164828 0039d316-1c4b-4281-b951-d872f2087c98
* Rename GetSite in SiteInstance to GetSiteURL.nasko@chromium.org2012-09-281-1/+1
| | | | | | | | | | | This rename is in preparation of adding a GetSite method, which will return a structure instead of GURL. BUG=145500 Review URL: https://chromiumcodereview.appspot.com/11000027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159263 0039d316-1c4b-4281-b951-d872f2087c98
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98
* Create swapped-out opener RVHs after a process swap.creis@chromium.org2012-05-021-2/+1
| | | | | | | | | | | This is required to support cross-process JavaScript calls, like postMessage. BUG=99202 TEST=window.opener present after a cross-process navigation. Review URL: https://chromiumcodereview.appspot.com/10171018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134981 0039d316-1c4b-4281-b951-d872f2087c98
* Define the public interface for content browser SiteInstance. This interface ↵ananta@chromium.org2012-01-251-0/+119
is implemented by the SiteInstanceImpl class which lives in content\browser\site_instance.cc/.h. Changes as part of creating a content API. BUG=98716 TEST=No change in functionality. Hopefully it all compiles and works. Review URL: http://codereview.chromium.org/8515027 Review URL: https://chromiumcodereview.appspot.com/9146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119102 0039d316-1c4b-4281-b951-d872f2087c98