Get rid of WebContext::process() in more places
Created attachment 88127 [details] Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=88127&action=review > Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp:72 > + // FIXME (Multi-process): The application cache shouldn't be stored in the web process. Maybe this should say where it *should* be stored (if you know). > Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp:89 > + // FIXME (Multi-process): The application cache shouldn't be stored in the web process. Ditto. > Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp:95 > + // FIXME (Multi-process): The application cache shouldn't be stored in the web process. Tritto. > Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp:79 > + // FIXME (Multi-process): Cookies shouldn't be stored in the web process. You know. > Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp:148 > + // FIXME (Multi-process): Cookies shouldn't be stored in the web process. I'm done now.
Committed r82873: <http://trac.webkit.org/changeset/82873>
http://trac.webkit.org/changeset/82873 might have broken GTK Linux 32-bit Release