[Webkit-unassigned] [Bug 146358] New: ScriptMessageHandlerDelegate::didPostMessage() should reuse its JSContext instance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 12:36:37 PDT 2015


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

            Bug ID: 146358
           Summary: ScriptMessageHandlerDelegate::didPostMessage() should
                    reuse its JSContext instance
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Currently, ScriptMessageHandlerDelegate::didPostMessage() creates a new JSContext on every invocation.  It would be more efficient to just create it once and reuse it for all subsequent calls.

-- 
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/20150626/823a403e/attachment-0001.html>


More information about the webkit-unassigned mailing list