Bug 139978 - Use UserData when sending messages to the process pool
Summary: Use UserData when sending messages to the process pool
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: 140005
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-28 13:29 PST by Anders Carlsson
Modified: 2014-12-30 09:33 PST (History)
0 users

See Also:


Attachments
Patch (20.12 KB, patch)
2014-12-28 13:32 PST, Anders Carlsson
sam: 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 2014-12-28 13:29:27 PST
Use UserData when sending messages to the process pool
Comment 1 Anders Carlsson 2014-12-28 13:32:57 PST
Created attachment 243785 [details]
Patch
Comment 2 Sam Weinig 2014-12-28 17:06:19 PST
Comment on attachment 243785 [details]
Patch

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

> Source/WebKit2/UIProcess/WebProcessPool.cpp:950
>  // InjectedBundle client

Can you get rid of this comment.
Comment 3 Anders Carlsson 2014-12-29 09:46:18 PST
Committed r177792: <http://trac.webkit.org/changeset/177792>