[Webkit-unassigned] [Bug 126208] Define WebProcess::usesNetworkProcess unconditionally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 12:19:54 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126208





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2014-01-02 12:17:44 PST ---
> This only allows to avoid the ifdefs when the only thing used is usesNetworkProcess, the cases you mentioned use other API only defined inside ENABLE(NETWORK_PROCESS) blocks, like  NetworkProcessProxy in DownloadProxy::cancel() or NetworkConnectionToWebProcessMessages in platform strategies.

Yes, I was asking whether these can be easily moved out of ifdefs too. It's really inconsistent to keep most of the ifdefs around, and I'm not sure if this patch is much of an improvement right now.

> Do we really need disk cache, or cookies for those loads?

We need cookies and http credentials for appcache for sure, otherwise it would be impossible to install an offline app from a protected site.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list