summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/frame_tree_browsertest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move ContentBrowserTest class to content/public, since it's used by ↵jam@chromium.org2014-03-271-2/+2
| | | | | | | | | | components_browsertests for browser tests which use Content Shell. R=avi@chromium.org Review URL: https://codereview.chromium.org/214823006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259967 0039d316-1c4b-4281-b951-d872f2087c98
* Update several browser_tests / content_browsertests to set iframes' namech.dumez@samsung.com2014-03-081-1/+1
| | | | | | | | | | | | | | | | Update several browser_tests / content_browsertests to set iframes' name. Previously, these tests were relying on the iframe's name being its id if the name parameter was unset. However, this behavior is against specification and other browsers. Blink is going to be updated accordingly but we need to fix the tests on Chromium-side first before we can land the Blink change. BUG=347169 R=jochen@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/188813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255756 0039d316-1c4b-4281-b951-d872f2087c98
* Unify frame IDs with RenderFrameHost routing IDs.creis@chromium.org2014-02-201-18/+6
| | | | | | | | | | This eliminates a lot of unnecessary code around FrameTreeNode::frame_id_, which was also incorrect if two frames had the same frame ID in different processes. BUG=314791 Review URL: https://codereview.chromium.org/172063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252370 0039d316-1c4b-4281-b951-d872f2087c98
* Always create FrameTreeNodes and RenderFrameHosts for every frame.nasko@chromium.org2014-01-101-0/+170
| | | | | | | | | | Patch Set 1 and 2 are import of the original CL: https://codereview.chromium.org/82033002/ BUG=245126 Review URL: https://codereview.chromium.org/117603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244023 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 237119 "Always create FrameTreeNodes and RenderFrameHosts..."creis@chromium.org2013-11-271-169/+0
| | | | | | | | | | | | | | | | | > Always create FrameTreeNodes and RenderFrameHosts for every frame. > > This allows us to run the FrameTreeShape tests without a flag. > > BUG=245126 > TEST=FrameTreeBrowserTest.FrameTreeShape* > > Review URL: https://codereview.chromium.org/82033002 TBR=creis@chromium.org Review URL: https://codereview.chromium.org/90213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237469 0039d316-1c4b-4281-b951-d872f2087c98
* Always create FrameTreeNodes and RenderFrameHosts for every frame.creis@chromium.org2013-11-251-0/+169
This allows us to run the FrameTreeShape tests without a flag. BUG=245126 TEST=FrameTreeBrowserTest.FrameTreeShape* Review URL: https://codereview.chromium.org/82033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237119 0039d316-1c4b-4281-b951-d872f2087c98