Bug 94630

Summary: [WK2] Support posting injected bundle messages to a page
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, menard, sam, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch sam: review+

Description Alexey Proskuryakov 2012-08-21 13:15:34 PDT
A message targeted at a page should not be sent to all processes in a context.
Comment 1 Alexey Proskuryakov 2012-08-21 13:25:35 PDT
Created attachment 159754 [details]
proposed patch
Comment 2 Sam Weinig 2012-08-21 16:05:54 PDT
You should add an API test.
Comment 3 Alexey Proskuryakov 2012-08-22 09:37:19 PDT
Committed <http://trac.webkit.org/changeset/126311>.

Support for the new message has been added to TestWebKitAPI.
Comment 4 Sam Weinig 2012-08-22 11:36:48 PDT
(In reply to comment #3)
> Committed <http://trac.webkit.org/changeset/126311>.
> 
> Support for the new message has been added to TestWebKitAPI.

Thank you Alexey!