Summary: | IndexedDB: Ensure connections arriving after context is stopped are closed | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joshua Bell <jsbell> | ||||
Component: | New Bugs | Assignee: | Michael Pruett <michael> | ||||
Status: | RESOLVED WONTFIX | ||||||
Severity: | Normal | CC: | alecflett, beidson, bfulgham, dgrogan, leviw, sihui_liu | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Joshua Bell
2013-03-29 14:34:09 PDT
Created attachment 195800 [details]
Patch
I noticed this through code inspection while digging into other possible causes of stuck-opens. We do this processing for onUpgradeNeeded, seems needed for onSuccess as well. dgrogan@, alecflett@ - please take a look. Should this be moved to blink? If so, please clear the flags on the patch and mark this bug as invalid. I've copied this to blink. The issue/patch is still valid for WebKit. I'm pinging possible new owners. I don't think this patch is relevant anymore, since the architecture of the indexedDB implementation has changed. |