Title: [182166] trunk/Tools
- Revision
- 182166
- Author
- [email protected]
- Date
- 2015-03-30 17:33:19 -0700 (Mon, 30 Mar 2015)
Log Message
DumpRenderTree should set NSWindowDisplayWithRunLoopObserver
https://bugs.webkit.org/show_bug.cgi?id=143241
rdar://problem/20351297
Reviewed by Mark Lam.
* DumpRenderTree/mac/DumpRenderTree.mm: (setDefaultsToConsistentValuesForTesting):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (182165 => 182166)
--- trunk/Tools/ChangeLog 2015-03-31 00:29:17 UTC (rev 182165)
+++ trunk/Tools/ChangeLog 2015-03-31 00:33:19 UTC (rev 182166)
@@ -1,3 +1,13 @@
+2015-03-30 Alexey Proskuryakov <[email protected]>
+
+ DumpRenderTree should set NSWindowDisplayWithRunLoopObserver
+ https://bugs.webkit.org/show_bug.cgi?id=143241
+ rdar://problem/20351297
+
+ Reviewed by Mark Lam.
+
+ * DumpRenderTree/mac/DumpRenderTree.mm: (setDefaultsToConsistentValuesForTesting):
+
2015-03-30 Gyuyoung Kim <[email protected]>
[CMake][EFL] Remove redundant library link and include path
Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (182165 => 182166)
--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm 2015-03-31 00:29:17 UTC (rev 182165)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm 2015-03-31 00:33:19 UTC (rev 182166)
@@ -982,6 +982,7 @@
#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 101000
@"AppleSystemFontOSSubversion": @(10),
#endif
+ @"NSWindowDisplayWithRunLoopObserver": @YES, // Temporary workaround, see <rdar://problem/20351297>.
};
[[NSUserDefaults standardUserDefaults] setValuesForKeysWithDictionary:dict];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes