X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2FChangeLog;h=499df676926c5bea00dec9c26988d875b2ad42ba;hp=82c054b226d840fbeda4bf7d14af89625b8a47b5;hb=b82d4079562fb9e01a8d316ba6e6689db10d4ebe;hpb=e1d9013bebc8786f14f188496a42b02631578d10;ds=inline diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 82c054b226d8..499df676926c 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,14 @@ +2011-04-12 Ilya Tikhonovsky + + Reviewed by Yury Semikhatsky. + + Web Inspector: there was incorrect value of id property of responses for malformed json-rpc 2.0 requests. + https://bugs.webkit.org/show_bug.cgi?id=58305 + + It was 0 if the message is not a json object or it has no id property. But according to spec it must be null. + + * inspector/CodeGeneratorInspector.pm: + 2011-04-11 Pavel Podivilov Reviewed by Pavel Feldman.