Bug 113609

Summary: IndexedDB: Ensure connections arriving after context is stopped are closed
Product: WebKit Reporter: Joshua Bell <jsbell>
Component: New BugsAssignee: 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 Flags
Patch none

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.