summaryrefslogtreecommitdiffstats
path: root/content/browser/security_exploit_browsertest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Introduce RenderProcessHostObserver::RenderProcessExited, use it in a new ↵avi@chromium.org2014-01-021-5/+3
| | | | | | | | | | | RenderProcessHostWatcher, and switch browser tests over to that new watcher. BUG=170921 TEST=no change Review URL: https://codereview.chromium.org/121493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242832 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in SecurityExploitBrowserTest.AttemptDuplicateRenderViewHost.nasko@chromium.org2013-12-131-2/+2
| | | | | | | | BUG=328084 Review URL: https://codereview.chromium.org/114403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240649 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent the browser process from creating duplicate RenderWidgetHostsnasko@chromium.org2013-12-041-0/+19
| | | | | | | | | | This is a follow up CL for crrev.com/238575. The same problem exists when creating RenderWidgetHosts and this CL address this. BUG=312016 Review URL: https://codereview.chromium.org/105033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238750 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent the browser process from creating duplicate RenderViewHosts.nasko@chromium.org2013-12-041-0/+94
| | | | | | | | BUG=312016 Review URL: https://codereview.chromium.org/92873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238575 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-1/+1
| | | | | | | | | | BUG=180021 R=marja@chromium.org TBR=joi@chromium.org,ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/23316003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218441 0039d316-1c4b-4281-b951-d872f2087c98
* Linux/ChromeOS Chromium style checker cleanup, misc edition.rsleevi@chromium.org2013-02-201-1/+1
| | | | | | | | | | | | | Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 TBR=brettw, satorux Review URL: https://chromiumcodereview.appspot.com/12253025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183461 0039d316-1c4b-4281-b951-d872f2087c98
* Kill renderer processes that fail check in RenderViewHostImpl::SetWebUIPropertynasko@chromium.org2013-02-071-0/+55
When setting WebUI property for a renderer, it should have WebUI bindings enabled. If we get into inconsistent state where the renderer doesn't have those bindings, but we are trying to set WebUI properties, we should kill it. This is a defense in depth measure against security exploits. BUG=174063 Review URL: https://chromiumcodereview.appspot.com/12210038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181145 0039d316-1c4b-4281-b951-d872f2087c98