2 WebCore := $(srcdir)/WebCore
4 FEATURE_DEFINES_JAVASCRIPT := LANGUAGE_JAVASCRIPT=1
8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
13 -I$(srcdir)/WebCore/accessibility \
14 -I$(srcdir)/WebCore/bindings/js \
15 -I$(srcdir)/WebCore/bridge \
16 -I$(srcdir)/WebCore/bridge/c \
17 -I$(srcdir)/WebCore/css \
18 -I$(srcdir)/WebCore/dom \
19 -I$(srcdir)/WebCore/dom/default \
20 -I$(srcdir)/WebCore/editing \
21 -I$(srcdir)/WebCore/history \
22 -I$(srcdir)/WebCore/html \
23 -I$(srcdir)/WebCore/html/canvas \
24 -I$(srcdir)/WebCore/inspector \
25 -I$(srcdir)/WebCore/loader \
26 -I$(srcdir)/WebCore/loader/appcache \
27 -I$(srcdir)/WebCore/loader/archive \
28 -I$(srcdir)/WebCore/loader/icon \
29 -I$(srcdir)/WebCore/notifications \
30 -I$(srcdir)/WebCore/page \
31 -I$(srcdir)/WebCore/page/animation \
32 -I$(srcdir)/WebCore/platform \
33 -I$(srcdir)/WebCore/platform/animation \
34 -I$(srcdir)/WebCore/platform/graphics \
35 -I$(srcdir)/WebCore/platform/graphics/filters \
36 -I$(srcdir)/WebCore/platform/graphics/transforms \
37 -I$(srcdir)/WebCore/platform/image-decoders \
38 -I$(srcdir)/WebCore/platform/image-decoders/bmp \
39 -I$(srcdir)/WebCore/platform/image-decoders/gif \
40 -I$(srcdir)/WebCore/platform/image-decoders/ico \
41 -I$(srcdir)/WebCore/platform/image-decoders/jpeg \
42 -I$(srcdir)/WebCore/platform/image-decoders/png \
43 -I$(srcdir)/WebCore/platform/image-decoders/xbm \
44 -I$(srcdir)/WebCore/platform/mock \
45 -I$(srcdir)/WebCore/platform/network \
46 -I$(srcdir)/WebCore/platform/text \
47 -I$(srcdir)/WebCore/plugins \
48 -I$(srcdir)/WebCore/rendering \
49 -I$(srcdir)/WebCore/rendering/style \
50 -I$(srcdir)/WebCore/workers \
51 -I$(srcdir)/WebCore/xml \
52 -I$(top_builddir)/WebCore/bindings/js \
53 -DDATA_DIR=\"${datadir}\"
55 webcoregtk_cppflags += \
57 -I$(srcdir)/WebCore/accessibility/gtk \
58 -I$(srcdir)/WebCore/loader/gtk \
59 -I$(srcdir)/WebCore/page/gtk \
60 -I$(srcdir)/WebCore/platform/graphics/cairo \
61 -I$(srcdir)/WebCore/platform/graphics/gtk \
62 -I$(srcdir)/WebCore/platform/gtk \
63 -I$(srcdir)/WebCore/platform/network/soup
65 webcore_built_nosources += \
66 DerivedSources/DocTypeStrings.cpp \
67 DerivedSources/tokenizer.cpp \
68 DerivedSources/ColorData.c
70 webcore_built_sources += \
71 DerivedSources/CSSGrammar.cpp \
72 DerivedSources/CSSGrammar.h \
73 DerivedSources/CSSPropertyNames.h \
74 DerivedSources/CSSValueKeywords.h \
75 DerivedSources/HTMLElementFactory.cpp \
76 DerivedSources/HTMLEntityNames.c \
77 DerivedSources/HTMLNames.cpp \
78 DerivedSources/JSHTMLElementWrapperFactory.cpp \
79 DerivedSources/UserAgentStyleSheets.h \
80 DerivedSources/UserAgentStyleSheetsData.cpp \
81 DerivedSources/XMLNames.cpp
84 WebCore/css/CSSCharsetRule.idl \
85 WebCore/css/CSSFontFaceRule.idl \
86 WebCore/css/CSSImportRule.idl \
87 WebCore/css/CSSMediaRule.idl \
88 WebCore/css/CSSPageRule.idl \
89 WebCore/css/CSSPrimitiveValue.idl \
90 WebCore/css/CSSRule.idl \
91 WebCore/css/CSSRuleList.idl \
92 WebCore/css/CSSStyleDeclaration.idl \
93 WebCore/css/CSSStyleRule.idl \
94 WebCore/css/CSSStyleSheet.idl \
95 WebCore/css/CSSValue.idl \
96 WebCore/css/CSSValueList.idl \
97 WebCore/css/CSSVariablesDeclaration.idl \
98 WebCore/css/CSSVariablesRule.idl \
99 WebCore/css/Counter.idl \
100 WebCore/css/Media.idl \
101 WebCore/css/MediaList.idl \
102 WebCore/css/RGBColor.idl \
103 WebCore/css/Rect.idl \
104 WebCore/css/StyleSheet.idl \
105 WebCore/css/StyleSheetList.idl \
106 WebCore/css/WebKitCSSKeyframeRule.idl \
107 WebCore/css/WebKitCSSKeyframesRule.idl \
108 WebCore/css/WebKitCSSMatrix.idl \
109 WebCore/css/WebKitCSSTransformValue.idl \
110 WebCore/dom/Attr.idl \
111 WebCore/dom/BeforeLoadEvent.idl \
112 WebCore/dom/CDATASection.idl \
113 WebCore/dom/CharacterData.idl \
114 WebCore/dom/ClientRect.idl \
115 WebCore/dom/ClientRectList.idl \
116 WebCore/dom/Clipboard.idl \
117 WebCore/dom/Comment.idl \
118 WebCore/dom/CompositionEvent.idl \
119 WebCore/dom/DOMCoreException.idl \
120 WebCore/dom/DOMImplementation.idl \
121 WebCore/dom/Document.idl \
122 WebCore/dom/DocumentFragment.idl \
123 WebCore/dom/DocumentType.idl \
124 WebCore/dom/Element.idl \
125 WebCore/dom/Entity.idl \
126 WebCore/dom/EntityReference.idl \
127 WebCore/dom/ErrorEvent.idl \
128 WebCore/dom/Event.idl \
129 WebCore/dom/EventException.idl \
130 WebCore/dom/KeyboardEvent.idl \
131 WebCore/dom/MessageChannel.idl \
132 WebCore/dom/MessageEvent.idl \
133 WebCore/dom/MessagePort.idl \
134 WebCore/dom/MouseEvent.idl \
135 WebCore/dom/MutationEvent.idl \
136 WebCore/dom/NamedNodeMap.idl \
137 WebCore/dom/Node.idl \
138 WebCore/dom/NodeFilter.idl \
139 WebCore/dom/NodeIterator.idl \
140 WebCore/dom/NodeList.idl \
141 WebCore/dom/Notation.idl \
142 WebCore/dom/OverflowEvent.idl \
143 WebCore/dom/PageTransitionEvent.idl \
144 WebCore/dom/PopStateEvent.idl \
145 WebCore/dom/ProcessingInstruction.idl \
146 WebCore/dom/ProgressEvent.idl \
147 WebCore/dom/Range.idl \
148 WebCore/dom/RangeException.idl \
149 WebCore/dom/Text.idl \
150 WebCore/dom/TextEvent.idl \
151 WebCore/dom/TreeWalker.idl \
152 WebCore/dom/UIEvent.idl \
153 WebCore/dom/WebKitAnimationEvent.idl \
154 WebCore/dom/WebKitTransitionEvent.idl \
155 WebCore/dom/WheelEvent.idl \
156 WebCore/html/canvas/WebGLArray.idl \
157 WebCore/html/canvas/WebGLArrayBuffer.idl \
158 WebCore/html/canvas/WebGLByteArray.idl \
159 WebCore/html/canvas/WebGLFloatArray.idl \
160 WebCore/html/canvas/CanvasGradient.idl \
161 WebCore/html/canvas/WebGLIntArray.idl \
162 WebCore/html/canvas/CanvasPattern.idl \
163 WebCore/html/canvas/CanvasRenderingContext.idl \
164 WebCore/html/canvas/CanvasRenderingContext2D.idl \
165 WebCore/html/canvas/WebGLRenderingContext.idl \
166 WebCore/html/canvas/WebGLShortArray.idl \
167 WebCore/html/canvas/WebGLUnsignedByteArray.idl \
168 WebCore/html/canvas/WebGLUnsignedIntArray.idl \
169 WebCore/html/canvas/WebGLUnsignedShortArray.idl \
170 WebCore/html/DataGridColumn.idl \
171 WebCore/html/DataGridColumnList.idl \
172 WebCore/html/File.idl \
173 WebCore/html/FileList.idl \
174 WebCore/html/HTMLAllCollection.idl \
175 WebCore/html/HTMLAnchorElement.idl \
176 WebCore/html/HTMLAppletElement.idl \
177 WebCore/html/HTMLAreaElement.idl \
178 WebCore/html/HTMLAudioElement.idl \
179 WebCore/html/HTMLBRElement.idl \
180 WebCore/html/HTMLBaseElement.idl \
181 WebCore/html/HTMLBaseFontElement.idl \
182 WebCore/html/HTMLBlockquoteElement.idl \
183 WebCore/html/HTMLBodyElement.idl \
184 WebCore/html/HTMLButtonElement.idl \
185 WebCore/html/HTMLCanvasElement.idl \
186 WebCore/html/HTMLCollection.idl \
187 WebCore/html/HTMLDataGridElement.idl \
188 WebCore/html/HTMLDataGridCellElement.idl \
189 WebCore/html/HTMLDataGridColElement.idl \
190 WebCore/html/HTMLDataGridRowElement.idl \
191 WebCore/html/HTMLDataListElement.idl \
192 WebCore/html/HTMLDListElement.idl \
193 WebCore/html/HTMLDirectoryElement.idl \
194 WebCore/html/HTMLDivElement.idl \
195 WebCore/html/HTMLDocument.idl \
196 WebCore/html/HTMLElement.idl \
197 WebCore/html/HTMLEmbedElement.idl \
198 WebCore/html/HTMLFieldSetElement.idl \
199 WebCore/html/HTMLFontElement.idl \
200 WebCore/html/HTMLFormElement.idl \
201 WebCore/html/HTMLFrameElement.idl \
202 WebCore/html/HTMLFrameSetElement.idl \
203 WebCore/html/HTMLHRElement.idl \
204 WebCore/html/HTMLHeadElement.idl \
205 WebCore/html/HTMLHeadingElement.idl \
206 WebCore/html/HTMLHtmlElement.idl \
207 WebCore/html/HTMLIFrameElement.idl \
208 WebCore/html/HTMLImageElement.idl \
209 WebCore/html/HTMLInputElement.idl \
210 WebCore/html/HTMLIsIndexElement.idl \
211 WebCore/html/HTMLLIElement.idl \
212 WebCore/html/HTMLLabelElement.idl \
213 WebCore/html/HTMLLegendElement.idl \
214 WebCore/html/HTMLLinkElement.idl \
215 WebCore/html/HTMLMapElement.idl \
216 WebCore/html/HTMLMarqueeElement.idl \
217 WebCore/html/HTMLMediaElement.idl \
218 WebCore/html/MediaError.idl \
219 WebCore/html/HTMLMenuElement.idl \
220 WebCore/html/HTMLMetaElement.idl \
221 WebCore/html/HTMLModElement.idl \
222 WebCore/html/HTMLOListElement.idl \
223 WebCore/html/HTMLObjectElement.idl \
224 WebCore/html/HTMLOptGroupElement.idl \
225 WebCore/html/HTMLOptionElement.idl \
226 WebCore/html/HTMLOptionsCollection.idl \
227 WebCore/html/HTMLParagraphElement.idl \
228 WebCore/html/HTMLParamElement.idl \
229 WebCore/html/HTMLPreElement.idl \
230 WebCore/html/HTMLQuoteElement.idl \
231 WebCore/html/HTMLScriptElement.idl \
232 WebCore/html/HTMLSelectElement.idl \
233 WebCore/html/HTMLSourceElement.idl \
234 WebCore/html/HTMLStyleElement.idl \
235 WebCore/html/HTMLTableCaptionElement.idl \
236 WebCore/html/HTMLTableCellElement.idl \
237 WebCore/html/HTMLTableColElement.idl \
238 WebCore/html/HTMLTableElement.idl \
239 WebCore/html/HTMLTableRowElement.idl \
240 WebCore/html/HTMLTableSectionElement.idl \
241 WebCore/html/HTMLTextAreaElement.idl \
242 WebCore/html/HTMLTitleElement.idl \
243 WebCore/html/HTMLUListElement.idl \
244 WebCore/html/HTMLVideoElement.idl \
245 WebCore/html/ImageData.idl \
246 WebCore/html/TextMetrics.idl \
247 WebCore/html/ValidityState.idl \
248 WebCore/html/VoidCallback.idl \
249 WebCore/inspector/JavaScriptCallFrame.idl \
250 WebCore/inspector/InjectedScriptHost.idl \
251 WebCore/inspector/InspectorBackend.idl \
252 WebCore/inspector/InspectorFrontendHost.idl \
253 WebCore/notifications/Notification.idl \
254 WebCore/notifications/NotificationCenter.idl \
255 WebCore/page/BarInfo.idl \
256 WebCore/page/Console.idl \
257 WebCore/page/Coordinates.idl \
258 WebCore/page/DOMSelection.idl \
259 WebCore/page/DOMWindow.idl \
260 WebCore/page/EventSource.idl \
261 WebCore/page/Geolocation.idl \
262 WebCore/page/Geoposition.idl \
263 WebCore/page/History.idl \
264 WebCore/page/Location.idl \
265 WebCore/page/Navigator.idl \
266 WebCore/page/PositionError.idl \
267 WebCore/page/Screen.idl \
268 WebCore/page/WebKitPoint.idl \
269 WebCore/page/WorkerNavigator.idl \
270 WebCore/plugins/MimeType.idl \
271 WebCore/plugins/MimeTypeArray.idl \
272 WebCore/plugins/Plugin.idl \
273 WebCore/plugins/PluginArray.idl \
274 WebCore/workers/AbstractWorker.idl \
275 WebCore/workers/DedicatedWorkerContext.idl \
276 WebCore/workers/SharedWorker.idl \
277 WebCore/workers/SharedWorkerContext.idl \
278 WebCore/workers/Worker.idl \
279 WebCore/workers/WorkerContext.idl \
280 WebCore/workers/WorkerLocation.idl \
281 WebCore/xml/DOMParser.idl \
282 WebCore/xml/XMLHttpRequest.idl \
283 WebCore/xml/XMLHttpRequestException.idl \
284 WebCore/xml/XMLHttpRequestProgressEvent.idl \
285 WebCore/xml/XMLHttpRequestUpload.idl \
286 WebCore/xml/XMLSerializer.idl \
287 WebCore/xml/XSLTProcessor.idl
290 WebCore/WebCorePrefix.h \
291 WebCore/accessibility/AXObjectCache.cpp \
292 WebCore/accessibility/AXObjectCache.h \
293 WebCore/accessibility/AccessibilityARIAGrid.cpp \
294 WebCore/accessibility/AccessibilityARIAGrid.h \
295 WebCore/accessibility/AccessibilityARIAGridCell.cpp \
296 WebCore/accessibility/AccessibilityARIAGridCell.h \
297 WebCore/accessibility/AccessibilityARIAGridRow.cpp \
298 WebCore/accessibility/AccessibilityARIAGridRow.h \
299 WebCore/accessibility/AccessibilityImageMapLink.cpp \
300 WebCore/accessibility/AccessibilityImageMapLink.h \
301 WebCore/accessibility/AccessibilityList.cpp \
302 WebCore/accessibility/AccessibilityList.h \
303 WebCore/accessibility/AccessibilityListBox.cpp \
304 WebCore/accessibility/AccessibilityListBox.h \
305 WebCore/accessibility/AccessibilityListBoxOption.cpp \
306 WebCore/accessibility/AccessibilityListBoxOption.h \
307 WebCore/accessibility/AccessibilityMediaControls.cpp \
308 WebCore/accessibility/AccessibilityMediaControls.h \
309 WebCore/accessibility/AccessibilityObject.cpp \
310 WebCore/accessibility/AccessibilityObject.h \
311 WebCore/accessibility/AccessibilityRenderObject.cpp \
312 WebCore/accessibility/AccessibilityRenderObject.h \
313 WebCore/accessibility/AccessibilitySlider.cpp \
314 WebCore/accessibility/AccessibilitySlider.h \
315 WebCore/accessibility/AccessibilityTable.cpp \
316 WebCore/accessibility/AccessibilityTable.h \
317 WebCore/accessibility/AccessibilityTableCell.cpp \
318 WebCore/accessibility/AccessibilityTableCell.h \
319 WebCore/accessibility/AccessibilityTableColumn.cpp \
320 WebCore/accessibility/AccessibilityTableColumn.h \
321 WebCore/accessibility/AccessibilityTableHeaderContainer.cpp \
322 WebCore/accessibility/AccessibilityTableHeaderContainer.h \
323 WebCore/accessibility/AccessibilityTableRow.cpp \
324 WebCore/accessibility/AccessibilityTableRow.h \
325 WebCore/bindings/js/CachedScriptSourceProvider.h \
326 WebCore/bindings/js/DOMObjectWithSVGContext.h \
327 WebCore/bindings/js/GCController.cpp \
328 WebCore/bindings/js/GCController.h \
329 WebCore/bindings/js/JSAttrCustom.cpp \
330 WebCore/bindings/js/JSCDATASectionCustom.cpp \
331 WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
332 WebCore/bindings/js/JSDataGridDataSource.cpp \
333 WebCore/bindings/js/JSDataGridDataSource.h \
334 WebCore/bindings/js/JSCSSRuleCustom.cpp \
335 WebCore/bindings/js/JSCSSRuleListCustom.cpp \
336 WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
337 WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
338 WebCore/bindings/js/JSCSSValueCustom.cpp \
339 WebCore/bindings/js/JSCallbackData.cpp \
340 WebCore/bindings/js/JSCallbackData.h \
341 WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp \
342 WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
343 WebCore/bindings/js/JSClipboardCustom.cpp \
344 WebCore/bindings/js/JSConsoleCustom.cpp \
345 WebCore/bindings/js/JSCoordinatesCustom.cpp \
346 WebCore/bindings/js/JSCustomPositionCallback.cpp \
347 WebCore/bindings/js/JSCustomPositionCallback.h \
348 WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
349 WebCore/bindings/js/JSCustomPositionErrorCallback.h \
350 WebCore/bindings/js/JSCustomVoidCallback.cpp \
351 WebCore/bindings/js/JSCustomVoidCallback.h \
352 WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
353 WebCore/bindings/js/JSCustomXPathNSResolver.h \
354 WebCore/bindings/js/JSDOMBinding.cpp \
355 WebCore/bindings/js/JSDOMBinding.h \
356 WebCore/bindings/js/JSDOMGlobalObject.cpp \
357 WebCore/bindings/js/JSDOMGlobalObject.h \
358 WebCore/bindings/js/JSDOMWindowBase.cpp \
359 WebCore/bindings/js/JSDOMWindowBase.h \
360 WebCore/bindings/js/JSDOMWindowCustom.cpp \
361 WebCore/bindings/js/JSDOMWindowCustom.h \
362 WebCore/bindings/js/JSDOMWindowShell.cpp \
363 WebCore/bindings/js/JSDOMWindowShell.h \
364 WebCore/bindings/js/JSDocumentCustom.cpp \
365 WebCore/bindings/js/JSDocumentFragmentCustom.cpp \
366 WebCore/bindings/js/JSElementCustom.cpp \
367 WebCore/bindings/js/JSEventCustom.cpp \
368 WebCore/bindings/js/JSEventListener.cpp \
369 WebCore/bindings/js/JSEventListener.h \
370 WebCore/bindings/js/JSEventSourceConstructor.cpp \
371 WebCore/bindings/js/JSEventSourceConstructor.h \
372 WebCore/bindings/js/JSEventSourceCustom.cpp \
373 WebCore/bindings/js/JSEventTarget.cpp \
374 WebCore/bindings/js/JSEventTarget.h \
375 WebCore/bindings/js/JSExceptionBase.cpp \
376 WebCore/bindings/js/JSExceptionBase.h \
377 WebCore/bindings/js/JSGeolocationCustom.cpp \
378 WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp \
379 WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
380 WebCore/bindings/js/JSHTMLAppletElementCustom.h \
381 WebCore/bindings/js/JSHTMLCanvasElementCustom.cpp \
382 WebCore/bindings/js/JSHTMLCollectionCustom.cpp \
383 WebCore/bindings/js/JSHTMLDataGridElementCustom.cpp \
384 WebCore/bindings/js/JSHTMLDocumentCustom.cpp \
385 WebCore/bindings/js/JSHTMLElementCustom.cpp \
386 WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp \
387 WebCore/bindings/js/JSHTMLEmbedElementCustom.h \
388 WebCore/bindings/js/JSHTMLFormElementCustom.cpp \
389 WebCore/bindings/js/JSHTMLFrameElementCustom.cpp \
390 WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp \
391 WebCore/bindings/js/JSHTMLIFrameElementCustom.cpp \
392 WebCore/bindings/js/JSHTMLInputElementCustom.cpp \
393 WebCore/bindings/js/JSHTMLInputElementCustom.h \
394 WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
395 WebCore/bindings/js/JSHTMLObjectElementCustom.h \
396 WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
397 WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
398 WebCore/bindings/js/JSHTMLSelectElementCustom.h \
399 WebCore/bindings/js/JSHistoryCustom.cpp \
400 WebCore/bindings/js/JSHistoryCustom.h \
401 WebCore/bindings/js/JSImageConstructor.cpp \
402 WebCore/bindings/js/JSImageConstructor.h \
403 WebCore/bindings/js/JSImageDataCustom.cpp \
404 WebCore/bindings/js/JSInjectedScriptHostCustom.cpp \
405 WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp \
406 WebCore/bindings/js/JSInspectedObjectWrapper.cpp \
407 WebCore/bindings/js/JSInspectedObjectWrapper.h \
408 WebCore/bindings/js/JSInspectorCallbackWrapper.cpp \
409 WebCore/bindings/js/JSInspectorCallbackWrapper.h \
410 WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
411 WebCore/bindings/js/JSLazyEventListener.cpp \
412 WebCore/bindings/js/JSLazyEventListener.h \
413 WebCore/bindings/js/JSLocationCustom.cpp \
414 WebCore/bindings/js/JSLocationCustom.h \
415 WebCore/bindings/js/JSMessageChannelConstructor.cpp \
416 WebCore/bindings/js/JSMessageChannelConstructor.h \
417 WebCore/bindings/js/JSMessageChannelCustom.cpp \
418 WebCore/bindings/js/JSMessageEventCustom.cpp \
419 WebCore/bindings/js/JSMessagePortCustom.cpp \
420 WebCore/bindings/js/JSMessagePortCustom.h \
421 WebCore/bindings/js/JSMimeTypeArrayCustom.cpp \
422 WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
423 WebCore/bindings/js/JSNavigatorCustom.cpp \
424 WebCore/bindings/js/JSNodeCustom.cpp \
425 WebCore/bindings/js/JSNodeFilterCondition.cpp \
426 WebCore/bindings/js/JSNodeFilterCondition.h \
427 WebCore/bindings/js/JSNodeFilterCustom.cpp \
428 WebCore/bindings/js/JSNodeIteratorCustom.cpp \
429 WebCore/bindings/js/JSNodeListCustom.cpp \
430 WebCore/bindings/js/JSOptionConstructor.cpp \
431 WebCore/bindings/js/JSOptionConstructor.h \
432 WebCore/bindings/js/JSPluginArrayCustom.cpp \
433 WebCore/bindings/js/JSPluginCustom.cpp \
434 WebCore/bindings/js/JSPluginElementFunctions.cpp \
435 WebCore/bindings/js/JSPluginElementFunctions.h \
436 WebCore/bindings/js/JSPopStateEventCustom.cpp \
437 WebCore/bindings/js/JSPopStateEventCustom.h \
438 WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp \
439 WebCore/bindings/js/JSQuarantinedObjectWrapper.h \
440 WebCore/bindings/js/JSStorageCustom.h \
441 WebCore/bindings/js/JSStyleSheetCustom.cpp \
442 WebCore/bindings/js/JSStyleSheetListCustom.cpp \
443 WebCore/bindings/js/JSTextCustom.cpp \
444 WebCore/bindings/js/JSTreeWalkerCustom.cpp \
445 WebCore/bindings/js/JSWebKitCSSMatrixConstructor.cpp \
446 WebCore/bindings/js/JSWebKitCSSMatrixConstructor.h \
447 WebCore/bindings/js/JSWebKitPointConstructor.cpp \
448 WebCore/bindings/js/JSWebKitPointConstructor.h \
449 WebCore/bindings/js/JSXMLHttpRequestConstructor.cpp \
450 WebCore/bindings/js/JSXMLHttpRequestConstructor.h \
451 WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
452 WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
453 WebCore/bindings/js/JSXSLTProcessorConstructor.cpp \
454 WebCore/bindings/js/JSXSLTProcessorConstructor.h \
455 WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
456 WebCore/bindings/js/ScheduledAction.cpp \
457 WebCore/bindings/js/ScheduledAction.h \
458 WebCore/bindings/js/ScriptArray.cpp \
459 WebCore/bindings/js/ScriptArray.h \
460 WebCore/bindings/js/ScriptCachedFrameData.cpp \
461 WebCore/bindings/js/ScriptCachedFrameData.h \
462 WebCore/bindings/js/ScriptCallFrame.cpp \
463 WebCore/bindings/js/ScriptCallFrame.h \
464 WebCore/bindings/js/ScriptCallStack.cpp \
465 WebCore/bindings/js/ScriptCallStack.h \
466 WebCore/bindings/js/ScriptController.cpp \
467 WebCore/bindings/js/ScriptController.h \
468 WebCore/bindings/js/ScriptEventListener.cpp \
469 WebCore/bindings/js/ScriptEventListener.h \
470 WebCore/bindings/js/ScriptFunctionCall.cpp \
471 WebCore/bindings/js/ScriptFunctionCall.h \
472 WebCore/bindings/js/ScriptInstance.h \
473 WebCore/bindings/js/ScriptObject.cpp \
474 WebCore/bindings/js/ScriptObject.h \
475 WebCore/bindings/js/ScriptSourceCode.h \
476 WebCore/bindings/js/ScriptSourceProvider.h \
477 WebCore/bindings/js/ScriptState.cpp \
478 WebCore/bindings/js/ScriptState.h \
479 WebCore/bindings/js/ScriptString.h \
480 WebCore/bindings/js/ScriptValue.cpp \
481 WebCore/bindings/js/ScriptValue.h \
482 WebCore/bindings/js/SerializedScriptValue.cpp \
483 WebCore/bindings/js/SerializedScriptValue.h \
484 WebCore/bindings/js/StringSourceProvider.h \
485 WebCore/bindings/ScriptControllerBase.cpp \
486 WebCore/bridge/IdentifierRep.cpp \
487 WebCore/bridge/IdentifierRep.h \
488 WebCore/bridge/NP_jsobject.cpp \
489 WebCore/bridge/NP_jsobject.h \
490 WebCore/bridge/c/c_class.cpp \
491 WebCore/bridge/c/c_class.h \
492 WebCore/bridge/c/c_instance.cpp \
493 WebCore/bridge/c/c_instance.h \
494 WebCore/bridge/c/c_runtime.cpp \
495 WebCore/bridge/c/c_runtime.h \
496 WebCore/bridge/c/c_utility.cpp \
497 WebCore/bridge/c/c_utility.h \
498 WebCore/bridge/jni/jni_class.h \
499 WebCore/bridge/jni/jni_instance.h \
500 WebCore/bridge/jni/jni_jsobject.h \
501 WebCore/bridge/jni/jni_runtime.h \
502 WebCore/bridge/jni/jni_utility.h \
503 WebCore/bridge/npapi.h \
504 WebCore/bridge/npruntime.cpp \
505 WebCore/bridge/npruntime.h \
506 WebCore/bridge/npruntime_impl.h \
507 WebCore/bridge/npruntime_internal.h \
508 WebCore/bridge/npruntime_priv.h \
509 WebCore/bridge/runtime.cpp \
510 WebCore/bridge/runtime.h \
511 WebCore/bridge/runtime_array.cpp \
512 WebCore/bridge/runtime_array.h \
513 WebCore/bridge/runtime_method.cpp \
514 WebCore/bridge/runtime_method.h \
515 WebCore/bridge/runtime_object.cpp \
516 WebCore/bridge/runtime_object.h \
517 WebCore/bridge/runtime_root.cpp \
518 WebCore/bridge/runtime_root.h \
520 WebCore/css/CSSBorderImageValue.cpp \
521 WebCore/css/CSSBorderImageValue.h \
522 WebCore/css/CSSCanvasValue.cpp \
523 WebCore/css/CSSCanvasValue.h \
524 WebCore/css/CSSCharsetRule.cpp \
525 WebCore/css/CSSCharsetRule.h \
526 WebCore/css/CSSComputedStyleDeclaration.cpp \
527 WebCore/css/CSSComputedStyleDeclaration.h \
528 WebCore/css/CSSCursorImageValue.cpp \
529 WebCore/css/CSSCursorImageValue.h \
530 WebCore/css/CSSFontFace.cpp \
531 WebCore/css/CSSFontFace.h \
532 WebCore/css/CSSFontFaceRule.cpp \
533 WebCore/css/CSSFontFaceRule.h \
534 WebCore/css/CSSFontFaceSource.cpp \
535 WebCore/css/CSSFontFaceSource.h \
536 WebCore/css/CSSFontFaceSrcValue.cpp \
537 WebCore/css/CSSFontFaceSrcValue.h \
538 WebCore/css/CSSFontSelector.cpp \
539 WebCore/css/CSSFontSelector.h \
540 WebCore/css/CSSFunctionValue.cpp \
541 WebCore/css/CSSFunctionValue.h \
542 WebCore/css/CSSGradientValue.cpp \
543 WebCore/css/CSSGradientValue.h \
544 WebCore/css/CSSHelper.cpp \
545 WebCore/css/CSSHelper.h \
546 WebCore/css/CSSImageGeneratorValue.cpp \
547 WebCore/css/CSSImageGeneratorValue.h \
548 WebCore/css/CSSImageValue.cpp \
549 WebCore/css/CSSImageValue.h \
550 WebCore/css/CSSImportRule.cpp \
551 WebCore/css/CSSImportRule.h \
552 WebCore/css/CSSInheritedValue.cpp \
553 WebCore/css/CSSInheritedValue.h \
554 WebCore/css/CSSInitialValue.cpp \
555 WebCore/css/CSSInitialValue.h \
556 WebCore/css/CSSMediaRule.cpp \
557 WebCore/css/CSSMediaRule.h \
558 WebCore/css/CSSMutableStyleDeclaration.cpp \
559 WebCore/css/CSSMutableStyleDeclaration.h \
560 WebCore/css/CSSNamespace.h \
561 WebCore/css/CSSPageRule.cpp \
562 WebCore/css/CSSPageRule.h \
563 WebCore/css/CSSParser.cpp \
564 WebCore/css/CSSParser.h \
565 WebCore/css/CSSParserValues.cpp \
566 WebCore/css/CSSParserValues.h \
567 WebCore/css/CSSPrimitiveValue.cpp \
568 WebCore/css/CSSPrimitiveValue.h \
569 WebCore/css/CSSPrimitiveValueMappings.h \
570 WebCore/css/CSSProperty.cpp \
571 WebCore/css/CSSProperty.h \
572 WebCore/css/CSSPropertyLonghand.cpp \
573 WebCore/css/CSSPropertyLonghand.h \
574 WebCore/css/CSSQuirkPrimitiveValue.h \
575 WebCore/css/CSSReflectValue.cpp \
576 WebCore/css/CSSReflectValue.h \
577 WebCore/css/CSSReflectionDirection.h \
578 WebCore/css/CSSRule.cpp \
579 WebCore/css/CSSRule.h \
580 WebCore/css/CSSRuleList.cpp \
581 WebCore/css/CSSRuleList.h \
582 WebCore/css/CSSSegmentedFontFace.cpp \
583 WebCore/css/CSSSegmentedFontFace.h \
584 WebCore/css/CSSSelector.cpp \
585 WebCore/css/CSSSelector.h \
586 WebCore/css/CSSSelectorList.cpp \
587 WebCore/css/CSSSelectorList.h \
588 WebCore/css/CSSStyleDeclaration.cpp \
589 WebCore/css/CSSStyleDeclaration.h \
590 WebCore/css/CSSStyleRule.cpp \
591 WebCore/css/CSSStyleRule.h \
592 WebCore/css/CSSStyleSelector.cpp \
593 WebCore/css/CSSStyleSelector.h \
594 WebCore/css/CSSStyleSheet.cpp \
595 WebCore/css/CSSStyleSheet.h \
596 WebCore/css/CSSTimingFunctionValue.cpp \
597 WebCore/css/CSSTimingFunctionValue.h \
598 WebCore/css/CSSUnicodeRangeValue.cpp \
599 WebCore/css/CSSUnicodeRangeValue.h \
600 WebCore/css/CSSUnknownRule.h \
601 WebCore/css/CSSValue.h \
602 WebCore/css/CSSValueList.cpp \
603 WebCore/css/CSSValueList.h \
604 WebCore/css/CSSVariableDependentValue.cpp \
605 WebCore/css/CSSVariableDependentValue.h \
606 WebCore/css/CSSVariablesDeclaration.cpp \
607 WebCore/css/CSSVariablesDeclaration.h \
608 WebCore/css/CSSVariablesRule.cpp \
609 WebCore/css/CSSVariablesRule.h \
610 WebCore/css/Counter.h \
611 WebCore/css/DashboardRegion.h \
612 WebCore/css/FontFamilyValue.cpp \
613 WebCore/css/FontFamilyValue.h \
614 WebCore/css/FontValue.cpp \
615 WebCore/css/FontValue.h \
616 WebCore/css/MediaFeatureNames.cpp \
617 WebCore/css/MediaFeatureNames.h \
618 WebCore/css/Media.cpp \
619 WebCore/css/Media.h \
620 WebCore/css/MediaList.cpp \
621 WebCore/css/MediaList.h \
622 WebCore/css/MediaQuery.cpp \
623 WebCore/css/MediaQuery.h \
624 WebCore/css/MediaQueryEvaluator.cpp \
625 WebCore/css/MediaQueryEvaluator.h \
626 WebCore/css/MediaQueryExp.cpp \
627 WebCore/css/MediaQueryExp.h \
629 WebCore/css/RGBColor.cpp \
630 WebCore/css/RGBColor.h \
632 WebCore/css/ShadowValue.cpp \
633 WebCore/css/ShadowValue.h \
634 WebCore/css/StyleBase.cpp \
635 WebCore/css/StyleBase.h \
636 WebCore/css/StyleList.cpp \
637 WebCore/css/StyleList.h \
638 WebCore/css/StyleSheet.cpp \
639 WebCore/css/StyleSheet.h \
640 WebCore/css/StyleSheetList.cpp \
641 WebCore/css/StyleSheetList.h \
642 WebCore/css/WebKitCSSKeyframeRule.cpp \
643 WebCore/css/WebKitCSSKeyframeRule.h \
644 WebCore/css/WebKitCSSKeyframesRule.cpp \
645 WebCore/css/WebKitCSSKeyframesRule.h \
646 WebCore/css/WebKitCSSMatrix.cpp \
647 WebCore/css/WebKitCSSMatrix.h \
648 WebCore/css/WebKitCSSTransformValue.cpp \
649 WebCore/css/WebKitCSSTransformValue.h \
650 WebCore/dom/ActiveDOMObject.cpp \
651 WebCore/dom/ActiveDOMObject.h \
652 WebCore/dom/Attr.cpp \
654 WebCore/dom/Attribute.cpp \
655 WebCore/dom/Attribute.h \
656 WebCore/dom/BeforeLoadEvent.h \
657 WebCore/dom/BeforeTextInsertedEvent.cpp \
658 WebCore/dom/BeforeTextInsertedEvent.h \
659 WebCore/dom/BeforeUnloadEvent.cpp \
660 WebCore/dom/BeforeUnloadEvent.h \
661 WebCore/dom/CDATASection.cpp \
662 WebCore/dom/CDATASection.h \
663 WebCore/dom/CSSMappedAttributeDeclaration.cpp \
664 WebCore/dom/CSSMappedAttributeDeclaration.h \
665 WebCore/dom/CharacterData.cpp \
666 WebCore/dom/CharacterData.h \
667 WebCore/dom/CheckedRadioButtons.cpp \
668 WebCore/dom/CheckedRadioButtons.h \
669 WebCore/dom/ChildNodeList.cpp \
670 WebCore/dom/ChildNodeList.h \
671 WebCore/dom/ClassNodeList.cpp \
672 WebCore/dom/ClassNodeList.h \
673 WebCore/dom/ClientRect.cpp \
674 WebCore/dom/ClientRect.h \
675 WebCore/dom/ClientRectList.cpp \
676 WebCore/dom/ClientRectList.h \
677 WebCore/dom/Clipboard.cpp \
678 WebCore/dom/Clipboard.h \
679 WebCore/dom/ClipboardAccessPolicy.h \
680 WebCore/dom/ClipboardEvent.cpp \
681 WebCore/dom/ClipboardEvent.h \
682 WebCore/dom/Comment.cpp \
683 WebCore/dom/Comment.h \
684 WebCore/dom/CompositionEvent.cpp \
685 WebCore/dom/CompositionEvent.h \
686 WebCore/dom/ContainerNode.cpp \
687 WebCore/dom/ContainerNode.h \
688 WebCore/dom/ContainerNodeAlgorithms.h \
689 WebCore/dom/DOMCoreException.h \
690 WebCore/dom/DOMImplementation.cpp \
691 WebCore/dom/DOMImplementation.h \
692 WebCore/dom/Document.cpp \
693 WebCore/dom/Document.h \
694 WebCore/dom/DocumentFragment.cpp \
695 WebCore/dom/DocumentFragment.h \
696 WebCore/dom/DocumentMarker.h \
697 WebCore/dom/DocumentType.cpp \
698 WebCore/dom/DocumentType.h \
699 WebCore/dom/DynamicNodeList.cpp \
700 WebCore/dom/DynamicNodeList.h \
701 WebCore/dom/EditingText.cpp \
702 WebCore/dom/EditingText.h \
703 WebCore/dom/Element.cpp \
704 WebCore/dom/Element.h \
705 WebCore/dom/ElementRareData.h \
706 WebCore/dom/Entity.cpp \
707 WebCore/dom/Entity.h \
708 WebCore/dom/EntityReference.cpp \
709 WebCore/dom/EntityReference.h \
710 WebCore/dom/ErrorEvent.cpp \
711 WebCore/dom/ErrorEvent.h \
712 WebCore/dom/Event.cpp \
713 WebCore/dom/Event.h \
714 WebCore/dom/EventException.h \
715 WebCore/dom/EventListener.h \
716 WebCore/dom/EventNames.cpp \
717 WebCore/dom/EventNames.h \
718 WebCore/dom/EventTarget.cpp \
719 WebCore/dom/EventTarget.h \
720 WebCore/dom/ExceptionBase.cpp \
721 WebCore/dom/ExceptionBase.h \
722 WebCore/dom/ExceptionCode.cpp \
723 WebCore/dom/ExceptionCode.h \
724 WebCore/dom/InputElement.cpp \
725 WebCore/dom/InputElement.h \
726 WebCore/dom/KeyboardEvent.cpp \
727 WebCore/dom/KeyboardEvent.h \
728 WebCore/dom/MappedAttribute.cpp \
729 WebCore/dom/MappedAttribute.h \
730 WebCore/dom/MappedAttributeEntry.h \
731 WebCore/dom/MessageChannel.cpp \
732 WebCore/dom/MessageChannel.h \
733 WebCore/dom/MessageEvent.cpp \
734 WebCore/dom/MessageEvent.h \
735 WebCore/dom/MessagePort.cpp \
736 WebCore/dom/MessagePort.h \
737 WebCore/dom/MessagePortChannel.cpp \
738 WebCore/dom/MessagePortChannel.h \
739 WebCore/dom/MouseEvent.cpp \
740 WebCore/dom/MouseEvent.h \
741 WebCore/dom/MouseRelatedEvent.cpp \
742 WebCore/dom/MouseRelatedEvent.h \
743 WebCore/dom/MutationEvent.cpp \
744 WebCore/dom/MutationEvent.h \
745 WebCore/dom/NameNodeList.cpp \
746 WebCore/dom/NameNodeList.h \
747 WebCore/dom/NamedAttrMap.cpp \
748 WebCore/dom/NamedAttrMap.h \
749 WebCore/dom/NamedMappedAttrMap.cpp \
750 WebCore/dom/NamedMappedAttrMap.h \
751 WebCore/dom/NamedNodeMap.h \
752 WebCore/dom/Node.cpp \
754 WebCore/dom/NodeFilter.cpp \
755 WebCore/dom/NodeFilter.h \
756 WebCore/dom/NodeFilterCondition.cpp \
757 WebCore/dom/NodeFilterCondition.h \
758 WebCore/dom/NodeIterator.cpp \
759 WebCore/dom/NodeIterator.h \
760 WebCore/dom/NodeList.h \
761 WebCore/dom/NodeRareData.h \
762 WebCore/dom/NodeRenderStyle.h \
763 WebCore/dom/NodeWithIndex.h \
764 WebCore/dom/Notation.cpp \
765 WebCore/dom/Notation.h \
766 WebCore/dom/OptionGroupElement.cpp \
767 WebCore/dom/OptionGroupElement.h \
768 WebCore/dom/OptionElement.cpp \
769 WebCore/dom/OptionElement.h \
770 WebCore/dom/OverflowEvent.cpp \
771 WebCore/dom/OverflowEvent.h \
772 WebCore/dom/PageTransitionEvent.cpp \
773 WebCore/dom/PageTransitionEvent.h \
774 WebCore/dom/Position.cpp \
775 WebCore/dom/Position.h \
776 WebCore/dom/PopStateEvent.cpp \
777 WebCore/dom/PopStateEvent.h \
778 WebCore/dom/PositionIterator.cpp \
779 WebCore/dom/PositionIterator.h \
780 WebCore/dom/ProcessingInstruction.cpp \
781 WebCore/dom/ProcessingInstruction.h \
782 WebCore/dom/ProgressEvent.cpp \
783 WebCore/dom/ProgressEvent.h \
784 WebCore/dom/QualifiedName.cpp \
785 WebCore/dom/QualifiedName.h \
786 WebCore/dom/Range.cpp \
787 WebCore/dom/Range.h \
788 WebCore/dom/RangeBoundaryPoint.h \
789 WebCore/dom/RangeException.h \
790 WebCore/dom/RegisteredEventListener.cpp \
791 WebCore/dom/RegisteredEventListener.h \
792 WebCore/dom/ScriptElement.cpp \
793 WebCore/dom/ScriptElement.h \
794 WebCore/dom/ScriptExecutionContext.cpp \
795 WebCore/dom/ScriptExecutionContext.h \
796 WebCore/dom/SelectElement.cpp \
797 WebCore/dom/SelectElement.h \
798 WebCore/dom/SelectorNodeList.cpp \
799 WebCore/dom/SelectorNodeList.h \
800 WebCore/dom/SpaceSplitString.cpp \
801 WebCore/dom/SpaceSplitString.h \
802 WebCore/dom/StaticNodeList.cpp \
803 WebCore/dom/StaticNodeList.h \
804 WebCore/dom/StyleElement.cpp \
805 WebCore/dom/StyleElement.h \
806 WebCore/dom/StyledElement.cpp \
807 WebCore/dom/StyledElement.h \
808 WebCore/dom/TagNodeList.cpp \
809 WebCore/dom/TagNodeList.h \
810 WebCore/dom/Text.cpp \
812 WebCore/dom/TextEvent.cpp \
813 WebCore/dom/TextEvent.h \
814 WebCore/dom/Tokenizer.h \
815 WebCore/dom/Traversal.cpp \
816 WebCore/dom/Traversal.h \
817 WebCore/dom/TreeWalker.cpp \
818 WebCore/dom/TreeWalker.h \
819 WebCore/dom/UIEvent.cpp \
820 WebCore/dom/UIEvent.h \
821 WebCore/dom/UIEventWithKeyState.cpp \
822 WebCore/dom/UIEventWithKeyState.h \
823 WebCore/dom/WebKitAnimationEvent.cpp \
824 WebCore/dom/WebKitAnimationEvent.h \
825 WebCore/dom/WebKitTransitionEvent.cpp \
826 WebCore/dom/WebKitTransitionEvent.h \
827 WebCore/dom/WheelEvent.cpp \
828 WebCore/dom/WheelEvent.h \
829 WebCore/dom/XMLTokenizer.cpp \
830 WebCore/dom/XMLTokenizer.h \
831 WebCore/dom/XMLTokenizerLibxml2.cpp \
832 WebCore/dom/XMLTokenizerScope.cpp \
833 WebCore/dom/XMLTokenizerScope.h \
834 WebCore/dom/default/PlatformMessagePortChannel.cpp \
835 WebCore/dom/default/PlatformMessagePortChannel.h \
836 WebCore/editing/AppendNodeCommand.cpp \
837 WebCore/editing/AppendNodeCommand.h \
838 WebCore/editing/ApplyStyleCommand.cpp \
839 WebCore/editing/ApplyStyleCommand.h \
840 WebCore/editing/BreakBlockquoteCommand.cpp \
841 WebCore/editing/BreakBlockquoteCommand.h \
842 WebCore/editing/CompositeEditCommand.cpp \
843 WebCore/editing/CompositeEditCommand.h \
844 WebCore/editing/CreateLinkCommand.cpp \
845 WebCore/editing/CreateLinkCommand.h \
846 WebCore/editing/DeleteButton.cpp \
847 WebCore/editing/DeleteButton.h \
848 WebCore/editing/DeleteButtonController.cpp \
849 WebCore/editing/DeleteButtonController.h \
850 WebCore/editing/DeleteFromTextNodeCommand.cpp \
851 WebCore/editing/DeleteFromTextNodeCommand.h \
852 WebCore/editing/DeleteSelectionCommand.cpp \
853 WebCore/editing/DeleteSelectionCommand.h \
854 WebCore/editing/EditAction.h \
855 WebCore/editing/EditCommand.cpp \
856 WebCore/editing/EditCommand.h \
857 WebCore/editing/Editor.cpp \
858 WebCore/editing/Editor.h \
859 WebCore/editing/EditorCommand.cpp \
860 WebCore/editing/EditorDeleteAction.h \
861 WebCore/editing/EditorInsertAction.h \
862 WebCore/editing/FormatBlockCommand.cpp \
863 WebCore/editing/FormatBlockCommand.h \
864 WebCore/editing/HTMLInterchange.cpp \
865 WebCore/editing/HTMLInterchange.h \
866 WebCore/editing/IndentOutdentCommand.cpp \
867 WebCore/editing/IndentOutdentCommand.h \
868 WebCore/editing/InsertIntoTextNodeCommand.cpp \
869 WebCore/editing/InsertIntoTextNodeCommand.h \
870 WebCore/editing/InsertLineBreakCommand.cpp \
871 WebCore/editing/InsertLineBreakCommand.h \
872 WebCore/editing/InsertListCommand.cpp \
873 WebCore/editing/InsertListCommand.h \
874 WebCore/editing/InsertNodeBeforeCommand.cpp \
875 WebCore/editing/InsertNodeBeforeCommand.h \
876 WebCore/editing/InsertParagraphSeparatorCommand.cpp \
877 WebCore/editing/InsertParagraphSeparatorCommand.h \
878 WebCore/editing/InsertTextCommand.cpp \
879 WebCore/editing/InsertTextCommand.h \
880 WebCore/editing/JoinTextNodesCommand.cpp \
881 WebCore/editing/JoinTextNodesCommand.h \
882 WebCore/editing/MergeIdenticalElementsCommand.cpp \
883 WebCore/editing/MergeIdenticalElementsCommand.h \
884 WebCore/editing/ModifySelectionListLevel.cpp \
885 WebCore/editing/ModifySelectionListLevel.h \
886 WebCore/editing/MoveSelectionCommand.cpp \
887 WebCore/editing/MoveSelectionCommand.h \
888 WebCore/editing/RemoveCSSPropertyCommand.cpp \
889 WebCore/editing/RemoveCSSPropertyCommand.h \
890 WebCore/editing/RemoveFormatCommand.cpp \
891 WebCore/editing/RemoveFormatCommand.h \
892 WebCore/editing/RemoveNodeCommand.cpp \
893 WebCore/editing/RemoveNodeCommand.h \
894 WebCore/editing/RemoveNodePreservingChildrenCommand.cpp \
895 WebCore/editing/RemoveNodePreservingChildrenCommand.h \
896 WebCore/editing/ReplaceNodeWithSpanCommand.cpp \
897 WebCore/editing/ReplaceNodeWithSpanCommand.h \
898 WebCore/editing/ReplaceSelectionCommand.cpp \
899 WebCore/editing/ReplaceSelectionCommand.h \
900 WebCore/editing/SelectionController.cpp \
901 WebCore/editing/SelectionController.h \
902 WebCore/editing/SetNodeAttributeCommand.cpp \
903 WebCore/editing/SetNodeAttributeCommand.h \
904 WebCore/editing/SmartReplace.cpp \
905 WebCore/editing/SmartReplace.h \
906 WebCore/editing/SmartReplaceICU.cpp \
907 WebCore/editing/SplitElementCommand.cpp \
908 WebCore/editing/SplitElementCommand.h \
909 WebCore/editing/SplitTextNodeCommand.cpp \
910 WebCore/editing/SplitTextNodeCommand.h \
911 WebCore/editing/SplitTextNodeContainingElementCommand.cpp \
912 WebCore/editing/SplitTextNodeContainingElementCommand.h \
913 WebCore/editing/TextAffinity.h \
914 WebCore/editing/TextGranularity.h \
915 WebCore/editing/TextIterator.cpp \
916 WebCore/editing/TextIterator.h \
917 WebCore/editing/TypingCommand.cpp \
918 WebCore/editing/TypingCommand.h \
919 WebCore/editing/UnlinkCommand.cpp \
920 WebCore/editing/UnlinkCommand.h \
921 WebCore/editing/VisiblePosition.cpp \
922 WebCore/editing/VisiblePosition.h \
923 WebCore/editing/VisibleSelection.cpp \
924 WebCore/editing/VisibleSelection.h \
925 WebCore/editing/WrapContentsInDummySpanCommand.cpp \
926 WebCore/editing/WrapContentsInDummySpanCommand.h \
927 WebCore/editing/htmlediting.cpp \
928 WebCore/editing/htmlediting.h \
929 WebCore/editing/markup.cpp \
930 WebCore/editing/markup.h \
931 WebCore/editing/visible_units.cpp \
932 WebCore/editing/visible_units.h \
933 WebCore/editing/gtk/SelectionControllerGtk.cpp \
934 WebCore/history/BackForwardList.cpp \
935 WebCore/history/BackForwardList.h \
936 WebCore/history/CachedFrame.cpp \
937 WebCore/history/CachedFrame.h \
938 WebCore/history/CachedFramePlatformData.h \
939 WebCore/history/CachedPage.cpp \
940 WebCore/history/CachedPage.h \
941 WebCore/history/HistoryItem.cpp \
942 WebCore/history/HistoryItem.h \
943 WebCore/history/PageCache.cpp \
944 WebCore/history/PageCache.h \
945 WebCore/html/canvas/CanvasGradient.cpp \
946 WebCore/html/canvas/CanvasGradient.h \
947 WebCore/html/canvas/CanvasPattern.cpp \
948 WebCore/html/canvas/CanvasPattern.h \
949 WebCore/html/canvas/CanvasPixelArray.cpp \
950 WebCore/html/canvas/CanvasPixelArray.h \
951 WebCore/html/canvas/CanvasRenderingContext.cpp \
952 WebCore/html/canvas/CanvasRenderingContext.h \
953 WebCore/html/canvas/CanvasRenderingContext2D.cpp \
954 WebCore/html/canvas/CanvasRenderingContext2D.h \
955 WebCore/html/canvas/CanvasStyle.cpp \
956 WebCore/html/canvas/CanvasStyle.h \
957 WebCore/html/CollectionCache.cpp \
958 WebCore/html/CollectionCache.h \
959 WebCore/html/CollectionType.h \
960 WebCore/html/DataGridColumn.cpp \
961 WebCore/html/DataGridColumn.h \
962 WebCore/html/DataGridColumnList.cpp \
963 WebCore/html/DataGridColumnList.h \
964 WebCore/html/DataGridDataSource.h \
965 WebCore/html/DOMDataGridDataSource.cpp \
966 WebCore/html/DOMDataGridDataSource.h \
967 WebCore/html/File.cpp \
968 WebCore/html/File.h \
969 WebCore/html/FileList.cpp \
970 WebCore/html/FileList.h \
971 WebCore/html/FormDataList.cpp \
972 WebCore/html/FormDataList.h \
973 WebCore/html/HTMLAllCollection.cpp \
974 WebCore/html/HTMLAllCollection.h \
975 WebCore/html/HTMLAnchorElement.cpp \
976 WebCore/html/HTMLAnchorElement.h \
977 WebCore/html/HTMLAppletElement.cpp \
978 WebCore/html/HTMLAppletElement.h \
979 WebCore/html/HTMLAreaElement.cpp \
980 WebCore/html/HTMLAreaElement.h \
981 WebCore/html/HTMLBRElement.cpp \
982 WebCore/html/HTMLBRElement.h \
983 WebCore/html/HTMLBaseElement.cpp \
984 WebCore/html/HTMLBaseElement.h \
985 WebCore/html/HTMLBaseFontElement.cpp \
986 WebCore/html/HTMLBaseFontElement.h \
987 WebCore/html/HTMLBlockquoteElement.cpp \
988 WebCore/html/HTMLBlockquoteElement.h \
989 WebCore/html/HTMLBodyElement.cpp \
990 WebCore/html/HTMLBodyElement.h \
991 WebCore/html/HTMLButtonElement.cpp \
992 WebCore/html/HTMLButtonElement.h \
993 WebCore/html/HTMLCanvasElement.cpp \
994 WebCore/html/HTMLCanvasElement.h \
995 WebCore/html/HTMLCollection.cpp \
996 WebCore/html/HTMLCollection.h \
997 WebCore/html/HTMLDataGridElement.cpp \
998 WebCore/html/HTMLDataGridElement.h \
999 WebCore/html/HTMLDataGridCellElement.cpp \
1000 WebCore/html/HTMLDataGridCellElement.h \
1001 WebCore/html/HTMLDataGridColElement.cpp \
1002 WebCore/html/HTMLDataGridColElement.h \
1003 WebCore/html/HTMLDataGridRowElement.cpp \
1004 WebCore/html/HTMLDataGridRowElement.h \
1005 WebCore/html/HTMLDataListElement.cpp \
1006 WebCore/html/HTMLDataListElement.h \
1007 WebCore/html/HTMLDListElement.cpp \
1008 WebCore/html/HTMLDListElement.h \
1009 WebCore/html/HTMLDirectoryElement.cpp \
1010 WebCore/html/HTMLDirectoryElement.h \
1011 WebCore/html/HTMLDivElement.cpp \
1012 WebCore/html/HTMLDivElement.h \
1013 WebCore/html/HTMLDocument.cpp \
1014 WebCore/html/HTMLDocument.h \
1015 WebCore/html/HTMLElement.cpp \
1016 WebCore/html/HTMLElement.h \
1017 WebCore/html/HTMLEmbedElement.cpp \
1018 WebCore/html/HTMLEmbedElement.h \
1019 WebCore/html/HTMLFieldSetElement.cpp \
1020 WebCore/html/HTMLFieldSetElement.h \
1021 WebCore/html/HTMLFontElement.cpp \
1022 WebCore/html/HTMLFontElement.h \
1023 WebCore/html/HTMLFormCollection.cpp \
1024 WebCore/html/HTMLFormCollection.h \
1025 WebCore/html/HTMLFormControlElement.cpp \
1026 WebCore/html/HTMLFormControlElement.h \
1027 WebCore/html/HTMLFormElement.cpp \
1028 WebCore/html/HTMLFormElement.h \
1029 WebCore/html/HTMLFrameElement.cpp \
1030 WebCore/html/HTMLFrameElement.h \
1031 WebCore/html/HTMLFrameElementBase.cpp \
1032 WebCore/html/HTMLFrameElementBase.h \
1033 WebCore/html/HTMLFrameOwnerElement.cpp \
1034 WebCore/html/HTMLFrameOwnerElement.h \
1035 WebCore/html/HTMLFrameSetElement.cpp \
1036 WebCore/html/HTMLFrameSetElement.h \
1037 WebCore/html/HTMLHRElement.cpp \
1038 WebCore/html/HTMLHRElement.h \
1039 WebCore/html/HTMLHeadElement.cpp \
1040 WebCore/html/HTMLHeadElement.h \
1041 WebCore/html/HTMLHeadingElement.cpp \
1042 WebCore/html/HTMLHeadingElement.h \
1043 WebCore/html/HTMLHtmlElement.cpp \
1044 WebCore/html/HTMLHtmlElement.h \
1045 WebCore/html/HTMLIFrameElement.cpp \
1046 WebCore/html/HTMLIFrameElement.h \
1047 WebCore/html/HTMLImageElement.cpp \
1048 WebCore/html/HTMLImageElement.h \
1049 WebCore/html/HTMLImageLoader.cpp \
1050 WebCore/html/HTMLImageLoader.h \
1051 WebCore/html/HTMLInputElement.cpp \
1052 WebCore/html/HTMLInputElement.h \
1053 WebCore/html/HTMLIsIndexElement.cpp \
1054 WebCore/html/HTMLIsIndexElement.h \
1055 WebCore/html/HTMLKeygenElement.cpp \
1056 WebCore/html/HTMLKeygenElement.h \
1057 WebCore/html/HTMLLIElement.cpp \
1058 WebCore/html/HTMLLIElement.h \
1059 WebCore/html/HTMLLabelElement.cpp \
1060 WebCore/html/HTMLLabelElement.h \
1061 WebCore/html/HTMLLegendElement.cpp \
1062 WebCore/html/HTMLLegendElement.h \
1063 WebCore/html/HTMLLinkElement.cpp \
1064 WebCore/html/HTMLLinkElement.h \
1065 WebCore/html/HTMLMapElement.cpp \
1066 WebCore/html/HTMLMapElement.h \
1067 WebCore/html/HTMLMarqueeElement.cpp \
1068 WebCore/html/HTMLMarqueeElement.h \
1069 WebCore/html/HTMLMenuElement.cpp \
1070 WebCore/html/HTMLMenuElement.h \
1071 WebCore/html/HTMLMetaElement.cpp \
1072 WebCore/html/HTMLMetaElement.h \
1073 WebCore/html/HTMLModElement.cpp \
1074 WebCore/html/HTMLModElement.h \
1075 WebCore/html/HTMLNameCollection.cpp \
1076 WebCore/html/HTMLNameCollection.h \
1077 WebCore/html/HTMLOListElement.cpp \
1078 WebCore/html/HTMLOListElement.h \
1079 WebCore/html/HTMLObjectElement.cpp \
1080 WebCore/html/HTMLObjectElement.h \
1081 WebCore/html/HTMLOptGroupElement.cpp \
1082 WebCore/html/HTMLOptGroupElement.h \
1083 WebCore/html/HTMLOptionElement.cpp \
1084 WebCore/html/HTMLOptionElement.h \
1085 WebCore/html/HTMLOptionsCollection.cpp \
1086 WebCore/html/HTMLOptionsCollection.h \
1087 WebCore/html/HTMLParagraphElement.cpp \
1088 WebCore/html/HTMLParagraphElement.h \
1089 WebCore/html/HTMLParamElement.cpp \
1090 WebCore/html/HTMLParamElement.h \
1091 WebCore/html/HTMLParser.cpp \
1092 WebCore/html/HTMLParser.h \
1093 WebCore/html/HTMLParserErrorCodes.cpp \
1094 WebCore/html/HTMLParserErrorCodes.h \
1095 WebCore/html/HTMLParserQuirks.h \
1096 WebCore/html/HTMLPlugInElement.cpp \
1097 WebCore/html/HTMLPlugInElement.h \
1098 WebCore/html/HTMLPlugInImageElement.cpp \
1099 WebCore/html/HTMLPlugInImageElement.h \
1100 WebCore/html/HTMLPreElement.cpp \
1101 WebCore/html/HTMLPreElement.h \
1102 WebCore/html/HTMLQuoteElement.cpp \
1103 WebCore/html/HTMLQuoteElement.h \
1104 WebCore/html/HTMLScriptElement.cpp \
1105 WebCore/html/HTMLScriptElement.h \
1106 WebCore/html/HTMLNoScriptElement.cpp \
1107 WebCore/html/HTMLNoScriptElement.h \
1108 WebCore/html/HTMLSelectElement.cpp \
1109 WebCore/html/HTMLSelectElement.h \
1110 WebCore/html/HTMLStyleElement.cpp \
1111 WebCore/html/HTMLStyleElement.h \
1112 WebCore/html/HTMLTableCaptionElement.cpp \
1113 WebCore/html/HTMLTableCaptionElement.h \
1114 WebCore/html/HTMLTableCellElement.cpp \
1115 WebCore/html/HTMLTableCellElement.h \
1116 WebCore/html/HTMLTableColElement.cpp \
1117 WebCore/html/HTMLTableColElement.h \
1118 WebCore/html/HTMLTableElement.cpp \
1119 WebCore/html/HTMLTableElement.h \
1120 WebCore/html/HTMLTablePartElement.cpp \
1121 WebCore/html/HTMLTablePartElement.h \
1122 WebCore/html/HTMLTableRowElement.cpp \
1123 WebCore/html/HTMLTableRowElement.h \
1124 WebCore/html/HTMLTableRowsCollection.cpp \
1125 WebCore/html/HTMLTableRowsCollection.h \
1126 WebCore/html/HTMLTableSectionElement.cpp \
1127 WebCore/html/HTMLTableSectionElement.h \
1128 WebCore/html/HTMLTextAreaElement.cpp \
1129 WebCore/html/HTMLTextAreaElement.h \
1130 WebCore/html/HTMLTitleElement.cpp \
1131 WebCore/html/HTMLTitleElement.h \
1132 WebCore/html/HTMLTokenizer.cpp \
1133 WebCore/html/HTMLTokenizer.h \
1134 WebCore/html/HTMLUListElement.cpp \
1135 WebCore/html/HTMLUListElement.h \
1136 WebCore/html/HTMLViewSourceDocument.cpp \
1137 WebCore/html/HTMLViewSourceDocument.h \
1138 WebCore/html/ISODateTime.cpp \
1139 WebCore/html/ISODateTime.h \
1140 WebCore/html/ImageData.cpp \
1141 WebCore/html/ImageData.h \
1142 WebCore/html/MediaError.h \
1143 WebCore/html/PreloadScanner.cpp \
1144 WebCore/html/PreloadScanner.h \
1145 WebCore/html/TextMetrics.h \
1146 WebCore/html/ValidityState.cpp \
1147 WebCore/html/ValidityState.h \
1148 WebCore/html/VoidCallback.h \
1149 WebCore/icu/unicode/parseerr.h \
1150 WebCore/icu/unicode/platform.h \
1151 WebCore/icu/unicode/putil.h \
1152 WebCore/icu/unicode/ubrk.h \
1153 WebCore/icu/unicode/uchar.h \
1154 WebCore/icu/unicode/ucnv.h \
1155 WebCore/icu/unicode/ucnv_cb.h \
1156 WebCore/icu/unicode/ucnv_err.h \
1157 WebCore/icu/unicode/ucol.h \
1158 WebCore/icu/unicode/uconfig.h \
1159 WebCore/icu/unicode/uenum.h \
1160 WebCore/icu/unicode/uidna.h \
1161 WebCore/icu/unicode/uiter.h \
1162 WebCore/icu/unicode/uloc.h \
1163 WebCore/icu/unicode/umachine.h \
1164 WebCore/icu/unicode/unorm.h \
1165 WebCore/icu/unicode/urename.h \
1166 WebCore/icu/unicode/uscript.h \
1167 WebCore/icu/unicode/uset.h \
1168 WebCore/icu/unicode/ushape.h \
1169 WebCore/icu/unicode/ustring.h \
1170 WebCore/icu/unicode/utf.h \
1171 WebCore/icu/unicode/utf16.h \
1172 WebCore/icu/unicode/utf8.h \
1173 WebCore/icu/unicode/utf_old.h \
1174 WebCore/icu/unicode/utypes.h \
1175 WebCore/icu/unicode/uversion.h \
1176 WebCore/inspector/ConsoleMessage.cpp \
1177 WebCore/inspector/ConsoleMessage.h \
1178 WebCore/inspector/InjectedScriptHost.cpp \
1179 WebCore/inspector/InjectedScriptHost.h \
1180 WebCore/inspector/InspectorBackend.cpp \
1181 WebCore/inspector/InspectorBackend.h \
1182 WebCore/inspector/InspectorDatabaseResource.cpp \
1183 WebCore/inspector/InspectorDatabaseResource.h \
1184 WebCore/inspector/InspectorDOMAgent.cpp \
1185 WebCore/inspector/InspectorDOMAgent.h \
1186 WebCore/inspector/InspectorDOMStorageResource.cpp \
1187 WebCore/inspector/InspectorDOMStorageResource.h \
1188 WebCore/inspector/InspectorClient.h \
1189 WebCore/inspector/InspectorController.cpp \
1190 WebCore/inspector/InspectorController.h \
1191 WebCore/inspector/InspectorFrontend.cpp \
1192 WebCore/inspector/InspectorFrontend.h \
1193 WebCore/inspector/InspectorFrontendHost.cpp \
1194 WebCore/inspector/InspectorFrontendHost.h \
1195 WebCore/inspector/InspectorResource.cpp \
1196 WebCore/inspector/InspectorResource.h \
1197 WebCore/inspector/InspectorTimelineAgent.cpp \
1198 WebCore/inspector/InspectorTimelineAgent.h \
1199 WebCore/inspector/JavaScriptCallFrame.cpp \
1200 WebCore/inspector/JavaScriptCallFrame.h \
1201 WebCore/inspector/JavaScriptDebugListener.h \
1202 WebCore/inspector/JavaScriptDebugServer.cpp \
1203 WebCore/inspector/JavaScriptDebugServer.h \
1204 WebCore/inspector/JavaScriptProfile.cpp \
1205 WebCore/inspector/JavaScriptProfile.h \
1206 WebCore/inspector/JavaScriptProfileNode.cpp \
1207 WebCore/inspector/JavaScriptProfileNode.h \
1208 WebCore/inspector/TimelineRecordFactory.cpp \
1209 WebCore/inspector/TimelineRecordFactory.h \
1210 WebCore/loader/Cache.cpp \
1211 WebCore/loader/Cache.h \
1212 WebCore/loader/CachePolicy.h \
1213 WebCore/loader/CachedCSSStyleSheet.cpp \
1214 WebCore/loader/CachedCSSStyleSheet.h \
1215 WebCore/loader/CachedFont.cpp \
1216 WebCore/loader/CachedFont.h \
1217 WebCore/loader/CachedImage.cpp \
1218 WebCore/loader/CachedImage.h \
1219 WebCore/loader/CachedResource.cpp \
1220 WebCore/loader/CachedResource.h \
1221 WebCore/loader/CachedResourceClient.h \
1222 WebCore/loader/CachedResourceClientWalker.cpp \
1223 WebCore/loader/CachedResourceClientWalker.h \
1224 WebCore/loader/CachedResourceHandle.cpp \
1225 WebCore/loader/CachedResourceHandle.h \
1226 WebCore/loader/CachedScript.cpp \
1227 WebCore/loader/CachedScript.h \
1228 WebCore/loader/CachedXBLDocument.h \
1229 WebCore/loader/CachedXSLStyleSheet.cpp \
1230 WebCore/loader/CachedXSLStyleSheet.h \
1231 WebCore/loader/CrossOriginAccessControl.cpp \
1232 WebCore/loader/CrossOriginAccessControl.h \
1233 WebCore/loader/CrossOriginPreflightResultCache.cpp \
1234 WebCore/loader/CrossOriginPreflightResultCache.h \
1235 WebCore/loader/DocLoader.cpp \
1236 WebCore/loader/DocLoader.h \
1237 WebCore/loader/DocumentLoader.cpp \
1238 WebCore/loader/DocumentLoader.h \
1239 WebCore/loader/DocumentThreadableLoader.cpp \
1240 WebCore/loader/DocumentThreadableLoader.h \
1241 WebCore/loader/EmptyClients.h \
1242 WebCore/loader/FTPDirectoryDocument.cpp \
1243 WebCore/loader/FTPDirectoryDocument.h \
1244 WebCore/loader/FTPDirectoryParser.cpp \
1245 WebCore/loader/FTPDirectoryParser.h \
1246 WebCore/loader/FormState.cpp \
1247 WebCore/loader/FormState.h \
1248 WebCore/loader/FrameLoader.cpp \
1249 WebCore/loader/FrameLoader.h \
1250 WebCore/loader/FrameLoaderClient.h \
1251 WebCore/loader/FrameLoaderTypes.h \
1252 WebCore/loader/HistoryController.cpp \
1253 WebCore/loader/HistoryController.h \
1254 WebCore/loader/ImageDocument.cpp \
1255 WebCore/loader/ImageDocument.h \
1256 WebCore/loader/ImageLoader.cpp \
1257 WebCore/loader/ImageLoader.h \
1258 WebCore/loader/MainResourceLoader.cpp \
1259 WebCore/loader/MainResourceLoader.h \
1260 WebCore/loader/MediaDocument.cpp \
1261 WebCore/loader/MediaDocument.h \
1262 WebCore/loader/NavigationAction.cpp \
1263 WebCore/loader/NavigationAction.h \
1264 WebCore/loader/NetscapePlugInStreamLoader.cpp \
1265 WebCore/loader/NetscapePlugInStreamLoader.h \
1266 WebCore/loader/PlaceholderDocument.cpp \
1267 WebCore/loader/PlaceholderDocument.h \
1268 WebCore/loader/PluginDocument.cpp \
1269 WebCore/loader/PluginDocument.h \
1270 WebCore/loader/PolicyCallback.cpp \
1271 WebCore/loader/PolicyCallback.h \
1272 WebCore/loader/PolicyChecker.cpp \
1273 WebCore/loader/PolicyChecker.h \
1274 WebCore/loader/ProgressTracker.cpp \
1275 WebCore/loader/ProgressTracker.h \
1276 WebCore/loader/RedirectScheduler.cpp \
1277 WebCore/loader/RedirectScheduler.h \
1278 WebCore/loader/Request.cpp \
1279 WebCore/loader/Request.h \
1280 WebCore/loader/ResourceLoader.cpp \
1281 WebCore/loader/ResourceLoader.h \
1282 WebCore/loader/ResourceLoadNotifier.cpp \
1283 WebCore/loader/ResourceLoadNotifier.h \
1284 WebCore/loader/SubresourceLoader.cpp \
1285 WebCore/loader/SubresourceLoader.h \
1286 WebCore/loader/SubresourceLoaderClient.h \
1287 WebCore/loader/SubstituteData.h \
1288 WebCore/loader/SubstituteResource.h \
1289 WebCore/loader/TextDocument.cpp \
1290 WebCore/loader/TextDocument.h \
1291 WebCore/loader/TextResourceDecoder.cpp \
1292 WebCore/loader/TextResourceDecoder.h \
1293 WebCore/loader/ThreadableLoader.cpp \
1294 WebCore/loader/ThreadableLoader.h \
1295 WebCore/loader/ThreadableLoaderClient.h \
1296 WebCore/loader/ThreadableLoaderClientWrapper.h \
1297 WebCore/loader/WorkerThreadableLoader.cpp \
1298 WebCore/loader/WorkerThreadableLoader.h \
1299 WebCore/loader/archive/Archive.h \
1300 WebCore/loader/archive/ArchiveFactory.cpp \
1301 WebCore/loader/archive/ArchiveFactory.h \
1302 WebCore/loader/archive/ArchiveResource.cpp \
1303 WebCore/loader/archive/ArchiveResource.h \
1304 WebCore/loader/archive/ArchiveResourceCollection.cpp \
1305 WebCore/loader/archive/ArchiveResourceCollection.h \
1306 WebCore/loader/icon/IconFetcher.h \
1307 WebCore/loader/icon/IconLoader.cpp \
1308 WebCore/loader/icon/IconLoader.h \
1309 WebCore/loader/loader.cpp \
1310 WebCore/loader/loader.h \
1311 WebCore/page/BarInfo.cpp \
1312 WebCore/page/BarInfo.h \
1313 WebCore/page/Chrome.cpp \
1314 WebCore/page/Chrome.h \
1315 WebCore/page/ChromeClient.h \
1316 WebCore/page/Console.cpp \
1317 WebCore/page/Console.h \
1318 WebCore/page/ContextMenuClient.h \
1319 WebCore/page/ContextMenuController.cpp \
1320 WebCore/page/ContextMenuController.h \
1321 WebCore/page/ContextMenuProvider.h \
1322 WebCore/page/Coordinates.h \
1323 WebCore/page/DOMSelection.cpp \
1324 WebCore/page/DOMSelection.h \
1325 WebCore/page/DOMTimer.cpp \
1326 WebCore/page/DOMTimer.h \
1327 WebCore/page/DOMWindow.cpp \
1328 WebCore/page/DOMWindow.h \
1329 WebCore/page/DragActions.h \
1330 WebCore/page/DragClient.h \
1331 WebCore/page/DragController.cpp \
1332 WebCore/page/DragController.h \
1333 WebCore/page/EditorClient.h \
1334 WebCore/page/EventHandler.cpp \
1335 WebCore/page/EventHandler.h \
1336 WebCore/page/EventSource.cpp \
1337 WebCore/page/EventSource.h \
1338 WebCore/page/FocusController.cpp \
1339 WebCore/page/FocusController.h \
1340 WebCore/page/FocusDirection.h \
1341 WebCore/page/Frame.cpp \
1342 WebCore/page/Frame.h \
1343 WebCore/page/FrameLoadRequest.h \
1344 WebCore/page/FrameTree.cpp \
1345 WebCore/page/FrameTree.h \
1346 WebCore/page/FrameView.cpp \
1347 WebCore/page/FrameView.h \
1348 WebCore/page/Geolocation.cpp \
1349 WebCore/page/Geolocation.h \
1350 WebCore/page/GeolocationController.cpp \
1351 WebCore/page/GeolocationController.h \
1352 WebCore/page/GeolocationControllerClient.h \
1353 WebCore/page/GeolocationError.h \
1354 WebCore/page/GeolocationPosition.h \
1355 WebCore/page/Geoposition.h \
1356 WebCore/page/HaltablePlugin.h \
1357 WebCore/page/History.cpp \
1358 WebCore/page/History.h \
1359 WebCore/page/Location.cpp \
1360 WebCore/page/Location.h \
1361 WebCore/page/MouseEventWithHitTestResults.cpp \
1362 WebCore/page/MouseEventWithHitTestResults.h \
1363 WebCore/page/Navigator.cpp \
1364 WebCore/page/Navigator.h \
1365 WebCore/page/NavigatorBase.cpp \
1366 WebCore/page/NavigatorBase.h \
1367 WebCore/page/OriginAccessEntry.cpp \
1368 WebCore/page/OriginAccessEntry.h \
1369 WebCore/page/Page.cpp \
1370 WebCore/page/Page.h \
1371 WebCore/page/PageGroup.cpp \
1372 WebCore/page/PageGroup.h \
1373 WebCore/page/PageGroupLoadDeferrer.cpp \
1374 WebCore/page/PageGroupLoadDeferrer.h \
1375 WebCore/page/PluginHalter.cpp \
1376 WebCore/page/PluginHalter.h \
1377 WebCore/page/PluginHalterClient.h \
1378 WebCore/page/PositionCallback.h \
1379 WebCore/page/PositionError.h \
1380 WebCore/page/PositionErrorCallback.h \
1381 WebCore/page/PositionOptions.h \
1382 WebCore/page/PrintContext.cpp \
1383 WebCore/page/PrintContext.h \
1384 WebCore/page/Screen.cpp \
1385 WebCore/page/Screen.h \
1386 WebCore/page/SecurityOrigin.cpp \
1387 WebCore/page/SecurityOrigin.h \
1388 WebCore/page/SecurityOriginHash.h \
1389 WebCore/page/Settings.cpp \
1390 WebCore/page/Settings.h \
1391 WebCore/page/UserContentURLPattern.cpp \
1392 WebCore/page/UserContentURLPattern.h \
1393 WebCore/page/UserScript.h \
1394 WebCore/page/UserScriptTypes.h \
1395 WebCore/page/UserStyleSheet.h \
1396 WebCore/page/UserStyleSheetTypes.h \
1397 WebCore/page/WebKitPoint.h \
1398 WebCore/page/WindowFeatures.cpp \
1399 WebCore/page/WindowFeatures.h \
1400 WebCore/page/XSSAuditor.cpp \
1401 WebCore/page/XSSAuditor.h \
1402 WebCore/page/animation/AnimationBase.cpp \
1403 WebCore/page/animation/AnimationBase.h \
1404 WebCore/page/animation/AnimationController.cpp \
1405 WebCore/page/animation/AnimationController.h \
1406 WebCore/page/animation/AnimationControllerPrivate.h \
1407 WebCore/page/animation/CompositeAnimation.cpp \
1408 WebCore/page/animation/CompositeAnimation.h \
1409 WebCore/page/animation/ImplicitAnimation.cpp \
1410 WebCore/page/animation/ImplicitAnimation.h \
1411 WebCore/page/animation/KeyframeAnimation.cpp \
1412 WebCore/page/animation/KeyframeAnimation.h \
1413 WebCore/platform/Arena.cpp \
1414 WebCore/platform/Arena.h \
1415 WebCore/platform/AutodrainedPool.h \
1416 WebCore/platform/ContentType.cpp \
1417 WebCore/platform/ContentType.h \
1418 WebCore/platform/ContextMenu.cpp \
1419 WebCore/platform/ContextMenu.h \
1420 WebCore/platform/ContextMenuItem.h \
1421 WebCore/platform/Cookie.h \
1422 WebCore/platform/CookieJar.h \
1423 WebCore/platform/CrossThreadCopier.cpp \
1424 WebCore/platform/CrossThreadCopier.h \
1425 WebCore/platform/Cursor.h \
1426 WebCore/platform/DeprecatedPtrList.h \
1427 WebCore/platform/DeprecatedPtrListImpl.cpp \
1428 WebCore/platform/DeprecatedPtrListImpl.h \
1429 WebCore/platform/DragData.cpp \
1430 WebCore/platform/DragData.h \
1431 WebCore/platform/DragImage.cpp \
1432 WebCore/platform/DragImage.h \
1433 WebCore/platform/EventLoop.h \
1434 WebCore/platform/FileChooser.cpp \
1435 WebCore/platform/FileChooser.h \
1436 WebCore/platform/FileSystem.h \
1437 WebCore/platform/FloatConversion.h \
1438 WebCore/platform/GeolocationService.cpp \
1439 WebCore/platform/GeolocationService.h \
1440 WebCore/platform/HostWindow.h \
1441 WebCore/platform/KeyboardCodes.h \
1442 WebCore/platform/KURL.cpp \
1443 WebCore/platform/KURL.h \
1444 WebCore/platform/KURLHash.h \
1445 WebCore/platform/Language.h \
1446 WebCore/platform/Length.cpp \
1447 WebCore/platform/Length.h \
1448 WebCore/platform/LengthBox.h \
1449 WebCore/platform/LengthSize.h \
1450 WebCore/platform/LinkHash.cpp \
1451 WebCore/platform/LinkHash.h \
1452 WebCore/platform/LocalizedStrings.h \
1453 WebCore/platform/Logging.cpp \
1454 WebCore/platform/Logging.h \
1455 WebCore/platform/MIMETypeRegistry.cpp \
1456 WebCore/platform/MIMETypeRegistry.h \
1457 WebCore/platform/mock/GeolocationServiceMock.cpp \
1458 WebCore/platform/mock/GeolocationServiceMock.h \
1459 WebCore/platform/NotImplemented.h \
1460 WebCore/platform/Pasteboard.h \
1461 WebCore/platform/PlatformKeyboardEvent.h \
1462 WebCore/platform/PlatformMenuDescription.h \
1463 WebCore/platform/PlatformMouseEvent.h \
1464 WebCore/platform/PlatformScreen.h \
1465 WebCore/platform/PlatformWheelEvent.h \
1466 WebCore/platform/PopupMenu.h \
1467 WebCore/platform/PopupMenuClient.h \
1468 WebCore/platform/PopupMenuStyle.h \
1469 WebCore/platform/PurgeableBuffer.h \
1470 WebCore/platform/SSLKeyGenerator.h \
1471 WebCore/platform/ScrollTypes.h \
1472 WebCore/platform/ScrollView.cpp \
1473 WebCore/platform/ScrollView.h \
1474 WebCore/platform/Scrollbar.cpp \
1475 WebCore/platform/Scrollbar.h \
1476 WebCore/platform/ScrollbarClient.h \
1477 WebCore/platform/ScrollbarTheme.h \
1478 WebCore/platform/ScrollbarThemeComposite.cpp \
1479 WebCore/platform/ScrollbarThemeComposite.h \
1480 WebCore/platform/SearchPopupMenu.h \
1481 WebCore/platform/SharedBuffer.cpp \
1482 WebCore/platform/SharedBuffer.h \
1483 WebCore/platform/SharedTimer.h \
1484 WebCore/platform/Sound.h \
1485 WebCore/platform/StaticConstructors.h \
1486 WebCore/platform/SuddenTermination.h \
1487 WebCore/platform/SystemTime.h \
1488 WebCore/platform/ThemeTypes.h \
1489 WebCore/platform/ThreadCheck.h \
1490 WebCore/platform/ThreadGlobalData.cpp \
1491 WebCore/platform/ThreadGlobalData.h \
1492 WebCore/platform/ThreadTimers.cpp \
1493 WebCore/platform/ThreadTimers.h \
1494 WebCore/platform/Timer.cpp \
1495 WebCore/platform/Timer.h \
1496 WebCore/platform/TreeShared.h \
1497 WebCore/platform/Widget.cpp \
1498 WebCore/platform/Widget.h \
1499 WebCore/platform/animation/Animation.cpp \
1500 WebCore/platform/animation/Animation.h \
1501 WebCore/platform/animation/AnimationList.cpp \
1502 WebCore/platform/animation/AnimationList.h \
1503 WebCore/platform/animation/TimingFunction.h \
1504 WebCore/platform/graphics/BitmapImage.cpp \
1505 WebCore/platform/graphics/BitmapImage.h \
1506 WebCore/platform/graphics/Color.cpp \
1507 WebCore/platform/graphics/Color.h \
1508 WebCore/platform/graphics/ColorSpace.h \
1509 WebCore/platform/graphics/DashArray.h \
1510 WebCore/platform/graphics/FloatPoint.cpp \
1511 WebCore/platform/graphics/FloatPoint.h \
1512 WebCore/platform/graphics/FloatPoint3D.cpp \
1513 WebCore/platform/graphics/FloatPoint3D.h \
1514 WebCore/platform/graphics/FloatQuad.cpp \
1515 WebCore/platform/graphics/FloatQuad.h \
1516 WebCore/platform/graphics/FloatRect.cpp \
1517 WebCore/platform/graphics/FloatRect.h \
1518 WebCore/platform/graphics/FloatSize.cpp \
1519 WebCore/platform/graphics/FloatSize.h \
1520 WebCore/platform/graphics/Font.cpp \
1521 WebCore/platform/graphics/Font.h \
1522 WebCore/platform/graphics/FontCache.cpp \
1523 WebCore/platform/graphics/FontCache.h \
1524 WebCore/platform/graphics/FontData.cpp \
1525 WebCore/platform/graphics/FontData.h \
1526 WebCore/platform/graphics/FontDescription.cpp \
1527 WebCore/platform/graphics/FontDescription.h \
1528 WebCore/platform/graphics/FontFallbackList.cpp \
1529 WebCore/platform/graphics/FontFallbackList.h \
1530 WebCore/platform/graphics/FontFamily.cpp \
1531 WebCore/platform/graphics/FontFamily.h \
1532 WebCore/platform/graphics/FontFastPath.cpp \
1533 WebCore/platform/graphics/FontRenderingMode.h \
1534 WebCore/platform/graphics/FontSelector.h \
1535 WebCore/platform/graphics/FontSmoothingMode.h \
1536 WebCore/platform/graphics/FontTraitsMask.h \
1537 WebCore/platform/graphics/GeneratedImage.cpp \
1538 WebCore/platform/graphics/GeneratedImage.h \
1539 WebCore/platform/graphics/Generator.h \
1540 WebCore/platform/graphics/GlyphBuffer.h \
1541 WebCore/platform/graphics/GlyphPageTreeNode.cpp \
1542 WebCore/platform/graphics/GlyphPageTreeNode.h \
1543 WebCore/platform/graphics/GlyphWidthMap.cpp \
1544 WebCore/platform/graphics/GlyphWidthMap.h \
1545 WebCore/platform/graphics/Gradient.cpp \
1546 WebCore/platform/graphics/Gradient.h \
1547 WebCore/platform/graphics/GraphicsContext.cpp \
1548 WebCore/platform/graphics/GraphicsContext.h \
1549 WebCore/platform/graphics/GraphicsContextPrivate.h \
1550 WebCore/platform/graphics/GraphicsTypes.cpp \
1551 WebCore/platform/graphics/GraphicsTypes.h \
1552 WebCore/platform/graphics/Icon.h \
1553 WebCore/platform/graphics/Image.cpp \
1554 WebCore/platform/graphics/Image.h \
1555 WebCore/platform/graphics/ImageBuffer.cpp \
1556 WebCore/platform/graphics/ImageBuffer.h \
1557 WebCore/platform/graphics/ImageObserver.h \
1558 WebCore/platform/graphics/ImageSource.cpp \
1559 WebCore/platform/graphics/ImageSource.h \
1560 WebCore/platform/graphics/IntPoint.h \
1561 WebCore/platform/graphics/IntRect.cpp \
1562 WebCore/platform/graphics/IntRect.h \
1563 WebCore/platform/graphics/IntSize.h \
1564 WebCore/platform/graphics/IntSizeHash.h \
1565 WebCore/platform/graphics/MediaPlayer.h \
1566 WebCore/platform/graphics/Path.cpp \
1567 WebCore/platform/graphics/Path.h \
1568 WebCore/platform/graphics/PathTraversalState.cpp \
1569 WebCore/platform/graphics/PathTraversalState.h \
1570 WebCore/platform/graphics/Pattern.cpp \
1571 WebCore/platform/graphics/Pattern.h \
1572 WebCore/platform/graphics/Pen.cpp \
1573 WebCore/platform/graphics/Pen.h \
1574 WebCore/platform/graphics/SegmentedFontData.cpp \
1575 WebCore/platform/graphics/SegmentedFontData.h \
1576 WebCore/platform/graphics/SimpleFontData.cpp \
1577 WebCore/platform/graphics/SimpleFontData.h \
1578 WebCore/platform/graphics/StringTruncator.cpp \
1579 WebCore/platform/graphics/StringTruncator.h \
1580 WebCore/platform/graphics/StrokeStyleApplier.h \
1581 WebCore/platform/graphics/TextRenderingMode.h \
1582 WebCore/platform/graphics/TextRun.h \
1583 WebCore/platform/graphics/UnitBezier.h \
1584 WebCore/platform/graphics/WidthIterator.cpp \
1585 WebCore/platform/graphics/WidthIterator.h \
1586 WebCore/platform/graphics/transforms/IdentityTransformOperation.h \
1587 WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \
1588 WebCore/platform/graphics/transforms/MatrixTransformOperation.h \
1589 WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1590 WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h \
1591 WebCore/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1592 WebCore/platform/graphics/transforms/PerspectiveTransformOperation.h \
1593 WebCore/platform/graphics/transforms/RotateTransformOperation.cpp \
1594 WebCore/platform/graphics/transforms/RotateTransformOperation.h \
1595 WebCore/platform/graphics/transforms/ScaleTransformOperation.cpp \
1596 WebCore/platform/graphics/transforms/ScaleTransformOperation.h \
1597 WebCore/platform/graphics/transforms/SkewTransformOperation.cpp \
1598 WebCore/platform/graphics/transforms/SkewTransformOperation.h \
1599 WebCore/platform/graphics/transforms/TransformOperation.h \
1600 WebCore/platform/graphics/transforms/TransformOperations.cpp \
1601 WebCore/platform/graphics/transforms/TransformOperations.h \
1602 WebCore/platform/graphics/transforms/TransformationMatrix.cpp \
1603 WebCore/platform/graphics/transforms/TransformationMatrix.h \
1604 WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp \
1605 WebCore/platform/graphics/transforms/TranslateTransformOperation.h \
1606 WebCore/platform/network/AuthenticationChallengeBase.cpp \
1607 WebCore/platform/network/AuthenticationChallengeBase.h \
1608 WebCore/platform/network/AuthenticationClient.h \
1609 WebCore/platform/network/Credential.cpp \
1610 WebCore/platform/network/Credential.h \
1611 WebCore/platform/network/DNS.h \
1612 WebCore/platform/network/FormData.cpp \
1613 WebCore/platform/network/FormData.h \
1614 WebCore/platform/network/FormDataBuilder.cpp \
1615 WebCore/platform/network/FormDataBuilder.h \
1616 WebCore/platform/network/HTTPHeaderMap.h \
1617 WebCore/platform/network/HTTPHeaderMap.cpp \
1618 WebCore/platform/network/HTTPParsers.cpp \
1619 WebCore/platform/network/HTTPParsers.h \
1620 WebCore/platform/network/NetworkStateNotifier.cpp \
1621 WebCore/platform/network/NetworkStateNotifier.h \
1622 WebCore/platform/network/ProtectionSpace.cpp \
1623 WebCore/platform/network/ProtectionSpace.h \
1624 WebCore/platform/network/ResourceErrorBase.cpp \
1625 WebCore/platform/network/ResourceErrorBase.h \
1626 WebCore/platform/network/ResourceHandle.cpp \
1627 WebCore/platform/network/ResourceHandle.h \
1628 WebCore/platform/network/ResourceHandleClient.h \
1629 WebCore/platform/network/ResourceHandleInternal.h \
1630 WebCore/platform/network/ResourceRequestBase.cpp \
1631 WebCore/platform/network/ResourceRequestBase.h \
1632 WebCore/platform/network/ResourceResponseBase.cpp \
1633 WebCore/platform/network/ResourceResponseBase.h \
1634 WebCore/platform/text/AtomicString.cpp \
1635 WebCore/platform/text/AtomicString.h \
1636 WebCore/platform/text/AtomicStringHash.h \
1637 WebCore/platform/text/AtomicStringImpl.h \
1638 WebCore/platform/text/Base64.cpp \
1639 WebCore/platform/text/Base64.h \
1640 WebCore/platform/text/BidiContext.cpp \
1641 WebCore/platform/text/BidiContext.h \
1642 WebCore/platform/text/BidiResolver.h \
1643 WebCore/platform/text/CString.cpp \
1644 WebCore/platform/text/CString.h \
1645 WebCore/platform/text/CharacterNames.h \
1646 WebCore/platform/text/ParserUtilities.h \
1647 WebCore/platform/text/PlatformString.h \
1648 WebCore/platform/text/RegularExpression.cpp \
1649 WebCore/platform/text/RegularExpression.h \
1650 WebCore/platform/text/SegmentedString.cpp \
1651 WebCore/platform/text/SegmentedString.h \
1652 WebCore/platform/text/String.cpp \
1653 WebCore/platform/text/StringBuffer.h \
1654 WebCore/platform/text/StringBuilder.cpp \
1655 WebCore/platform/text/StringBuilder.h \
1656 WebCore/platform/text/StringHash.h \
1657 WebCore/platform/text/StringImpl.cpp \
1658 WebCore/platform/text/StringImpl.h \
1659 WebCore/platform/text/TextBoundaries.h \
1660 WebCore/platform/text/TextBoundaries.cpp \
1661 WebCore/platform/text/TextBreakIterator.h \
1662 WebCore/platform/text/TextCodec.cpp \
1663 WebCore/platform/text/TextCodec.h \
1664 WebCore/platform/text/TextCodecLatin1.cpp \
1665 WebCore/platform/text/TextCodecLatin1.h \
1666 WebCore/platform/text/TextCodecUTF16.cpp \
1667 WebCore/platform/text/TextCodecUTF16.h \
1668 WebCore/platform/text/TextCodecUserDefined.cpp \
1669 WebCore/platform/text/TextCodecUserDefined.h \
1670 WebCore/platform/text/TextDirection.h \
1671 WebCore/platform/text/TextEncoding.cpp \
1672 WebCore/platform/text/TextEncoding.h \
1673 WebCore/platform/text/TextEncodingDetector.h \
1674 WebCore/platform/text/TextEncodingDetectorNone.cpp \
1675 WebCore/platform/text/TextEncodingRegistry.cpp \
1676 WebCore/platform/text/TextEncodingRegistry.h \
1677 WebCore/platform/text/TextStream.cpp \
1678 WebCore/platform/text/TextStream.h \
1679 WebCore/platform/text/UnicodeRange.cpp \
1680 WebCore/platform/text/UnicodeRange.h \
1681 WebCore/plugins/MimeType.cpp \
1682 WebCore/plugins/MimeType.h \
1683 WebCore/plugins/MimeTypeArray.cpp \
1684 WebCore/plugins/MimeTypeArray.h \
1685 WebCore/plugins/Plugin.cpp \
1686 WebCore/plugins/Plugin.h \
1687 WebCore/plugins/PluginArray.cpp \
1688 WebCore/plugins/PluginArray.h \
1689 WebCore/plugins/PluginData.cpp \
1690 WebCore/plugins/PluginData.h \
1691 WebCore/plugins/PluginDatabase.cpp \
1692 WebCore/plugins/PluginDatabase.h \
1693 WebCore/plugins/PluginDatabaseClient.h \
1694 WebCore/plugins/PluginDebug.cpp \
1695 WebCore/plugins/PluginDebug.h \
1696 WebCore/plugins/PluginInfoStore.cpp \
1697 WebCore/plugins/PluginInfoStore.h \
1698 WebCore/plugins/PluginMainThreadScheduler.cpp \
1699 WebCore/plugins/PluginMainThreadScheduler.h \
1700 WebCore/plugins/PluginPackage.cpp \
1701 WebCore/plugins/PluginPackage.h \
1702 WebCore/plugins/PluginQuirkSet.h \
1703 WebCore/plugins/PluginStream.cpp \
1704 WebCore/plugins/PluginStream.h \
1705 WebCore/plugins/PluginView.cpp \
1706 WebCore/plugins/PluginView.h \
1707 WebCore/plugins/npapi.cpp \
1708 WebCore/plugins/npfunctions.h \
1709 WebCore/rendering/AutoTableLayout.cpp \
1710 WebCore/rendering/AutoTableLayout.h \
1711 WebCore/rendering/CounterNode.cpp \
1712 WebCore/rendering/CounterNode.h \
1713 WebCore/rendering/EllipsisBox.cpp \
1714 WebCore/rendering/EllipsisBox.h \
1715 WebCore/rendering/FixedTableLayout.cpp \
1716 WebCore/rendering/FixedTableLayout.h \
1717 WebCore/rendering/GapRects.h \
1718 WebCore/rendering/HitTestRequest.h \
1719 WebCore/rendering/HitTestResult.cpp \
1720 WebCore/rendering/HitTestResult.h \
1721 WebCore/rendering/InlineBox.cpp \
1722 WebCore/rendering/InlineBox.h \
1723 WebCore/rendering/InlineFlowBox.cpp \
1724 WebCore/rendering/InlineFlowBox.h \
1725 WebCore/rendering/InlineRunBox.h \
1726 WebCore/rendering/InlineTextBox.cpp \
1727 WebCore/rendering/InlineTextBox.h \
1728 WebCore/rendering/LayoutState.cpp \
1729 WebCore/rendering/LayoutState.h \
1730 WebCore/rendering/MediaControlElements.h \
1731 WebCore/rendering/OverlapTestRequestClient.h \
1732 WebCore/rendering/RenderApplet.cpp \
1733 WebCore/rendering/RenderApplet.h \
1734 WebCore/rendering/RenderArena.cpp \
1735 WebCore/rendering/RenderArena.h \
1736 WebCore/rendering/RenderBR.cpp \
1737 WebCore/rendering/RenderBR.h \
1738 WebCore/rendering/RenderBlock.cpp \
1739 WebCore/rendering/RenderBlock.h \
1740 WebCore/rendering/RenderBlockLineLayout.cpp \
1741 WebCore/rendering/RenderBox.cpp \
1742 WebCore/rendering/RenderBox.h \
1743 WebCore/rendering/RenderBoxModelObject.cpp \
1744 WebCore/rendering/RenderBoxModelObject.h \
1745 WebCore/rendering/RenderButton.cpp \
1746 WebCore/rendering/RenderButton.h \
1747 WebCore/rendering/RenderCounter.cpp \
1748 WebCore/rendering/RenderCounter.h \
1749 WebCore/rendering/RenderDataGrid.cpp \
1750 WebCore/rendering/RenderDataGrid.h \
1751 WebCore/rendering/RenderFieldset.cpp \
1752 WebCore/rendering/RenderFieldset.h \
1753 WebCore/rendering/RenderFileUploadControl.cpp \
1754 WebCore/rendering/RenderFileUploadControl.h \
1755 WebCore/rendering/RenderFlexibleBox.cpp \
1756 WebCore/rendering/RenderFlexibleBox.h \
1757 WebCore/rendering/RenderFrame.cpp \
1758 WebCore/rendering/RenderFrame.h \
1759 WebCore/rendering/RenderFrameSet.cpp \
1760 WebCore/rendering/RenderFrameSet.h \
1761 WebCore/rendering/RenderHTMLCanvas.cpp \
1762 WebCore/rendering/RenderHTMLCanvas.h \
1763 WebCore/rendering/RenderImage.cpp \
1764 WebCore/rendering/RenderImage.h \
1765 WebCore/rendering/RenderImageGeneratedContent.cpp \
1766 WebCore/rendering/RenderImageGeneratedContent.h \
1767 WebCore/rendering/RenderInline.cpp \
1768 WebCore/rendering/RenderInline.h \
1769 WebCore/rendering/RenderLayer.cpp \
1770 WebCore/rendering/RenderLayer.h \
1771 WebCore/rendering/RenderLayerBacking.h \
1772 WebCore/rendering/RenderLineBoxList.cpp \
1773 WebCore/rendering/RenderLineBoxList.h \
1774 WebCore/rendering/RenderListBox.cpp \
1775 WebCore/rendering/RenderListBox.h \
1776 WebCore/rendering/RenderListItem.cpp \
1777 WebCore/rendering/RenderListItem.h \
1778 WebCore/rendering/RenderListMarker.cpp \
1779 WebCore/rendering/RenderListMarker.h \
1780 WebCore/rendering/RenderMarquee.cpp \
1781 WebCore/rendering/RenderMarquee.h \
1782 WebCore/rendering/RenderMenuList.cpp \
1783 WebCore/rendering/RenderMenuList.h \
1784 WebCore/rendering/RenderObject.cpp \
1785 WebCore/rendering/RenderObject.h \
1786 WebCore/rendering/RenderObjectChildList.cpp \
1787 WebCore/rendering/RenderObjectChildList.h \
1788 WebCore/rendering/RenderOverflow.h \
1789 WebCore/rendering/RenderPart.cpp \
1790 WebCore/rendering/RenderPart.h \
1791 WebCore/rendering/RenderPartObject.cpp \
1792 WebCore/rendering/RenderPartObject.h \
1793 WebCore/rendering/RenderReplaced.cpp \
1794 WebCore/rendering/RenderReplaced.h \
1795 WebCore/rendering/RenderReplica.cpp \
1796 WebCore/rendering/RenderReplica.h \
1797 WebCore/rendering/RenderRuby.cpp \
1798 WebCore/rendering/RenderRuby.h \
1799 WebCore/rendering/RenderRubyBase.cpp \
1800 WebCore/rendering/RenderRubyBase.h \
1801 WebCore/rendering/RenderRubyRun.cpp \
1802 WebCore/rendering/RenderRubyRun.h \
1803 WebCore/rendering/RenderRubyText.cpp \
1804 WebCore/rendering/RenderRubyText.h \
1805 WebCore/rendering/RenderScrollbar.cpp \
1806 WebCore/rendering/RenderScrollbar.h \
1807 WebCore/rendering/RenderScrollbarPart.cpp \
1808 WebCore/rendering/RenderScrollbarPart.h \
1809 WebCore/rendering/RenderScrollbarTheme.cpp \
1810 WebCore/rendering/RenderScrollbarTheme.h \
1811 WebCore/rendering/RenderSelectionInfo.h \
1812 WebCore/rendering/RenderSlider.cpp \
1813 WebCore/rendering/RenderSlider.h \
1814 WebCore/rendering/RenderSVGModelObject.cpp \
1815 WebCore/rendering/RenderSVGModelObject.h \
1816 WebCore/rendering/RenderTable.cpp \
1817 WebCore/rendering/RenderTable.h \
1818 WebCore/rendering/RenderTableCell.cpp \
1819 WebCore/rendering/RenderTableCell.h \
1820 WebCore/rendering/RenderTableCol.cpp \
1821 WebCore/rendering/RenderTableCol.h \
1822 WebCore/rendering/RenderTableRow.cpp \
1823 WebCore/rendering/RenderTableRow.h \
1824 WebCore/rendering/RenderTableSection.cpp \
1825 WebCore/rendering/RenderTableSection.h \
1826 WebCore/rendering/RenderText.cpp \
1827 WebCore/rendering/RenderText.h \
1828 WebCore/rendering/RenderTextControl.cpp \
1829 WebCore/rendering/RenderTextControl.h \
1830 WebCore/rendering/RenderTextControlMultiLine.cpp \
1831 WebCore/rendering/RenderTextControlMultiLine.h \
1832 WebCore/rendering/RenderTextControlSingleLine.cpp \
1833 WebCore/rendering/RenderTextControlSingleLine.h \
1834 WebCore/rendering/RenderTextFragment.cpp \
1835 WebCore/rendering/RenderTextFragment.h \
1836 WebCore/rendering/RenderTheme.cpp \
1837 WebCore/rendering/RenderTheme.h \
1838 WebCore/rendering/RenderTreeAsText.cpp \
1839 WebCore/rendering/RenderTreeAsText.h \
1840 WebCore/rendering/RenderView.cpp \
1841 WebCore/rendering/RenderView.h \
1842 WebCore/rendering/RenderWidget.cpp \
1843 WebCore/rendering/RenderWidget.h \
1844 WebCore/rendering/RenderWidgetProtector.h \
1845 WebCore/rendering/RenderWordBreak.cpp \
1846 WebCore/rendering/RenderWordBreak.h \
1847 WebCore/rendering/RootInlineBox.cpp \
1848 WebCore/rendering/RootInlineBox.h \
1849 WebCore/rendering/ScrollBehavior.cpp \
1850 WebCore/rendering/ScrollBehavior.h \
1851 WebCore/rendering/TableLayout.h \
1852 WebCore/rendering/TextControlInnerElements.cpp \
1853 WebCore/rendering/TextControlInnerElements.h \
1854 WebCore/rendering/TransformState.cpp \
1855 WebCore/rendering/TransformState.h \
1856 WebCore/rendering/break_lines.cpp \
1857 WebCore/rendering/break_lines.h \
1858 WebCore/rendering/style/BindingURI.cpp \
1859 WebCore/rendering/style/BindingURI.h \
1860 WebCore/rendering/style/BorderData.h \
1861 WebCore/rendering/style/BorderValue.h \
1862 WebCore/rendering/style/CollapsedBorderValue.h \
1863 WebCore/rendering/style/ContentData.cpp \
1864 WebCore/rendering/style/ContentData.h \
1865 WebCore/rendering/style/CounterContent.h \
1866 WebCore/rendering/style/CounterDirectives.cpp \
1867 WebCore/rendering/style/CounterDirectives.h \
1868 WebCore/rendering/style/CursorData.h \
1869 WebCore/rendering/style/CursorList.h \
1870 WebCore/rendering/style/DataRef.h \
1871 WebCore/rendering/style/FillLayer.cpp \
1872 WebCore/rendering/style/FillLayer.h \
1873 WebCore/rendering/style/KeyframeList.cpp \
1874 WebCore/rendering/style/KeyframeList.h \
1875 WebCore/rendering/style/LineClampValue.h \
1876 WebCore/rendering/style/NinePieceImage.cpp \
1877 WebCore/rendering/style/NinePieceImage.h \
1878 WebCore/rendering/style/OutlineValue.h \
1879 WebCore/rendering/style/RenderStyle.cpp \
1880 WebCore/rendering/style/RenderStyle.h \
1881 WebCore/rendering/style/RenderStyleConstants.h \
1882 WebCore/rendering/style/ShadowData.cpp \
1883 WebCore/rendering/style/ShadowData.h \
1884 WebCore/rendering/style/StyleBackgroundData.cpp \
1885 WebCore/rendering/style/StyleBackgroundData.h \
1886 WebCore/rendering/style/StyleBoxData.cpp \
1887 WebCore/rendering/style/StyleBoxData.h \
1888 WebCore/rendering/style/StyleCachedImage.cpp \
1889 WebCore/rendering/style/StyleCachedImage.h \
1890 WebCore/rendering/style/StyleDashboardRegion.h \
1891 WebCore/rendering/style/StyleFlexibleBoxData.cpp \
1892 WebCore/rendering/style/StyleFlexibleBoxData.h \
1893 WebCore/rendering/style/StyleGeneratedImage.cpp \
1894 WebCore/rendering/style/StyleGeneratedImage.h \
1895 WebCore/rendering/style/StyleImage.h \
1896 WebCore/rendering/style/StyleInheritedData.cpp \
1897 WebCore/rendering/style/StyleInheritedData.h \
1898 WebCore/rendering/style/StyleMarqueeData.cpp \
1899 WebCore/rendering/style/StyleMarqueeData.h \
1900 WebCore/rendering/style/StyleMultiColData.cpp \
1901 WebCore/rendering/style/StyleMultiColData.h \
1902 WebCore/rendering/style/StyleRareInheritedData.cpp \
1903 WebCore/rendering/style/StyleRareInheritedData.h \
1904 WebCore/rendering/style/StyleRareNonInheritedData.cpp \
1905 WebCore/rendering/style/StyleRareNonInheritedData.h \
1906 WebCore/rendering/style/StyleReflection.h \
1907 WebCore/rendering/style/StyleSurroundData.cpp \
1908 WebCore/rendering/style/StyleSurroundData.h \
1909 WebCore/rendering/style/StyleTransformData.cpp \
1910 WebCore/rendering/style/StyleTransformData.h \
1911 WebCore/rendering/style/StyleVisualData.cpp \
1912 WebCore/rendering/style/StyleVisualData.h \
1913 WebCore/xml/DOMParser.cpp \
1914 WebCore/xml/DOMParser.h \
1915 WebCore/xml/XMLHttpRequest.cpp \
1916 WebCore/xml/XMLHttpRequest.h \
1917 WebCore/xml/XMLHttpRequestException.h \
1918 WebCore/xml/XMLHttpRequestProgressEvent.h \
1919 WebCore/xml/XMLHttpRequestUpload.cpp \
1920 WebCore/xml/XMLHttpRequestUpload.h \
1921 WebCore/xml/XMLSerializer.cpp \
1922 WebCore/xml/XMLSerializer.h
1924 webcoregtk_sources += \
1925 WebCore/bindings/js/ScriptControllerGtk.cpp \
1926 WebCore/plugins/gtk/PluginDataGtk.cpp \
1927 WebCore/plugins/gtk/PluginPackageGtk.cpp \
1928 WebCore/plugins/gtk/PluginViewGtk.cpp
1931 webcoregtk_sources += \
1932 WebCore/plugins/gtk/gtk2xtbin.c \
1933 WebCore/plugins/gtk/gtk2xtbin.h \
1934 WebCore/plugins/gtk/xembed.h
1938 webcore_sources += \
1939 WebCore/plugins/win/PluginDatabaseWin.cpp \
1940 WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
1941 WebCore/plugins/win/PluginMessageThrottlerWin.h
1944 webcoregtk_sources += \
1945 WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
1946 WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp \
1947 WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp \
1948 WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h \
1949 WebCore/page/gtk/DragControllerGtk.cpp \
1950 WebCore/page/gtk/EventHandlerGtk.cpp \
1951 WebCore/page/gtk/FrameGtk.cpp \
1952 WebCore/platform/graphics/cairo/CairoPath.h \
1953 WebCore/platform/graphics/cairo/FontCairo.cpp \
1954 WebCore/platform/graphics/cairo/GradientCairo.cpp \
1955 WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
1956 WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
1957 WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
1958 WebCore/platform/graphics/cairo/ImageBufferData.h \
1959 WebCore/platform/graphics/cairo/ImageCairo.cpp \
1960 WebCore/platform/graphics/cairo/PathCairo.cpp \
1961 WebCore/platform/graphics/cairo/PatternCairo.cpp \
1962 WebCore/platform/graphics/cairo/TransformationMatrixCairo.cpp \
1963 WebCore/platform/graphics/gtk/ColorGtk.cpp \
1964 WebCore/platform/graphics/gtk/FontCacheGtk.cpp \
1965 WebCore/platform/graphics/gtk/FontCustomPlatformData.h \
1966 WebCore/platform/graphics/gtk/FontGtk.cpp \
1967 WebCore/platform/graphics/gtk/FontPlatformData.h \
1968 WebCore/platform/graphics/gtk/IconGtk.cpp \
1969 WebCore/platform/graphics/gtk/ImageGtk.cpp \
1970 WebCore/platform/graphics/gtk/IntPointGtk.cpp \
1971 WebCore/platform/graphics/gtk/IntRectGtk.cpp \
1972 WebCore/platform/gtk/ClipboardGtk.cpp \
1973 WebCore/platform/gtk/ClipboardGtk.h \
1974 WebCore/platform/gtk/ContextMenuGtk.cpp \
1975 WebCore/platform/gtk/ContextMenuItemGtk.cpp \
1976 WebCore/platform/gtk/CursorGtk.cpp \
1977 WebCore/platform/gtk/CursorGtk.h \
1978 WebCore/platform/gtk/DragDataGtk.cpp \
1979 WebCore/platform/gtk/DragImageGtk.cpp \
1980 WebCore/platform/gtk/EventLoopGtk.cpp \
1981 WebCore/platform/gtk/FileChooserGtk.cpp \
1982 WebCore/platform/gtk/FileSystemGtk.cpp \
1983 WebCore/platform/gtk/GtkPluginWidget.cpp \
1984 WebCore/platform/gtk/GtkPluginWidget.h \
1985 WebCore/platform/gtk/KURLGtk.cpp \
1986 WebCore/platform/gtk/KeyEventGtk.cpp \
1987 WebCore/platform/gtk/Language.cpp \
1988 WebCore/platform/gtk/LocalizedStringsGtk.cpp \
1989 WebCore/platform/gtk/LoggingGtk.cpp \
1990 WebCore/platform/gtk/MIMETypeRegistryGtk.cpp \
1991 WebCore/platform/gtk/MouseEventGtk.cpp \
1992 WebCore/platform/gtk/PasteboardGtk.cpp \
1993 WebCore/platform/gtk/PasteboardHelper.h \
1994 WebCore/platform/gtk/PlatformScreenGtk.cpp \
1995 WebCore/platform/gtk/PopupMenuGtk.cpp \
1996 WebCore/platform/gtk/RenderThemeGtk.cpp \
1997 WebCore/platform/gtk/RenderThemeGtk.h \
1998 WebCore/platform/gtk/ScrollViewGtk.cpp \
1999 WebCore/platform/gtk/ScrollbarGtk.cpp \
2000 WebCore/platform/gtk/ScrollbarGtk.h \
2001 WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
2002 WebCore/platform/gtk/ScrollbarThemeGtk.h \
2003 WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
2004 WebCore/platform/gtk/SharedBufferGtk.cpp \
2005 WebCore/platform/gtk/SharedTimerGtk.cpp \
2006 WebCore/platform/gtk/SoundGtk.cpp \
2007 WebCore/platform/gtk/TemporaryLinkStubs.cpp \
2008 WebCore/platform/gtk/WheelEventGtk.cpp \
2009 WebCore/platform/gtk/WidgetGtk.cpp \
2010 WebCore/platform/gtk/gtk2drawing.c \
2011 WebCore/platform/gtk/gtkdrawing.h \
2012 WebCore/platform/image-decoders/ImageDecoder.h \
2013 WebCore/platform/image-decoders/ImageDecoder.cpp \
2014 WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
2015 WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
2016 WebCore/platform/image-decoders/bmp/BMPImageReader.cpp \
2017 WebCore/platform/image-decoders/bmp/BMPImageReader.h \
2018 WebCore/platform/image-decoders/cairo/ImageDecoderCairo.cpp \
2019 WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp \
2020 WebCore/platform/image-decoders/gif/GIFImageDecoder.h \
2021 WebCore/platform/image-decoders/gif/GIFImageReader.cpp \
2022 WebCore/platform/image-decoders/gif/GIFImageReader.h \
2023 WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
2024 WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
2025 WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
2026 WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
2027 WebCore/platform/image-decoders/png/PNGImageDecoder.cpp \
2028 WebCore/platform/image-decoders/png/PNGImageDecoder.h \
2029 WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp \
2030 WebCore/platform/image-decoders/xbm/XBMImageDecoder.h \
2031 WebCore/platform/network/soup/AuthenticationChallenge.h \
2032 WebCore/platform/network/soup/CookieJarSoup.cpp \
2033 WebCore/platform/network/soup/CookieJarSoup.h \
2034 WebCore/platform/network/soup/DNSSoup.cpp \
2035 WebCore/platform/network/soup/ResourceError.h \
2036 WebCore/platform/network/soup/ResourceHandleSoup.cpp \
2037 WebCore/platform/network/soup/ResourceRequestSoup.cpp \
2038 WebCore/platform/network/soup/ResourceResponseSoup.cpp \
2039 WebCore/platform/network/soup/ResourceRequest.h \
2040 WebCore/platform/network/soup/ResourceResponse.h \
2041 WebCore/workers/SharedWorkerRepository.h
2044 # icu unicode backend
2047 webcoregtk_sources += \
2048 WebCore/platform/text/TextCodecICU.cpp \
2049 WebCore/platform/text/TextCodecICU.h \
2050 WebCore/platform/text/TextBreakIteratorICU.cpp \
2051 WebCore/platform/text/TextBreakIteratorInternalICU.h \
2052 WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
2056 # glib unicode backend
2059 webcoregtk_sources += \
2060 WebCore/platform/text/gtk/TextCodecGtk.cpp \
2061 WebCore/platform/text/gtk/TextCodecGtk.h \
2062 WebCore/platform/text/gtk/TextBreakIteratorGtk.cpp
2067 # Channel mesaging support
2069 if ENABLE_CHANNEL_MESSAGING
2070 FEATURE_DEFINES_JAVASCRIPT += ENABLE_CHANNEL_MESSAGING=1
2072 webcore_cppflags += \
2073 -DENABLE_CHANNEL_MESSAGING=1
2075 endif # END ENABLE_CHANNEL_MESSAGING
2078 # Freetype font backend
2081 webcoregtk_cppflags += \
2084 webcoregtk_sources += \
2085 WebCore/platform/graphics/gtk/FontCustomPlatformData.cpp \
2086 WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp \
2087 WebCore/platform/graphics/gtk/GlyphPageTreeNodeGtk.cpp \
2088 WebCore/platform/graphics/gtk/SimpleFontDataGtk.cpp
2089 endif # END USE_FREETYPE
2092 # Pango font backend
2095 webcoregtk_cppflags += \
2098 webcoregtk_sources += \
2099 WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
2100 WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
2101 WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
2102 WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
2103 endif # END USE_PANGO
2106 # HTML Data Grid - enable always.
2108 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATAGRID=1
2110 webcore_cppflags += \
2114 # JavaScript Debugger/Profiler
2116 if ENABLE_JAVASCRIPT_DEBUGGER
2117 FEATURE_DEFINES_JAVASCRIPT += ENABLE_JAVASCRIPT_DEBUGGER=1
2119 webcore_cppflags += \
2120 -DENABLE_JAVASCRIPT_DEBUGGER=1
2123 webcore_cppflags += \
2124 -DENABLE_JAVASCRIPT_DEBUGGER=0
2126 endif # END ENABLE_JAVASCRIPT_DEBUGGER
2129 # Offline Web Applications
2131 if ENABLE_OFFLINE_WEB_APPLICATIONS
2132 FEATURE_DEFINES_JAVASCRIPT += ENABLE_OFFLINE_WEB_APPLICATIONS=1
2135 WebCore/loader/appcache/DOMApplicationCache.idl
2137 webcore_cppflags += \
2138 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
2140 webcore_sources += \
2141 WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
2142 WebCore/loader/appcache/ApplicationCache.cpp \
2143 WebCore/loader/appcache/ApplicationCache.h \
2144 WebCore/loader/appcache/ApplicationCacheGroup.cpp \
2145 WebCore/loader/appcache/ApplicationCacheGroup.h \
2146 WebCore/loader/appcache/ApplicationCacheHost.cpp \
2147 WebCore/loader/appcache/ApplicationCacheHost.h \
2148 WebCore/loader/appcache/ApplicationCacheResource.cpp \
2149 WebCore/loader/appcache/ApplicationCacheResource.h \
2150 WebCore/loader/appcache/ApplicationCacheStorage.cpp \
2151 WebCore/loader/appcache/ApplicationCacheStorage.h \
2152 WebCore/loader/appcache/DOMApplicationCache.cpp \
2153 WebCore/loader/appcache/DOMApplicationCache.h \
2154 WebCore/loader/appcache/ManifestParser.cpp \
2155 WebCore/loader/appcache/ManifestParser.h
2157 endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
2162 if ENABLE_DASHBOARD_SUPPORT
2164 webcore_cppflags += \
2165 -DENABLE_DASHBOARD_SUPPORT=1
2167 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/DashboardSupportCSSPropertyNames.in
2169 endif # END ENABLE_DASHBOARD_SUPPORT
2175 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATABASE=1
2178 WebCore/storage/Database.idl \
2179 WebCore/storage/SQLError.idl \
2180 WebCore/storage/SQLResultSet.idl \
2181 WebCore/storage/SQLResultSetRowList.idl \
2182 WebCore/storage/SQLTransaction.idl
2184 webcore_cppflags += \
2185 -DENABLE_DATABASE=1 \
2186 -I$(top_srcdir)/WebCore/platform/sql \
2187 -I$(top_srcdir)/WebCore/storage
2189 webcore_sources += \
2190 WebCore/bindings/js/JSCustomSQLStatementCallback.cpp \
2191 WebCore/bindings/js/JSCustomSQLStatementCallback.h \
2192 WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2193 WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h \
2194 WebCore/bindings/js/JSCustomSQLTransactionCallback.cpp \
2195 WebCore/bindings/js/JSCustomSQLTransactionCallback.h \
2196 WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.cpp \
2197 WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.h \
2198 WebCore/bindings/js/JSDatabaseCustom.cpp \
2199 WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
2200 WebCore/bindings/js/JSSQLTransactionCustom.cpp \
2201 WebCore/platform/sql/SQLValue.cpp \
2202 WebCore/platform/sql/SQLValue.h \
2203 WebCore/platform/sql/SQLiteAuthorizer.cpp \
2204 WebCore/platform/sql/SQLiteDatabase.cpp \
2205 WebCore/platform/sql/SQLiteDatabase.h \
2206 WebCore/platform/sql/SQLiteFileSystem.cpp \
2207 WebCore/platform/sql/SQLiteFileSystem.h \
2208 WebCore/platform/sql/SQLiteStatement.cpp \
2209 WebCore/platform/sql/SQLiteStatement.h \
2210 WebCore/platform/sql/SQLiteTransaction.cpp \
2211 WebCore/platform/sql/SQLiteTransaction.h \
2212 WebCore/storage/ChangeVersionWrapper.cpp \
2213 WebCore/storage/ChangeVersionWrapper.h \
2214 WebCore/storage/Database.cpp \
2215 WebCore/storage/Database.h \
2216 WebCore/storage/DatabaseAuthorizer.cpp \
2217 WebCore/storage/DatabaseAuthorizer.h \
2218 WebCore/storage/DatabaseDetails.h \
2219 WebCore/storage/DatabaseTask.cpp \
2220 WebCore/storage/DatabaseTask.h \
2221 WebCore/storage/DatabaseThread.cpp \
2222 WebCore/storage/DatabaseThread.h \
2223 WebCore/storage/DatabaseTracker.cpp \
2224 WebCore/storage/DatabaseTracker.h \
2225 WebCore/storage/DatabaseTrackerClient.h \
2226 WebCore/storage/OriginQuotaManager.cpp \
2227 WebCore/storage/OriginQuotaManager.h \
2228 WebCore/storage/OriginUsageRecord.cpp \
2229 WebCore/storage/OriginUsageRecord.h \
2230 WebCore/storage/SQLError.h \
2231 WebCore/storage/SQLResultSet.cpp \
2232 WebCore/storage/SQLResultSet.h \
2233 WebCore/storage/SQLResultSetRowList.cpp \
2234 WebCore/storage/SQLResultSetRowList.h \
2235 WebCore/storage/SQLStatement.cpp \
2236 WebCore/storage/SQLStatement.h \
2237 WebCore/storage/SQLStatementCallback.h \
2238 WebCore/storage/SQLStatementErrorCallback.h \
2239 WebCore/storage/SQLTransaction.cpp \
2240 WebCore/storage/SQLTransaction.h \
2241 WebCore/storage/SQLTransactionCallback.h \
2242 WebCore/storage/SQLTransactionClient.cpp \
2243 WebCore/storage/SQLTransactionClient.h \
2244 WebCore/storage/SQLTransactionCoordinator.h \
2245 WebCore/storage/SQLTransactionCoordinator.cpp \
2246 WebCore/storage/SQLTransactionErrorCallback.h
2249 webcore_cppflags += -DENABLE_DATABASE=0
2251 endif # END ENABLE_DATABASE
2254 # HTML5 datalist Support
2257 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATALIST=1
2258 HTML_FEATURES += ENABLE_DATALIST=1
2260 webcore_cppflags += -DENABLE_DATALIST=1
2262 endif # END ENABLE_DATALIST
2265 # HTML5 server-sent events
2267 if !ENABLE_EVENTSOURCE
2268 global_cppflags += -DENABLE_EVENTSOURCE=0
2271 if ENABLE_EVENTSOURCE
2272 FEATURE_DEFINES_JAVASCRIPT += ENABLE_EVENTSOURCE=1
2274 webcore_cppflags += \
2275 -DENABLE_EVENTSOURCE=1
2276 endif # ENABLE_EVENTSOURCE
2279 # HTML5 client-side session and persistent storage
2281 if ENABLE_DOM_STORAGE
2282 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DOM_STORAGE=1
2285 WebCore/storage/Storage.idl \
2286 WebCore/storage/StorageEvent.idl
2288 webcore_cppflags += \
2289 -DENABLE_DOM_STORAGE=1 \
2290 -I$(top_srcdir)/WebCore/storage
2292 webcore_sources += \
2293 WebCore/bindings/js/JSStorageCustom.cpp \
2294 WebCore/storage/LocalStorageTask.cpp \
2295 WebCore/storage/LocalStorageTask.h \
2296 WebCore/storage/LocalStorageThread.cpp \
2297 WebCore/storage/LocalStorageThread.h \
2298 WebCore/storage/Storage.cpp \
2299 WebCore/storage/Storage.h \
2300 WebCore/storage/StorageArea.h \
2301 WebCore/storage/StorageAreaImpl.cpp \
2302 WebCore/storage/StorageAreaImpl.h \
2303 WebCore/storage/StorageAreaSync.cpp \
2304 WebCore/storage/StorageAreaSync.h \
2305 WebCore/storage/StorageEvent.cpp \
2306 WebCore/storage/StorageEventDispatcher.h \
2307 WebCore/storage/StorageEventDispatcher.cpp \
2308 WebCore/storage/StorageEvent.h \
2309 WebCore/storage/StorageMap.cpp \
2310 WebCore/storage/StorageMap.h \
2311 WebCore/storage/StorageNamespace.cpp \
2312 WebCore/storage/StorageNamespace.h \
2313 WebCore/storage/StorageNamespaceImpl.cpp \
2314 WebCore/storage/StorageNamespaceImpl.h \
2315 WebCore/storage/StorageSyncManager.cpp \
2316 WebCore/storage/StorageSyncManager.h
2317 endif # END ENABLE_DOM_STORAGE
2320 # Icon Database Support
2322 if ENABLE_ICONDATABASE
2323 webcore_cppflags += -DENABLE_ICONDATABASE=1
2325 webcore_sources += \
2326 WebCore/loader/icon/IconDatabase.cpp \
2327 WebCore/loader/icon/IconDatabase.h \
2328 WebCore/loader/icon/IconDatabaseClient.h \
2329 WebCore/loader/icon/IconRecord.cpp \
2330 WebCore/loader/icon/IconRecord.h \
2331 WebCore/loader/icon/PageURLRecord.cpp \
2332 WebCore/loader/icon/PageURLRecord.h
2335 webcore_sources += \
2336 WebCore/loader/icon/IconDatabaseNone.cpp
2338 webcore_cppflags += -DENABLE_ICONDATABASE=0
2340 endif # END ENABLE_ICONDATABASE
2343 # Orientation Events
2345 if ENABLE_ORIENTATION_EVENTS
2347 FEATURE_DEFINES_JAVASCRIPT += ENABLE_ORIENTATION_EVENTS=1
2349 webcore_cppflags += -DENABLE_ORIENTATION_EVENTS=1
2351 endif # END ENABLE_ORIENTATION_EVENTS
2357 FEATURE_DEFINES_JAVASCRIPT += ENABLE_VIDEO=1
2359 HTML_FEATURES += ENABLE_VIDEO=1
2360 webcore_cppflags += -DENABLE_VIDEO=1
2363 webcore_cppflags += -DGST_DISABLE_DEPRECATED
2364 endif # END ENABLE_DEBUG
2367 WebCore/html/TimeRanges.idl
2369 webcore_sources += \
2370 WebCore/bindings/js/JSAudioConstructor.cpp \
2371 WebCore/bindings/js/JSAudioConstructor.h \
2372 WebCore/html/HTMLAudioElement.cpp \
2373 WebCore/html/HTMLAudioElement.h \
2374 WebCore/html/HTMLMediaElement.cpp \
2375 WebCore/html/HTMLMediaElement.h \
2376 WebCore/html/HTMLSourceElement.cpp \
2377 WebCore/html/HTMLSourceElement.h \
2378 WebCore/html/HTMLVideoElement.cpp \
2379 WebCore/html/HTMLVideoElement.h \
2380 WebCore/html/TimeRanges.cpp \
2381 WebCore/html/TimeRanges.h \
2382 WebCore/platform/graphics/MediaPlayer.cpp \
2383 WebCore/platform/graphics/MediaPlayerPrivate.h \
2384 WebCore/rendering/MediaControlElements.cpp \
2385 WebCore/rendering/RenderMedia.cpp \
2386 WebCore/rendering/RenderMedia.h \
2387 WebCore/rendering/RenderVideo.cpp \
2388 WebCore/rendering/RenderVideo.h
2390 webcoregtk_sources += \
2391 WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp \
2392 WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h \
2393 WebCore/platform/graphics/gtk/VideoSinkGStreamer.cpp \
2394 WebCore/platform/graphics/gtk/VideoSinkGStreamer.h \
2395 WebCore/platform/graphics/gtk/DataSourceGStreamer.cpp \
2396 WebCore/platform/graphics/gtk/DataSourceGStreamer.h
2399 -lgstinterfaces-0.10 \
2403 endif # END ENABLE_VIDEO
2409 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XPATH=1
2411 webcore_cppflags += -DENABLE_XPATH=1
2413 webcore_built_sources += \
2414 DerivedSources/XPathGrammar.cpp \
2415 DerivedSources/XPathGrammar.h
2418 WebCore/xml/XPathEvaluator.idl \
2419 WebCore/xml/XPathException.idl \
2420 WebCore/xml/XPathExpression.idl \
2421 WebCore/xml/XPathNSResolver.idl \
2422 WebCore/xml/XPathResult.idl
2424 webcore_sources += \
2425 WebCore/xml/NativeXPathNSResolver.cpp \
2426 WebCore/xml/NativeXPathNSResolver.h \
2427 WebCore/xml/XPathEvaluator.cpp \
2428 WebCore/xml/XPathEvaluator.h \
2429 WebCore/xml/XPathException.h \
2430 WebCore/xml/XPathExpression.cpp \
2431 WebCore/xml/XPathExpression.h \
2432 WebCore/xml/XPathExpressionNode.cpp \
2433 WebCore/xml/XPathExpressionNode.h \
2434 WebCore/xml/XPathFunctions.cpp \
2435 WebCore/xml/XPathFunctions.h \
2436 WebCore/xml/XPathNSResolver.cpp \
2437 WebCore/xml/XPathNSResolver.h \
2438 WebCore/xml/XPathNamespace.cpp \
2439 WebCore/xml/XPathNamespace.h \
2440 WebCore/xml/XPathNodeSet.cpp \
2441 WebCore/xml/XPathNodeSet.h \
2442 WebCore/xml/XPathParser.cpp \
2443 WebCore/xml/XPathParser.h \
2444 WebCore/xml/XPathPath.cpp \
2445 WebCore/xml/XPathPath.h \
2446 WebCore/xml/XPathPredicate.cpp \
2447 WebCore/xml/XPathPredicate.h \
2448 WebCore/xml/XPathResult.cpp \
2449 WebCore/xml/XPathResult.h \
2450 WebCore/xml/XPathStep.cpp \
2451 WebCore/xml/XPathStep.h \
2452 WebCore/xml/XPathUtil.cpp \
2453 WebCore/xml/XPathUtil.h \
2454 WebCore/xml/XPathValue.cpp \
2455 WebCore/xml/XPathValue.h \
2456 WebCore/xml/XPathVariableReference.cpp \
2457 WebCore/xml/XPathVariableReference.h
2460 $(GENSOURCES)/XPathGrammar.h: $(GENSOURCES)/XPathGrammar.cpp;
2462 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
2463 $(GENSOURCES)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
2464 rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2465 $(BISON) -d -p xpathyy $< -o $(GENSOURCES)/XPathGrammar.cpp
2466 touch $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2467 echo '#ifndef XPathGrammar_h' > $(GENSOURCES)/XPathGrammar.h
2468 echo '#define XPathGrammar_h' >> $(GENSOURCES)/XPathGrammar.h
2469 cat $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp >> $(GENSOURCES)/XPathGrammar.h
2470 echo '#endif' >> $(GENSOURCES)/XPathGrammar.h
2471 rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2473 endif # END ENABLE_XPATH
2479 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XSLT=1
2481 webcore_cppflags += -DENABLE_XSLT=1
2483 webcore_sources += \
2484 WebCore/dom/TransformSourceLibxslt.cpp \
2485 WebCore/dom/TransformSource.h \
2486 WebCore/xml/XSLImportRule.cpp \
2487 WebCore/xml/XSLImportRule.h \
2488 WebCore/xml/XSLStyleSheetLibxslt.cpp \
2489 WebCore/xml/XSLStyleSheet.h \
2490 WebCore/xml/XSLTExtensions.cpp \
2491 WebCore/xml/XSLTExtensions.h \
2492 WebCore/xml/XSLTProcessor.cpp \
2493 WebCore/xml/XSLTProcessorLibxslt.cpp \
2494 WebCore/xml/XSLTProcessor.h \
2495 WebCore/xml/XSLTUnicodeSort.cpp \
2496 WebCore/xml/XSLTUnicodeSort.h
2497 endif # END ENABLE_XSLT
2500 # Web Workers support
2503 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WORKERS=1
2505 webcore_cppflags += \
2508 webcore_sources += \
2509 WebCore/bindings/js/JSAbstractWorkerCustom.cpp \
2510 WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
2511 WebCore/bindings/js/JSWorkerConstructor.cpp \
2512 WebCore/bindings/js/JSWorkerConstructor.h \
2513 WebCore/bindings/js/JSWorkerContextBase.cpp \
2514 WebCore/bindings/js/JSWorkerContextBase.h \
2515 WebCore/bindings/js/JSWorkerContextCustom.cpp \
2516 WebCore/bindings/js/JSWorkerCustom.cpp \
2517 WebCore/bindings/js/WorkerScriptController.cpp \
2518 WebCore/bindings/js/WorkerScriptController.h \
2519 WebCore/page/WorkerNavigator.cpp \
2520 WebCore/page/WorkerNavigator.h \
2521 WebCore/workers/AbstractWorker.cpp \
2522 WebCore/workers/AbstractWorker.h \
2523 WebCore/workers/DedicatedWorkerContext.cpp \
2524 WebCore/workers/DedicatedWorkerContext.h \
2525 WebCore/workers/DedicatedWorkerThread.cpp \
2526 WebCore/workers/DedicatedWorkerThread.h \
2527 WebCore/workers/GenericWorkerTask.h \
2528 WebCore/workers/Worker.cpp \
2529 WebCore/workers/Worker.h \
2530 WebCore/workers/WorkerContext.cpp \
2531 WebCore/workers/WorkerContext.h \
2532 WebCore/workers/WorkerContextProxy.h \
2533 WebCore/workers/WorkerLoaderProxy.h \
2534 WebCore/workers/WorkerLocation.cpp \
2535 WebCore/workers/WorkerLocation.h \
2536 WebCore/workers/WorkerMessagingProxy.cpp \
2537 WebCore/workers/WorkerMessagingProxy.h \
2538 WebCore/workers/WorkerObjectProxy.h \
2539 WebCore/workers/WorkerReportingProxy.h \
2540 WebCore/workers/WorkerRunLoop.cpp \
2541 WebCore/workers/WorkerRunLoop.h \
2542 WebCore/workers/WorkerScriptLoader.cpp \
2543 WebCore/workers/WorkerScriptLoader.h \
2544 WebCore/workers/WorkerScriptLoaderClient.h \
2545 WebCore/workers/WorkerThread.cpp \
2546 WebCore/workers/WorkerThread.h
2550 # SharedWorker support
2552 if ENABLE_SHARED_WORKERS
2553 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SHARED_WORKERS=1
2555 webcore_cppflags += \
2556 -DENABLE_SHARED_WORKERS=1
2558 webcore_built_sources += \
2559 WebCore/bindings/js/JSSharedWorkerConstructor.cpp \
2560 WebCore/bindings/js/JSSharedWorkerConstructor.h \
2561 WebCore/bindings/js/JSSharedWorkerCustom.cpp \
2562 WebCore/workers/DefaultSharedWorkerRepository.cpp \
2563 WebCore/workers/DefaultSharedWorkerRepository.h \
2564 WebCore/workers/SharedWorker.cpp \
2565 WebCore/workers/SharedWorker.h \
2566 WebCore/workers/SharedWorkerContext.cpp \
2567 WebCore/workers/SharedWorkerContext.h \
2568 WebCore/workers/SharedWorkerThread.cpp \
2569 WebCore/workers/SharedWorkerThread.h
2577 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WML=1
2579 webcore_built_sources += \
2580 DerivedSources/WMLElementFactory.cpp \
2581 DerivedSources/WMLNames.cpp
2583 webcore_cppflags += \
2585 -I$(top_srcdir)/WebCore/wml
2587 webcore_sources += \
2588 WebCore/wml/WMLAElement.cpp \
2589 WebCore/wml/WMLAccessElement.cpp \
2590 WebCore/wml/WMLAnchorElement.cpp \
2591 WebCore/wml/WMLBRElement.cpp \
2592 WebCore/wml/WMLCardElement.cpp \
2593 WebCore/wml/WMLDoElement.cpp \
2594 WebCore/wml/WMLDocument.cpp \
2595 WebCore/wml/WMLElement.cpp \
2596 WebCore/wml/WMLErrorHandling.cpp \
2597 WebCore/wml/WMLEventHandlingElement.cpp \
2598 WebCore/wml/WMLFieldSetElement.cpp \
2599 WebCore/wml/WMLFormControlElement.cpp \
2600 WebCore/wml/WMLGoElement.cpp \
2601 WebCore/wml/WMLImageElement.cpp \
2602 WebCore/wml/WMLImageLoader.cpp \
2603 WebCore/wml/WMLInputElement.cpp \
2604 WebCore/wml/WMLInsertedLegendElement.cpp \
2605 WebCore/wml/WMLIntrinsicEvent.cpp \
2606 WebCore/wml/WMLIntrinsicEventHandler.cpp \
2607 WebCore/wml/WMLMetaElement.cpp \
2608 WebCore/wml/WMLNoopElement.cpp \
2609 WebCore/wml/WMLOnEventElement.cpp \
2610 WebCore/wml/WMLPElement.cpp \
2611 WebCore/wml/WMLOptGroupElement.cpp \
2612 WebCore/wml/WMLOptionElement.cpp \
2613 WebCore/wml/WMLPageState.cpp \
2614 WebCore/wml/WMLPostfieldElement.cpp \
2615 WebCore/wml/WMLPrevElement.cpp \
2616 WebCore/wml/WMLRefreshElement.cpp \
2617 WebCore/wml/WMLSelectElement.cpp \
2618 WebCore/wml/WMLSetvarElement.cpp \
2619 WebCore/wml/WMLTableElement.cpp \
2620 WebCore/wml/WMLTaskElement.cpp \
2621 WebCore/wml/WMLTemplateElement.cpp \
2622 WebCore/wml/WMLTimerElement.cpp \
2623 WebCore/wml/WMLVariables.cpp
2625 # WML tag and attribute names
2626 DerivedSources/WMLNames.cpp: DerivedSources/WMLElementFactory.cpp;
2628 DerivedSources/WMLElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/wml/WMLTagNames.in $(WebCore)/wml/WMLAttributeNames.in
2629 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2630 endif # END ENABLE_WML
2637 FEATURE_DEFINES_JAVASCRIPT += ENABLE_FILTERS=1
2638 webcore_cppflags += -DENABLE_FILTERS=1
2640 webcore_sources += \
2641 WebCore/platform/graphics/filters/FEBlend.cpp \
2642 WebCore/platform/graphics/filters/FEBlend.h \
2643 WebCore/platform/graphics/filters/FEColorMatrix.cpp \
2644 WebCore/platform/graphics/filters/FEColorMatrix.h \
2645 WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
2646 WebCore/platform/graphics/filters/FEComponentTransfer.h \
2647 WebCore/platform/graphics/filters/FEComposite.cpp \
2648 WebCore/platform/graphics/filters/FEComposite.h \
2649 WebCore/platform/graphics/filters/FEGaussianBlur.cpp \
2650 WebCore/platform/graphics/filters/FEGaussianBlur.h \
2651 WebCore/platform/graphics/filters/Filter.h \
2652 WebCore/platform/graphics/filters/FilterEffect.cpp \
2653 WebCore/platform/graphics/filters/FilterEffect.h \
2654 WebCore/platform/graphics/filters/ImageBufferFilter.cpp \
2655 WebCore/platform/graphics/filters/ImageBufferFilter.h \
2656 WebCore/platform/graphics/filters/SourceAlpha.cpp \
2657 WebCore/platform/graphics/filters/SourceAlpha.h \
2658 WebCore/platform/graphics/filters/SourceGraphic.cpp \
2659 WebCore/platform/graphics/filters/SourceGraphic.h
2662 SVG_FEATURES += ENABLE_FILTERS=1
2665 endif # END ENABLE_FILTERS
2670 if ENABLE_GEOLOCATION
2672 FEATURE_DEFINES_JAVASCRIPT += ENABLE_GEOLOCATION=1
2673 webcore_cppflags += \
2674 -DENABLE_GEOLOCATION=1
2676 webcoregtk_sources += \
2677 WebCore/platform/gtk/GeolocationServiceGtk.cpp \
2678 WebCore/platform/gtk/GeolocationServiceGtk.h
2679 endif # END ENABLE_GEOLOCATION
2686 FEATURE_DEFINES_JAVASCRIPT += ENABLE_MATHML=1
2688 webcore_cppflags += \
2689 -I$(srcdir)/WebCore/mathml \
2692 webcore_sources += \
2693 WebCore/mathml/MathMLElement.cpp \
2694 WebCore/mathml/MathMLElement.h \
2695 WebCore/mathml/MathMLInlineContainerElement.cpp \
2696 WebCore/mathml/MathMLInlineContainerElement.h \
2697 WebCore/mathml/MathMLMathElement.cpp \
2698 WebCore/mathml/MathMLMathElement.h
2700 webcore_built_sources += \
2701 DerivedSources/MathMLElementFactory.cpp \
2702 DerivedSources/MathMLElementFactory.h \
2703 DerivedSources/MathMLNames.cpp \
2704 DerivedSources/MathMLNames.h
2706 # MathML tag and attribute names, and element factory
2707 DerivedSources/MathMLElementFactory.h: DerivedSources/MathMLElementFactory.cpp
2709 DerivedSources/MathMLNames.h: DerivedSources/MathMLNames.cpp
2711 DerivedSources/MathMLElementFactory.cpp DerivedSources/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in
2712 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2714 DerivedSources/MathMLElementFactory.cpp:
2717 DerivedSources/MathMLNames.cpp:
2720 endif # END ENABLE_MATHML
2723 # Notifications support
2725 if ENABLE_NOTIFICATIONS
2726 FEATURE_DEFINES_JAVASCRIPT += ENABLE_NOTIFICATIONS=1
2728 webcore_cppflags += \
2729 -DENABLE_NOTIFICATIONS=1
2731 webcore_sources += \
2732 WebCore/notifications/Notification.cpp \
2733 WebCore/notifications/Notification.h \
2734 WebCore/notifications/NotificationCenter.cpp \
2735 WebCore/notifications/NotificationCenter.h \
2736 WebCore/notifications/NotificationPresenter.h \
2737 WebCore/notifications/NotificationContents.h
2739 endif # END ENABLE_NOTIFICATIONS
2744 # FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
2747 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG=1
2749 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in
2750 WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
2752 webcore_built_sources += \
2753 DerivedSources/JSSVGElementWrapperFactory.cpp \
2754 DerivedSources/SVGElementFactory.cpp \
2755 DerivedSources/SVGNames.cpp \
2756 DerivedSources/XLinkNames.cpp
2759 WebCore/svg/ElementTimeControl.idl \
2760 WebCore/svg/SVGAElement.idl \
2761 WebCore/svg/SVGAltGlyphElement.idl \
2762 WebCore/svg/SVGAngle.idl \
2763 WebCore/svg/SVGAnimateColorElement.idl \
2764 WebCore/svg/SVGAnimateElement.idl \
2765 WebCore/svg/SVGAnimateTransformElement.idl \
2766 WebCore/svg/SVGAnimatedAngle.idl \
2767 WebCore/svg/SVGAnimatedBoolean.idl \
2768 WebCore/svg/SVGAnimatedEnumeration.idl \
2769 WebCore/svg/SVGAnimatedInteger.idl \
2770 WebCore/svg/SVGAnimatedLength.idl \
2771 WebCore/svg/SVGAnimatedLengthList.idl \
2772 WebCore/svg/SVGAnimatedNumber.idl \
2773 WebCore/svg/SVGAnimatedNumberList.idl \
2774 WebCore/svg/SVGAnimatedPathData.idl \
2775 WebCore/svg/SVGAnimatedPoints.idl \
2776 WebCore/svg/SVGAnimatedPreserveAspectRatio.idl \
2777 WebCore/svg/SVGAnimatedRect.idl \
2778 WebCore/svg/SVGAnimatedString.idl \
2779 WebCore/svg/SVGAnimatedTransformList.idl \
2780 WebCore/svg/SVGAnimationElement.idl \
2781 WebCore/svg/SVGCircleElement.idl \
2782 WebCore/svg/SVGClipPathElement.idl \
2783 WebCore/svg/SVGColor.idl \
2784 WebCore/svg/SVGComponentTransferFunctionElement.idl \
2785 WebCore/svg/SVGCursorElement.idl \
2786 WebCore/svg/SVGDefsElement.idl \
2787 WebCore/svg/SVGDescElement.idl \
2788 WebCore/svg/SVGDocument.idl \
2789 WebCore/svg/SVGElement.idl \
2790 WebCore/svg/SVGElementInstance.idl \
2791 WebCore/svg/SVGElementInstanceList.idl \
2792 WebCore/svg/SVGEllipseElement.idl \
2793 WebCore/svg/SVGException.idl \
2794 WebCore/svg/SVGExternalResourcesRequired.idl \
2795 WebCore/svg/SVGFEBlendElement.idl \
2796 WebCore/svg/SVGFEColorMatrixElement.idl \
2797 WebCore/svg/SVGFEComponentTransferElement.idl \
2798 WebCore/svg/SVGFECompositeElement.idl \
2799 WebCore/svg/SVGFEDiffuseLightingElement.idl \
2800 WebCore/svg/SVGFEDisplacementMapElement.idl \
2801 WebCore/svg/SVGFEDistantLightElement.idl \
2802 WebCore/svg/SVGFEFloodElement.idl \
2803 WebCore/svg/SVGFEFuncAElement.idl \
2804 WebCore/svg/SVGFEFuncBElement.idl \
2805 WebCore/svg/SVGFEFuncGElement.idl \
2806 WebCore/svg/SVGFEFuncRElement.idl \
2807 WebCore/svg/SVGFEGaussianBlurElement.idl \
2808 WebCore/svg/SVGFEImageElement.idl \
2809 WebCore/svg/SVGFEMergeElement.idl \
2810 WebCore/svg/SVGFEMergeNodeElement.idl \
2811 WebCore/svg/SVGFEMorphologyElement.idl \
2812 WebCore/svg/SVGFEOffsetElement.idl \
2813 WebCore/svg/SVGFEPointLightElement.idl \
2814 WebCore/svg/SVGFESpecularLightingElement.idl \
2815 WebCore/svg/SVGFESpotLightElement.idl \
2816 WebCore/svg/SVGFETileElement.idl \
2817 WebCore/svg/SVGFETurbulenceElement.idl \
2818 WebCore/svg/SVGFilterElement.idl \
2819 WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
2820 WebCore/svg/SVGFitToViewBox.idl \
2821 WebCore/svg/SVGFontElement.idl \
2822 WebCore/svg/SVGFontFaceElement.idl \
2823 WebCore/svg/SVGFontFaceFormatElement.idl \
2824 WebCore/svg/SVGFontFaceNameElement.idl \
2825 WebCore/svg/SVGFontFaceSrcElement.idl \
2826 WebCore/svg/SVGFontFaceUriElement.idl \
2827 WebCore/svg/SVGForeignObjectElement.idl \
2828 WebCore/svg/SVGGElement.idl \
2829 WebCore/svg/SVGGlyphElement.idl \
2830 WebCore/svg/SVGGradientElement.idl \
2831 WebCore/svg/SVGHKernElement.idl \
2832 WebCore/svg/SVGImageElement.idl \
2833 WebCore/svg/SVGLangSpace.idl \
2834 WebCore/svg/SVGLength.idl \
2835 WebCore/svg/SVGLengthList.idl \
2836 WebCore/svg/SVGLineElement.idl \
2837 WebCore/svg/SVGLinearGradientElement.idl \
2838 WebCore/svg/SVGLocatable.idl \
2839 WebCore/svg/SVGMarkerElement.idl \
2840 WebCore/svg/SVGMaskElement.idl \
2841 WebCore/svg/SVGMatrix.idl \
2842 WebCore/svg/SVGMetadataElement.idl \
2843 WebCore/svg/SVGMissingGlyphElement.idl \
2844 WebCore/svg/SVGNumber.idl \
2845 WebCore/svg/SVGNumberList.idl \
2846 WebCore/svg/SVGPaint.idl \
2847 WebCore/svg/SVGPathElement.idl \
2848 WebCore/svg/SVGPathSeg.idl \
2849 WebCore/svg/SVGPathSegArcAbs.idl \
2850 WebCore/svg/SVGPathSegArcRel.idl \
2851 WebCore/svg/SVGPathSegClosePath.idl \
2852 WebCore/svg/SVGPathSegCurvetoCubicAbs.idl \
2853 WebCore/svg/SVGPathSegCurvetoCubicRel.idl \
2854 WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
2855 WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
2856 WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl \
2857 WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl \
2858 WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
2859 WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
2860 WebCore/svg/SVGPathSegLinetoAbs.idl \
2861 WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl \
2862 WebCore/svg/SVGPathSegLinetoHorizontalRel.idl \
2863 WebCore/svg/SVGPathSegLinetoRel.idl \
2864 WebCore/svg/SVGPathSegLinetoVerticalAbs.idl \
2865 WebCore/svg/SVGPathSegLinetoVerticalRel.idl \
2866 WebCore/svg/SVGPathSegList.idl \
2867 WebCore/svg/SVGPathSegMovetoAbs.idl \
2868 WebCore/svg/SVGPathSegMovetoRel.idl \
2869 WebCore/svg/SVGPatternElement.idl \
2870 WebCore/svg/SVGPoint.idl \
2871 WebCore/svg/SVGPointList.idl \
2872 WebCore/svg/SVGPolygonElement.idl \
2873 WebCore/svg/SVGPolylineElement.idl \
2874 WebCore/svg/SVGPreserveAspectRatio.idl \
2875 WebCore/svg/SVGRadialGradientElement.idl \
2876 WebCore/svg/SVGRect.idl \
2877 WebCore/svg/SVGRectElement.idl \
2878 WebCore/svg/SVGRenderingIntent.idl \
2879 WebCore/svg/SVGSVGElement.idl \
2880 WebCore/svg/SVGScriptElement.idl \
2881 WebCore/svg/SVGSetElement.idl \
2882 WebCore/svg/SVGStopElement.idl \
2883 WebCore/svg/SVGStringList.idl \
2884 WebCore/svg/SVGStylable.idl \
2885 WebCore/svg/SVGStyleElement.idl \
2886 WebCore/svg/SVGSwitchElement.idl \
2887 WebCore/svg/SVGSymbolElement.idl \
2888 WebCore/svg/SVGTRefElement.idl \
2889 WebCore/svg/SVGTSpanElement.idl \
2890 WebCore/svg/SVGTests.idl \
2891 WebCore/svg/SVGTextContentElement.idl \
2892 WebCore/svg/SVGTextElement.idl \
2893 WebCore/svg/SVGTextPathElement.idl \
2894 WebCore/svg/SVGTextPositioningElement.idl \
2895 WebCore/svg/SVGTitleElement.idl \
2896 WebCore/svg/SVGTransform.idl \
2897 WebCore/svg/SVGTransformList.idl \
2898 WebCore/svg/SVGTransformable.idl \
2899 WebCore/svg/SVGURIReference.idl \
2900 WebCore/svg/SVGUnitTypes.idl \
2901 WebCore/svg/SVGUseElement.idl \
2902 WebCore/svg/SVGViewElement.idl \
2903 WebCore/svg/SVGViewSpec.idl \
2904 WebCore/svg/SVGZoomAndPan.idl \
2905 WebCore/svg/SVGZoomEvent.idl
2907 webcore_cppflags += \
2909 -I$(top_srcdir)/WebCore/svg \
2910 -I$(top_srcdir)/WebCore/svg/animation \
2911 -I$(top_srcdir)/WebCore/svg/graphics \
2912 -I$(top_srcdir)/WebCore/svg/graphics/filters
2914 webcore_sources += \
2915 WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
2916 WebCore/bindings/js/JSSVGLengthCustom.cpp \
2917 WebCore/bindings/js/JSSVGMatrixCustom.cpp \
2918 WebCore/bindings/js/JSSVGPODTypeWrapper.h \
2919 WebCore/bindings/js/JSSVGPathSegCustom.cpp \
2920 WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
2921 WebCore/bindings/js/JSSVGPointListCustom.cpp \
2922 WebCore/bindings/js/JSSVGTransformListCustom.cpp \
2923 WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
2924 WebCore/css/SVGCSSParser.cpp \
2925 WebCore/css/SVGCSSStyleSelector.cpp \
2926 WebCore/rendering/PointerEventsHitRules.cpp \
2927 WebCore/rendering/PointerEventsHitRules.h \
2928 WebCore/rendering/RenderForeignObject.cpp \
2929 WebCore/rendering/RenderForeignObject.h \
2930 WebCore/rendering/RenderPath.cpp \
2931 WebCore/rendering/RenderPath.h \
2932 WebCore/rendering/RenderSVGBlock.cpp \
2933 WebCore/rendering/RenderSVGBlock.h \
2934 WebCore/rendering/RenderSVGContainer.cpp \
2935 WebCore/rendering/RenderSVGContainer.h \
2936 WebCore/rendering/RenderSVGGradientStop.cpp \
2937 WebCore/rendering/RenderSVGGradientStop.h \
2938 WebCore/rendering/RenderSVGHiddenContainer.cpp \
2939 WebCore/rendering/RenderSVGHiddenContainer.h \
2940 WebCore/rendering/RenderSVGImage.cpp \
2941 WebCore/rendering/RenderSVGImage.h \
2942 WebCore/rendering/RenderSVGInline.cpp \
2943 WebCore/rendering/RenderSVGInline.h \
2944 WebCore/rendering/RenderSVGInlineText.cpp \
2945 WebCore/rendering/RenderSVGInlineText.h \
2946 WebCore/rendering/RenderSVGRoot.cpp \
2947 WebCore/rendering/RenderSVGRoot.h \
2948 WebCore/rendering/RenderSVGTSpan.cpp \
2949 WebCore/rendering/RenderSVGTSpan.h \
2950 WebCore/rendering/RenderSVGText.cpp \
2951 WebCore/rendering/RenderSVGText.h \
2952 WebCore/rendering/RenderSVGTextPath.cpp \
2953 WebCore/rendering/RenderSVGTextPath.h \
2954 WebCore/rendering/RenderSVGTransformableContainer.cpp \
2955 WebCore/rendering/RenderSVGTransformableContainer.h \
2956 WebCore/rendering/RenderSVGViewportContainer.cpp \
2957 WebCore/rendering/RenderSVGViewportContainer.h \
2958 WebCore/rendering/SVGCharacterLayoutInfo.cpp \
2959 WebCore/rendering/SVGCharacterLayoutInfo.h \
2960 WebCore/rendering/SVGInlineFlowBox.cpp \
2961 WebCore/rendering/SVGInlineFlowBox.h \
2962 WebCore/rendering/SVGInlineTextBox.cpp \
2963 WebCore/rendering/SVGInlineTextBox.h \
2964 WebCore/rendering/SVGRenderSupport.cpp \
2965 WebCore/rendering/SVGRenderSupport.h \
2966 WebCore/rendering/SVGRenderTreeAsText.cpp \
2967 WebCore/rendering/SVGRenderTreeAsText.h \
2968 WebCore/rendering/SVGRootInlineBox.cpp \
2969 WebCore/rendering/SVGRootInlineBox.h \
2970 WebCore/rendering/style/SVGRenderStyle.cpp \
2971 WebCore/rendering/style/SVGRenderStyle.h \
2972 WebCore/rendering/style/SVGRenderStyleDefs.cpp \
2973 WebCore/rendering/style/SVGRenderStyleDefs.h \
2974 WebCore/svg/ColorDistance.cpp \
2975 WebCore/svg/ColorDistance.h \
2976 WebCore/svg/ElementTimeControl.h \
2977 WebCore/svg/GradientAttributes.h \
2978 WebCore/svg/LinearGradientAttributes.h \
2979 WebCore/svg/PatternAttributes.h \
2980 WebCore/svg/RadialGradientAttributes.h \
2981 WebCore/svg/SVGAElement.cpp \
2982 WebCore/svg/SVGAElement.h \
2983 WebCore/svg/SVGAltGlyphElement.cpp \
2984 WebCore/svg/SVGAltGlyphElement.h \
2985 WebCore/svg/SVGAngle.cpp \
2986 WebCore/svg/SVGAngle.h \
2987 WebCore/svg/SVGAnimateColorElement.cpp \
2988 WebCore/svg/SVGAnimateColorElement.h \
2989 WebCore/svg/SVGAnimateElement.cpp \
2990 WebCore/svg/SVGAnimateElement.h \
2991 WebCore/svg/SVGAnimateMotionElement.cpp \
2992 WebCore/svg/SVGAnimateMotionElement.h \
2993 WebCore/svg/SVGAnimateTransformElement.cpp \
2994 WebCore/svg/SVGAnimateTransformElement.h \
2995 WebCore/svg/SVGAnimatedPathData.cpp \
2996 WebCore/svg/SVGAnimatedPathData.h \
2997 WebCore/svg/SVGAnimatedPoints.cpp \
2998 WebCore/svg/SVGAnimatedPoints.h \
2999 WebCore/svg/SVGAnimatedProperty.h \
3000 WebCore/svg/SVGAnimatedTemplate.h \
3001 WebCore/svg/SVGAnimationElement.cpp \
3002 WebCore/svg/SVGAnimationElement.h \
3003 WebCore/svg/SVGCircleElement.cpp \
3004 WebCore/svg/SVGCircleElement.h \
3005 WebCore/svg/SVGClipPathElement.cpp \
3006 WebCore/svg/SVGClipPathElement.h \
3007 WebCore/svg/SVGColor.cpp \
3008 WebCore/svg/SVGColor.h \
3009 WebCore/svg/SVGComponentTransferFunctionElement.cpp \
3010 WebCore/svg/SVGComponentTransferFunctionElement.h \
3011 WebCore/svg/SVGCursorElement.cpp \
3012 WebCore/svg/SVGCursorElement.h \
3013 WebCore/svg/SVGDefsElement.cpp \
3014 WebCore/svg/SVGDefsElement.h \
3015 WebCore/svg/SVGDescElement.cpp \
3016 WebCore/svg/SVGDescElement.h \
3017 WebCore/svg/SVGDocument.cpp \
3018 WebCore/svg/SVGDocument.h \
3019 WebCore/svg/SVGDocumentExtensions.cpp \
3020 WebCore/svg/SVGDocumentExtensions.h \
3021 WebCore/svg/SVGElement.cpp \
3022 WebCore/svg/SVGElement.h \
3023 WebCore/svg/SVGElementInstance.cpp \
3024 WebCore/svg/SVGElementInstance.h \
3025 WebCore/svg/SVGElementInstanceList.cpp \
3026 WebCore/svg/SVGElementInstanceList.h \
3027 WebCore/svg/SVGEllipseElement.cpp \
3028 WebCore/svg/SVGEllipseElement.h \
3029 WebCore/svg/SVGException.h \
3030 WebCore/svg/SVGExternalResourcesRequired.cpp \
3031 WebCore/svg/SVGExternalResourcesRequired.h \
3032 WebCore/svg/SVGFEBlendElement.cpp \
3033 WebCore/svg/SVGFEBlendElement.h \
3034 WebCore/svg/SVGFEColorMatrixElement.cpp \
3035 WebCore/svg/SVGFEColorMatrixElement.h \
3036 WebCore/svg/SVGFEComponentTransferElement.cpp \
3037 WebCore/svg/SVGFEComponentTransferElement.h \
3038 WebCore/svg/SVGFECompositeElement.cpp \
3039 WebCore/svg/SVGFECompositeElement.h \
3040 WebCore/svg/SVGFEDiffuseLightingElement.cpp \
3041 WebCore/svg/SVGFEDiffuseLightingElement.h \
3042 WebCore/svg/SVGFEDisplacementMapElement.cpp \
3043 WebCore/svg/SVGFEDisplacementMapElement.h \
3044 WebCore/svg/SVGFEDistantLightElement.cpp \
3045 WebCore/svg/SVGFEDistantLightElement.h \
3046 WebCore/svg/SVGFEFloodElement.cpp \
3047 WebCore/svg/SVGFEFloodElement.h \
3048 WebCore/svg/SVGFEFuncAElement.cpp \
3049 WebCore/svg/SVGFEFuncAElement.h \
3050 WebCore/svg/SVGFEFuncBElement.cpp \
3051 WebCore/svg/SVGFEFuncBElement.h \
3052 WebCore/svg/SVGFEFuncGElement.cpp \
3053 WebCore/svg/SVGFEFuncGElement.h \
3054 WebCore/svg/SVGFEFuncRElement.cpp \
3055 WebCore/svg/SVGFEFuncRElement.h \
3056 WebCore/svg/SVGFEGaussianBlurElement.cpp \
3057 WebCore/svg/SVGFEGaussianBlurElement.h \
3058 WebCore/svg/SVGFEImageElement.cpp \
3059 WebCore/svg/SVGFEImageElement.h \
3060 WebCore/svg/SVGFELightElement.cpp \
3061 WebCore/svg/SVGFELightElement.h \
3062 WebCore/svg/SVGFEMergeElement.cpp \
3063 WebCore/svg/SVGFEMergeElement.h \
3064 WebCore/svg/SVGFEMergeNodeElement.cpp \
3065 WebCore/svg/SVGFEMergeNodeElement.h \
3066 WebCore/svg/SVGFEMorphologyElement.cpp \
3067 WebCore/svg/SVGFEMorphologyElement.h \
3068 WebCore/svg/SVGFEOffsetElement.cpp \
3069 WebCore/svg/SVGFEOffsetElement.h \
3070 WebCore/svg/SVGFEPointLightElement.cpp \
3071 WebCore/svg/SVGFEPointLightElement.h \
3072 WebCore/svg/SVGFESpecularLightingElement.cpp \
3073 WebCore/svg/SVGFESpecularLightingElement.h \
3074 WebCore/svg/SVGFESpotLightElement.cpp \
3075 WebCore/svg/SVGFESpotLightElement.h \
3076 WebCore/svg/SVGFETileElement.cpp \
3077 WebCore/svg/SVGFETileElement.h \
3078 WebCore/svg/SVGFETurbulenceElement.cpp \
3079 WebCore/svg/SVGFETurbulenceElement.h \
3080 WebCore/svg/SVGFilterElement.cpp \
3081 WebCore/svg/SVGFilterElement.h \
3082 WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
3083 WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
3084 WebCore/svg/SVGFitToViewBox.cpp \
3085 WebCore/svg/SVGFitToViewBox.h \
3086 WebCore/svg/SVGFont.cpp \
3087 WebCore/svg/SVGFontData.cpp \
3088 WebCore/svg/SVGFontData.h \
3089 WebCore/svg/SVGFontElement.cpp \
3090 WebCore/svg/SVGFontElement.h \
3091 WebCore/svg/SVGFontFaceElement.cpp \
3092 WebCore/svg/SVGFontFaceElement.h \
3093 WebCore/svg/SVGFontFaceFormatElement.cpp \
3094 WebCore/svg/SVGFontFaceFormatElement.h \
3095 WebCore/svg/SVGFontFaceNameElement.cpp \
3096 WebCore/svg/SVGFontFaceNameElement.h \
3097 WebCore/svg/SVGFontFaceSrcElement.cpp \
3098 WebCore/svg/SVGFontFaceSrcElement.h \
3099 WebCore/svg/SVGFontFaceUriElement.cpp \
3100 WebCore/svg/SVGFontFaceUriElement.h \
3101 WebCore/svg/SVGForeignObjectElement.cpp \
3102 WebCore/svg/SVGForeignObjectElement.h \
3103 WebCore/svg/SVGGElement.cpp \
3104 WebCore/svg/SVGGElement.h \
3105 WebCore/svg/SVGGlyphElement.cpp \
3106 WebCore/svg/SVGGlyphElement.h \
3107 WebCore/svg/SVGGlyphMap.h \
3108 WebCore/svg/SVGGradientElement.cpp \
3109 WebCore/svg/SVGGradientElement.h \
3110 WebCore/svg/SVGHKernElement.cpp \
3111 WebCore/svg/SVGHKernElement.h \
3112 WebCore/svg/SVGImageElement.cpp \
3113 WebCore/svg/SVGImageElement.h \
3114 WebCore/svg/SVGImageLoader.cpp \
3115 WebCore/svg/SVGImageLoader.h \
3116 WebCore/svg/SVGLangSpace.cpp \
3117 WebCore/svg/SVGLangSpace.h \
3118 WebCore/svg/SVGLength.cpp \
3119 WebCore/svg/SVGLength.h \
3120 WebCore/svg/SVGLengthList.cpp \
3121 WebCore/svg/SVGLengthList.h \
3122 WebCore/svg/SVGLineElement.cpp \
3123 WebCore/svg/SVGLineElement.h \
3124 WebCore/svg/SVGLinearGradientElement.cpp \
3125 WebCore/svg/SVGLinearGradientElement.h \
3126 WebCore/svg/SVGList.h \
3127 WebCore/svg/SVGListTraits.h \
3128 WebCore/svg/SVGLocatable.cpp \
3129 WebCore/svg/SVGLocatable.h \
3130 WebCore/svg/SVGMPathElement.cpp \
3131 WebCore/svg/SVGMPathElement.h \
3132 WebCore/svg/SVGMarkerElement.cpp \
3133 WebCore/svg/SVGMarkerElement.h \
3134 WebCore/svg/SVGMaskElement.cpp \
3135 WebCore/svg/SVGMaskElement.h \
3136 WebCore/svg/SVGMetadataElement.cpp \
3137 WebCore/svg/SVGMetadataElement.h \
3138 WebCore/svg/SVGMissingGlyphElement.cpp \
3139 WebCore/svg/SVGMissingGlyphElement.h \
3140 WebCore/svg/SVGNumberList.cpp \
3141 WebCore/svg/SVGNumberList.h \
3142 WebCore/svg/SVGPaint.cpp \
3143 WebCore/svg/SVGPaint.h \
3144 WebCore/svg/SVGParserUtilities.cpp \
3145 WebCore/svg/SVGParserUtilities.h \
3146 WebCore/svg/SVGPathElement.cpp \
3147 WebCore/svg/SVGPathElement.h \
3148 WebCore/svg/SVGPathSeg.h \
3149 WebCore/svg/SVGPathSegArc.cpp \
3150 WebCore/svg/SVGPathSegArc.h \
3151 WebCore/svg/SVGPathSegClosePath.cpp \
3152 WebCore/svg/SVGPathSegClosePath.h \
3153 WebCore/svg/SVGPathSegCurvetoCubic.cpp \
3154 WebCore/svg/SVGPathSegCurvetoCubic.h \
3155 WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
3156 WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
3157 WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
3158 WebCore/svg/SVGPathSegCurvetoQuadratic.h \
3159 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
3160 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
3161 WebCore/svg/SVGPathSegLineto.cpp \
3162 WebCore/svg/SVGPathSegLineto.h \
3163 WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
3164 WebCore/svg/SVGPathSegLinetoHorizontal.h \
3165 WebCore/svg/SVGPathSegLinetoVertical.cpp \
3166 WebCore/svg/SVGPathSegLinetoVertical.h \
3167 WebCore/svg/SVGPathSegList.cpp \
3168 WebCore/svg/SVGPathSegList.h \
3169 WebCore/svg/SVGPathSegMoveto.cpp \
3170 WebCore/svg/SVGPathSegMoveto.h \
3171 WebCore/svg/SVGPatternElement.cpp \
3172 WebCore/svg/SVGPatternElement.h \
3173 WebCore/svg/SVGPointList.cpp \
3174 WebCore/svg/SVGPointList.h \
3175 WebCore/svg/SVGPolyElement.cpp \
3176 WebCore/svg/SVGPolyElement.h \
3177 WebCore/svg/SVGPolygonElement.cpp \
3178 WebCore/svg/SVGPolygonElement.h \
3179 WebCore/svg/SVGPolylineElement.cpp \
3180 WebCore/svg/SVGPolylineElement.h \
3181 WebCore/svg/SVGPreserveAspectRatio.cpp \
3182 WebCore/svg/SVGPreserveAspectRatio.h \
3183 WebCore/svg/SVGRadialGradientElement.cpp \
3184 WebCore/svg/SVGRadialGradientElement.h \
3185 WebCore/svg/SVGRectElement.cpp \
3186 WebCore/svg/SVGRectElement.h \
3187 WebCore/svg/SVGRenderingIntent.h \
3188 WebCore/svg/SVGSVGElement.cpp \
3189 WebCore/svg/SVGSVGElement.h \
3190 WebCore/svg/SVGScriptElement.cpp \
3191 WebCore/svg/SVGScriptElement.h \
3192 WebCore/svg/SVGSetElement.cpp \
3193 WebCore/svg/SVGSetElement.h \
3194 WebCore/svg/SVGStopElement.cpp \
3195 WebCore/svg/SVGStopElement.h \
3196 WebCore/svg/SVGStringList.cpp \
3197 WebCore/svg/SVGStringList.h \
3198 WebCore/svg/SVGStylable.cpp \
3199 WebCore/svg/SVGStylable.h \
3200 WebCore/svg/SVGStyleElement.cpp \
3201 WebCore/svg/SVGStyleElement.h \
3202 WebCore/svg/SVGStyledElement.cpp \
3203 WebCore/svg/SVGStyledElement.h \
3204 WebCore/svg/SVGStyledLocatableElement.cpp \
3205 WebCore/svg/SVGStyledLocatableElement.h \
3206 WebCore/svg/SVGStyledTransformableElement.cpp \
3207 WebCore/svg/SVGStyledTransformableElement.h \
3208 WebCore/svg/SVGSwitchElement.cpp \
3209 WebCore/svg/SVGSwitchElement.h \
3210 WebCore/svg/SVGSymbolElement.cpp \
3211 WebCore/svg/SVGSymbolElement.h \
3212 WebCore/svg/SVGTRefElement.cpp \
3213 WebCore/svg/SVGTRefElement.h \
3214 WebCore/svg/SVGTSpanElement.cpp \
3215 WebCore/svg/SVGTSpanElement.h \
3216 WebCore/svg/SVGTests.cpp \
3217 WebCore/svg/SVGTests.h \
3218 WebCore/svg/SVGTextContentElement.cpp \
3219 WebCore/svg/SVGTextContentElement.h \
3220 WebCore/svg/SVGTextElement.cpp \
3221 WebCore/svg/SVGTextElement.h \
3222 WebCore/svg/SVGTextPathElement.cpp \
3223 WebCore/svg/SVGTextPathElement.h \
3224 WebCore/svg/SVGTextPositioningElement.cpp \
3225 WebCore/svg/SVGTextPositioningElement.h \
3226 WebCore/svg/SVGTitleElement.cpp \
3227 WebCore/svg/SVGTitleElement.h \
3228 WebCore/svg/SVGTransform.cpp \
3229 WebCore/svg/SVGTransform.h \
3230 WebCore/svg/SVGTransformDistance.cpp \
3231 WebCore/svg/SVGTransformDistance.h \
3232 WebCore/svg/SVGTransformList.cpp \
3233 WebCore/svg/SVGTransformList.h \
3234 WebCore/svg/SVGTransformable.cpp \
3235 WebCore/svg/SVGTransformable.h \
3236 WebCore/svg/SVGURIReference.cpp \
3237 WebCore/svg/SVGURIReference.h \
3238 WebCore/svg/SVGUnitTypes.h \
3239 WebCore/svg/SVGUseElement.cpp \
3240 WebCore/svg/SVGUseElement.h \
3241 WebCore/svg/SVGViewElement.cpp \
3242 WebCore/svg/SVGViewElement.h \
3243 WebCore/svg/SVGViewSpec.cpp \
3244 WebCore/svg/SVGViewSpec.h \
3245 WebCore/svg/SVGZoomAndPan.cpp \
3246 WebCore/svg/SVGZoomAndPan.h \
3247 WebCore/svg/SVGZoomEvent.cpp \
3248 WebCore/svg/SVGZoomEvent.h \
3249 WebCore/svg/SynchronizablePropertyController.cpp \
3250 WebCore/svg/SynchronizablePropertyController.h \
3251 WebCore/svg/SynchronizableTypeWrapper.h \
3252 WebCore/svg/animation/SMILTime.cpp \
3253 WebCore/svg/animation/SMILTime.h \
3254 WebCore/svg/animation/SMILTimeContainer.cpp \
3255 WebCore/svg/animation/SMILTimeContainer.h \
3256 WebCore/svg/animation/SVGSMILElement.cpp \
3257 WebCore/svg/animation/SVGSMILElement.h \
3258 WebCore/svg/graphics/SVGImage.cpp \
3259 WebCore/svg/graphics/SVGImage.h \
3260 WebCore/svg/graphics/SVGPaintServer.cpp \
3261 WebCore/svg/graphics/SVGPaintServer.h \
3262 WebCore/svg/graphics/SVGPaintServerGradient.cpp \
3263 WebCore/svg/graphics/SVGPaintServerGradient.h \
3264 WebCore/svg/graphics/SVGPaintServerLinearGradient.cpp \
3265 WebCore/svg/graphics/SVGPaintServerLinearGradient.h \
3266 WebCore/svg/graphics/SVGPaintServerPattern.cpp \
3267 WebCore/svg/graphics/SVGPaintServerPattern.h \
3268 WebCore/svg/graphics/SVGPaintServerRadialGradient.cpp \
3269 WebCore/svg/graphics/SVGPaintServerRadialGradient.h \
3270 WebCore/svg/graphics/SVGPaintServerSolid.cpp \
3271 WebCore/svg/graphics/SVGPaintServerSolid.h \
3272 WebCore/svg/graphics/SVGResource.cpp \
3273 WebCore/svg/graphics/SVGResource.h \
3274 WebCore/svg/graphics/SVGResourceClipper.cpp \
3275 WebCore/svg/graphics/SVGResourceClipper.h \
3276 WebCore/svg/graphics/SVGResourceFilter.cpp \
3277 WebCore/svg/graphics/SVGResourceFilter.h \
3278 WebCore/svg/graphics/SVGResourceListener.h \
3279 WebCore/svg/graphics/SVGResourceMarker.cpp \
3280 WebCore/svg/graphics/SVGResourceMarker.h \
3281 WebCore/svg/graphics/SVGResourceMasker.cpp \
3282 WebCore/svg/graphics/SVGResourceMasker.h \
3283 WebCore/svg/graphics/filters/SVGDistantLightSource.h \
3284 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
3285 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
3286 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
3287 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
3288 WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
3289 WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
3290 WebCore/svg/graphics/filters/SVGFEFlood.cpp \
3291 WebCore/svg/graphics/filters/SVGFEFlood.h \
3292 WebCore/svg/graphics/filters/SVGFEImage.cpp \
3293 WebCore/svg/graphics/filters/SVGFEImage.h \
3294 WebCore/svg/graphics/filters/SVGFEMerge.cpp \
3295 WebCore/svg/graphics/filters/SVGFEMerge.h \
3296 WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
3297 WebCore/svg/graphics/filters/SVGFEMorphology.h \
3298 WebCore/svg/graphics/filters/SVGFEOffset.cpp \
3299 WebCore/svg/graphics/filters/SVGFEOffset.h \
3300 WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
3301 WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
3302 WebCore/svg/graphics/filters/SVGFETile.cpp \
3303 WebCore/svg/graphics/filters/SVGFETile.h \
3304 WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
3305 WebCore/svg/graphics/filters/SVGFETurbulence.h \
3306 WebCore/svg/graphics/filters/SVGFilter.cpp \
3307 WebCore/svg/graphics/filters/SVGFilter.h \
3308 WebCore/svg/graphics/filters/SVGFilterBuilder.h \
3309 WebCore/svg/graphics/filters/SVGFilterBuilder.cpp \
3310 WebCore/svg/graphics/filters/SVGLightSource.cpp \
3311 WebCore/svg/graphics/filters/SVGLightSource.h \
3312 WebCore/svg/graphics/filters/SVGPointLightSource.h \
3313 WebCore/svg/graphics/filters/SVGSpotLightSource.h
3317 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_USE=1
3318 SVG_FEATURES += ENABLE_SVG_USE=1
3319 webcore_cppflags += -DENABLE_SVG_USE=1
3322 if ENABLE_SVG_FOREIGN_OBJECT
3323 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FOREIGN_OBJECT=1
3324 SVG_FEATURES += ENABLE_SVG_FOREIGN_OBJECT=1
3325 webcore_cppflags += -DENABLE_SVG_FOREIGN_OBJECT=1
3329 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FONTS=1
3330 SVG_FEATURES += ENABLE_SVG_FONTS=1
3331 webcore_cppflags += -DENABLE_SVG_FONTS=1
3334 if ENABLE_SVG_AS_IMAGE
3335 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_AS_IMAGE=1
3336 SVG_FEATURES += ENABLE_SVG_AS_IMAGE=1
3337 webcore_cppflags += -DENABLE_SVG_AS_IMAGE=1
3340 if ENABLE_SVG_ANIMATION
3341 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_ANIMATION=1
3342 SVG_FEATURES += ENABLE_SVG_ANIMATION=1
3343 webcore_cppflags += -DENABLE_SVG_ANIMATION=1
3346 # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
3347 DerivedSources/SVGNames.cpp: DerivedSources/SVGElementFactory.cpp;
3348 DerivedSources/JSSVGElementWrapperFactory.cpp: DerivedSources/SVGElementFactory.cpp
3351 DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
3352 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES)"
3354 DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
3355 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
3361 DerivedSources/XLinkNames.h: DerivedSources/XLinkNames.cpp;
3363 DerivedSources/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
3364 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES)"
3366 endif # END ENABLE_SVG
3369 # Web Sockets Support
3371 if ENABLE_WEB_SOCKETS
3372 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WEB_SOCKETS=1
3375 WebCore/websockets/WebSocket.idl
3377 webcore_cppflags += \
3378 -DENABLE_WEB_SOCKETS=1 \
3379 -I$(srcdir)/WebCore/websockets
3381 webcore_sources += \
3382 WebCore/bindings/js/JSWebSocketConstructor.cpp \
3383 WebCore/bindings/js/JSWebSocketConstructor.h \
3384 WebCore/bindings/js/JSWebSocketCustom.cpp \
3385 WebCore/platform/network/SocketStreamErrorBase.cpp \
3386 WebCore/platform/network/SocketStreamErrorBase.h \
3387 WebCore/platform/network/SocketStreamHandleBase.cpp \
3388 WebCore/platform/network/SocketStreamHandleBase.h \
3389 WebCore/platform/network/SocketStreamHandleClient.h \
3390 WebCore/websockets/WebSocket.cpp \
3391 WebCore/websockets/WebSocket.h \
3392 WebCore/websockets/WebSocketChannel.cpp \
3393 WebCore/websockets/WebSocketChannel.h \
3394 WebCore/websockets/WebSocketChannelClient.h \
3395 WebCore/websockets/WebSocketHandshake.cpp \
3396 WebCore/websockets/WebSocketHandshake.h
3398 webcoregtk_sources += \
3399 WebCore/platform/network/soup/SocketStreamError.h \
3400 WebCore/platform/network/soup/SocketStreamHandle.h \
3401 WebCore/platform/network/soup/SocketStreamHandleSoup.cpp
3404 webcore_cppflags += -DENABLE_WEB_SOCKETS=0
3405 endif # END ENABLE_WEB_SOCKETS
3408 DerivedSources/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
3409 if sort $(WEBCORE_CSS_PROPERTY_NAMES) | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
3410 cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
3411 $(PERL) "$(WebCore)/css/makeprop.pl"
3412 mv CSSPropertyNames.* $(GENSOURCES)
3414 # Lower case all the values, as CSS values are case-insensitive
3415 DerivedSources/CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
3416 $(PERL) -ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
3417 if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
3418 $(PERL) "$(WebCore)/css/makevalues.pl"
3419 mv CSSValueKeywords.* $(GENSOURCES)
3422 DerivedSources/DocTypeStrings.cpp : $(WebCore)/html/DocTypeStrings.gperf
3423 $(AM_V_GEN)$(GPERF) -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards $(WebCore)/html/DocTypeStrings.gperf > $@
3426 DerivedSources/HTMLEntityNames.c : $(WebCore)/html/HTMLEntityNames.gperf
3427 $(AM_V_GEN)$(GPERF) -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 \
3428 $(WebCore)/html/HTMLEntityNames.gperf > $@
3431 DerivedSources/ColorData.c: $(WebCore)/platform/ColorData.gperf
3432 $(AM_V_GEN)$(GPERF) -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 $< > $@
3435 DerivedSources/tokenizer.cpp : $(WebCore)/css/tokenizer.flex $(WebCore)/css/maketokenizer
3436 $(AM_V_GEN)$(FLEX) -t $< | $(PERL) $(WebCore)/css/maketokenizer > $@
3440 DerivedSources/CSSGrammar.h: $(GENSOURCES)/CSSGrammar.cpp;
3442 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
3443 DerivedSources/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y
3444 rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
3445 $(BISON) -d -p cssyy $< -o $(GENSOURCES)/CSSGrammar.cpp
3446 touch $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
3447 echo '#ifndef CSSGrammar_h' > $(GENSOURCES)/CSSGrammar.h
3448 echo '#define CSSGrammar_h' >> $(GENSOURCES)/CSSGrammar.h
3449 cat $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp >> $(GENSOURCES)/CSSGrammar.h
3450 echo '#endif' >> $(GENSOURCES)/CSSGrammar.h
3451 rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
3453 # user agent style sheets
3454 USER_AGENT_STYLE_SHEETS = \
3455 $(WebCore)/css/html.css \
3456 $(WebCore)/css/mathml.css \
3457 $(WebCore)/css/quirks.css \
3458 $(WebCore)/css/view-source.css \
3459 $(WebCore)/css/svg.css \
3460 $(WebCore)/css/wml.css \
3461 $(WebCore)/css/mediaControls.css
3463 # new-style JavaScript bindings
3464 SCRIPTS_BINDINGS = \
3465 $(WebCore)/bindings/scripts/CodeGenerator.pm \
3466 $(WebCore)/bindings/scripts/IDLParser.pm \
3467 $(WebCore)/bindings/scripts/IDLStructure.pm \
3468 $(WebCore)/bindings/scripts/InFilesParser.pm \
3469 $(WebCore)/bindings/scripts/generate-bindings.pl
3471 DerivedSources/UserAgentStyleSheetsData.cpp: DerivedSources/UserAgentStyleSheets.h;
3473 DerivedSources/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
3474 $(AM_V_GEN)$(PERL) $< $@ DerivedSources/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
3476 # HTML tag and attribute names
3478 DerivedSources/HTMLElementFactory.cpp DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
3479 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines "$(HTML_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES)"
3481 DerivedSources/HTMLElementFactory.cpp DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
3482 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
3485 DerivedSources/JSHTMLElementWrapperFactory.cpp: DerivedSources/HTMLNames.cpp;
3487 DerivedSources/XMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
3488 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES)"
3491 $(WebCore)/bindings/js \
3495 $(WebCore)/html/canvas \
3496 $(WebCore)/inspector \
3497 $(WebCore)/loader/appcache \
3498 $(WebCore)/notifications \
3500 $(WebCore)/storage \
3503 $(WebCore)/plugins \
3504 $(WebCore)/websockets \
3507 vpath %.idl = $(IDL_PATH)
3509 DerivedSources/JS%.h: DerivedSources/JS%.cpp;
3512 DerivedSources/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm
3513 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES)" --defines "$(FEATURE_DEFINES_JAVASCRIPT)" --generator JS $<
3515 IDL_BINDINGS_JS_PURE := \
3516 WebCore/svg/ElementTimeControl.idl \
3517 WebCore/svg/SVGAnimatedPathData.idl \
3518 WebCore/svg/SVGAnimatedPoints.idl \
3519 WebCore/svg/SVGExternalResourcesRequired.idl \
3520 WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
3521 WebCore/svg/SVGFitToViewBox.idl \
3522 WebCore/svg/SVGLangSpace.idl \
3523 WebCore/svg/SVGLocatable.idl \
3524 WebCore/svg/SVGStylable.idl \
3525 WebCore/svg/SVGTests.idl \
3526 WebCore/svg/SVGTransformable.idl \
3527 WebCore/svg/SVGURIReference.idl \
3528 WebCore/svg/SVGViewSpec.idl \
3529 WebCore/svg/SVGZoomAndPan.idl
3531 IDL_BINDINGS_JS := $(filter-out $(IDL_BINDINGS_JS_PURE),$(IDL_BINDINGS))
3533 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.h,$(notdir $(IDL_BINDINGS)))
3535 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.cpp,$(notdir $(IDL_BINDINGS_JS)))
3537 libWebCoreJS_objects := $(patsubst %.idl,DerivedSources/JS%.lo,$(notdir $(IDL_BINDINGS_JS)))
3539 libWebCoreJS_depfiles := $(patsubst %.idl,DerivedSources/$(DEPDIR)/JS%.Plo,$(notdir $(IDL_BINDINGS_JS)))
3541 # Older automake versions (1.7) place Plo files in a different place:
3542 libWebCoreJS_depfiles += $(patsubst %.lo,$(DEPDIR)/%.Plo,$(libWebCoreJS_objects))
3544 -include $(libWebCoreJS_depfiles)
3546 $(libWebCoreJS_objects): AM_CPPFLAGS+=$(libWebCore_la_CPPFLAGS)
3548 $(libWebCoreJS_objects): AM_CXXFLAGS+=$(libWebCore_la_CXXFLAGS)
3550 libWebCoreJS.la: $(libWebCoreJS_objects)
3551 $(CXXLINK) $(libWebCoreJS_objects) $(LIBS)
3559 WebCore/LICENSE-APPLE \
3560 WebCore/LICENSE-LGPL-2 \
3561 WebCore/LICENSE-LGPL-2.1 \
3562 WebCore/icu/LICENSE \
3563 WebCore/bindings/scripts/CodeGenerator.pm \
3564 WebCore/bindings/scripts/IDLParser.pm \
3565 WebCore/bindings/scripts/IDLStructure.pm \
3566 WebCore/bindings/scripts/InFilesParser.pm \
3567 WebCore/bindings/scripts/generate-bindings.pl \
3568 WebCore/bindings/scripts/CodeGeneratorJS.pm \
3569 WebCore/css/html.css \
3570 WebCore/css/mathml.css \
3571 WebCore/css/quirks.css \
3572 WebCore/css/view-source.css \
3573 WebCore/css/svg.css \
3574 WebCore/css/wml.css \
3575 WebCore/css/mediaControls.css \
3576 WebCore/css/CSSGrammar.y \
3577 WebCore/css/CSSValueKeywords.in \
3578 WebCore/css/SVGCSSPropertyNames.in \
3579 WebCore/css/maketokenizer \
3580 WebCore/css/makeprop.pl \
3581 WebCore/css/makevalues.pl \
3582 WebCore/css/tokenizer.flex \
3583 WebCore/css/CSSPropertyNames.in \
3584 WebCore/css/DashboardSupportCSSPropertyNames.in \
3585 WebCore/css/make-css-file-arrays.pl \
3586 WebCore/css/SVGCSSValueKeywords.in \
3587 WebCore/css/makegrammar.pl \
3588 WebCore/dom/make_names.pl \
3589 WebCore/platform/text/mac/make-charset-table.pl \
3590 WebCore/platform/ColorData.gperf \
3591 WebCore/svg/xlinkattrs.in \
3592 WebCore/svg/svgattrs.in \
3593 WebCore/svg/svgtags.in \
3594 WebCore/html/DocTypeStrings.gperf \
3595 WebCore/html/HTMLTagNames.in \
3596 WebCore/html/HTMLEntityNames.gperf \
3597 WebCore/html/HTMLAttributeNames.in \
3598 WebCore/xml/xmlattrs.in \
3599 WebCore/xml/XPathGrammar.y
3601 # Installing web inspector files
3602 webinspectordir = ${datadir}/webkit-1.0/webinspector
3603 dist_webinspector_DATA = \
3604 $(WebCore)/English.lproj/localizedStrings.js \
3605 $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css})
3607 webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images
3608 dist_webinspectorimages_DATA = \
3609 $(shell ls $(WebCore)/inspector/front-end/Images/*.png)
3611 webresourcesdir = ${datadir}/webkit-1.0/images
3612 dist_webresources_DATA = \
3613 $(WebCore)/Resources/textAreaResizeCorner.png \
3614 $(WebCore)/Resources/nullPlugin.png \
3615 $(WebCore)/Resources/urlIcon.png \
3616 $(WebCore)/Resources/missingImage.png \
3617 $(WebCore)/Resources/panIcon.png \
3618 $(WebCore)/Resources/deleteButton.png
3620 # Clean rules for WebCore