RESOLVED FIXED 29788
Web Inspector: Migrate database inspection to the injected script-based schema.
https://bugs.webkit.org/show_bug.cgi?id=29788
Summary Web Inspector: Migrate database inspection to the injected script-based schema.
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.