Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(39)

Unified Diff: WebCore/WebCore.pro

Issue 162045: Split InspectorBackend into three parts: backend, injected script host and frontend host.
Patch Set: Added missing JSInjectedScriptHostCustom.cpp file. Created 15 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WebCore/WebCore.gypi ('k') | WebCore/WebCore.vcproj/WebCore.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/WebCore.pro
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 834ead842886c2f10be7ee9e2c64d6fe26a23978..3d0cf5c3dea537d81dd921473dbd7dfa2074e388 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -466,7 +466,9 @@ IDL_BINDINGS += \
html/TimeRanges.idl \
html/ValidityState.idl \
html/VoidCallback.idl \
+ inspector/InjectedScriptHost.idl \
inspector/InspectorBackend.idl \
+ inspector/InspectorFrontendHost.idl \
inspector/JavaScriptCallFrame.idl \
loader/appcache/DOMApplicationCache.idl \
page/BarInfo.idl \
@@ -719,8 +721,9 @@ SOURCES += \
bindings/js/JSHTMLSelectElementCustom.cpp \
bindings/js/JSImageConstructor.cpp \
bindings/js/JSImageDataCustom.cpp \
+ bindings/js/JSInjectedScriptHostCustom.cpp \
bindings/js/JSInspectedObjectWrapper.cpp \
- bindings/js/JSInspectorBackendCustom.cpp \
+ bindings/js/JSInspectorFrontendHostCustom.cpp \
bindings/js/JSInspectorCallbackWrapper.cpp \
bindings/js/JSLocationCustom.cpp \
bindings/js/JSNamedNodeMapCustom.cpp \
@@ -1075,12 +1078,14 @@ SOURCES += \
html/PreloadScanner.cpp \
html/ValidityState.cpp \
inspector/ConsoleMessage.cpp \
+ inspector/InjectedScriptHost.cpp \
inspector/InspectorBackend.cpp \
inspector/InspectorController.cpp \
inspector/InspectorDatabaseResource.cpp \
inspector/InspectorDOMAgent.cpp \
inspector/InspectorDOMStorageResource.cpp \
inspector/InspectorFrontend.cpp \
+ inspector/InspectorFrontendHost.cpp \
inspector/InspectorResource.cpp \
inspector/InspectorTimelineAgent.cpp \
inspector/TimelineRecordFactory.cpp \
@@ -1757,11 +1762,13 @@ HEADERS += \
html/TimeRanges.h \
html/ValidityState.h \
inspector/ConsoleMessage.h \
+ inspector/InjectedScriptHost.h \
inspector/InspectorBackend.h \
inspector/InspectorController.h \
inspector/InspectorDatabaseResource.h \
inspector/InspectorDOMStorageResource.h \
inspector/InspectorFrontend.h \
+ inspector/InspectorFrontendHost.h \
inspector/InspectorResource.h \
inspector/InspectorTimelineAgent.h \
inspector/JavaScriptCallFrame.h \
« no previous file with comments | « WebCore/WebCore.gypi ('k') | WebCore/WebCore.vcproj/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b