Summary: | Dispatch storage manager messages to the storage work queue | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2013-02-06 15:03:25 PST
Created attachment 186930 [details]
Patch
Comment on attachment 186930 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186930&action=review > Source/WebKit2/UIProcess/Storage/StorageManager.cpp:87 > + didReceiveStorageManagerMessageOnConnectionWorkQueue(connection, decoderPtr); This function name is no longer accurate as it won't be called on the connection work queue. Comment on attachment 186930 [details]
Patch
r=me, since you aim to clean this up.
Committed r142044: <http://trac.webkit.org/changeset/142044> |