Bug 48838 - Add a way to send startup messages on the context which can be posted when a process launches
Summary: Add a way to send startup messages on the context which can be posted when a ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 08:38 PDT by Sam Weinig
Modified: 2010-11-02 15:08 PDT (History)
0 users

See Also:


Attachments
Patch (19.00 KB, patch)
2010-11-02 14:35 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-11-02 08:38:21 PDT
We should have a way to register "startup messages" on the context that are posted to the WebProcess each time it launches.
Comment 1 Sam Weinig 2010-11-02 14:35:50 PDT
Created attachment 72738 [details]
Patch
Comment 2 Anders Carlsson 2010-11-02 15:00:17 PDT
Comment on attachment 72738 [details]
Patch

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

> WebKit2/ChangeLog:9
> +        APIObject on WebContext to be sent to the InjectedBundle's  WKBundleInitialize

extra space.

> WebKitTools/ChangeLog:23
> +        each tests bundle.

test's ?
Comment 3 Sam Weinig 2010-11-02 15:08:31 PDT
Landed in r71175.