Bug 58305

Summary: Web Inspector: there was incorrect value of id property of responses for malformed json-rpc 2.0 requests.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version
none
[patch] initial version, rebaselined none

Description Ilya Tikhonovsky 2011-04-12 01:29:28 PDT
id
    This member is REQUIRED.
    It MUST be the same as the value of the id member in the Request Object.
    If there was an error in detecting the id in the Request object (e.g. Parse error/Invalid Request), it MUST be Null.
    Either the result member or error member MUST be included, but both members MUST NOT be included.
Comment 1 Ilya Tikhonovsky 2011-04-12 01:36:07 PDT
Created attachment 89170 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-04-12 01:39:45 PDT
Created attachment 89171 [details]
[patch] initial version, rebaselined
Comment 3 Yury Semikhatsky 2011-04-12 04:50:07 PDT
Comment on attachment 89171 [details]
[patch] initial version, rebaselined

View in context: https://bugs.webkit.org/attachment.cgi?id=89171&action=review

> Source/WebCore/ChangeLog:8
> +        id

It's not clear from this changelog entry what has really changed.
Comment 4 Ilya Tikhonovsky 2011-04-12 06:13:32 PDT
landed as 83580