X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=a9368a3c4f6afed3cbfe835cb47b51d10c46645e;hp=63e4a46cedf56ef089153fc0a9b629442a0a527e;hb=b82d4079562fb9e01a8d316ba6e6689db10d4ebe;hpb=e1d9013bebc8786f14f188496a42b02631578d10;ds=sidebyside diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 63e4a46cedf5..a9368a3c4f6a 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,15 @@ +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/report-protocol-errors-expected.txt: + * inspector/report-protocol-errors.html: + 2011-04-12 Pavel Podivilov Reviewed by Pavel Feldman.