Bug 110151 - StorageManager message handlers should take the connection
Summary: StorageManager message handlers should take the connection
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-18 13:29 PST by Anders Carlsson
Modified: 2013-02-18 13:54 PST (History)
0 users

See Also:


Attachments
Patch (8.45 KB, patch)
2013-02-18 13:30 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-18 13:29:57 PST
StorageManager message handlers should take the connection
Comment 1 Anders Carlsson 2013-02-18 13:30:27 PST
Created attachment 188937 [details]
Patch
Comment 2 Andreas Kling 2013-02-18 13:46:27 PST
Comment on attachment 188937 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=188937&action=review

k

> Source/WebKit2/ChangeLog:14
> +        * Scripts/webkit2/messages.py:
> +        (sync_message_statement):
> +        (generate_message_handler):

No autotest?
Comment 3 Anders Carlsson 2013-02-18 13:54:15 PST
Committed r143262: <http://trac.webkit.org/changeset/143262>