[Webkit-unassigned] [Bug 205239] New: More ScriptController refactoring in preparation for async functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 14 14:06:53 PST 2019


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

            Bug ID: 205239
           Summary: More ScriptController refactoring in preparation for
                    async functions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

More ScriptController refactoring in preparation for async functions

- Bundle everything needed for script evaluation into a "JavaScriptExecutionParameters" object
- Instead of returning a value, make evaluateInWorld take a completion handler to callback with the result

(For this patch, the completion handler will always be called synchronously)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191214/eda38cc4/attachment.htm>


More information about the webkit-unassigned mailing list