Title: [175693] trunk/Tools
- Revision
- 175693
- Author
- [email protected]
- Date
- 2014-11-06 02:31:53 -0800 (Thu, 06 Nov 2014)
Log Message
Unreviewed, rolling out r175690.
https://bugs.webkit.org/show_bug.cgi?id=138460
We are not ready to run layout tests using the network process
yet (Requested by KaL on #webkit).
Reverted changeset:
"[GTK] Run layout tests using the network process"
https://bugs.webkit.org/show_bug.cgi?id=138428
http://trac.webkit.org/changeset/175690
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (175692 => 175693)
--- trunk/Tools/ChangeLog 2014-11-06 10:08:54 UTC (rev 175692)
+++ trunk/Tools/ChangeLog 2014-11-06 10:31:53 UTC (rev 175693)
@@ -1,3 +1,17 @@
+2014-11-06 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r175690.
+ https://bugs.webkit.org/show_bug.cgi?id=138460
+
+ We are not ready to run layout tests using the network process
+ yet (Requested by KaL on #webkit).
+
+ Reverted changeset:
+
+ "[GTK] Run layout tests using the network process"
+ https://bugs.webkit.org/show_bug.cgi?id=138428
+ http://trac.webkit.org/changeset/175690
+
2014-11-06 Carlos Garcia Campos <[email protected]>
[GTK] Run layout tests using the network process
Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (175692 => 175693)
--- trunk/Tools/WebKitTestRunner/TestController.cpp 2014-11-06 10:08:54 UTC (rev 175692)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp 2014-11-06 10:31:53 UTC (rev 175693)
@@ -332,7 +332,7 @@
m_context = adoptWK(WKContextCreateWithConfiguration(configuration.get()));
m_geolocationProvider = std::make_unique<GeolocationProviderMock>(m_context.get());
-#if PLATFORM(IOS) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 1080) || PLATFORM(GTK)
+#if PLATFORM(IOS) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 1080)
WKContextSetUsesNetworkProcess(m_context.get(), true);
WKContextSetProcessModel(m_context.get(), kWKProcessModelMultipleSecondaryProcesses);
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes