Bug 81837 - Web Inspector: [chromium] IndexedDB transaction is not closed when requesting data.
Summary: Web Inspector: [chromium] IndexedDB transaction is not closed when requesting...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 15:26 PDT by Vsevolod Vlasov
Modified: 2012-03-21 23:53 PDT (History)
12 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2012-03-21 15:29 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.