Bug 89505

Summary: IndexedDB: implement upgradeneeded
Product: WebKit Reporter: David Grogan <dgrogan>
Component: New BugsAssignee: David Grogan <dgrogan>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, levin+threading, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90411    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

David Grogan
Reported 2012-06-19 13:28:02 PDT
IndexedDB: implement upgradeneeded
Attachments
Patch (89.18 KB, patch)
2012-06-19 13:31 PDT, David Grogan
no flags
Patch (121.21 KB, patch)
2012-07-11 16:34 PDT, David Grogan
no flags
Patch (116.13 KB, patch)
2012-07-20 20:18 PDT, David Grogan
no flags
Patch (120.63 KB, patch)
2012-07-20 23:26 PDT, David Grogan
no flags
Patch (144.28 KB, patch)
2012-07-26 19:12 PDT, David Grogan
no flags
Patch (143.28 KB, patch)
2012-07-26 20:44 PDT, David Grogan
no flags
Patch (143.73 KB, patch)
2012-07-26 20:53 PDT, David Grogan
no flags
Patch (147.42 KB, patch)
2012-07-26 22:44 PDT, David Grogan
no flags
Patch (147.91 KB, patch)
2012-07-26 22:57 PDT, David Grogan
no flags
David Grogan
Comment 1 2012-06-19 13:31:03 PDT
David Grogan
Comment 2 2012-06-19 13:35:33 PDT
This isn't ready to be reviewed, I mostly wanted it to be backed up. The status: calling open("db", 7) fires upgradeneeded, runs the version change transaction, fires complete, and then fires success with the database handle. calling db.version doesn't work yet, it knows nothing about the int versions.
David Grogan
Comment 3 2012-07-11 16:34:58 PDT
David Grogan
Comment 4 2012-07-20 20:18:19 PDT
David Grogan
Comment 5 2012-07-20 20:19:46 PDT
The master chromium patch is http://codereview.chromium.org/10803062/
David Grogan
Comment 6 2012-07-20 23:26:53 PDT
David Grogan
Comment 7 2012-07-26 19:12:04 PDT
David Grogan
Comment 8 2012-07-26 20:44:34 PDT
David Grogan
Comment 9 2012-07-26 20:53:18 PDT
David Grogan
Comment 10 2012-07-26 22:44:43 PDT
David Grogan
Comment 11 2012-07-26 22:57:04 PDT
David Grogan
Comment 12 2012-08-21 15:27:18 PDT
*** This bug has been marked as a duplicate of bug 92897 ***
Note You need to log in before you can comment on or make changes to this bug.