2010-12-29 Pavel Feldman <pfeldman@chromium.org>
authorpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 22:22:10 +0000 (22:22 +0000)
committerpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 22:22:10 +0000 (22:22 +0000)
commit72ec867e29775cc3fc7a9b2e9fcf08efb4c512cb
treee14f059b5c14453692c3cd995a0dc3213a20a4b2
parent43e80e2f18c502223a15e45f6200b28ca69bfd2a
2010-12-29  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: revert r74755 and 74757.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74761 268f45cc-cd09-0410-ab3c-d52691b4dbfc
21 files changed:
LayoutTests/inspector/report-protocol-errors-expected.txt
WebCore/CMakeLists.txt
WebCore/ChangeLog
WebCore/GNUmakefile.am
WebCore/WebCore.gypi
WebCore/WebCore.pro
WebCore/WebCore.vcproj/WebCore.vcproj
WebCore/WebCore.xcodeproj/project.pbxproj
WebCore/inspector/CodeGeneratorInspector.pm
WebCore/inspector/InjectedScriptHost.cpp
WebCore/inspector/Inspector.idl
WebCore/inspector/InspectorBackend.cpp [new file with mode: 0644]
WebCore/inspector/InspectorBackend.h [new file with mode: 0644]
WebCore/inspector/InspectorController.cpp
WebCore/inspector/InspectorController.h
WebCore/inspector/InspectorDOMStorageAgent.cpp [deleted file]
WebCore/inspector/InspectorDOMStorageAgent.h [deleted file]
WebCore/inspector/InspectorStorageAgent.cpp [moved from WebCore/inspector/InspectorDatabaseAgent.cpp with 73% similarity]
WebCore/inspector/InspectorStorageAgent.h [moved from WebCore/inspector/InspectorDatabaseAgent.h with 63% similarity]
WebCore/inspector/front-end/ScriptsPanel.js
WebKit/chromium/src/WebDevToolsFrontendImpl.cpp