http://trac.webkit.org/changeset/156725
https://bugs.webkit.org/show_bug.cgi?id=122176
broke all the mismatch tests again (Requested by thorton on
#webkit).
Tools:
* WebKitTestRunner/mac/PlatformWebViewMac.mm:
(WTR::PlatformWebView::PlatformWebView):
LayoutTests:
* platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Removed.
* platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Removed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@156731
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-10-01 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r156725.
+ http://trac.webkit.org/changeset/156725
+ https://bugs.webkit.org/show_bug.cgi?id=122176
+
+ broke all the mismatch tests again (Requested by thorton on
+ #webkit).
+
+ * platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Removed.
+ * platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html: Removed.
+
2013-10-01 Tim Horton <timothy_horton@apple.com>
[wk2] WebKitTestRunner's window snapshots are blank with tiled drawing
+++ /dev/null
-<html>
-</html>
+++ /dev/null
-<html>
-<body style="background-color: black; color: white;">
-If this test passes (if WebKitTestRunner's snapshots are working correctly with tiled drawing), it will not match the pure-white mismatch expectation.
-</body>
-</html>
+2013-10-01 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r156725.
+ http://trac.webkit.org/changeset/156725
+ https://bugs.webkit.org/show_bug.cgi?id=122176
+
+ broke all the mismatch tests again (Requested by thorton on
+ #webkit).
+
+ * WebKitTestRunner/mac/PlatformWebViewMac.mm:
+ (WTR::PlatformWebView::PlatformWebView):
+
2013-10-01 Alex Christensen <achristensen@webkit.org>
Implemented createWebViewWithRequest in WinLauncher.
m_window.platformWebView = this;
[m_window setColorSpace:[[NSScreen mainScreen] colorSpace]];
[m_window setCollectionBehavior:NSWindowCollectionBehaviorStationary];
- [[m_window contentView] setWantsLayer:YES];
[[m_window contentView] addSubview:m_view];
[m_window orderBack:nil];
[m_window setReleasedWhenClosed:NO];