RESOLVED FIXED 160236
[GTK] Remove network setup from web process
https://bugs.webkit.org/show_bug.cgi?id=160236
Summary [GTK] Remove network setup from web process
Carlos Garcia Campos
Reported 2016-07-27 00:58:08 PDT
We are still doing network init and finish in th web process.
Attachments
Patch (1.55 KB, patch)
2016-07-27 00:59 PDT, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2016-07-27 00:59:52 PDT
Michael Catanzaro
Comment 2 2016-07-27 06:24:12 PDT
Comment on attachment 284680 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=284680&action=review > Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp:-63 > - SoupNetworkSession::defaultSession().setSSLPolicy(SoupNetworkSession::SSLUseSystemCAFile); OK. > Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp:-71 > - soup_cache_dump(soupCache); But as we discussed yesterday, EFL is still using the web process soup cache; I doubt it is safe for them to remove this. We should switch them to use the network cache first (bug #152676).
Carlos Garcia Campos
Comment 3 2016-07-27 06:38:31 PDT
I'm pretty sure EFL doesn't use Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp :-)
Michael Catanzaro
Comment 4 2016-07-27 07:19:09 PDT
Comment on attachment 284680 [details] Patch Point
Carlos Garcia Campos
Comment 5 2016-07-27 08:51:20 PDT
Note You need to log in before you can comment on or make changes to this bug.