Bug 40604 - Test that changing the DB version on one handle propagates to all other handles too
Summary: Test that changing the DB version on one handle propagates to all other handl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 19:00 PDT by Dumitru Daniliuc
Modified: 2010-06-17 23:06 PDT (History)
2 users (show)

See Also:


Attachments
patch (5.61 KB, patch)
2010-06-14 19:13 PDT, Dumitru Daniliuc
abarth: review+
dumi: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2010-06-14 19:00:15 PDT
We should add a test case to LayoutTest/storage/change-version.html that opens multiple handles to the same DB and check that changing the DB version on one handle propagates to all other handles to the same DB.
Comment 1 Dumitru Daniliuc 2010-06-14 19:13:49 PDT
Created attachment 58741 [details]
patch
Comment 2 Adam Barth 2010-06-17 16:58:21 PDT
Comment on attachment 58741 [details]
patch

okiedokes
Comment 3 Dumitru Daniliuc 2010-06-17 23:06:41 PDT
Landed as r61381.