IndexedDB: Ensure connections arriving after context is stopped are closed
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.