Bug 95978 - Web Inspector: Migrate IndexedDB to async protocol commands.
Summary: Web Inspector: Migrate IndexedDB to async protocol commands.
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-09-06 06:24 PDT by Vsevolod Vlasov
Modified: 2012-09-07 04:56 PDT (History)
10 users (show)

See Also:


Attachments
Patch (56.16 KB, patch)
2012-09-06 06:34 PDT, Vsevolod Vlasov
apavlov: review+
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-09-06 06:24:58 PDT
Patch to follow.
Comment 1 Vsevolod Vlasov 2012-09-06 06:34:56 PDT
Created attachment 162494 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-09-07 04:45:00 PDT
Comment on attachment 162494 [details]
Patch

r=me

View in context: https://bugs.webkit.org/attachment.cgi?id=162494&action=review

> LayoutTests/http/tests/inspector/indexeddb/database-names.html:25
> +        InspectorTest.addSniffer(WebInspector.IndexedDBModel.prototype, "_updateOriginDatabaseNames", step2, false);

stray indentation change?
Comment 3 Vsevolod Vlasov 2012-09-07 04:56:49 PDT
Committed r127854: <http://trac.webkit.org/changeset/127854>