Bug 94630 - [WK2] Support posting injected bundle messages to a page
Summary: [WK2] Support posting injected bundle messages to a page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 13:15 PDT by Alexey Proskuryakov
Modified: 2012-09-05 12:46 PDT (History)
5 users (show)

See Also:


Attachments
proposed patch (22.59 KB, patch)
2012-08-21 13:25 PDT, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!