[Webkit-unassigned] [Bug 169395] New: [WebCrypto] Change VectorCallback from Function<void(const Vector<uint8_t>&)> to Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 8 17:10:20 PST 2017


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

            Bug ID: 169395
           Summary: [WebCrypto] Change VectorCallback from
                    Function<void(const Vector<uint8_t>&)> to
                    Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jiewen_tan at apple.com

It looks like that VectorCallback can actually better be Function<void(Vector<uint8_t>&&)> in CryptoAlgorithms.

-- 
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/20170309/cb0d891b/attachment.html>


More information about the webkit-unassigned mailing list