Bug 113609 - IndexedDB: Ensure connections arriving after context is stopped are closed
Summary: IndexedDB: Ensure connections arriving after context is stopped are closed
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Pruett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 14:34 PDT by Joshua Bell
Modified: 2022-02-01 12:15 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2013-03-29 14:34 PDT, Joshua Bell
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Bell 2013-03-29 14:34:09 PDT
IndexedDB: Ensure connections arriving after context is stopped are closed
Comment 1 Joshua Bell 2013-03-29 14:34:55 PDT
Created attachment 195800 [details]
Patch
Comment 2 Joshua Bell 2013-03-29 14:36:04 PDT
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.
Comment 3 Levi Weintraub 2013-04-08 10:50:52 PDT
Should this be moved to blink? If so, please clear the flags on the patch and mark this bug as invalid.
Comment 4 Joshua Bell 2013-04-11 09:10:15 PDT
I've copied this to blink. The issue/patch is still valid for WebKit. I'm pinging possible new owners.
Comment 5 Brent Fulgham 2022-02-01 12:15:38 PST
I don't think this patch is relevant anymore, since the architecture of the indexedDB implementation has changed.