Bug 109099 - Dispatch storage manager messages to the storage work queue
Summary: Dispatch storage manager messages to the storage work queue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-06 15:03 PST by Anders Carlsson
Modified: 2013-02-06 15:46 PST (History)
0 users

See Also:


Attachments
Patch (3.19 KB, patch)
2013-02-06 15:03 PST, Anders Carlsson
kling: 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 2013-02-06 15:03:25 PST
Dispatch storage manager messages to the storage work queue
Comment 1 Anders Carlsson 2013-02-06 15:03:49 PST
Created attachment 186930 [details]
Patch
Comment 2 Andreas Kling 2013-02-06 15:41:11 PST
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 3 Andreas Kling 2013-02-06 15:44:53 PST
Comment on attachment 186930 [details]
Patch

r=me, since you aim to clean this up.
Comment 4 Anders Carlsson 2013-02-06 15:46:13 PST
Committed r142044: <http://trac.webkit.org/changeset/142044>