[Webkit-unassigned] [Bug 146403] New: Binding generator should allow using JSC::Value for "any" parameter in lieu of ScriptValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 28 23:17:19 PDT 2015


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

            Bug ID: 146403
           Summary: Binding generator should allow using JSC::Value for
                    "any" parameter in lieu of ScriptValue
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

ScriptValue is now being Deprecated.
It might make sense to enable new APIs directly get "any" parameters as JSC::JSValue.
This may allow existing ScriptValue-based APIs to migrate to JSC::JSValue progressively and simplify the binding generator once all APIs are migrated.

-- 
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/20150629/c7b2c273/attachment.html>


More information about the webkit-unassigned mailing list