Bug 44630 - Add setVersion to IndexedDB
Summary: Add setVersion to IndexedDB
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jeremy Orlow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 11:50 PDT by Jeremy Orlow
Modified: 2010-08-27 06:32 PDT (History)
3 users (show)

See Also:


Attachments
Patch (16.66 KB, patch)
2010-08-25 11:51 PDT, Jeremy Orlow
no flags Details | Formatted Diff | Diff
Patch (16.73 KB, patch)
2010-08-26 03:41 PDT, Jeremy Orlow
steveblock: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Orlow 2010-08-25 11:50:22 PDT
Add setVersion to IndexedDB
Comment 1 Jeremy Orlow 2010-08-25 11:51:48 PDT
Created attachment 65454 [details]
Patch
Comment 2 Andrei Popescu 2010-08-26 03:13:12 PDT
>    m_version = version;

Don't we need to persist this?
Comment 3 Jeremy Orlow 2010-08-26 03:14:52 PDT
Oh yeah....
Comment 4 Jeremy Orlow 2010-08-26 03:41:56 PDT
Created attachment 65540 [details]
Patch
Comment 5 Andrei Popescu 2010-08-26 04:39:27 PDT
LGTM
Comment 6 Steve Block 2010-08-26 09:52:22 PDT
Comment on attachment 65540 [details]
Patch

r=me
Comment 7 Jeremy Orlow 2010-08-27 06:32:46 PDT
Committed r66216: <http://trac.webkit.org/changeset/66216>