Bug 156868

Summary: Modern IDB (Workers): Move IDBConnectionProxy into IDBRequest and IDBDatabase
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, jsbell
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117, 149953    
Attachments:
Description Flags
Patch v1 none

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.