Bug 127717

Summary: IDB: Rename "IDBTransactionIdentifier" to be more general purpose
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Patch v1
thorton: review+
Patch take 2 (v1) thorton: review+

Brady Eidson
Reported 2014-01-27 15:38:08 PST
IDB: Rename "IDBTransactionIdentifier" to be more general purpose The purpose of IDBTransactionIdentifier is to pair a DatabaseProcessIDBConnection with an integer ID for unique hashing. Previously we only cared about transaction integer IDs but now we'll need to use for cursor integer IDs also. My proposed rename is to "IDBIdentifier"
Attachments
Patch v1 (72.89 KB, patch)
2014-01-27 15:40 PST, Brady Eidson
thorton: review+
Patch take 2 (v1) (54.68 KB, patch)
2014-01-27 16:00 PST, Brady Eidson
thorton: review+
Brady Eidson
Comment 1 2014-01-27 15:40:43 PST
Created attachment 222371 [details] Patch v1
Brady Eidson
Comment 2 2014-01-27 15:44:28 PST
Brady Eidson
Comment 3 2014-01-27 15:54:40 PST
This was incomplete. Since the type name no longer carries all the information, variable names will need to be updated as well.
Brady Eidson
Comment 4 2014-01-27 16:00:44 PST
Created attachment 222376 [details] Patch take 2 (v1)
Brady Eidson
Comment 5 2014-01-27 17:13:40 PST
Note You need to log in before you can comment on or make changes to this bug.