| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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' 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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
|
|
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
|