[Webkit-unassigned] [Bug 20628] Web Inspector: resources should support tree-node views for structured data responses like JSON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 08:29:26 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=20628





--- Comment #11 from Danny Miller <DDSquad_99 at yahoo.com>  2011-09-06 08:29:26 PST ---
(In reply to comment #9)
> The request content type does not matter in that case.
> Could you please show response contents or provide a url where this behavior could be seen? Is it JSON or JSONP? Please note that for JSONP response content type should be application/jsonp.

This is JSON, not JSONP.

Response Headers:
Cache-Control:private
Content-Length:4972
Content-Type:application/json; charset=utf-8
Date:Tue, 06 Sep 2011 15:09:17 GMT
Server:Microsoft-IIS/7.5
X-AspNet-Version:4.0.30319
X-Powered-By:ASP.NET

The json response is attached.  It should be a valid json string with some escaped xml snippets in some of the values. In turn, some of the xml snippets have some escaped json properties in a data-config attribute that end up being used by Ext.js.  I chose one of our more complicated (but not long) responses since it will probably give the best chance of demonstrating any json parsing bugs if that is indeed the reason for failure.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list