Changeset 89825 in webkit


Ignore:
Timestamp:
Jun 27, 2011 9:32:23 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-27 Chang Shu <cshu@webkit.org>

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):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r89821 r89825  
     12011-06-27  Chang Shu  <cshu@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        [WK2] WebKitTestRunner should reset FrameFlattening flag to disable before each test
     6        https://bugs.webkit.org/show_bug.cgi?id=63457
     7
     8        * WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
     9        (WTR::InjectedBundle::beginTesting):
     10
    1112011-06-27  Raphael Kubo da Costa  <kubo@profusion.mobi>
    212
  • trunk/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp

    r87452 r89825  
    182182    WKBundleSetPrivateBrowsingEnabled(m_bundle, m_pageGroup, false);
    183183    WKBundleSetAuthorAndUserStylesEnabled(m_bundle, m_pageGroup, true);
     184    WKBundleSetFrameFlatteningEnabled(m_bundle, m_pageGroup, false);
    184185
    185186    WKBundleRemoveAllUserContent(m_bundle, m_pageGroup);
Note: See TracChangeset for help on using the changeset viewer.