Bug 72736 - Web Inspector: [protocol] actual JSON messages do not conform to Inspector.json in InspectorResourceAgent.cpp
Summary: Web Inspector: [protocol] actual JSON messages do not conform to Inspector.js...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 72824
  Show dependency treegraph
 
Reported: 2011-11-18 09:07 PST by Peter Rybin
Modified: 2014-12-12 14:11 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Rybin 2011-11-18 09:07:27 PST
InspectorResourceAgent.cpp:179  (r100177)
"response" property must be set unconditionally, because it's not optional.

This should be fixed to conform to protocol declaration AND to prepare switching to type-safe JSON API.
Comment 1 Pavel Feldman 2011-11-18 10:34:33 PST
(In reply to comment #0)
> InspectorResourceAgent.cpp:179  (r100177)
> "response" property must be set unconditionally, because it's not optional.
> 

Sounds like we'll need to fix the protocol definition. It should be optional.
Comment 2 Brian Burg 2014-12-12 14:11:23 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.