Title: [89825] trunk/Tools
Revision
89825
Author
[email protected]
Date
2011-06-27 09:32:23 -0700 (Mon, 27 Jun 2011)

Log Message

2011-06-27  Chang Shu  <[email protected]>

        Reviewed by Darin Adler.

        [WK2] WebKitTestRunner should reset FrameFlattening flag to disable before each test
        https://bugs.webkit.org/show_bug.cgi?id=63457

        * WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
        (WTR::InjectedBundle::beginTesting):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (89824 => 89825)


--- trunk/Tools/ChangeLog	2011-06-27 15:51:54 UTC (rev 89824)
+++ trunk/Tools/ChangeLog	2011-06-27 16:32:23 UTC (rev 89825)
@@ -1,3 +1,13 @@
+2011-06-27  Chang Shu  <[email protected]>
+
+        Reviewed by Darin Adler.
+
+        [WK2] WebKitTestRunner should reset FrameFlattening flag to disable before each test
+        https://bugs.webkit.org/show_bug.cgi?id=63457
+
+        * WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
+        (WTR::InjectedBundle::beginTesting):
+
 2011-06-27  Raphael Kubo da Costa  <[email protected]>
 
         Reviewed by Kent Tamura.

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp (89824 => 89825)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp	2011-06-27 15:51:54 UTC (rev 89824)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp	2011-06-27 16:32:23 UTC (rev 89825)
@@ -181,6 +181,7 @@
     WKBundleSetJavaScriptCanAccessClipboard(m_bundle, m_pageGroup, true);
     WKBundleSetPrivateBrowsingEnabled(m_bundle, m_pageGroup, false);
     WKBundleSetAuthorAndUserStylesEnabled(m_bundle, m_pageGroup, true);
+    WKBundleSetFrameFlatteningEnabled(m_bundle, m_pageGroup, false);
 
     WKBundleRemoveAllUserContent(m_bundle, m_pageGroup);
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to