Source/WebCore: Web Inspector: include failed and canceled in FrameResourceTree.
authortimothy@apple.com <timothy@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 14 Feb 2012 18:44:47 +0000 (18:44 +0000)
committertimothy@apple.com <timothy@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 14 Feb 2012 18:44:47 +0000 (18:44 +0000)
commit85c5c3d813fb3d6b47d0365cb798baa35fc4dc50
treef52028eecf2ab2d7a8360afa986d17a382f17afc
parentbdb5923a53a7eb41b8caa692aeda37d9f1396079
Source/WebCore: Web Inspector: include failed and canceled in FrameResourceTree.

https://webkit.org/b/78445

Reviewed by Pavel Feldman.

Test: inspector/protocol/page-agent.html

* WebCore.xcodeproj/project.pbxproj: Added Inspector.json, Inspector-0.1.json and Inspector-1.0.json
for quick access and easy editing.
* inspector/Inspector.json: Added failed and canceled as optional properties to the object for resources in FrameResourceTree.
* inspector/InspectorPageAgent.cpp:
(WebCore::InspectorPageAgent::buildObjectForFrameTree): Set those properties.

LayoutTests: Test for Web Inspector: include failed and canceled in FrameResourceTree.

https://webkit.org/b/78445

Reviewed by Pavel Feldman.

* inspector/protocol/page-agent-expected.txt: Added.
* inspector/protocol/page-agent.html: Added.
* inspector/protocol/resources/dummy-iframe.html: Added.
* inspector/protocol/resources/empty.png: Added.
* inspector/protocol/resources/font1.ttf: Added.
* inspector/protocol/resources/font2.ttf: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107714 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/inspector/protocol/page-agent-expected.txt [new file with mode: 0644]
LayoutTests/inspector/protocol/page-agent.html [new file with mode: 0644]
LayoutTests/inspector/protocol/resources/dummy-iframe.html [new file with mode: 0644]
LayoutTests/inspector/protocol/resources/empty.png [new file with mode: 0644]
LayoutTests/inspector/protocol/resources/font1.ttf [new file with mode: 0644]
LayoutTests/inspector/protocol/resources/font2.ttf [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/WebCore.xcodeproj/project.pbxproj
Source/WebCore/inspector/Inspector.json
Source/WebCore/inspector/InspectorPageAgent.cpp