Title: [121682] trunk/Source/WebKit2
- Revision
- 121682
- Author
- [email protected]
- Date
- 2012-07-02 08:59:35 -0700 (Mon, 02 Jul 2012)
Log Message
[EFL] [WK2] Remove content sniffer and decoder initialization from WebProcess
https://bugs.webkit.org/show_bug.cgi?id=90275
Patch by Sudarsana Nagineni <[email protected]> on 2012-07-02
Reviewed by Martin Robinson.
Do not initialize content sniffer and decoder in the WebProcess
because the initialization is now done in WebCore.
* WebProcess/efl/WebProcessMainEfl.cpp:
(WebKit::WebProcessMainEfl):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (121681 => 121682)
--- trunk/Source/WebKit2/ChangeLog 2012-07-02 15:54:34 UTC (rev 121681)
+++ trunk/Source/WebKit2/ChangeLog 2012-07-02 15:59:35 UTC (rev 121682)
@@ -1,3 +1,16 @@
+2012-07-02 Sudarsana Nagineni <[email protected]>
+
+ [EFL] [WK2] Remove content sniffer and decoder initialization from WebProcess
+ https://bugs.webkit.org/show_bug.cgi?id=90275
+
+ Reviewed by Martin Robinson.
+
+ Do not initialize content sniffer and decoder in the WebProcess
+ because the initialization is now done in WebCore.
+
+ * WebProcess/efl/WebProcessMainEfl.cpp:
+ (WebKit::WebProcessMainEfl):
+
2012-07-02 Sheriff Bot <[email protected]>
Unreviewed, rolling out r120329, r121113, and r121138.
Modified: trunk/Source/WebKit2/WebProcess/efl/WebProcessMainEfl.cpp (121681 => 121682)
--- trunk/Source/WebKit2/WebProcess/efl/WebProcessMainEfl.cpp 2012-07-02 15:54:34 UTC (rev 121681)
+++ trunk/Source/WebKit2/WebProcess/efl/WebProcessMainEfl.cpp 2012-07-02 15:59:35 UTC (rev 121682)
@@ -74,9 +74,6 @@
soup_uri_free(proxyUri);
}
- soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_SNIFFER);
- soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
-
int socket = atoi(argv[1]);
WebProcess::shared().initialize(socket, RunLoop::main());
RunLoop::run();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes