Bug 81837

Summary: Web Inspector: [chromium] IndexedDB transaction is not closed when requesting data.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, jsbell, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Vsevolod Vlasov 2012-03-21 15:26:06 PDT
IDBCursorBackendInterface::postSuccessHandlerCallback() call is missing in onSuccess callback.
Comment 1 Vsevolod Vlasov 2012-03-21 15:27:55 PDT
This is happens in chromium only because of the cached prefetches feature.
This could not be currently tested because this feature is not available in chromium DumpRenderTree.
Comment 2 Vsevolod Vlasov 2012-03-21 15:29:02 PDT
Created attachment 133126 [details]
Patch
Comment 3 Joshua Bell 2012-03-21 15:39:59 PDT
Thanks for tracking this down - lgtm!
Comment 4 WebKit Review Bot 2012-03-21 23:53:23 PDT
Comment on attachment 133126 [details]
Patch

Clearing flags on attachment: 133126

Committed r111654: <http://trac.webkit.org/changeset/111654>
Comment 5 WebKit Review Bot 2012-03-21 23:53:27 PDT
All reviewed patches have been landed.  Closing bug.