Bug 157392 - Modern IDB (Workers): Move TransactionOperation management from IDBConnectionToServer to IDBConnectionProxy
Summary: Modern IDB (Workers): Move TransactionOperation management from IDBConnection...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149953 157394
  Show dependency treegraph
 
Reported: 2016-05-05 15:20 PDT by Brady Eidson
Modified: 2016-05-05 16:11 PDT (History)
5 users (show)

See Also:


Attachments
Patch v1 (34.79 KB, patch)
2016-05-05 15:24 PDT, Brady Eidson
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-05-05 15:20:33 PDT
Modern IDB (Workers): Move TransactionOperation management from IDBConnectionToServer to IDBConnectionProxy

This gets us closer to IDBConnectionToServer being a thin layer of a main-thread-only object.

It also thins out the public interface of TransactionOperation to discourage future thread-unsafe usage.
Comment 1 Brady Eidson 2016-05-05 15:24:24 PDT
Created attachment 278197 [details]
Patch v1
Comment 2 Brady Eidson 2016-05-05 16:09:53 PDT
The failures on mac-debug are unrelated to this patch.

Landing manually.
Comment 3 Brady Eidson 2016-05-05 16:11:25 PDT
http://trac.webkit.org/changeset/200489