[Webkit-unassigned] [Bug 145685] New: [EFL] Make send/receive messages to communicate the Web and UI processes using Injected Bundle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 21:34:44 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145685

            Bug ID: 145685
           Summary: [EFL] Make send/receive messages to communicate the
                    Web and UI processes using Injected Bundle
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hyungwook.lee at navercorp.com
                CC: demarchi at webkit.org

As we know Injected Bundle provides a way to send/receive user messages to communicate the Web and UI processes.
It is useful implement port specific API without changing current architecture.

In my investigation, gtk port provide many APIs and Callbacks using Injected Bundle such as webkit_web_context_prefetch_dns(), webKitWebViewDidReceiveSnapshot().

To have extensible port specific API facility using Injected Bundle, we need to load libewebkit_extension_manager.so Injected Bundle in default that is same as what gtk port does.
Hence I suggest to make load libewebkit_extension_manager.so Injected Bundle in default.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150605/93755f11/attachment.html>


More information about the webkit-unassigned mailing list