RESOLVED FIXED Bug 83003
Web Inspector: Database::Database::id field in the protocol should have type integer not string
https://bugs.webkit.org/show_bug.cgi?id=83003
Summary Web Inspector: Database::Database::id field in the protocol should have type ...
Yury Semikhatsky
Reported 2012-04-02 23:36:46 PDT
At the moment it is passed as int but declared as string. The declaration can be easily fixed as the message is still hidden. It was discovered while switching Database domain to the new typed API: https://bugs.webkit.org/show_bug.cgi?id=82958
Attachments
Patch (1.62 KB, patch)
2012-04-02 23:39 PDT, Yury Semikhatsky
no flags
Patch (24.37 KB, patch)
2012-04-03 02:51 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2012-04-02 23:39:20 PDT
Pavel Feldman
Comment 2 2012-04-03 00:51:26 PDT
Comment on attachment 135279 [details] Patch I think database ids should be strings (in case we want unique ones).
Yury Semikhatsky
Comment 3 2012-04-03 02:51:57 PDT
Pavel Feldman
Comment 4 2012-04-03 05:01:39 PDT
Comment on attachment 135294 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135294&action=review > Source/WebCore/inspector/Inspector.json:885 > + "id": "DatabaseIdentifier", "DatabaseId"
Yury Semikhatsky
Comment 5 2012-04-03 05:02:37 PDT
(In reply to comment #4) > (From update of attachment 135294 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=135294&action=review > > > Source/WebCore/inspector/Inspector.json:885 > > + "id": "DatabaseIdentifier", > > "DatabaseId" Done.
Yury Semikhatsky
Comment 6 2012-04-03 05:08:16 PDT
Note You need to log in before you can comment on or make changes to this bug.