Bug 57787 - Get rid of WebContext::process() in more places
Summary: Get rid of WebContext::process() in more places
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 14:04 PDT by Anders Carlsson
Modified: 2011-04-04 15:29 PDT (History)
4 users (show)

See Also:


Attachments
Patch (24.26 KB, patch)
2011-04-04 14:07 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-04-04 14:04:13 PDT
Get rid of WebContext::process() in more places
Comment 1 Anders Carlsson 2011-04-04 14:07:30 PDT
Created attachment 88127 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-04-04 14:15:46 PDT
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.
Comment 3 Anders Carlsson 2011-04-04 14:17:45 PDT
Committed r82873: <http://trac.webkit.org/changeset/82873>
Comment 4 WebKit Review Bot 2011-04-04 15:29:31 PDT
http://trac.webkit.org/changeset/82873 might have broken GTK Linux 32-bit Release