Changeset 165899 in webkit
- Timestamp:
- Mar 19, 2014, 10:27:24 AM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r165870 r165899 1 2014-03-19 Alexey Proskuryakov <ap@apple.com> 2 3 REGRESSION (OS X 10.9.2): PageVisibilityStateWithWindowChanges.WebKit2 API test fails 4 https://bugs.webkit.org/show_bug.cgi?id=130463 5 6 * TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm: Disable the test. 7 1 8 2014-03-18 Samuel White <samuel_white@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm
r163821 r165899 31 31 #import <WebKit2/WKViewPrivate.h> 32 32 #import <wtf/RetainPtr.h> 33 34 // https://bugs.webkit.org/show_bug.cgi?id=130463 35 #if __MAC_OS_X_VERSION_MIN_REQUIRED != 1090 33 36 34 37 static bool isWaitingForPageSignalToContinue = false; … … 177 180 178 181 } // namespace TestWebKitAPI 182 183 #endif
Note:
See TracChangeset
for help on using the changeset viewer.