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

Side by Side Diff: WebCore/GNUmakefile.am

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
Left:
Right:
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 unified diff | Download patch
« no previous file with comments | « WebCore/DerivedSources.make ('k') | WebCore/WebCore.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 WebCore := $(srcdir)/WebCore 2 WebCore := $(srcdir)/WebCore
3 3
4 FEATURE_DEFINES_JAVASCRIPT := LANGUAGE_JAVASCRIPT=1 4 FEATURE_DEFINES_JAVASCRIPT := LANGUAGE_JAVASCRIPT=1
5 SVG_FEATURES := 5 SVG_FEATURES :=
6 HTML_FEATURES := 6 HTML_FEATURES :=
7 7
8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in 8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in 9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
10 10
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 WebCore/html/HTMLTableSectionElement.idl \ 239 WebCore/html/HTMLTableSectionElement.idl \
240 WebCore/html/HTMLTextAreaElement.idl \ 240 WebCore/html/HTMLTextAreaElement.idl \
241 WebCore/html/HTMLTitleElement.idl \ 241 WebCore/html/HTMLTitleElement.idl \
242 WebCore/html/HTMLUListElement.idl \ 242 WebCore/html/HTMLUListElement.idl \
243 WebCore/html/HTMLVideoElement.idl \ 243 WebCore/html/HTMLVideoElement.idl \
244 WebCore/html/ImageData.idl \ 244 WebCore/html/ImageData.idl \
245 WebCore/html/TextMetrics.idl \ 245 WebCore/html/TextMetrics.idl \
246 WebCore/html/ValidityState.idl \ 246 WebCore/html/ValidityState.idl \
247 WebCore/html/VoidCallback.idl \ 247 WebCore/html/VoidCallback.idl \
248 WebCore/inspector/JavaScriptCallFrame.idl \ 248 WebCore/inspector/JavaScriptCallFrame.idl \
249 WebCore/inspector/InjectedScriptHost.idl \
249 WebCore/inspector/InspectorBackend.idl \ 250 WebCore/inspector/InspectorBackend.idl \
251 WebCore/inspector/InspectorFrontendHost.idl \
250 WebCore/notifications/Notification.idl \ 252 WebCore/notifications/Notification.idl \
251 WebCore/notifications/NotificationCenter.idl \ 253 WebCore/notifications/NotificationCenter.idl \
252 WebCore/page/BarInfo.idl \ 254 WebCore/page/BarInfo.idl \
253 WebCore/page/Console.idl \ 255 WebCore/page/Console.idl \
254 WebCore/page/Coordinates.idl \ 256 WebCore/page/Coordinates.idl \
255 WebCore/page/DOMSelection.idl \ 257 WebCore/page/DOMSelection.idl \
256 WebCore/page/DOMWindow.idl \ 258 WebCore/page/DOMWindow.idl \
257 WebCore/page/EventSource.idl \ 259 WebCore/page/EventSource.idl \
258 WebCore/page/Geolocation.idl \ 260 WebCore/page/Geolocation.idl \
259 WebCore/page/Geoposition.idl \ 261 WebCore/page/Geoposition.idl \
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \ 393 WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
392 WebCore/bindings/js/JSHTMLObjectElementCustom.h \ 394 WebCore/bindings/js/JSHTMLObjectElementCustom.h \
393 WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \ 395 WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
394 WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \ 396 WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
395 WebCore/bindings/js/JSHTMLSelectElementCustom.h \ 397 WebCore/bindings/js/JSHTMLSelectElementCustom.h \
396 WebCore/bindings/js/JSHistoryCustom.cpp \ 398 WebCore/bindings/js/JSHistoryCustom.cpp \
397 WebCore/bindings/js/JSHistoryCustom.h \ 399 WebCore/bindings/js/JSHistoryCustom.h \
398 WebCore/bindings/js/JSImageConstructor.cpp \ 400 WebCore/bindings/js/JSImageConstructor.cpp \
399 WebCore/bindings/js/JSImageConstructor.h \ 401 WebCore/bindings/js/JSImageConstructor.h \
400 WebCore/bindings/js/JSImageDataCustom.cpp \ 402 WebCore/bindings/js/JSImageDataCustom.cpp \
401 » WebCore/bindings/js/JSInspectorBackendCustom.cpp \ 403 » WebCore/bindings/js/JSInjectedScriptHostCustom.cpp \
404 » WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp \
402 WebCore/bindings/js/JSInspectedObjectWrapper.cpp \ 405 WebCore/bindings/js/JSInspectedObjectWrapper.cpp \
403 WebCore/bindings/js/JSInspectedObjectWrapper.h \ 406 WebCore/bindings/js/JSInspectedObjectWrapper.h \
404 WebCore/bindings/js/JSInspectorCallbackWrapper.cpp \ 407 WebCore/bindings/js/JSInspectorCallbackWrapper.cpp \
405 WebCore/bindings/js/JSInspectorCallbackWrapper.h \ 408 WebCore/bindings/js/JSInspectorCallbackWrapper.h \
406 WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \ 409 WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
407 WebCore/bindings/js/JSLazyEventListener.cpp \ 410 WebCore/bindings/js/JSLazyEventListener.cpp \
408 WebCore/bindings/js/JSLazyEventListener.h \ 411 WebCore/bindings/js/JSLazyEventListener.h \
409 WebCore/bindings/js/JSLocationCustom.cpp \ 412 WebCore/bindings/js/JSLocationCustom.cpp \
410 WebCore/bindings/js/JSLocationCustom.h \ 413 WebCore/bindings/js/JSLocationCustom.h \
411 WebCore/bindings/js/JSMessageChannelConstructor.cpp \ 414 WebCore/bindings/js/JSMessageChannelConstructor.cpp \
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 WebCore/icu/unicode/ushape.h \ 1165 WebCore/icu/unicode/ushape.h \
1163 WebCore/icu/unicode/ustring.h \ 1166 WebCore/icu/unicode/ustring.h \
1164 WebCore/icu/unicode/utf.h \ 1167 WebCore/icu/unicode/utf.h \
1165 WebCore/icu/unicode/utf16.h \ 1168 WebCore/icu/unicode/utf16.h \
1166 WebCore/icu/unicode/utf8.h \ 1169 WebCore/icu/unicode/utf8.h \
1167 WebCore/icu/unicode/utf_old.h \ 1170 WebCore/icu/unicode/utf_old.h \
1168 WebCore/icu/unicode/utypes.h \ 1171 WebCore/icu/unicode/utypes.h \
1169 WebCore/icu/unicode/uversion.h \ 1172 WebCore/icu/unicode/uversion.h \
1170 WebCore/inspector/ConsoleMessage.cpp \ 1173 WebCore/inspector/ConsoleMessage.cpp \
1171 WebCore/inspector/ConsoleMessage.h \ 1174 WebCore/inspector/ConsoleMessage.h \
1175 WebCore/inspector/InjectedScriptHost.cpp \
1176 WebCore/inspector/InjectedScriptHost.h \
1172 WebCore/inspector/InspectorBackend.cpp \ 1177 WebCore/inspector/InspectorBackend.cpp \
1173 WebCore/inspector/InspectorBackend.h \ 1178 WebCore/inspector/InspectorBackend.h \
1174 WebCore/inspector/InspectorDatabaseResource.cpp \ 1179 WebCore/inspector/InspectorDatabaseResource.cpp \
1175 WebCore/inspector/InspectorDatabaseResource.h \ 1180 WebCore/inspector/InspectorDatabaseResource.h \
1176 WebCore/inspector/InspectorDOMAgent.cpp \ 1181 WebCore/inspector/InspectorDOMAgent.cpp \
1177 WebCore/inspector/InspectorDOMAgent.h \ 1182 WebCore/inspector/InspectorDOMAgent.h \
1178 WebCore/inspector/InspectorDOMStorageResource.cpp \ 1183 WebCore/inspector/InspectorDOMStorageResource.cpp \
1179 WebCore/inspector/InspectorDOMStorageResource.h \ 1184 WebCore/inspector/InspectorDOMStorageResource.h \
1180 WebCore/inspector/InspectorClient.h \ 1185 WebCore/inspector/InspectorClient.h \
1181 WebCore/inspector/InspectorController.cpp \ 1186 WebCore/inspector/InspectorController.cpp \
1182 WebCore/inspector/InspectorController.h \ 1187 WebCore/inspector/InspectorController.h \
1183 WebCore/inspector/InspectorFrontend.cpp \ 1188 WebCore/inspector/InspectorFrontend.cpp \
1184 WebCore/inspector/InspectorFrontend.h \ 1189 WebCore/inspector/InspectorFrontend.h \
1190 WebCore/inspector/InspectorFrontendHost.cpp \
1191 WebCore/inspector/InspectorFrontendHost.h \
1185 WebCore/inspector/InspectorResource.cpp \ 1192 WebCore/inspector/InspectorResource.cpp \
1186 WebCore/inspector/InspectorResource.h \ 1193 WebCore/inspector/InspectorResource.h \
1187 WebCore/inspector/InspectorTimelineAgent.cpp \ 1194 WebCore/inspector/InspectorTimelineAgent.cpp \
1188 WebCore/inspector/InspectorTimelineAgent.h \ 1195 WebCore/inspector/InspectorTimelineAgent.h \
1189 WebCore/inspector/JavaScriptCallFrame.cpp \ 1196 WebCore/inspector/JavaScriptCallFrame.cpp \
1190 WebCore/inspector/JavaScriptCallFrame.h \ 1197 WebCore/inspector/JavaScriptCallFrame.h \
1191 WebCore/inspector/JavaScriptDebugListener.h \ 1198 WebCore/inspector/JavaScriptDebugListener.h \
1192 WebCore/inspector/JavaScriptDebugServer.cpp \ 1199 WebCore/inspector/JavaScriptDebugServer.cpp \
1193 WebCore/inspector/JavaScriptDebugServer.h \ 1200 WebCore/inspector/JavaScriptDebugServer.h \
1194 WebCore/inspector/JavaScriptProfile.cpp \ 1201 WebCore/inspector/JavaScriptProfile.cpp \
(...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
3603 $(WebCore)/Resources/nullPlugin.png \ 3610 $(WebCore)/Resources/nullPlugin.png \
3604 $(WebCore)/Resources/urlIcon.png \ 3611 $(WebCore)/Resources/urlIcon.png \
3605 $(WebCore)/Resources/missingImage.png \ 3612 $(WebCore)/Resources/missingImage.png \
3606 $(WebCore)/Resources/panIcon.png \ 3613 $(WebCore)/Resources/panIcon.png \
3607 $(WebCore)/Resources/deleteButton.png 3614 $(WebCore)/Resources/deleteButton.png
3608 3615
3609 # Clean rules for WebCore 3616 # Clean rules for WebCore
3610 3617
3611 CLEANFILES += \ 3618 CLEANFILES += \
3612 libWebCoreJS.la 3619 libWebCoreJS.la
OLDNEW
« no previous file with comments | « WebCore/DerivedSources.make ('k') | WebCore/WebCore.gypi » ('j') | no next file with comments »

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