[Webkit-unassigned] [Bug 156810] New: Modern IDB (Workers): Introduce "IDBConnectionProxy" for future threading abstraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 14:47:26 PDT 2016


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

            Bug ID: 156810
           Summary: Modern IDB (Workers): Introduce "IDBConnectionProxy"
                    for future threading abstraction
    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 (Workers): Introduce "IDBConnectionProxy" for future threading abstraction

You can get to your IDBConnectionProxy from your ScriptExecutionContext, which will work on both main and worker threads.

IDBConnectionProxy will hold on to the IDBConnectionToServer, which will remain a main-thread-only construct.

Slowly, IDB* objects getting to their IDBConnectionProxy will replace them holding on to an IDBConnectionToServer directly.

-- 
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/20160420/afa741de/attachment.html>


More information about the webkit-unassigned mailing list