[Webkit-unassigned] [Bug 157947] New: Modern IDB: Properly handle writing blobs from Workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 09:56:56 PDT 2016


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

            Bug ID: 157947
           Summary: Modern IDB: Properly handle writing blobs from Workers
    Classification: Unclassified
           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

Modern IDB: Properly handle writing blobs from Workers

All of the blob writing code that's kicked off from IDBTransaction::putOrAddOnServer presumes that callbacks should come to the main thread.

That's wrong - they should come to whatever thread IDBTransaction::putOrAddOnServer was called on (possibly the worker thread)

-- 
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/20160520/347ea515/attachment.html>


More information about the webkit-unassigned mailing list