Bug 43482

Summary: Web Inspector: serialize database resources to InspectorValues
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2010-08-04 06:22:57 PDT
Web Inspector: serialize database resources to InspectorValues
Comment 1 Yury Semikhatsky 2010-08-04 06:33:02 PDT
Created attachment 63447 [details]
Patch
Comment 2 Pavel Feldman 2010-08-04 07:25:44 PDT
Comment on attachment 63447 [details]
Patch

WebCore/inspector/InspectorDatabaseResource.cpp:41
 +  int nextUnusedId = 1;
static ?
Comment 3 Yury Semikhatsky 2010-08-04 07:27:31 PDT
(In reply to comment #2)
> (From update of attachment 63447 [details])
> WebCore/inspector/InspectorDatabaseResource.cpp:41
>  +  int nextUnusedId = 1;
> static ?

Done.
Comment 4 Yury Semikhatsky 2010-08-04 07:43:51 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/Inspector.idl
	M	WebCore/inspector/InspectorBackend.cpp
	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/storage/Database.cpp
Committed r64650
Comment 5 Joseph Pecoraro 2010-08-11 09:46:53 PDT
*** Bug 41805 has been marked as a duplicate of this bug. ***