summaryrefslogtreecommitdiffstats
path: root/content/browser/security_exploit_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* PlzNavigate: fix SecurityExploitBrowserTest.MismatchedOriginOnCommitclamy2016-03-231-0/+1
* Validate params.origin in the browser process at commit time.nasko2016-03-111-0/+57
* Refactored blocked_loaders_map_ to key by render frame route idcsharrison2016-02-031-6/+1
* Block a compromised renderer from reusing request ids.gzobqq2016-01-301-8/+75
* Switch to standard integer types in content/browser/.avi2015-12-251-0/+4
* PlzNavigate: Add helper method for checking if PlzNavigate is enabled.carlosk2015-12-161-6/+4
* Migrating tests to use EmbeddedTestServer (/content)svaldez2015-11-031-1/+1
* Give the main frame a RenderWidget.dcheng2015-10-261-5/+7
* Remove surface_id from RenderWidget/RenderWidgetHost and friendspiman2015-09-241-2/+1
* Remove DomOperationNotificationDetails.avi2015-09-231-1/+1
* Disallow lazy assignment of RenderWidgetHostImpl routing IDs.dcheng2015-08-311-1/+2
* Validate the Origin HTTP header in the browser process.creis2015-08-181-10/+122
* PlzNavigate: remove extraneous DidStartLoading IPCclamy2015-07-071-1/+1
* PlzNavigate: Create the speculative renderer earlier.carlosk2015-06-161-8/+15
* Remove unused WebPopupTypeSelect and WebPopupTypeSuggestiontkent2015-06-081-1/+1
* Revert "Ensure we properly set PageTransition for iframes."nick2015-04-271-1/+1
* Ensure we properly set PageTransition for iframes.japhet2015-04-221-1/+1
* Only take basename of default_file_name when starting a File Chooser.wfh2015-02-251-0/+42
* When requesting access to a blacklisted url from the interstitial page, updat...khannans2015-01-091-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* OOPIF: Data URLs are now rendered in the renderer that initiated the navigation.lfg2014-12-151-3/+2
* Use StopChildProcess instead of base::KillProcess to kill a renderer processjaekyun2014-12-041-9/+1
* IPC: a way for security exploit browsertests to simulate the appearance of a ...nick2014-11-141-6/+121
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-1/+1
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-2/+4
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-271-2/+2
* Remove stale frame ID references for RequestTransferURL.creis@chromium.org2014-03-061-1/+0
* Move OpenURL from RenderView to RenderFrame.nasko@chromium.org2014-03-041-3/+4
* Revert "Move OpenURL from RenderView to RenderFrame."cbiesinger@chromium.org2014-03-041-4/+3
* Move OpenURL from RenderView to RenderFrame.nasko@chromium.org2014-03-041-3/+4
* Unify frame IDs with RenderFrameHost routing IDs.creis@chromium.org2014-02-201-1/+2
* Introduce RenderProcessHostObserver::RenderProcessExited, use it in a new Ren...avi@chromium.org2014-01-021-5/+3
* Fix memory leak in SecurityExploitBrowserTest.AttemptDuplicateRenderViewHost.nasko@chromium.org2013-12-131-2/+2
* Prevent the browser process from creating duplicate RenderWidgetHostsnasko@chromium.org2013-12-041-0/+19
* Prevent the browser process from creating duplicate RenderViewHosts.nasko@chromium.org2013-12-041-0/+94
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-1/+1
* Linux/ChromeOS Chromium style checker cleanup, misc edition.rsleevi@chromium.org2013-02-201-1/+1
* Kill renderer processes that fail check in RenderViewHostImpl::SetWebUIPropertynasko@chromium.org2013-02-071-0/+55