Bug 29788

Summary: Web Inspector: Migrate database inspection to the injected script-based schema.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
db timothy: review+

Pavel Feldman
Reported 2009-09-27 10:58:55 PDT
This one is a bit different than the others since db transactions can't be executed synchronously on the injected script side.
Attachments
db (38.17 KB, patch)
2009-09-27 11:01 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-09-27 11:01:16 PDT
Timothy Hatcher
Comment 2 2009-10-06 13:27:57 PDT
Comment on attachment 40203 [details] db > + errorCallback(null, "No database"); Is this string shown to the user? If so it should be a UIString.
Pavel Feldman
Comment 3 2009-10-07 02:32:35 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/bindings/js/JSInspectorBackendCustom.cpp M WebCore/bindings/v8/custom/V8CustomBinding.h M WebCore/bindings/v8/custom/V8InspectorBackendCustom.cpp M WebCore/inspector/InspectorBackend.cpp M WebCore/inspector/InspectorBackend.h M WebCore/inspector/InspectorBackend.idl M WebCore/inspector/InspectorController.cpp M WebCore/inspector/InspectorController.h M WebCore/inspector/InspectorDatabaseResource.cpp M WebCore/inspector/InspectorDatabaseResource.h M WebCore/inspector/InspectorFrontend.cpp M WebCore/inspector/InspectorFrontend.h M WebCore/inspector/front-end/Database.js M WebCore/inspector/front-end/InjectedScript.js M WebCore/inspector/front-end/InjectedScriptAccess.js M WebCore/inspector/front-end/StoragePanel.js M WebCore/inspector/front-end/inspector.js Committed r49234
Note You need to log in before you can comment on or make changes to this bug.