Bug 156868 - Modern IDB (Workers): Move IDBConnectionProxy into IDBRequest and IDBDatabase
Summary: Modern IDB (Workers): Move IDBConnectionProxy into IDBRequest and IDBDatabase
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: 149117 149953
  Show dependency treegraph
 
Reported: 2016-04-21 14:12 PDT by Brady Eidson
Modified: 2016-04-21 16:24 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (19.74 KB, patch)
2016-04-21 15:15 PDT, Brady Eidson
no flags 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-04-21 14:12:38 PDT
Modern IDB (Workers): Move IDBConnectionProxy into IDBRequest and IDBDatabase

After this, everybody else who used to hold on to their IDBConnectionToServer directly will instead either reference the IDBConnectionProxy held by either the Request or the Database
Comment 1 Brady Eidson 2016-04-21 15:15:35 PDT
Created attachment 276968 [details]
Patch v1
Comment 2 WebKit Commit Bot 2016-04-21 16:24:51 PDT
Comment on attachment 276968 [details]
Patch v1

Clearing flags on attachment: 276968

Committed r199843: <http://trac.webkit.org/changeset/199843>
Comment 3 WebKit Commit Bot 2016-04-21 16:24:56 PDT
All reviewed patches have been landed.  Closing bug.