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/bindings/js \
14 -I$(srcdir)/WebCore/bridge \
15 -I$(srcdir)/WebCore/bridge/c \
16 -I$(srcdir)/WebCore/css \
17 -I$(srcdir)/WebCore/dom \
18 -I$(srcdir)/WebCore/editing \
19 -I$(srcdir)/WebCore/history \
20 -I$(srcdir)/WebCore/html \
21 -I$(srcdir)/WebCore/inspector \
22 -I$(srcdir)/WebCore/loader \
23 -I$(srcdir)/WebCore/loader/appcache \
24 -I$(srcdir)/WebCore/loader/archive \
25 -I$(srcdir)/WebCore/loader/icon \
26 -I$(srcdir)/WebCore/page \
27 -I$(srcdir)/WebCore/page/animation \
28 -I$(srcdir)/WebCore/platform \
29 -I$(srcdir)/WebCore/platform/graphics \
30 -I$(srcdir)/WebCore/platform/graphics/filters \
31 -I$(srcdir)/WebCore/platform/image-decoders \
32 -I$(srcdir)/WebCore/platform/image-decoders/bmp \
33 -I$(srcdir)/WebCore/platform/image-decoders/gif \
34 -I$(srcdir)/WebCore/platform/image-decoders/ico \
35 -I$(srcdir)/WebCore/platform/image-decoders/jpeg \
36 -I$(srcdir)/WebCore/platform/image-decoders/png \
37 -I$(srcdir)/WebCore/platform/image-decoders/xbm \
38 -I$(srcdir)/WebCore/platform/network \
39 -I$(srcdir)/WebCore/platform/text \
40 -I$(srcdir)/WebCore/plugins \
41 -I$(srcdir)/WebCore/rendering \
42 -I$(srcdir)/WebCore/rendering/style \
43 -I$(srcdir)/WebCore/xml \
44 -I$(top_builddir)/WebCore/bindings/js
46 webcoregtk_cppflags += \
47 -I$(srcdir)/WebCore/loader/gtk \
48 -I$(srcdir)/WebCore/page/gtk \
49 -I$(srcdir)/WebCore/platform/graphics/cairo \
50 -I$(srcdir)/WebCore/platform/graphics/gtk \
51 -I$(srcdir)/WebCore/platform/gtk
53 webcore_built_nosources += \
54 DerivedSources/DocTypeStrings.cpp \
55 DerivedSources/tokenizer.cpp \
56 DerivedSources/ColorData.c \
57 WebCore/bindings/js/JSDOMWindowBase.lut.h \
58 WebCore/bindings/js/JSRGBColor.lut.h
60 webcore_built_sources += \
61 DerivedSources/CSSGrammar.cpp \
62 DerivedSources/CSSGrammar.h \
63 DerivedSources/CSSPropertyNames.h \
64 DerivedSources/CSSValueKeywords.h \
65 DerivedSources/HTMLEntityNames.c \
66 DerivedSources/HTMLNames.cpp \
67 DerivedSources/HTMLNames.h \
68 DerivedSources/JSHTMLElementWrapperFactory.cpp \
69 DerivedSources/JSHTMLElementWrapperFactory.h \
70 DerivedSources/UserAgentStyleSheets.h \
71 DerivedSources/UserAgentStyleSheetsData.cpp \
72 DerivedSources/XMLNames.cpp \
73 DerivedSources/XMLNames.h
76 WebCore/css/CSSCharsetRule.idl \
77 WebCore/css/CSSFontFaceRule.idl \
78 WebCore/css/CSSImportRule.idl \
79 WebCore/css/CSSMediaRule.idl \
80 WebCore/css/CSSPageRule.idl \
81 WebCore/css/CSSPrimitiveValue.idl \
82 WebCore/css/CSSRule.idl \
83 WebCore/css/CSSRuleList.idl \
84 WebCore/css/CSSStyleDeclaration.idl \
85 WebCore/css/CSSStyleRule.idl \
86 WebCore/css/CSSStyleSheet.idl \
87 WebCore/css/CSSValue.idl \
88 WebCore/css/CSSValueList.idl \
89 WebCore/css/CSSVariablesDeclaration.idl \
90 WebCore/css/CSSVariablesRule.idl \
91 WebCore/css/Counter.idl \
92 WebCore/css/MediaList.idl \
93 WebCore/css/Rect.idl \
94 WebCore/css/StyleSheet.idl \
95 WebCore/css/StyleSheetList.idl \
96 WebCore/css/WebKitCSSKeyframeRule.idl \
97 WebCore/css/WebKitCSSKeyframesRule.idl \
98 WebCore/css/WebKitCSSTransformValue.idl \
99 WebCore/dom/Attr.idl \
100 WebCore/dom/CDATASection.idl \
101 WebCore/dom/CharacterData.idl \
102 WebCore/dom/Clipboard.idl \
103 WebCore/dom/Comment.idl \
104 WebCore/dom/DOMCoreException.idl \
105 WebCore/dom/DOMImplementation.idl \
106 WebCore/dom/Document.idl \
107 WebCore/dom/DocumentFragment.idl \
108 WebCore/dom/DocumentType.idl \
109 WebCore/dom/Element.idl \
110 WebCore/dom/Entity.idl \
111 WebCore/dom/EntityReference.idl \
112 WebCore/dom/Event.idl \
113 WebCore/dom/EventException.idl \
114 WebCore/dom/EventTargetNode.idl \
115 WebCore/dom/KeyboardEvent.idl \
116 WebCore/dom/MessageChannel.idl \
117 WebCore/dom/MessageEvent.idl \
118 WebCore/dom/MessagePort.idl \
119 WebCore/dom/MouseEvent.idl \
120 WebCore/dom/MutationEvent.idl \
121 WebCore/dom/NamedNodeMap.idl \
122 WebCore/dom/Node.idl \
123 WebCore/dom/NodeFilter.idl \
124 WebCore/dom/NodeIterator.idl \
125 WebCore/dom/NodeList.idl \
126 WebCore/dom/Notation.idl \
127 WebCore/dom/OverflowEvent.idl \
128 WebCore/dom/ProcessingInstruction.idl \
129 WebCore/dom/ProgressEvent.idl \
130 WebCore/dom/Range.idl \
131 WebCore/dom/RangeException.idl \
132 WebCore/dom/Text.idl \
133 WebCore/dom/TextEvent.idl \
134 WebCore/dom/TreeWalker.idl \
135 WebCore/dom/UIEvent.idl \
136 WebCore/dom/WebKitAnimationEvent.idl \
137 WebCore/dom/WebKitTransitionEvent.idl \
138 WebCore/dom/WheelEvent.idl \
139 WebCore/dom/Worker.idl \
140 WebCore/dom/WorkerContext.idl \
141 WebCore/dom/WorkerLocation.idl \
142 WebCore/html/CanvasGradient.idl \
143 WebCore/html/CanvasPattern.idl \
144 WebCore/html/CanvasPixelArray.idl \
145 WebCore/html/CanvasRenderingContext2D.idl \
146 WebCore/html/File.idl \
147 WebCore/html/FileList.idl \
148 WebCore/html/HTMLAnchorElement.idl \
149 WebCore/html/HTMLAppletElement.idl \
150 WebCore/html/HTMLAreaElement.idl \
151 WebCore/html/HTMLBRElement.idl \
152 WebCore/html/HTMLBaseElement.idl \
153 WebCore/html/HTMLBaseFontElement.idl \
154 WebCore/html/HTMLBlockquoteElement.idl \
155 WebCore/html/HTMLBodyElement.idl \
156 WebCore/html/HTMLButtonElement.idl \
157 WebCore/html/HTMLCanvasElement.idl \
158 WebCore/html/HTMLCollection.idl \
159 WebCore/html/HTMLDListElement.idl \
160 WebCore/html/HTMLDirectoryElement.idl \
161 WebCore/html/HTMLDivElement.idl \
162 WebCore/html/HTMLDocument.idl \
163 WebCore/html/HTMLElement.idl \
164 WebCore/html/HTMLEmbedElement.idl \
165 WebCore/html/HTMLFieldSetElement.idl \
166 WebCore/html/HTMLFontElement.idl \
167 WebCore/html/HTMLFormElement.idl \
168 WebCore/html/HTMLFrameElement.idl \
169 WebCore/html/HTMLFrameSetElement.idl \
170 WebCore/html/HTMLHRElement.idl \
171 WebCore/html/HTMLHeadElement.idl \
172 WebCore/html/HTMLHeadingElement.idl \
173 WebCore/html/HTMLHtmlElement.idl \
174 WebCore/html/HTMLIFrameElement.idl \
175 WebCore/html/HTMLImageElement.idl \
176 WebCore/html/HTMLInputElement.idl \
177 WebCore/html/HTMLIsIndexElement.idl \
178 WebCore/html/HTMLLIElement.idl \
179 WebCore/html/HTMLLabelElement.idl \
180 WebCore/html/HTMLLegendElement.idl \
181 WebCore/html/HTMLLinkElement.idl \
182 WebCore/html/HTMLMapElement.idl \
183 WebCore/html/HTMLMarqueeElement.idl \
184 WebCore/html/HTMLMenuElement.idl \
185 WebCore/html/HTMLMetaElement.idl \
186 WebCore/html/HTMLModElement.idl \
187 WebCore/html/HTMLOListElement.idl \
188 WebCore/html/HTMLObjectElement.idl \
189 WebCore/html/HTMLOptGroupElement.idl \
190 WebCore/html/HTMLOptionElement.idl \
191 WebCore/html/HTMLOptionsCollection.idl \
192 WebCore/html/HTMLParagraphElement.idl \
193 WebCore/html/HTMLParamElement.idl \
194 WebCore/html/HTMLPreElement.idl \
195 WebCore/html/HTMLQuoteElement.idl \
196 WebCore/html/HTMLScriptElement.idl \
197 WebCore/html/HTMLSelectElement.idl \
198 WebCore/html/HTMLStyleElement.idl \
199 WebCore/html/HTMLTableCaptionElement.idl \
200 WebCore/html/HTMLTableCellElement.idl \
201 WebCore/html/HTMLTableColElement.idl \
202 WebCore/html/HTMLTableElement.idl \
203 WebCore/html/HTMLTableRowElement.idl \
204 WebCore/html/HTMLTableSectionElement.idl \
205 WebCore/html/HTMLTextAreaElement.idl \
206 WebCore/html/HTMLTitleElement.idl \
207 WebCore/html/HTMLUListElement.idl \
208 WebCore/html/ImageData.idl \
209 WebCore/html/TextMetrics.idl \
210 WebCore/inspector/JavaScriptCallFrame.idl \
211 WebCore/page/BarInfo.idl \
212 WebCore/page/Console.idl \
213 WebCore/page/DOMSelection.idl \
214 WebCore/page/DOMWindow.idl \
215 WebCore/page/Geolocation.idl \
216 WebCore/page/Geoposition.idl \
217 WebCore/page/History.idl \
218 WebCore/page/Location.idl \
219 WebCore/page/Navigator.idl \
220 WebCore/page/PositionError.idl \
221 WebCore/page/Screen.idl \
222 WebCore/page/WorkerNavigator.idl \
223 WebCore/plugins/MimeType.idl \
224 WebCore/plugins/MimeTypeArray.idl \
225 WebCore/plugins/Plugin.idl \
226 WebCore/plugins/PluginArray.idl \
227 WebCore/xml/DOMParser.idl \
228 WebCore/xml/XMLHttpRequest.idl \
229 WebCore/xml/XMLHttpRequestException.idl \
230 WebCore/xml/XMLHttpRequestProgressEvent.idl \
231 WebCore/xml/XMLHttpRequestUpload.idl \
232 WebCore/xml/XMLSerializer.idl \
233 WebCore/xml/XSLTProcessor.idl
236 WebCore/WebCorePrefix.h \
237 WebCore/bindings/js/CachedScriptSourceProvider.h \
238 WebCore/bindings/js/DOMTimer.cpp \
239 WebCore/bindings/js/DOMTimer.h \
240 WebCore/bindings/js/GCController.cpp \
241 WebCore/bindings/js/GCController.h \
242 WebCore/bindings/js/JSAttrCustom.cpp \
243 WebCore/bindings/js/JSCSSRuleCustom.cpp \
244 WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
245 WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
246 WebCore/bindings/js/JSCSSValueCustom.cpp \
247 WebCore/bindings/js/JSCanvasPixelArrayCustom.h \
248 WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
249 WebCore/bindings/js/JSClipboardCustom.cpp \
250 WebCore/bindings/js/JSConsoleCustom.cpp \
251 WebCore/bindings/js/JSCustomPositionCallback.cpp \
252 WebCore/bindings/js/JSCustomPositionCallback.h \
253 WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
254 WebCore/bindings/js/JSCustomPositionErrorCallback.h \
255 WebCore/bindings/js/JSCustomVoidCallback.cpp \
256 WebCore/bindings/js/JSCustomVoidCallback.h \
257 WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
258 WebCore/bindings/js/JSCustomXPathNSResolver.h \
259 WebCore/bindings/js/JSDOMBinding.cpp \
260 WebCore/bindings/js/JSDOMBinding.h \
261 WebCore/bindings/js/JSDOMGlobalObject.cpp \
262 WebCore/bindings/js/JSDOMGlobalObject.h \
263 WebCore/bindings/js/JSDOMWindowBase.cpp \
264 WebCore/bindings/js/JSDOMWindowBase.h \
265 WebCore/bindings/js/JSDOMWindowCustom.cpp \
266 WebCore/bindings/js/JSDOMWindowCustom.h \
267 WebCore/bindings/js/JSDOMWindowShell.cpp \
268 WebCore/bindings/js/JSDOMWindowShell.h \
269 WebCore/bindings/js/JSDocumentCustom.cpp \
270 WebCore/bindings/js/JSDocumentFragmentCustom.cpp \
271 WebCore/bindings/js/JSElementCustom.cpp \
272 WebCore/bindings/js/JSEventCustom.cpp \
273 WebCore/bindings/js/JSEventListener.cpp \
274 WebCore/bindings/js/JSEventListener.h \
275 WebCore/bindings/js/JSEventTarget.cpp \
276 WebCore/bindings/js/JSEventTarget.h \
277 WebCore/bindings/js/JSEventTargetBase.h \
278 WebCore/bindings/js/JSEventTargetNodeCustom.cpp \
279 WebCore/bindings/js/JSGeolocationCustom.cpp \
280 WebCore/bindings/js/JSHTMLAllCollection.cpp \
281 WebCore/bindings/js/JSHTMLAllCollection.h \
282 WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
283 WebCore/bindings/js/JSHTMLAppletElementCustom.h \
284 WebCore/bindings/js/JSHTMLCollectionCustom.cpp \
285 WebCore/bindings/js/JSHTMLDocumentCustom.cpp \
286 WebCore/bindings/js/JSHTMLElementCustom.cpp \
287 WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp \
288 WebCore/bindings/js/JSHTMLEmbedElementCustom.h \
289 WebCore/bindings/js/JSHTMLFormElementCustom.cpp \
290 WebCore/bindings/js/JSHTMLFrameElementCustom.cpp \
291 WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp \
292 WebCore/bindings/js/JSHTMLIFrameElementCustom.cpp \
293 WebCore/bindings/js/JSHTMLInputElementCustom.cpp \
294 WebCore/bindings/js/JSHTMLInputElementCustom.h \
295 WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
296 WebCore/bindings/js/JSHTMLObjectElementCustom.h \
297 WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
298 WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
299 WebCore/bindings/js/JSHTMLSelectElementCustom.h \
300 WebCore/bindings/js/JSHistoryCustom.cpp \
301 WebCore/bindings/js/JSHistoryCustom.h \
302 WebCore/bindings/js/JSImageConstructor.cpp \
303 WebCore/bindings/js/JSImageConstructor.h \
304 WebCore/bindings/js/JSImageDataCustom.cpp \
305 WebCore/bindings/js/JSInspectedObjectWrapper.cpp \
306 WebCore/bindings/js/JSInspectedObjectWrapper.h \
307 WebCore/bindings/js/JSInspectorCallbackWrapper.cpp \
308 WebCore/bindings/js/JSInspectorCallbackWrapper.h \
309 WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
310 WebCore/bindings/js/JSLocationCustom.cpp \
311 WebCore/bindings/js/JSLocationCustom.h \
312 WebCore/bindings/js/JSMessageChannelConstructor.cpp \
313 WebCore/bindings/js/JSMessageChannelConstructor.h \
314 WebCore/bindings/js/JSMessageChannelCustom.cpp \
315 WebCore/bindings/js/JSMessagePortCustom.cpp \
316 WebCore/bindings/js/JSMimeTypeArrayCustom.cpp \
317 WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
318 WebCore/bindings/js/JSNamedNodesCollection.cpp \
319 WebCore/bindings/js/JSNamedNodesCollection.h \
320 WebCore/bindings/js/JSNavigatorCustom.cpp \
321 WebCore/bindings/js/JSNodeCustom.cpp \
322 WebCore/bindings/js/JSNodeFilterCondition.cpp \
323 WebCore/bindings/js/JSNodeFilterCondition.h \
324 WebCore/bindings/js/JSNodeFilterCustom.cpp \
325 WebCore/bindings/js/JSNodeIteratorCustom.cpp \
326 WebCore/bindings/js/JSNodeListCustom.cpp \
327 WebCore/bindings/js/JSOptionConstructor.cpp \
328 WebCore/bindings/js/JSOptionConstructor.h \
329 WebCore/bindings/js/JSPluginArrayCustom.cpp \
330 WebCore/bindings/js/JSPluginCustom.cpp \
331 WebCore/bindings/js/JSPluginElementFunctions.cpp \
332 WebCore/bindings/js/JSPluginElementFunctions.h \
333 WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp \
334 WebCore/bindings/js/JSQuarantinedObjectWrapper.h \
335 WebCore/bindings/js/JSRGBColor.cpp \
336 WebCore/bindings/js/JSRGBColor.h \
337 WebCore/bindings/js/JSStorageCustom.h \
338 WebCore/bindings/js/JSStyleSheetCustom.cpp \
339 WebCore/bindings/js/JSStyleSheetListCustom.cpp \
340 WebCore/bindings/js/JSTextCustom.cpp \
341 WebCore/bindings/js/JSTreeWalkerCustom.cpp \
342 WebCore/bindings/js/JSXMLHttpRequestConstructor.cpp \
343 WebCore/bindings/js/JSXMLHttpRequestConstructor.h \
344 WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
345 WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
346 WebCore/bindings/js/JSXSLTProcessorConstructor.cpp \
347 WebCore/bindings/js/JSXSLTProcessorConstructor.h \
348 WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
349 WebCore/bindings/js/ScheduledAction.cpp \
350 WebCore/bindings/js/ScheduledAction.h \
351 WebCore/bindings/js/ScriptCachedPageData.cpp \
352 WebCore/bindings/js/ScriptCachedPageData.h \
353 WebCore/bindings/js/ScriptCallFrame.cpp \
354 WebCore/bindings/js/ScriptCallFrame.h \
355 WebCore/bindings/js/ScriptCallStack.cpp \
356 WebCore/bindings/js/ScriptCallStack.h \
357 WebCore/bindings/js/ScriptController.cpp \
358 WebCore/bindings/js/ScriptController.h \
359 WebCore/bindings/js/ScriptInstance.h \
360 WebCore/bindings/js/ScriptSourceCode.h \
361 WebCore/bindings/js/ScriptState.h \
362 WebCore/bindings/js/ScriptString.h \
363 WebCore/bindings/js/ScriptValue.cpp \
364 WebCore/bindings/js/ScriptValue.h \
365 WebCore/bindings/js/StringSourceProvider.h \
366 WebCore/bridge/NP_jsobject.cpp \
367 WebCore/bridge/NP_jsobject.h \
368 WebCore/bridge/c/c_class.cpp \
369 WebCore/bridge/c/c_class.h \
370 WebCore/bridge/c/c_instance.cpp \
371 WebCore/bridge/c/c_instance.h \
372 WebCore/bridge/c/c_runtime.cpp \
373 WebCore/bridge/c/c_runtime.h \
374 WebCore/bridge/c/c_utility.cpp \
375 WebCore/bridge/c/c_utility.h \
376 WebCore/bridge/jni/jni_class.h \
377 WebCore/bridge/jni/jni_instance.h \
378 WebCore/bridge/jni/jni_jsobject.h \
379 WebCore/bridge/jni/jni_runtime.h \
380 WebCore/bridge/jni/jni_utility.h \
381 WebCore/bridge/npapi.h \
382 WebCore/bridge/npruntime.cpp \
383 WebCore/bridge/npruntime.h \
384 WebCore/bridge/npruntime_impl.h \
385 WebCore/bridge/npruntime_internal.h \
386 WebCore/bridge/npruntime_priv.h \
387 WebCore/bridge/runtime.cpp \
388 WebCore/bridge/runtime.h \
389 WebCore/bridge/runtime_array.cpp \
390 WebCore/bridge/runtime_array.h \
391 WebCore/bridge/runtime_method.cpp \
392 WebCore/bridge/runtime_method.h \
393 WebCore/bridge/runtime_object.cpp \
394 WebCore/bridge/runtime_object.h \
395 WebCore/bridge/runtime_root.cpp \
396 WebCore/bridge/runtime_root.h \
398 WebCore/css/CSSBorderImageValue.cpp \
399 WebCore/css/CSSBorderImageValue.h \
400 WebCore/css/CSSCanvasValue.cpp \
401 WebCore/css/CSSCanvasValue.h \
402 WebCore/css/CSSCharsetRule.cpp \
403 WebCore/css/CSSCharsetRule.h \
404 WebCore/css/CSSComputedStyleDeclaration.cpp \
405 WebCore/css/CSSComputedStyleDeclaration.h \
406 WebCore/css/CSSCursorImageValue.cpp \
407 WebCore/css/CSSCursorImageValue.h \
408 WebCore/css/CSSFontFace.cpp \
409 WebCore/css/CSSFontFace.h \
410 WebCore/css/CSSFontFaceRule.cpp \
411 WebCore/css/CSSFontFaceRule.h \
412 WebCore/css/CSSFontFaceSource.cpp \
413 WebCore/css/CSSFontFaceSource.h \
414 WebCore/css/CSSFontFaceSrcValue.cpp \
415 WebCore/css/CSSFontFaceSrcValue.h \
416 WebCore/css/CSSFontSelector.cpp \
417 WebCore/css/CSSFontSelector.h \
418 WebCore/css/CSSFunctionValue.cpp \
419 WebCore/css/CSSFunctionValue.h \
420 WebCore/css/CSSGradientValue.cpp \
421 WebCore/css/CSSGradientValue.h \
422 WebCore/css/CSSHelper.cpp \
423 WebCore/css/CSSHelper.h \
424 WebCore/css/CSSImageGeneratorValue.cpp \
425 WebCore/css/CSSImageGeneratorValue.h \
426 WebCore/css/CSSImageValue.cpp \
427 WebCore/css/CSSImageValue.h \
428 WebCore/css/CSSImportRule.cpp \
429 WebCore/css/CSSImportRule.h \
430 WebCore/css/CSSInheritedValue.cpp \
431 WebCore/css/CSSInheritedValue.h \
432 WebCore/css/CSSInitialValue.cpp \
433 WebCore/css/CSSInitialValue.h \
434 WebCore/css/CSSMediaRule.cpp \
435 WebCore/css/CSSMediaRule.h \
436 WebCore/css/CSSMutableStyleDeclaration.cpp \
437 WebCore/css/CSSMutableStyleDeclaration.h \
438 WebCore/css/CSSNamespace.h \
439 WebCore/css/CSSPageRule.cpp \
440 WebCore/css/CSSPageRule.h \
441 WebCore/css/CSSParser.cpp \
442 WebCore/css/CSSParser.h \
443 WebCore/css/CSSParserValues.cpp \
444 WebCore/css/CSSParserValues.h \
445 WebCore/css/CSSPrimitiveValue.cpp \
446 WebCore/css/CSSPrimitiveValue.h \
447 WebCore/css/CSSPrimitiveValueMappings.h \
448 WebCore/css/CSSProperty.cpp \
449 WebCore/css/CSSProperty.h \
450 WebCore/css/CSSQuirkPrimitiveValue.h \
451 WebCore/css/CSSReflectValue.cpp \
452 WebCore/css/CSSReflectValue.h \
453 WebCore/css/CSSReflectionDirection.h \
454 WebCore/css/CSSRule.cpp \
455 WebCore/css/CSSRule.h \
456 WebCore/css/CSSRuleList.cpp \
457 WebCore/css/CSSRuleList.h \
458 WebCore/css/CSSSegmentedFontFace.cpp \
459 WebCore/css/CSSSegmentedFontFace.h \
460 WebCore/css/CSSSelector.cpp \
461 WebCore/css/CSSSelector.h \
462 WebCore/css/CSSSelectorList.cpp \
463 WebCore/css/CSSSelectorList.h \
464 WebCore/css/CSSStyleDeclaration.cpp \
465 WebCore/css/CSSStyleDeclaration.h \
466 WebCore/css/CSSStyleRule.cpp \
467 WebCore/css/CSSStyleRule.h \
468 WebCore/css/CSSStyleSelector.cpp \
469 WebCore/css/CSSStyleSelector.h \
470 WebCore/css/CSSStyleSheet.cpp \
471 WebCore/css/CSSStyleSheet.h \
472 WebCore/css/CSSTimingFunctionValue.cpp \
473 WebCore/css/CSSTimingFunctionValue.h \
474 WebCore/css/CSSUnicodeRangeValue.cpp \
475 WebCore/css/CSSUnicodeRangeValue.h \
476 WebCore/css/CSSUnknownRule.h \
477 WebCore/css/CSSValue.h \
478 WebCore/css/CSSValueList.cpp \
479 WebCore/css/CSSValueList.h \
480 WebCore/css/CSSVariableDependentValue.cpp \
481 WebCore/css/CSSVariableDependentValue.h \
482 WebCore/css/CSSVariablesDeclaration.cpp \
483 WebCore/css/CSSVariablesDeclaration.h \
484 WebCore/css/CSSVariablesRule.cpp \
485 WebCore/css/CSSVariablesRule.h \
486 WebCore/css/Counter.h \
487 WebCore/css/DashboardRegion.h \
488 WebCore/css/FontFamilyValue.cpp \
489 WebCore/css/FontFamilyValue.h \
490 WebCore/css/FontValue.cpp \
491 WebCore/css/FontValue.h \
492 WebCore/css/MediaFeatureNames.cpp \
493 WebCore/css/MediaFeatureNames.h \
494 WebCore/css/MediaList.cpp \
495 WebCore/css/MediaList.h \
496 WebCore/css/MediaQuery.cpp \
497 WebCore/css/MediaQuery.h \
498 WebCore/css/MediaQueryEvaluator.cpp \
499 WebCore/css/MediaQueryEvaluator.h \
500 WebCore/css/MediaQueryExp.cpp \
501 WebCore/css/MediaQueryExp.h \
504 WebCore/css/ShadowValue.cpp \
505 WebCore/css/ShadowValue.h \
506 WebCore/css/StyleBase.cpp \
507 WebCore/css/StyleBase.h \
508 WebCore/css/StyleList.cpp \
509 WebCore/css/StyleList.h \
510 WebCore/css/StyleSheet.cpp \
511 WebCore/css/StyleSheet.h \
512 WebCore/css/StyleSheetList.cpp \
513 WebCore/css/StyleSheetList.h \
514 WebCore/css/WebKitCSSKeyframeRule.cpp \
515 WebCore/css/WebKitCSSKeyframeRule.h \
516 WebCore/css/WebKitCSSKeyframesRule.cpp \
517 WebCore/css/WebKitCSSKeyframesRule.h \
518 WebCore/css/WebKitCSSTransformValue.cpp \
519 WebCore/css/WebKitCSSTransformValue.h \
520 WebCore/dom/ActiveDOMObject.cpp \
521 WebCore/dom/ActiveDOMObject.h \
522 WebCore/dom/Attr.cpp \
524 WebCore/dom/Attribute.cpp \
525 WebCore/dom/Attribute.h \
526 WebCore/dom/BeforeTextInsertedEvent.cpp \
527 WebCore/dom/BeforeTextInsertedEvent.h \
528 WebCore/dom/BeforeUnloadEvent.cpp \
529 WebCore/dom/BeforeUnloadEvent.h \
530 WebCore/dom/CDATASection.cpp \
531 WebCore/dom/CDATASection.h \
532 WebCore/dom/CSSMappedAttributeDeclaration.cpp \
533 WebCore/dom/CSSMappedAttributeDeclaration.h \
534 WebCore/dom/CharacterData.cpp \
535 WebCore/dom/CharacterData.h \
536 WebCore/dom/ChildNodeList.cpp \
537 WebCore/dom/ChildNodeList.h \
538 WebCore/dom/ClassNames.cpp \
539 WebCore/dom/ClassNames.h \
540 WebCore/dom/ClassNodeList.cpp \
541 WebCore/dom/ClassNodeList.h \
542 WebCore/dom/Clipboard.cpp \
543 WebCore/dom/Clipboard.h \
544 WebCore/dom/ClipboardAccessPolicy.h \
545 WebCore/dom/ClipboardEvent.cpp \
546 WebCore/dom/ClipboardEvent.h \
547 WebCore/dom/Comment.cpp \
548 WebCore/dom/Comment.h \
549 WebCore/dom/ContainerNode.cpp \
550 WebCore/dom/ContainerNode.h \
551 WebCore/dom/ContainerNodeAlgorithms.h \
552 WebCore/dom/DOMCoreException.h \
553 WebCore/dom/DOMImplementation.cpp \
554 WebCore/dom/DOMImplementation.h \
555 WebCore/dom/DocPtr.h \
556 WebCore/dom/Document.cpp \
557 WebCore/dom/Document.h \
558 WebCore/dom/DocumentFragment.cpp \
559 WebCore/dom/DocumentFragment.h \
560 WebCore/dom/DocumentMarker.h \
561 WebCore/dom/DocumentType.cpp \
562 WebCore/dom/DocumentType.h \
563 WebCore/dom/DynamicNodeList.cpp \
564 WebCore/dom/DynamicNodeList.h \
565 WebCore/dom/EditingText.cpp \
566 WebCore/dom/EditingText.h \
567 WebCore/dom/Element.cpp \
568 WebCore/dom/Element.h \
569 WebCore/dom/ElementRareData.h \
570 WebCore/dom/Entity.cpp \
571 WebCore/dom/Entity.h \
572 WebCore/dom/EntityReference.cpp \
573 WebCore/dom/EntityReference.h \
574 WebCore/dom/Event.cpp \
575 WebCore/dom/Event.h \
576 WebCore/dom/EventException.h \
577 WebCore/dom/EventListener.h \
578 WebCore/dom/EventNames.cpp \
579 WebCore/dom/EventNames.h \
580 WebCore/dom/EventTarget.cpp \
581 WebCore/dom/EventTarget.h \
582 WebCore/dom/EventTargetNode.cpp \
583 WebCore/dom/EventTargetNode.h \
584 WebCore/dom/ExceptionBase.cpp \
585 WebCore/dom/ExceptionBase.h \
586 WebCore/dom/ExceptionCode.cpp \
587 WebCore/dom/ExceptionCode.h \
588 WebCore/dom/KeyboardEvent.cpp \
589 WebCore/dom/KeyboardEvent.h \
590 WebCore/dom/MappedAttribute.cpp \
591 WebCore/dom/MappedAttribute.h \
592 WebCore/dom/MappedAttributeEntry.h \
593 WebCore/dom/MessageChannel.cpp \
594 WebCore/dom/MessageChannel.h \
595 WebCore/dom/MessageEvent.cpp \
596 WebCore/dom/MessageEvent.h \
597 WebCore/dom/MessagePort.cpp \
598 WebCore/dom/MessagePort.h \
599 WebCore/dom/MouseEvent.cpp \
600 WebCore/dom/MouseEvent.h \
601 WebCore/dom/MouseRelatedEvent.cpp \
602 WebCore/dom/MouseRelatedEvent.h \
603 WebCore/dom/MutationEvent.cpp \
604 WebCore/dom/MutationEvent.h \
605 WebCore/dom/NameNodeList.cpp \
606 WebCore/dom/NameNodeList.h \
607 WebCore/dom/NamedAttrMap.cpp \
608 WebCore/dom/NamedAttrMap.h \
609 WebCore/dom/NamedMappedAttrMap.cpp \
610 WebCore/dom/NamedMappedAttrMap.h \
611 WebCore/dom/NamedNodeMap.h \
612 WebCore/dom/Node.cpp \
614 WebCore/dom/NodeFilter.cpp \
615 WebCore/dom/NodeFilter.h \
616 WebCore/dom/NodeFilterCondition.cpp \
617 WebCore/dom/NodeFilterCondition.h \
618 WebCore/dom/NodeIterator.cpp \
619 WebCore/dom/NodeIterator.h \
620 WebCore/dom/NodeList.h \
621 WebCore/dom/NodeRareData.h \
622 WebCore/dom/NodeRenderStyle.h \
623 WebCore/dom/NodeWithIndex.h \
624 WebCore/dom/Notation.cpp \
625 WebCore/dom/Notation.h \
626 WebCore/dom/OverflowEvent.cpp \
627 WebCore/dom/OverflowEvent.h \
628 WebCore/dom/Position.cpp \
629 WebCore/dom/Position.h \
630 WebCore/dom/PositionIterator.cpp \
631 WebCore/dom/PositionIterator.h \
632 WebCore/dom/ProcessingInstruction.cpp \
633 WebCore/dom/ProcessingInstruction.h \
634 WebCore/dom/ProgressEvent.cpp \
635 WebCore/dom/ProgressEvent.h \
636 WebCore/dom/QualifiedName.cpp \
637 WebCore/dom/QualifiedName.h \
638 WebCore/dom/Range.cpp \
639 WebCore/dom/Range.h \
640 WebCore/dom/RangeBoundaryPoint.h \
641 WebCore/dom/RangeException.h \
642 WebCore/dom/RegisteredEventListener.cpp \
643 WebCore/dom/RegisteredEventListener.h \
644 WebCore/dom/ScriptElement.cpp \
645 WebCore/dom/ScriptElement.h \
646 WebCore/dom/ScriptExecutionContext.cpp \
647 WebCore/dom/ScriptExecutionContext.h \
648 WebCore/dom/SelectorNodeList.cpp \
649 WebCore/dom/SelectorNodeList.h \
650 WebCore/dom/StaticNodeList.cpp \
651 WebCore/dom/StaticNodeList.h \
652 WebCore/dom/StyleElement.cpp \
653 WebCore/dom/StyleElement.h \
654 WebCore/dom/StyledElement.cpp \
655 WebCore/dom/StyledElement.h \
656 WebCore/dom/TagNodeList.cpp \
657 WebCore/dom/TagNodeList.h \
658 WebCore/dom/Text.cpp \
660 WebCore/dom/TextEvent.cpp \
661 WebCore/dom/TextEvent.h \
662 WebCore/dom/Tokenizer.h \
663 WebCore/dom/Traversal.cpp \
664 WebCore/dom/Traversal.h \
665 WebCore/dom/TreeWalker.cpp \
666 WebCore/dom/TreeWalker.h \
667 WebCore/dom/UIEvent.cpp \
668 WebCore/dom/UIEvent.h \
669 WebCore/dom/UIEventWithKeyState.cpp \
670 WebCore/dom/UIEventWithKeyState.h \
671 WebCore/dom/WebKitAnimationEvent.cpp \
672 WebCore/dom/WebKitAnimationEvent.h \
673 WebCore/dom/WebKitTransitionEvent.cpp \
674 WebCore/dom/WebKitTransitionEvent.h \
675 WebCore/dom/WheelEvent.cpp \
676 WebCore/dom/WheelEvent.h \
677 WebCore/dom/XMLTokenizer.cpp \
678 WebCore/dom/XMLTokenizer.h \
679 WebCore/dom/XMLTokenizerLibxml2.cpp \
680 WebCore/editing/AppendNodeCommand.cpp \
681 WebCore/editing/AppendNodeCommand.h \
682 WebCore/editing/ApplyStyleCommand.cpp \
683 WebCore/editing/ApplyStyleCommand.h \
684 WebCore/editing/BreakBlockquoteCommand.cpp \
685 WebCore/editing/BreakBlockquoteCommand.h \
686 WebCore/editing/CompositeEditCommand.cpp \
687 WebCore/editing/CompositeEditCommand.h \
688 WebCore/editing/CreateLinkCommand.cpp \
689 WebCore/editing/CreateLinkCommand.h \
690 WebCore/editing/DeleteButton.cpp \
691 WebCore/editing/DeleteButton.h \
692 WebCore/editing/DeleteButtonController.cpp \
693 WebCore/editing/DeleteButtonController.h \
694 WebCore/editing/DeleteFromTextNodeCommand.cpp \
695 WebCore/editing/DeleteFromTextNodeCommand.h \
696 WebCore/editing/DeleteSelectionCommand.cpp \
697 WebCore/editing/DeleteSelectionCommand.h \
698 WebCore/editing/EditAction.h \
699 WebCore/editing/EditCommand.cpp \
700 WebCore/editing/EditCommand.h \
701 WebCore/editing/Editor.cpp \
702 WebCore/editing/Editor.h \
703 WebCore/editing/EditorCommand.cpp \
704 WebCore/editing/EditorDeleteAction.h \
705 WebCore/editing/EditorInsertAction.h \
706 WebCore/editing/FormatBlockCommand.cpp \
707 WebCore/editing/FormatBlockCommand.h \
708 WebCore/editing/HTMLInterchange.cpp \
709 WebCore/editing/HTMLInterchange.h \
710 WebCore/editing/IndentOutdentCommand.cpp \
711 WebCore/editing/IndentOutdentCommand.h \
712 WebCore/editing/InsertIntoTextNodeCommand.cpp \
713 WebCore/editing/InsertIntoTextNodeCommand.h \
714 WebCore/editing/InsertLineBreakCommand.cpp \
715 WebCore/editing/InsertLineBreakCommand.h \
716 WebCore/editing/InsertListCommand.cpp \
717 WebCore/editing/InsertListCommand.h \
718 WebCore/editing/InsertNodeBeforeCommand.cpp \
719 WebCore/editing/InsertNodeBeforeCommand.h \
720 WebCore/editing/InsertParagraphSeparatorCommand.cpp \
721 WebCore/editing/InsertParagraphSeparatorCommand.h \
722 WebCore/editing/InsertTextCommand.cpp \
723 WebCore/editing/InsertTextCommand.h \
724 WebCore/editing/JoinTextNodesCommand.cpp \
725 WebCore/editing/JoinTextNodesCommand.h \
726 WebCore/editing/MergeIdenticalElementsCommand.cpp \
727 WebCore/editing/MergeIdenticalElementsCommand.h \
728 WebCore/editing/ModifySelectionListLevel.cpp \
729 WebCore/editing/ModifySelectionListLevel.h \
730 WebCore/editing/MoveSelectionCommand.cpp \
731 WebCore/editing/MoveSelectionCommand.h \
732 WebCore/editing/RemoveCSSPropertyCommand.cpp \
733 WebCore/editing/RemoveCSSPropertyCommand.h \
734 WebCore/editing/RemoveFormatCommand.cpp \
735 WebCore/editing/RemoveFormatCommand.h \
736 WebCore/editing/RemoveNodeAttributeCommand.cpp \
737 WebCore/editing/RemoveNodeAttributeCommand.h \
738 WebCore/editing/RemoveNodeCommand.cpp \
739 WebCore/editing/RemoveNodeCommand.h \
740 WebCore/editing/RemoveNodePreservingChildrenCommand.cpp \
741 WebCore/editing/RemoveNodePreservingChildrenCommand.h \
742 WebCore/editing/ReplaceSelectionCommand.cpp \
743 WebCore/editing/ReplaceSelectionCommand.h \
744 WebCore/editing/Selection.cpp \
745 WebCore/editing/Selection.h \
746 WebCore/editing/SelectionController.cpp \
747 WebCore/editing/SelectionController.h \
748 WebCore/editing/SetNodeAttributeCommand.cpp \
749 WebCore/editing/SetNodeAttributeCommand.h \
750 WebCore/editing/SmartReplace.cpp \
751 WebCore/editing/SmartReplace.h \
752 WebCore/editing/SmartReplaceICU.cpp \
753 WebCore/editing/SplitElementCommand.cpp \
754 WebCore/editing/SplitElementCommand.h \
755 WebCore/editing/SplitTextNodeCommand.cpp \
756 WebCore/editing/SplitTextNodeCommand.h \
757 WebCore/editing/SplitTextNodeContainingElementCommand.cpp \
758 WebCore/editing/SplitTextNodeContainingElementCommand.h \
759 WebCore/editing/TextAffinity.h \
760 WebCore/editing/TextGranularity.h \
761 WebCore/editing/TextIterator.cpp \
762 WebCore/editing/TextIterator.h \
763 WebCore/editing/TypingCommand.cpp \
764 WebCore/editing/TypingCommand.h \
765 WebCore/editing/UnlinkCommand.cpp \
766 WebCore/editing/UnlinkCommand.h \
767 WebCore/editing/VisiblePosition.cpp \
768 WebCore/editing/VisiblePosition.h \
769 WebCore/editing/WrapContentsInDummySpanCommand.cpp \
770 WebCore/editing/WrapContentsInDummySpanCommand.h \
771 WebCore/editing/htmlediting.cpp \
772 WebCore/editing/htmlediting.h \
773 WebCore/editing/markup.cpp \
774 WebCore/editing/markup.h \
775 WebCore/editing/visible_units.cpp \
776 WebCore/editing/visible_units.h \
777 WebCore/history/BackForwardList.cpp \
778 WebCore/history/BackForwardList.h \
779 WebCore/history/CachedPage.cpp \
780 WebCore/history/CachedPage.h \
781 WebCore/history/CachedPagePlatformData.h \
782 WebCore/history/HistoryItem.cpp \
783 WebCore/history/HistoryItem.h \
784 WebCore/history/PageCache.cpp \
785 WebCore/history/PageCache.h \
786 WebCore/html/CanvasGradient.cpp \
787 WebCore/html/CanvasGradient.h \
788 WebCore/html/CanvasPattern.cpp \
789 WebCore/html/CanvasPattern.h \
790 WebCore/html/CanvasPixelArray.cpp \
791 WebCore/html/CanvasPixelArray.h \
792 WebCore/html/CanvasRenderingContext2D.cpp \
793 WebCore/html/CanvasRenderingContext2D.h \
794 WebCore/html/CanvasStyle.cpp \
795 WebCore/html/CanvasStyle.h \
796 WebCore/html/File.cpp \
797 WebCore/html/File.h \
798 WebCore/html/FileList.cpp \
799 WebCore/html/FileList.h \
800 WebCore/html/FormDataList.cpp \
801 WebCore/html/FormDataList.h \
802 WebCore/html/HTMLAnchorElement.cpp \
803 WebCore/html/HTMLAnchorElement.h \
804 WebCore/html/HTMLAppletElement.cpp \
805 WebCore/html/HTMLAppletElement.h \
806 WebCore/html/HTMLAreaElement.cpp \
807 WebCore/html/HTMLAreaElement.h \
808 WebCore/html/HTMLBRElement.cpp \
809 WebCore/html/HTMLBRElement.h \
810 WebCore/html/HTMLBaseElement.cpp \
811 WebCore/html/HTMLBaseElement.h \
812 WebCore/html/HTMLBaseFontElement.cpp \
813 WebCore/html/HTMLBaseFontElement.h \
814 WebCore/html/HTMLBlockquoteElement.cpp \
815 WebCore/html/HTMLBlockquoteElement.h \
816 WebCore/html/HTMLBodyElement.cpp \
817 WebCore/html/HTMLBodyElement.h \
818 WebCore/html/HTMLButtonElement.cpp \
819 WebCore/html/HTMLButtonElement.h \
820 WebCore/html/HTMLCanvasElement.cpp \
821 WebCore/html/HTMLCanvasElement.h \
822 WebCore/html/HTMLCollection.cpp \
823 WebCore/html/HTMLCollection.h \
824 WebCore/html/HTMLDListElement.cpp \
825 WebCore/html/HTMLDListElement.h \
826 WebCore/html/HTMLDirectoryElement.cpp \
827 WebCore/html/HTMLDirectoryElement.h \
828 WebCore/html/HTMLDivElement.cpp \
829 WebCore/html/HTMLDivElement.h \
830 WebCore/html/HTMLDocument.cpp \
831 WebCore/html/HTMLDocument.h \
832 WebCore/html/HTMLElement.cpp \
833 WebCore/html/HTMLElement.h \
834 WebCore/html/HTMLElementFactory.cpp \
835 WebCore/html/HTMLElementFactory.h \
836 WebCore/html/HTMLEmbedElement.cpp \
837 WebCore/html/HTMLEmbedElement.h \
838 WebCore/html/HTMLFieldSetElement.cpp \
839 WebCore/html/HTMLFieldSetElement.h \
840 WebCore/html/HTMLFontElement.cpp \
841 WebCore/html/HTMLFontElement.h \
842 WebCore/html/HTMLFormCollection.cpp \
843 WebCore/html/HTMLFormCollection.h \
844 WebCore/html/HTMLFormControlElement.cpp \
845 WebCore/html/HTMLFormControlElement.h \
846 WebCore/html/HTMLFormElement.cpp \
847 WebCore/html/HTMLFormElement.h \
848 WebCore/html/HTMLFrameElement.cpp \
849 WebCore/html/HTMLFrameElement.h \
850 WebCore/html/HTMLFrameElementBase.cpp \
851 WebCore/html/HTMLFrameElementBase.h \
852 WebCore/html/HTMLFrameOwnerElement.cpp \
853 WebCore/html/HTMLFrameOwnerElement.h \
854 WebCore/html/HTMLFrameSetElement.cpp \
855 WebCore/html/HTMLFrameSetElement.h \
856 WebCore/html/HTMLHRElement.cpp \
857 WebCore/html/HTMLHRElement.h \
858 WebCore/html/HTMLHeadElement.cpp \
859 WebCore/html/HTMLHeadElement.h \
860 WebCore/html/HTMLHeadingElement.cpp \
861 WebCore/html/HTMLHeadingElement.h \
862 WebCore/html/HTMLHtmlElement.cpp \
863 WebCore/html/HTMLHtmlElement.h \
864 WebCore/html/HTMLIFrameElement.cpp \
865 WebCore/html/HTMLIFrameElement.h \
866 WebCore/html/HTMLImageElement.cpp \
867 WebCore/html/HTMLImageElement.h \
868 WebCore/html/HTMLImageLoader.cpp \
869 WebCore/html/HTMLImageLoader.h \
870 WebCore/html/HTMLInputElement.cpp \
871 WebCore/html/HTMLInputElement.h \
872 WebCore/html/HTMLIsIndexElement.cpp \
873 WebCore/html/HTMLIsIndexElement.h \
874 WebCore/html/HTMLKeygenElement.cpp \
875 WebCore/html/HTMLKeygenElement.h \
876 WebCore/html/HTMLLIElement.cpp \
877 WebCore/html/HTMLLIElement.h \
878 WebCore/html/HTMLLabelElement.cpp \
879 WebCore/html/HTMLLabelElement.h \
880 WebCore/html/HTMLLegendElement.cpp \
881 WebCore/html/HTMLLegendElement.h \
882 WebCore/html/HTMLLinkElement.cpp \
883 WebCore/html/HTMLLinkElement.h \
884 WebCore/html/HTMLMapElement.cpp \
885 WebCore/html/HTMLMapElement.h \
886 WebCore/html/HTMLMarqueeElement.cpp \
887 WebCore/html/HTMLMarqueeElement.h \
888 WebCore/html/HTMLMenuElement.cpp \
889 WebCore/html/HTMLMenuElement.h \
890 WebCore/html/HTMLMetaElement.cpp \
891 WebCore/html/HTMLMetaElement.h \
892 WebCore/html/HTMLModElement.cpp \
893 WebCore/html/HTMLModElement.h \
894 WebCore/html/HTMLNameCollection.cpp \
895 WebCore/html/HTMLNameCollection.h \
896 WebCore/html/HTMLOListElement.cpp \
897 WebCore/html/HTMLOListElement.h \
898 WebCore/html/HTMLObjectElement.cpp \
899 WebCore/html/HTMLObjectElement.h \
900 WebCore/html/HTMLOptGroupElement.cpp \
901 WebCore/html/HTMLOptGroupElement.h \
902 WebCore/html/HTMLOptionElement.cpp \
903 WebCore/html/HTMLOptionElement.h \
904 WebCore/html/HTMLOptionsCollection.cpp \
905 WebCore/html/HTMLOptionsCollection.h \
906 WebCore/html/HTMLParagraphElement.cpp \
907 WebCore/html/HTMLParagraphElement.h \
908 WebCore/html/HTMLParamElement.cpp \
909 WebCore/html/HTMLParamElement.h \
910 WebCore/html/HTMLParser.cpp \
911 WebCore/html/HTMLParser.h \
912 WebCore/html/HTMLParserErrorCodes.cpp \
913 WebCore/html/HTMLParserErrorCodes.h \
914 WebCore/html/HTMLPlugInElement.cpp \
915 WebCore/html/HTMLPlugInElement.h \
916 WebCore/html/HTMLPlugInImageElement.cpp \
917 WebCore/html/HTMLPlugInImageElement.h \
918 WebCore/html/HTMLPreElement.cpp \
919 WebCore/html/HTMLPreElement.h \
920 WebCore/html/HTMLQuoteElement.cpp \
921 WebCore/html/HTMLQuoteElement.h \
922 WebCore/html/HTMLScriptElement.cpp \
923 WebCore/html/HTMLScriptElement.h \
924 WebCore/html/HTMLSelectElement.cpp \
925 WebCore/html/HTMLSelectElement.h \
926 WebCore/html/HTMLStyleElement.cpp \
927 WebCore/html/HTMLStyleElement.h \
928 WebCore/html/HTMLTableCaptionElement.cpp \
929 WebCore/html/HTMLTableCaptionElement.h \
930 WebCore/html/HTMLTableCellElement.cpp \
931 WebCore/html/HTMLTableCellElement.h \
932 WebCore/html/HTMLTableColElement.cpp \
933 WebCore/html/HTMLTableColElement.h \
934 WebCore/html/HTMLTableElement.cpp \
935 WebCore/html/HTMLTableElement.h \
936 WebCore/html/HTMLTablePartElement.cpp \
937 WebCore/html/HTMLTablePartElement.h \
938 WebCore/html/HTMLTableRowElement.cpp \
939 WebCore/html/HTMLTableRowElement.h \
940 WebCore/html/HTMLTableRowsCollection.cpp \
941 WebCore/html/HTMLTableRowsCollection.h \
942 WebCore/html/HTMLTableSectionElement.cpp \
943 WebCore/html/HTMLTableSectionElement.h \
944 WebCore/html/HTMLTextAreaElement.cpp \
945 WebCore/html/HTMLTextAreaElement.h \
946 WebCore/html/HTMLTitleElement.cpp \
947 WebCore/html/HTMLTitleElement.h \
948 WebCore/html/HTMLTokenizer.cpp \
949 WebCore/html/HTMLTokenizer.h \
950 WebCore/html/HTMLUListElement.cpp \
951 WebCore/html/HTMLUListElement.h \
952 WebCore/html/HTMLViewSourceDocument.cpp \
953 WebCore/html/HTMLViewSourceDocument.h \
954 WebCore/html/ImageData.cpp \
955 WebCore/html/ImageData.h \
956 WebCore/html/MediaError.h \
957 WebCore/html/PreloadScanner.cpp \
958 WebCore/html/PreloadScanner.h \
959 WebCore/html/TextMetrics.h \
960 WebCore/html/VoidCallback.h \
961 WebCore/icu/unicode/parseerr.h \
962 WebCore/icu/unicode/platform.h \
963 WebCore/icu/unicode/putil.h \
964 WebCore/icu/unicode/ubrk.h \
965 WebCore/icu/unicode/uchar.h \
966 WebCore/icu/unicode/ucnv.h \
967 WebCore/icu/unicode/ucnv_cb.h \
968 WebCore/icu/unicode/ucnv_err.h \
969 WebCore/icu/unicode/ucol.h \
970 WebCore/icu/unicode/uconfig.h \
971 WebCore/icu/unicode/uenum.h \
972 WebCore/icu/unicode/uidna.h \
973 WebCore/icu/unicode/uiter.h \
974 WebCore/icu/unicode/uloc.h \
975 WebCore/icu/unicode/umachine.h \
976 WebCore/icu/unicode/unorm.h \
977 WebCore/icu/unicode/urename.h \
978 WebCore/icu/unicode/uscript.h \
979 WebCore/icu/unicode/uset.h \
980 WebCore/icu/unicode/ushape.h \
981 WebCore/icu/unicode/ustring.h \
982 WebCore/icu/unicode/utf.h \
983 WebCore/icu/unicode/utf16.h \
984 WebCore/icu/unicode/utf8.h \
985 WebCore/icu/unicode/utf_old.h \
986 WebCore/icu/unicode/utypes.h \
987 WebCore/icu/unicode/uversion.h \
988 WebCore/inspector/InspectorClient.h \
989 WebCore/inspector/InspectorController.cpp \
990 WebCore/inspector/InspectorController.h \
991 WebCore/inspector/JavaScriptCallFrame.cpp \
992 WebCore/inspector/JavaScriptCallFrame.h \
993 WebCore/inspector/JavaScriptDebugListener.h \
994 WebCore/inspector/JavaScriptDebugServer.cpp \
995 WebCore/inspector/JavaScriptDebugServer.h \
996 WebCore/inspector/JavaScriptProfile.cpp \
997 WebCore/inspector/JavaScriptProfile.h \
998 WebCore/inspector/JavaScriptProfileNode.cpp \
999 WebCore/inspector/JavaScriptProfileNode.h \
1000 WebCore/loader/Cache.cpp \
1001 WebCore/loader/Cache.h \
1002 WebCore/loader/CachePolicy.h \
1003 WebCore/loader/CachedCSSStyleSheet.cpp \
1004 WebCore/loader/CachedCSSStyleSheet.h \
1005 WebCore/loader/CachedFont.cpp \
1006 WebCore/loader/CachedFont.h \
1007 WebCore/loader/CachedImage.cpp \
1008 WebCore/loader/CachedImage.h \
1009 WebCore/loader/CachedResource.cpp \
1010 WebCore/loader/CachedResource.h \
1011 WebCore/loader/CachedResourceClient.h \
1012 WebCore/loader/CachedResourceClientWalker.cpp \
1013 WebCore/loader/CachedResourceClientWalker.h \
1014 WebCore/loader/CachedResourceHandle.cpp \
1015 WebCore/loader/CachedResourceHandle.h \
1016 WebCore/loader/CachedScript.cpp \
1017 WebCore/loader/CachedScript.h \
1018 WebCore/loader/CachedXBLDocument.h \
1019 WebCore/loader/CachedXSLStyleSheet.cpp \
1020 WebCore/loader/CachedXSLStyleSheet.h \
1021 WebCore/loader/DocLoader.cpp \
1022 WebCore/loader/DocLoader.h \
1023 WebCore/loader/DocumentLoader.cpp \
1024 WebCore/loader/DocumentLoader.h \
1025 WebCore/loader/EmptyClients.h \
1026 WebCore/loader/FTPDirectoryDocument.cpp \
1027 WebCore/loader/FTPDirectoryDocument.h \
1028 WebCore/loader/FTPDirectoryParser.cpp \
1029 WebCore/loader/FTPDirectoryParser.h \
1030 WebCore/loader/FormState.cpp \
1031 WebCore/loader/FormState.h \
1032 WebCore/loader/FrameLoader.cpp \
1033 WebCore/loader/FrameLoader.h \
1034 WebCore/loader/FrameLoaderClient.h \
1035 WebCore/loader/FrameLoaderClient.cpp \
1036 WebCore/loader/FrameLoaderTypes.h \
1037 WebCore/loader/ImageDocument.cpp \
1038 WebCore/loader/ImageDocument.h \
1039 WebCore/loader/ImageLoader.cpp \
1040 WebCore/loader/ImageLoader.h \
1041 WebCore/loader/MainResourceLoader.cpp \
1042 WebCore/loader/MainResourceLoader.h \
1043 WebCore/loader/MediaDocument.cpp \
1044 WebCore/loader/MediaDocument.h \
1045 WebCore/loader/NavigationAction.cpp \
1046 WebCore/loader/NavigationAction.h \
1047 WebCore/loader/NetscapePlugInStreamLoader.cpp \
1048 WebCore/loader/NetscapePlugInStreamLoader.h \
1049 WebCore/loader/PluginDocument.cpp \
1050 WebCore/loader/PluginDocument.h \
1051 WebCore/loader/ProgressTracker.cpp \
1052 WebCore/loader/ProgressTracker.h \
1053 WebCore/loader/Request.cpp \
1054 WebCore/loader/Request.h \
1055 WebCore/loader/ResourceLoader.cpp \
1056 WebCore/loader/ResourceLoader.h \
1057 WebCore/loader/SubresourceLoader.cpp \
1058 WebCore/loader/SubresourceLoader.h \
1059 WebCore/loader/SubresourceLoaderClient.h \
1060 WebCore/loader/SubstituteData.h \
1061 WebCore/loader/SubstituteResource.h \
1062 WebCore/loader/TextDocument.cpp \
1063 WebCore/loader/TextDocument.h \
1064 WebCore/loader/TextResourceDecoder.cpp \
1065 WebCore/loader/TextResourceDecoder.h \
1066 WebCore/loader/archive/Archive.h \
1067 WebCore/loader/archive/ArchiveFactory.cpp \
1068 WebCore/loader/archive/ArchiveFactory.h \
1069 WebCore/loader/archive/ArchiveResource.cpp \
1070 WebCore/loader/archive/ArchiveResource.h \
1071 WebCore/loader/archive/ArchiveResourceCollection.cpp \
1072 WebCore/loader/archive/ArchiveResourceCollection.h \
1073 WebCore/loader/icon/IconFetcher.h \
1074 WebCore/loader/icon/IconLoader.cpp \
1075 WebCore/loader/icon/IconLoader.h \
1076 WebCore/loader/loader.cpp \
1077 WebCore/loader/loader.h \
1078 WebCore/page/AXObjectCache.cpp \
1079 WebCore/page/AXObjectCache.h \
1080 WebCore/page/AccessibilityImageMapLink.cpp \
1081 WebCore/page/AccessibilityImageMapLink.h \
1082 WebCore/page/AccessibilityList.cpp \
1083 WebCore/page/AccessibilityList.h \
1084 WebCore/page/AccessibilityListBox.cpp \
1085 WebCore/page/AccessibilityListBox.h \
1086 WebCore/page/AccessibilityListBoxOption.cpp \
1087 WebCore/page/AccessibilityListBoxOption.h \
1088 WebCore/page/AccessibilityObject.cpp \
1089 WebCore/page/AccessibilityObject.h \
1090 WebCore/page/AccessibilityRenderObject.cpp \
1091 WebCore/page/AccessibilityRenderObject.h \
1092 WebCore/page/AccessibilityTable.cpp \
1093 WebCore/page/AccessibilityTable.h \
1094 WebCore/page/AccessibilityTableCell.cpp \
1095 WebCore/page/AccessibilityTableCell.h \
1096 WebCore/page/AccessibilityTableColumn.cpp \
1097 WebCore/page/AccessibilityTableColumn.h \
1098 WebCore/page/AccessibilityTableHeaderContainer.cpp \
1099 WebCore/page/AccessibilityTableHeaderContainer.h \
1100 WebCore/page/AccessibilityTableRow.cpp \
1101 WebCore/page/AccessibilityTableRow.h \
1102 WebCore/page/BarInfo.cpp \
1103 WebCore/page/BarInfo.h \
1104 WebCore/page/Chrome.cpp \
1105 WebCore/page/Chrome.h \
1106 WebCore/page/ChromeClient.h \
1107 WebCore/page/Console.cpp \
1108 WebCore/page/Console.h \
1109 WebCore/page/ContextMenuClient.h \
1110 WebCore/page/ContextMenuController.cpp \
1111 WebCore/page/ContextMenuController.h \
1112 WebCore/page/DOMSelection.cpp \
1113 WebCore/page/DOMSelection.h \
1114 WebCore/page/DOMWindow.cpp \
1115 WebCore/page/DOMWindow.h \
1116 WebCore/page/DragActions.h \
1117 WebCore/page/DragClient.h \
1118 WebCore/page/DragController.cpp \
1119 WebCore/page/DragController.h \
1120 WebCore/page/EditorClient.h \
1121 WebCore/page/EventHandler.cpp \
1122 WebCore/page/EventHandler.h \
1123 WebCore/page/FocusController.cpp \
1124 WebCore/page/FocusController.h \
1125 WebCore/page/FocusDirection.h \
1126 WebCore/page/Frame.cpp \
1127 WebCore/page/Frame.h \
1128 WebCore/page/FrameLoadRequest.h \
1129 WebCore/page/FramePrivate.h \
1130 WebCore/page/FrameTree.cpp \
1131 WebCore/page/FrameTree.h \
1132 WebCore/page/FrameView.cpp \
1133 WebCore/page/FrameView.h \
1134 WebCore/page/Geolocation.cpp \
1135 WebCore/page/Geolocation.h \
1136 WebCore/page/Geoposition.cpp \
1137 WebCore/page/Geoposition.h \
1138 WebCore/page/History.cpp \
1139 WebCore/page/History.h \
1140 WebCore/page/Location.cpp \
1141 WebCore/page/Location.h \
1142 WebCore/page/MouseEventWithHitTestResults.cpp \
1143 WebCore/page/MouseEventWithHitTestResults.h \
1144 WebCore/page/Navigator.cpp \
1145 WebCore/page/Navigator.h \
1146 WebCore/page/NavigatorBase.cpp \
1147 WebCore/page/NavigatorBase.h \
1148 WebCore/page/Page.cpp \
1149 WebCore/page/Page.h \
1150 WebCore/page/PageGroup.cpp \
1151 WebCore/page/PageGroup.h \
1152 WebCore/page/PositionCallback.h \
1153 WebCore/page/PositionError.h \
1154 WebCore/page/PositionErrorCallback.h \
1155 WebCore/page/PositionOptions.h \
1156 WebCore/page/PrintContext.cpp \
1157 WebCore/page/PrintContext.h \
1158 WebCore/page/Screen.cpp \
1159 WebCore/page/Screen.h \
1160 WebCore/page/SecurityOrigin.cpp \
1161 WebCore/page/SecurityOrigin.h \
1162 WebCore/page/SecurityOriginHash.h \
1163 WebCore/page/Settings.cpp \
1164 WebCore/page/Settings.h \
1165 WebCore/page/WindowFeatures.cpp \
1166 WebCore/page/WindowFeatures.h \
1167 WebCore/page/animation/AnimationBase.cpp \
1168 WebCore/page/animation/AnimationBase.h \
1169 WebCore/page/animation/AnimationController.cpp \
1170 WebCore/page/animation/AnimationController.h \
1171 WebCore/page/animation/CompositeAnimation.cpp \
1172 WebCore/page/animation/CompositeAnimation.h \
1173 WebCore/page/animation/ImplicitAnimation.cpp \
1174 WebCore/page/animation/ImplicitAnimation.h \
1175 WebCore/page/animation/KeyframeAnimation.cpp \
1176 WebCore/page/animation/KeyframeAnimation.h \
1177 WebCore/platform/Arena.cpp \
1178 WebCore/platform/Arena.h \
1179 WebCore/platform/AutodrainedPool.h \
1180 WebCore/platform/ContextMenu.cpp \
1181 WebCore/platform/ContextMenu.h \
1182 WebCore/platform/ContextMenuItem.h \
1183 WebCore/platform/CookieJar.h \
1184 WebCore/platform/Cursor.h \
1185 WebCore/platform/DeprecatedPtrList.h \
1186 WebCore/platform/DeprecatedPtrListImpl.cpp \
1187 WebCore/platform/DeprecatedPtrListImpl.h \
1188 WebCore/platform/DragData.cpp \
1189 WebCore/platform/DragData.h \
1190 WebCore/platform/DragImage.cpp \
1191 WebCore/platform/DragImage.h \
1192 WebCore/platform/EventLoop.h \
1193 WebCore/platform/FileChooser.cpp \
1194 WebCore/platform/FileChooser.h \
1195 WebCore/platform/FileSystem.h \
1196 WebCore/platform/FloatConversion.h \
1197 WebCore/platform/GeolocationService.cpp \
1198 WebCore/platform/GeolocationService.h \
1199 WebCore/platform/HostWindow.h \
1200 WebCore/platform/KURL.cpp \
1201 WebCore/platform/KURL.h \
1202 WebCore/platform/KURLHash.h \
1203 WebCore/platform/Language.h \
1204 WebCore/platform/Length.cpp \
1205 WebCore/platform/Length.h \
1206 WebCore/platform/LengthBox.h \
1207 WebCore/platform/LengthSize.h \
1208 WebCore/platform/LinkHash.cpp \
1209 WebCore/platform/LinkHash.h \
1210 WebCore/platform/LocalizedStrings.h \
1211 WebCore/platform/Logging.cpp \
1212 WebCore/platform/Logging.h \
1213 WebCore/platform/MIMETypeRegistry.cpp \
1214 WebCore/platform/MIMETypeRegistry.h \
1215 WebCore/platform/NotImplemented.h \
1216 WebCore/platform/Pasteboard.h \
1217 WebCore/platform/PlatformKeyboardEvent.h \
1218 WebCore/platform/PlatformMenuDescription.h \
1219 WebCore/platform/PlatformMouseEvent.h \
1220 WebCore/platform/PlatformScreen.h \
1221 WebCore/platform/PlatformWheelEvent.h \
1222 WebCore/platform/PopupMenu.h \
1223 WebCore/platform/PopupMenuClient.h \
1224 WebCore/platform/PopupMenuStyle.h \
1225 WebCore/platform/PurgeableBuffer.h \
1226 WebCore/platform/SSLKeyGenerator.h \
1227 WebCore/platform/ScrollTypes.h \
1228 WebCore/platform/ScrollView.cpp \
1229 WebCore/platform/ScrollView.h \
1230 WebCore/platform/Scrollbar.cpp \
1231 WebCore/platform/Scrollbar.h \
1232 WebCore/platform/ScrollbarClient.h \
1233 WebCore/platform/ScrollbarTheme.h \
1234 WebCore/platform/ScrollbarThemeComposite.cpp \
1235 WebCore/platform/ScrollbarThemeComposite.h \
1236 WebCore/platform/SearchPopupMenu.h \
1237 WebCore/platform/SharedBuffer.cpp \
1238 WebCore/platform/SharedBuffer.h \
1239 WebCore/platform/SharedTimer.h \
1240 WebCore/platform/Sound.h \
1241 WebCore/platform/StaticConstructors.h \
1242 WebCore/platform/SystemTime.h \
1243 WebCore/platform/ThemeTypes.h \
1244 WebCore/platform/ThreadCheck.h \
1245 WebCore/platform/Timer.cpp \
1246 WebCore/platform/Timer.h \
1247 WebCore/platform/TreeShared.h \
1248 WebCore/platform/Widget.cpp \
1249 WebCore/platform/Widget.h \
1250 WebCore/platform/graphics/AffineTransform.cpp \
1251 WebCore/platform/graphics/AffineTransform.h \
1252 WebCore/platform/graphics/BitmapImage.cpp \
1253 WebCore/platform/graphics/BitmapImage.h \
1254 WebCore/platform/graphics/Color.cpp \
1255 WebCore/platform/graphics/Color.h \
1256 WebCore/platform/graphics/DashArray.h \
1257 WebCore/platform/graphics/FloatPoint.cpp \
1258 WebCore/platform/graphics/FloatPoint.h \
1259 WebCore/platform/graphics/FloatPoint3D.cpp \
1260 WebCore/platform/graphics/FloatPoint3D.h \
1261 WebCore/platform/graphics/FloatQuad.cpp \
1262 WebCore/platform/graphics/FloatQuad.h \
1263 WebCore/platform/graphics/FloatRect.cpp \
1264 WebCore/platform/graphics/FloatRect.h \
1265 WebCore/platform/graphics/FloatSize.cpp \
1266 WebCore/platform/graphics/FloatSize.h \
1267 WebCore/platform/graphics/Font.cpp \
1268 WebCore/platform/graphics/Font.h \
1269 WebCore/platform/graphics/FontCache.cpp \
1270 WebCore/platform/graphics/FontCache.h \
1271 WebCore/platform/graphics/FontData.cpp \
1272 WebCore/platform/graphics/FontData.h \
1273 WebCore/platform/graphics/FontDescription.cpp \
1274 WebCore/platform/graphics/FontDescription.h \
1275 WebCore/platform/graphics/FontFallbackList.cpp \
1276 WebCore/platform/graphics/FontFallbackList.h \
1277 WebCore/platform/graphics/FontFamily.cpp \
1278 WebCore/platform/graphics/FontFamily.h \
1279 WebCore/platform/graphics/FontRenderingMode.h \
1280 WebCore/platform/graphics/FontSelector.h \
1281 WebCore/platform/graphics/FontFastPath.cpp \
1282 WebCore/platform/graphics/FontTraitsMask.h \
1283 WebCore/platform/graphics/GeneratedImage.cpp \
1284 WebCore/platform/graphics/GeneratedImage.h \
1285 WebCore/platform/graphics/Generator.h \
1286 WebCore/platform/graphics/GlyphBuffer.h \
1287 WebCore/platform/graphics/GlyphPageTreeNode.cpp \
1288 WebCore/platform/graphics/GlyphPageTreeNode.h \
1289 WebCore/platform/graphics/GlyphWidthMap.cpp \
1290 WebCore/platform/graphics/GlyphWidthMap.h \
1291 WebCore/platform/graphics/Gradient.cpp \
1292 WebCore/platform/graphics/Gradient.h \
1293 WebCore/platform/graphics/GraphicsContext.cpp \
1294 WebCore/platform/graphics/GraphicsContext.h \
1295 WebCore/platform/graphics/GraphicsContextPrivate.h \
1296 WebCore/platform/graphics/GraphicsTypes.cpp \
1297 WebCore/platform/graphics/GraphicsTypes.h \
1298 WebCore/platform/graphics/Icon.h \
1299 WebCore/platform/graphics/Image.cpp \
1300 WebCore/platform/graphics/Image.h \
1301 WebCore/platform/graphics/ImageBuffer.h \
1302 WebCore/platform/graphics/ImageObserver.h \
1303 WebCore/platform/graphics/ImageSource.h \
1304 WebCore/platform/graphics/IntPoint.h \
1305 WebCore/platform/graphics/IntRect.cpp \
1306 WebCore/platform/graphics/IntRect.h \
1307 WebCore/platform/graphics/IntSize.h \
1308 WebCore/platform/graphics/IntSizeHash.h \
1309 WebCore/platform/graphics/MediaPlayer.h \
1310 WebCore/platform/graphics/Path.cpp \
1311 WebCore/platform/graphics/Path.h \
1312 WebCore/platform/graphics/PathTraversalState.cpp \
1313 WebCore/platform/graphics/PathTraversalState.h \
1314 WebCore/platform/graphics/Pattern.cpp \
1315 WebCore/platform/graphics/Pattern.h \
1316 WebCore/platform/graphics/Pen.cpp \
1317 WebCore/platform/graphics/Pen.h \
1318 WebCore/platform/graphics/SegmentedFontData.cpp \
1319 WebCore/platform/graphics/SegmentedFontData.h \
1320 WebCore/platform/graphics/SimpleFontData.cpp \
1321 WebCore/platform/graphics/SimpleFontData.h \
1322 WebCore/platform/graphics/StringTruncator.cpp \
1323 WebCore/platform/graphics/StringTruncator.h \
1324 WebCore/platform/graphics/TextRun.h \
1325 WebCore/platform/graphics/UnitBezier.h \
1326 WebCore/platform/graphics/WidthIterator.cpp \
1327 WebCore/platform/graphics/WidthIterator.h \
1328 WebCore/platform/graphics/filters/FEBlend.h \
1329 WebCore/platform/graphics/filters/FEColorMatrix.h \
1330 WebCore/platform/graphics/filters/FEComponentTransfer.h \
1331 WebCore/platform/graphics/filters/FEComposite.h \
1332 WebCore/platform/network/AuthenticationChallengeBase.cpp \
1333 WebCore/platform/network/AuthenticationChallengeBase.h \
1334 WebCore/platform/network/Credential.cpp \
1335 WebCore/platform/network/Credential.h \
1336 WebCore/platform/network/DNS.h \
1337 WebCore/platform/network/FormData.cpp \
1338 WebCore/platform/network/FormData.h \
1339 WebCore/platform/network/HTTPHeaderMap.h \
1340 WebCore/platform/network/HTTPParsers.cpp \
1341 WebCore/platform/network/HTTPParsers.h \
1342 WebCore/platform/network/NetworkStateNotifier.cpp \
1343 WebCore/platform/network/NetworkStateNotifier.h \
1344 WebCore/platform/network/ProtectionSpace.cpp \
1345 WebCore/platform/network/ProtectionSpace.h \
1346 WebCore/platform/network/ResourceErrorBase.cpp \
1347 WebCore/platform/network/ResourceErrorBase.h \
1348 WebCore/platform/network/ResourceHandle.cpp \
1349 WebCore/platform/network/ResourceHandle.h \
1350 WebCore/platform/network/ResourceHandleClient.h \
1351 WebCore/platform/network/ResourceHandleInternal.h \
1352 WebCore/platform/network/ResourceRequestBase.cpp \
1353 WebCore/platform/network/ResourceRequestBase.h \
1354 WebCore/platform/network/ResourceResponseBase.cpp \
1355 WebCore/platform/network/ResourceResponseBase.h \
1356 WebCore/platform/text/AtomicString.cpp \
1357 WebCore/platform/text/AtomicString.h \
1358 WebCore/platform/text/AtomicStringHash.h \
1359 WebCore/platform/text/AtomicStringImpl.h \
1360 WebCore/platform/text/Base64.cpp \
1361 WebCore/platform/text/Base64.h \
1362 WebCore/platform/text/BidiContext.cpp \
1363 WebCore/platform/text/BidiContext.h \
1364 WebCore/platform/text/BidiResolver.h \
1365 WebCore/platform/text/CString.cpp \
1366 WebCore/platform/text/CString.h \
1367 WebCore/platform/text/CharacterNames.h \
1368 WebCore/platform/text/ParserUtilities.h \
1369 WebCore/platform/text/PlatformString.h \
1370 WebCore/platform/text/RegularExpression.cpp \
1371 WebCore/platform/text/RegularExpression.h \
1372 WebCore/platform/text/SegmentedString.cpp \
1373 WebCore/platform/text/SegmentedString.h \
1374 WebCore/platform/text/String.cpp \
1375 WebCore/platform/text/StringBuffer.h \
1376 WebCore/platform/text/StringBuilder.cpp \
1377 WebCore/platform/text/StringBuilder.h \
1378 WebCore/platform/text/StringHash.h \
1379 WebCore/platform/text/StringImpl.cpp \
1380 WebCore/platform/text/StringImpl.h \
1381 WebCore/platform/text/TextBoundaries.h \
1382 WebCore/platform/text/TextBoundariesICU.cpp \
1383 WebCore/platform/text/TextBreakIterator.h \
1384 WebCore/platform/text/TextBreakIteratorICU.cpp \
1385 WebCore/platform/text/TextBreakIteratorInternalICU.h \
1386 WebCore/platform/text/TextCodec.cpp \
1387 WebCore/platform/text/TextCodec.h \
1388 WebCore/platform/text/TextCodecICU.cpp \
1389 WebCore/platform/text/TextCodecICU.h \
1390 WebCore/platform/text/TextCodecLatin1.cpp \
1391 WebCore/platform/text/TextCodecLatin1.h \
1392 WebCore/platform/text/TextCodecUTF16.cpp \
1393 WebCore/platform/text/TextCodecUTF16.h \
1394 WebCore/platform/text/TextCodecUserDefined.cpp \
1395 WebCore/platform/text/TextCodecUserDefined.h \
1396 WebCore/platform/text/TextDecoder.cpp \
1397 WebCore/platform/text/TextDecoder.h \
1398 WebCore/platform/text/TextDirection.h \
1399 WebCore/platform/text/TextEncoding.cpp \
1400 WebCore/platform/text/TextEncoding.h \
1401 WebCore/platform/text/TextEncodingRegistry.cpp \
1402 WebCore/platform/text/TextEncodingRegistry.h \
1403 WebCore/platform/text/TextStream.cpp \
1404 WebCore/platform/text/TextStream.h \
1405 WebCore/platform/text/UnicodeRange.cpp \
1406 WebCore/platform/text/UnicodeRange.h \
1407 WebCore/plugins/MimeType.cpp \
1408 WebCore/plugins/MimeType.h \
1409 WebCore/plugins/MimeTypeArray.cpp \
1410 WebCore/plugins/MimeTypeArray.h \
1411 WebCore/plugins/Plugin.cpp \
1412 WebCore/plugins/Plugin.h \
1413 WebCore/plugins/PluginArray.cpp \
1414 WebCore/plugins/PluginArray.h \
1415 WebCore/plugins/PluginData.cpp \
1416 WebCore/plugins/PluginData.h \
1417 WebCore/plugins/PluginDatabase.cpp \
1418 WebCore/plugins/PluginDatabase.h \
1419 WebCore/plugins/PluginDebug.h \
1420 WebCore/plugins/PluginInfoStore.cpp \
1421 WebCore/plugins/PluginInfoStore.h \
1422 WebCore/plugins/PluginMainThreadScheduler.cpp \
1423 WebCore/plugins/PluginMainThreadScheduler.h \
1424 WebCore/plugins/PluginPackage.cpp \
1425 WebCore/plugins/PluginPackage.h \
1426 WebCore/plugins/PluginQuirkSet.h \
1427 WebCore/plugins/PluginStream.cpp \
1428 WebCore/plugins/PluginStream.h \
1429 WebCore/plugins/PluginView.cpp \
1430 WebCore/plugins/PluginView.h \
1431 WebCore/plugins/npapi.cpp \
1432 WebCore/plugins/npfunctions.h \
1433 WebCore/rendering/AutoTableLayout.cpp \
1434 WebCore/rendering/AutoTableLayout.h \
1435 WebCore/rendering/CounterNode.cpp \
1436 WebCore/rendering/CounterNode.h \
1437 WebCore/rendering/EllipsisBox.cpp \
1438 WebCore/rendering/EllipsisBox.h \
1439 WebCore/rendering/FixedTableLayout.cpp \
1440 WebCore/rendering/FixedTableLayout.h \
1441 WebCore/rendering/GapRects.h \
1442 WebCore/rendering/HitTestRequest.h \
1443 WebCore/rendering/HitTestResult.cpp \
1444 WebCore/rendering/HitTestResult.h \
1445 WebCore/rendering/InlineBox.cpp \
1446 WebCore/rendering/InlineBox.h \
1447 WebCore/rendering/InlineFlowBox.cpp \
1448 WebCore/rendering/InlineFlowBox.h \
1449 WebCore/rendering/InlineRunBox.h \
1450 WebCore/rendering/InlineTextBox.cpp \
1451 WebCore/rendering/InlineTextBox.h \
1452 WebCore/rendering/LayoutState.cpp \
1453 WebCore/rendering/LayoutState.h \
1454 WebCore/rendering/ListMarkerBox.cpp \
1455 WebCore/rendering/ListMarkerBox.h \
1456 WebCore/rendering/MediaControlElements.h \
1457 WebCore/rendering/RenderApplet.cpp \
1458 WebCore/rendering/RenderApplet.h \
1459 WebCore/rendering/RenderArena.cpp \
1460 WebCore/rendering/RenderArena.h \
1461 WebCore/rendering/RenderBR.cpp \
1462 WebCore/rendering/RenderBR.h \
1463 WebCore/rendering/RenderBlock.cpp \
1464 WebCore/rendering/RenderBlock.h \
1465 WebCore/rendering/RenderBox.cpp \
1466 WebCore/rendering/RenderBox.h \
1467 WebCore/rendering/RenderButton.cpp \
1468 WebCore/rendering/RenderButton.h \
1469 WebCore/rendering/RenderContainer.cpp \
1470 WebCore/rendering/RenderContainer.h \
1471 WebCore/rendering/RenderCounter.cpp \
1472 WebCore/rendering/RenderCounter.h \
1473 WebCore/rendering/RenderFieldset.cpp \
1474 WebCore/rendering/RenderFieldset.h \
1475 WebCore/rendering/RenderFileUploadControl.cpp \
1476 WebCore/rendering/RenderFileUploadControl.h \
1477 WebCore/rendering/RenderFlexibleBox.cpp \
1478 WebCore/rendering/RenderFlexibleBox.h \
1479 WebCore/rendering/RenderFlow.cpp \
1480 WebCore/rendering/RenderFlow.h \
1481 WebCore/rendering/RenderFrame.cpp \
1482 WebCore/rendering/RenderFrame.h \
1483 WebCore/rendering/RenderFrameSet.cpp \
1484 WebCore/rendering/RenderFrameSet.h \
1485 WebCore/rendering/RenderHTMLCanvas.cpp \
1486 WebCore/rendering/RenderHTMLCanvas.h \
1487 WebCore/rendering/RenderImage.cpp \
1488 WebCore/rendering/RenderImage.h \
1489 WebCore/rendering/RenderImageGeneratedContent.cpp \
1490 WebCore/rendering/RenderImageGeneratedContent.h \
1491 WebCore/rendering/RenderInline.cpp \
1492 WebCore/rendering/RenderInline.h \
1493 WebCore/rendering/RenderLayer.cpp \
1494 WebCore/rendering/RenderLayer.h \
1495 WebCore/rendering/RenderLegend.cpp \
1496 WebCore/rendering/RenderLegend.h \
1497 WebCore/rendering/RenderListBox.cpp \
1498 WebCore/rendering/RenderListBox.h \
1499 WebCore/rendering/RenderListItem.cpp \
1500 WebCore/rendering/RenderListItem.h \
1501 WebCore/rendering/RenderListMarker.cpp \
1502 WebCore/rendering/RenderListMarker.h \
1503 WebCore/rendering/RenderMarquee.cpp \
1504 WebCore/rendering/RenderMarquee.h \
1505 WebCore/rendering/RenderMenuList.cpp \
1506 WebCore/rendering/RenderMenuList.h \
1507 WebCore/rendering/RenderObject.cpp \
1508 WebCore/rendering/RenderObject.h \
1509 WebCore/rendering/RenderPart.cpp \
1510 WebCore/rendering/RenderPart.h \
1511 WebCore/rendering/RenderPartObject.cpp \
1512 WebCore/rendering/RenderPartObject.h \
1513 WebCore/rendering/RenderReplaced.cpp \
1514 WebCore/rendering/RenderReplaced.h \
1515 WebCore/rendering/RenderReplica.cpp \
1516 WebCore/rendering/RenderReplica.h \
1517 WebCore/rendering/RenderScrollbar.cpp \
1518 WebCore/rendering/RenderScrollbar.h \
1519 WebCore/rendering/RenderScrollbarPart.cpp \
1520 WebCore/rendering/RenderScrollbarPart.h \
1521 WebCore/rendering/RenderScrollbarTheme.cpp \
1522 WebCore/rendering/RenderScrollbarTheme.h \
1523 WebCore/rendering/RenderSlider.cpp \
1524 WebCore/rendering/RenderSlider.h \
1525 WebCore/rendering/RenderTable.cpp \
1526 WebCore/rendering/RenderTable.h \
1527 WebCore/rendering/RenderTableCell.cpp \
1528 WebCore/rendering/RenderTableCell.h \
1529 WebCore/rendering/RenderTableCol.cpp \
1530 WebCore/rendering/RenderTableCol.h \
1531 WebCore/rendering/RenderTableRow.cpp \
1532 WebCore/rendering/RenderTableRow.h \
1533 WebCore/rendering/RenderTableSection.cpp \
1534 WebCore/rendering/RenderTableSection.h \
1535 WebCore/rendering/RenderText.cpp \
1536 WebCore/rendering/RenderText.h \
1537 WebCore/rendering/RenderTextControl.cpp \
1538 WebCore/rendering/RenderTextControl.h \
1539 WebCore/rendering/RenderTextFragment.cpp \
1540 WebCore/rendering/RenderTextFragment.h \
1541 WebCore/rendering/RenderTheme.cpp \
1542 WebCore/rendering/RenderTheme.h \
1543 WebCore/rendering/RenderTreeAsText.cpp \
1544 WebCore/rendering/RenderTreeAsText.h \
1545 WebCore/rendering/RenderView.cpp \
1546 WebCore/rendering/RenderView.h \
1547 WebCore/rendering/RenderWidget.cpp \
1548 WebCore/rendering/RenderWidget.h \
1549 WebCore/rendering/RenderWordBreak.cpp \
1550 WebCore/rendering/RenderWordBreak.h \
1551 WebCore/rendering/RootInlineBox.cpp \
1552 WebCore/rendering/RootInlineBox.h \
1553 WebCore/rendering/TableLayout.h \
1554 WebCore/rendering/TextControlInnerElements.cpp \
1555 WebCore/rendering/TextControlInnerElements.h \
1556 WebCore/rendering/bidi.cpp \
1557 WebCore/rendering/bidi.h \
1558 WebCore/rendering/break_lines.cpp \
1559 WebCore/rendering/break_lines.h \
1560 WebCore/rendering/style/Animation.cpp \
1561 WebCore/rendering/style/Animation.h \
1562 WebCore/rendering/style/AnimationList.cpp \
1563 WebCore/rendering/style/AnimationList.h \
1564 WebCore/rendering/style/BindingURI.cpp \
1565 WebCore/rendering/style/BindingURI.h \
1566 WebCore/rendering/style/BorderData.h \
1567 WebCore/rendering/style/BorderValue.h \
1568 WebCore/rendering/style/CollapsedBorderValue.h \
1569 WebCore/rendering/style/ContentData.cpp \
1570 WebCore/rendering/style/ContentData.h \
1571 WebCore/rendering/style/CounterContent.h \
1572 WebCore/rendering/style/CounterDirectives.cpp \
1573 WebCore/rendering/style/CounterDirectives.h \
1574 WebCore/rendering/style/CursorData.h \
1575 WebCore/rendering/style/CursorList.h \
1576 WebCore/rendering/style/DataRef.h \
1577 WebCore/rendering/style/FillLayer.cpp \
1578 WebCore/rendering/style/FillLayer.h \
1579 WebCore/rendering/style/IdentityTransformOperation.h \
1580 WebCore/rendering/style/KeyframeList.cpp \
1581 WebCore/rendering/style/KeyframeList.h \
1582 WebCore/rendering/style/MatrixTransformOperation.cpp \
1583 WebCore/rendering/style/MatrixTransformOperation.h \
1584 WebCore/rendering/style/NinePieceImage.cpp \
1585 WebCore/rendering/style/NinePieceImage.h \
1586 WebCore/rendering/style/OutlineValue.h \
1587 WebCore/rendering/style/RenderStyle.cpp \
1588 WebCore/rendering/style/RenderStyle.h \
1589 WebCore/rendering/style/RenderStyleConstants.h \
1590 WebCore/rendering/style/RotateTransformOperation.cpp \
1591 WebCore/rendering/style/RotateTransformOperation.h \
1592 WebCore/rendering/style/ScaleTransformOperation.cpp \
1593 WebCore/rendering/style/ScaleTransformOperation.h \
1594 WebCore/rendering/style/ShadowData.cpp \
1595 WebCore/rendering/style/ShadowData.h \
1596 WebCore/rendering/style/SkewTransformOperation.cpp \
1597 WebCore/rendering/style/SkewTransformOperation.h \
1598 WebCore/rendering/style/StyleBackgroundData.cpp \
1599 WebCore/rendering/style/StyleBackgroundData.h \
1600 WebCore/rendering/style/StyleBoxData.cpp \
1601 WebCore/rendering/style/StyleBoxData.h \
1602 WebCore/rendering/style/StyleCachedImage.cpp \
1603 WebCore/rendering/style/StyleCachedImage.h \
1604 WebCore/rendering/style/StyleDashboardRegion.h \
1605 WebCore/rendering/style/StyleFlexibleBoxData.cpp \
1606 WebCore/rendering/style/StyleFlexibleBoxData.h \
1607 WebCore/rendering/style/StyleGeneratedImage.cpp \
1608 WebCore/rendering/style/StyleGeneratedImage.h \
1609 WebCore/rendering/style/StyleImage.h \
1610 WebCore/rendering/style/StyleInheritedData.cpp \
1611 WebCore/rendering/style/StyleInheritedData.h \
1612 WebCore/rendering/style/StyleMarqueeData.cpp \
1613 WebCore/rendering/style/StyleMarqueeData.h \
1614 WebCore/rendering/style/StyleMultiColData.cpp \
1615 WebCore/rendering/style/StyleMultiColData.h \
1616 WebCore/rendering/style/StyleRareInheritedData.cpp \
1617 WebCore/rendering/style/StyleRareInheritedData.h \
1618 WebCore/rendering/style/StyleRareNonInheritedData.cpp \
1619 WebCore/rendering/style/StyleRareNonInheritedData.h \
1620 WebCore/rendering/style/StyleReflection.h \
1621 WebCore/rendering/style/StyleSurroundData.cpp \
1622 WebCore/rendering/style/StyleSurroundData.h \
1623 WebCore/rendering/style/StyleTransformData.cpp \
1624 WebCore/rendering/style/StyleTransformData.h \
1625 WebCore/rendering/style/StyleVisualData.cpp \
1626 WebCore/rendering/style/StyleVisualData.h \
1627 WebCore/rendering/style/TimingFunction.h \
1628 WebCore/rendering/style/TransformOperation.h \
1629 WebCore/rendering/style/TransformOperations.cpp \
1630 WebCore/rendering/style/TransformOperations.h \
1631 WebCore/rendering/style/TranslateTransformOperation.cpp \
1632 WebCore/rendering/style/TranslateTransformOperation.h \
1633 WebCore/xml/DOMParser.cpp \
1634 WebCore/xml/DOMParser.h \
1635 WebCore/xml/XMLHttpRequest.cpp \
1636 WebCore/xml/XMLHttpRequest.h \
1637 WebCore/xml/XMLHttpRequestException.h \
1638 WebCore/xml/XMLHttpRequestProgressEvent.h \
1639 WebCore/xml/XMLHttpRequestUpload.cpp \
1640 WebCore/xml/XMLHttpRequestUpload.h \
1641 WebCore/xml/XMLSerializer.cpp \
1642 WebCore/xml/XMLSerializer.h
1644 webcoregtk_sources += \
1645 WebCore/bindings/js/ScriptControllerGtk.cpp \
1646 WebCore/plugins/gtk/PluginDataGtk.cpp \
1647 WebCore/plugins/gtk/PluginPackageGtk.cpp \
1648 WebCore/plugins/gtk/PluginViewGtk.cpp
1651 webcoregtk_sources += \
1652 WebCore/plugins/gtk/gtk2xtbin.c \
1653 WebCore/plugins/gtk/gtk2xtbin.h \
1654 WebCore/plugins/gtk/xembed.h
1657 webcoregtk_sources += \
1658 WebCore/page/gtk/AXObjectCacheAtk.cpp \
1659 WebCore/page/gtk/AccessibilityObjectAtk.cpp \
1660 WebCore/page/gtk/AccessibilityObjectWrapperAtk.cpp \
1661 WebCore/page/gtk/AccessibilityObjectWrapperAtk.h \
1662 WebCore/page/gtk/DragControllerGtk.cpp \
1663 WebCore/page/gtk/EventHandlerGtk.cpp \
1664 WebCore/page/gtk/FrameGtk.cpp \
1665 WebCore/platform/graphics/cairo/AffineTransformCairo.cpp \
1666 WebCore/platform/graphics/cairo/CairoPath.h \
1667 WebCore/platform/graphics/cairo/FontCairo.cpp \
1668 WebCore/platform/graphics/cairo/GradientCairo.cpp \
1669 WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
1670 WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
1671 WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
1672 WebCore/platform/graphics/cairo/ImageBufferData.h \
1673 WebCore/platform/graphics/cairo/ImageCairo.cpp \
1674 WebCore/platform/graphics/cairo/ImageSourceCairo.cpp \
1675 WebCore/platform/graphics/cairo/PathCairo.cpp \
1676 WebCore/platform/graphics/cairo/PatternCairo.cpp \
1677 WebCore/platform/graphics/gtk/ColorGtk.cpp \
1678 WebCore/platform/graphics/gtk/FontCacheGtk.cpp \
1679 WebCore/platform/graphics/gtk/FontCustomPlatformData.h \
1680 WebCore/platform/graphics/gtk/FontGtk.cpp \
1681 WebCore/platform/graphics/gtk/FontPlatformData.h \
1682 WebCore/platform/graphics/gtk/IconGtk.cpp \
1683 WebCore/platform/graphics/gtk/ImageGtk.cpp \
1684 WebCore/platform/graphics/gtk/IntPointGtk.cpp \
1685 WebCore/platform/graphics/gtk/IntRectGtk.cpp \
1686 WebCore/platform/gtk/ClipboardGtk.cpp \
1687 WebCore/platform/gtk/ClipboardGtk.h \
1688 WebCore/platform/gtk/ContextMenuGtk.cpp \
1689 WebCore/platform/gtk/ContextMenuItemGtk.cpp \
1690 WebCore/platform/gtk/CursorGtk.cpp \
1691 WebCore/platform/gtk/CursorGtk.h \
1692 WebCore/platform/gtk/DragDataGtk.cpp \
1693 WebCore/platform/gtk/DragImageGtk.cpp \
1694 WebCore/platform/gtk/EventLoopGtk.cpp \
1695 WebCore/platform/gtk/FileChooserGtk.cpp \
1696 WebCore/platform/gtk/FileSystemGtk.cpp \
1697 WebCore/platform/gtk/KURLGtk.cpp \
1698 WebCore/platform/gtk/KeyEventGtk.cpp \
1699 WebCore/platform/gtk/KeyboardCodes.h \
1700 WebCore/platform/gtk/Language.cpp \
1701 WebCore/platform/gtk/LocalizedStringsGtk.cpp \
1702 WebCore/platform/gtk/LoggingGtk.cpp \
1703 WebCore/platform/gtk/MIMETypeRegistryGtk.cpp \
1704 WebCore/platform/gtk/MouseEventGtk.cpp \
1705 WebCore/platform/gtk/PasteboardGtk.cpp \
1706 WebCore/platform/gtk/PasteboardHelper.h \
1707 WebCore/platform/gtk/PlatformScreenGtk.cpp \
1708 WebCore/platform/gtk/PopupMenuGtk.cpp \
1709 WebCore/platform/gtk/RenderThemeGtk.cpp \
1710 WebCore/platform/gtk/RenderThemeGtk.h \
1711 WebCore/platform/gtk/ScrollViewGtk.cpp \
1712 WebCore/platform/gtk/ScrollbarGtk.cpp \
1713 WebCore/platform/gtk/ScrollbarGtk.h \
1714 WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
1715 WebCore/platform/gtk/ScrollbarThemeGtk.h \
1716 WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
1717 WebCore/platform/gtk/SharedBufferGtk.cpp \
1718 WebCore/platform/gtk/SharedTimerGtk.cpp \
1719 WebCore/platform/gtk/SoundGtk.cpp \
1720 WebCore/platform/gtk/SystemTimeGtk.cpp \
1721 WebCore/platform/gtk/TemporaryLinkStubs.cpp \
1722 WebCore/platform/gtk/WheelEventGtk.cpp \
1723 WebCore/platform/gtk/WidgetGtk.cpp \
1724 WebCore/platform/gtk/gtk2drawing.c \
1725 WebCore/platform/gtk/gtkdrawing.h \
1726 WebCore/platform/gtk/guriescape.c \
1727 WebCore/platform/gtk/guriescape.h \
1728 WebCore/platform/image-decoders/ImageDecoder.h \
1729 WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
1730 WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
1731 WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp \
1732 WebCore/platform/image-decoders/gif/GIFImageDecoder.h \
1733 WebCore/platform/image-decoders/gif/GIFImageReader.cpp \
1734 WebCore/platform/image-decoders/gif/GIFImageReader.h \
1735 WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
1736 WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
1737 WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
1738 WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
1739 WebCore/platform/image-decoders/png/PNGImageDecoder.cpp \
1740 WebCore/platform/image-decoders/png/PNGImageDecoder.h \
1741 WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp \
1742 WebCore/platform/image-decoders/xbm/XBMImageDecoder.h \
1743 WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
1750 webcore_cppflags += \
1752 -I$(srcdir)/WebCore/platform/network/curl
1754 webcore_sources += \
1755 WebCore/platform/network/curl/AuthenticationChallenge.h \
1756 WebCore/platform/network/curl/CookieJarCurl.cpp \
1757 WebCore/platform/network/curl/DNSCurl.cpp \
1758 WebCore/platform/network/curl/FormDataStreamCurl.cpp \
1759 WebCore/platform/network/curl/FormDataStreamCurl.h \
1760 WebCore/platform/network/curl/ResourceError.h \
1761 WebCore/platform/network/curl/ResourceHandleCurl.cpp \
1762 WebCore/platform/network/curl/ResourceHandleManager.cpp \
1763 WebCore/platform/network/curl/ResourceHandleManager.h \
1764 WebCore/platform/network/curl/ResourceRequest.h \
1765 WebCore/platform/network/curl/ResourceResponse.h
1767 endif # END USE_CURL
1770 webcore_cppflags += \
1772 -I$(srcdir)/WebCore/platform/network/soup
1774 webcore_sources += \
1775 WebCore/platform/network/soup/AuthenticationChallenge.h \
1776 WebCore/platform/network/soup/CookieJarSoup.cpp \
1777 WebCore/platform/network/soup/DNSSoup.cpp \
1778 WebCore/platform/network/soup/ResourceError.h \
1779 WebCore/platform/network/soup/ResourceHandleSoup.cpp \
1780 WebCore/platform/network/soup/ResourceRequest.h \
1781 WebCore/platform/network/soup/ResourceResponse.h \
1782 WebCore/platform/network/soup/CookieJarSoup.h
1786 # Freetype font backend
1789 webcoregtk_cppflags += \
1792 webcoregtk_sources += \
1793 WebCore/platform/graphics/gtk/FontCustomPlatformData.cpp \
1794 WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp \
1795 WebCore/platform/graphics/gtk/GlyphPageTreeNodeGtk.cpp \
1796 WebCore/platform/graphics/gtk/SimpleFontDataGtk.cpp
1797 endif # END USE_FREETYPE
1800 # Pango font backend
1803 webcoregtk_cppflags += \
1806 webcoregtk_sources += \
1807 WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
1808 WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
1809 WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
1810 WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
1811 endif # END USE_PANGO
1814 # Offline Web Applications
1816 if ENABLE_OFFLINE_WEB_APPLICATIONS
1817 FEATURE_DEFINES_JAVASCRIPT += ENABLE_OFFLINE_WEB_APPLICATIONS=1
1820 WebCore/loader/appcache/DOMApplicationCache.idl
1822 webcore_cppflags += \
1823 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
1825 webcore_sources += \
1826 WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
1827 WebCore/loader/appcache/ApplicationCache.cpp \
1828 WebCore/loader/appcache/ApplicationCache.h \
1829 WebCore/loader/appcache/ApplicationCacheGroup.cpp \
1830 WebCore/loader/appcache/ApplicationCacheGroup.h \
1831 WebCore/loader/appcache/ApplicationCacheResource.cpp \
1832 WebCore/loader/appcache/ApplicationCacheResource.h \
1833 WebCore/loader/appcache/ApplicationCacheStorage.cpp \
1834 WebCore/loader/appcache/ApplicationCacheStorage.h \
1835 WebCore/loader/appcache/DOMApplicationCache.cpp \
1836 WebCore/loader/appcache/DOMApplicationCache.h \
1837 WebCore/loader/appcache/ManifestParser.cpp \
1838 WebCore/loader/appcache/ManifestParser.h
1840 endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
1845 if ENABLE_DASHBOARD_SUPPORT
1847 webcore_cppflags += \
1848 -DENABLE_DASHBOARD_SUPPORT=1
1850 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/DashboardSupportCSSPropertyNames.in
1852 endif # END ENABLE_DASHBOARD_SUPPORT
1858 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATABASE=1
1861 WebCore/storage/Database.idl \
1862 WebCore/storage/SQLError.idl \
1863 WebCore/storage/SQLResultSet.idl \
1864 WebCore/storage/SQLResultSetRowList.idl \
1865 WebCore/storage/SQLTransaction.idl
1867 webcore_cppflags += \
1868 -DENABLE_DATABASE=1 \
1869 -I$(top_srcdir)/WebCore/platform/sql \
1870 -I$(top_srcdir)/WebCore/storage
1872 webcore_sources += \
1873 WebCore/bindings/js/JSCustomSQLStatementCallback.cpp \
1874 WebCore/bindings/js/JSCustomSQLStatementCallback.h \
1875 WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
1876 WebCore/bindings/js/JSCustomSQLStatementErrorCallback.h \
1877 WebCore/bindings/js/JSCustomSQLTransactionCallback.cpp \
1878 WebCore/bindings/js/JSCustomSQLTransactionCallback.h \
1879 WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.cpp \
1880 WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.h \
1881 WebCore/bindings/js/JSDatabaseCustom.cpp \
1882 WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
1883 WebCore/bindings/js/JSSQLTransactionCustom.cpp \
1884 WebCore/platform/sql/SQLValue.cpp \
1885 WebCore/platform/sql/SQLValue.h \
1886 WebCore/platform/sql/SQLiteAuthorizer.cpp \
1887 WebCore/platform/sql/SQLiteDatabase.cpp \
1888 WebCore/platform/sql/SQLiteDatabase.h \
1889 WebCore/platform/sql/SQLiteStatement.cpp \
1890 WebCore/platform/sql/SQLiteStatement.h \
1891 WebCore/platform/sql/SQLiteTransaction.cpp \
1892 WebCore/platform/sql/SQLiteTransaction.h \
1893 WebCore/storage/ChangeVersionWrapper.cpp \
1894 WebCore/storage/ChangeVersionWrapper.h \
1895 WebCore/storage/Database.cpp \
1896 WebCore/storage/Database.h \
1897 WebCore/storage/DatabaseAuthorizer.cpp \
1898 WebCore/storage/DatabaseAuthorizer.h \
1899 WebCore/storage/DatabaseDetails.h \
1900 WebCore/storage/DatabaseTask.cpp \
1901 WebCore/storage/DatabaseTask.h \
1902 WebCore/storage/DatabaseThread.cpp \
1903 WebCore/storage/DatabaseThread.h \
1904 WebCore/storage/DatabaseTracker.cpp \
1905 WebCore/storage/DatabaseTracker.h \
1906 WebCore/storage/DatabaseTrackerClient.h \
1907 WebCore/storage/OriginQuotaManager.cpp \
1908 WebCore/storage/OriginQuotaManager.h \
1909 WebCore/storage/OriginUsageRecord.cpp \
1910 WebCore/storage/OriginUsageRecord.h \
1911 WebCore/storage/SQLError.h \
1912 WebCore/storage/SQLResultSet.cpp \
1913 WebCore/storage/SQLResultSet.h \
1914 WebCore/storage/SQLResultSetRowList.cpp \
1915 WebCore/storage/SQLResultSetRowList.h \
1916 WebCore/storage/SQLStatement.cpp \
1917 WebCore/storage/SQLStatement.h \
1918 WebCore/storage/SQLStatementCallback.h \
1919 WebCore/storage/SQLStatementErrorCallback.h \
1920 WebCore/storage/SQLTransaction.cpp \
1921 WebCore/storage/SQLTransaction.h \
1922 WebCore/storage/SQLTransactionCallback.h \
1923 WebCore/storage/SQLTransactionErrorCallback.h
1925 endif # END ENABLE_DATABASE
1928 # HTML5 client-side session and persistent storage
1930 if ENABLE_DOM_STORAGE
1931 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DOM_STORAGE=1
1934 WebCore/storage/Storage.idl \
1935 WebCore/storage/StorageEvent.idl
1937 webcore_cppflags += \
1938 -DENABLE_DOM_STORAGE=1 \
1939 -I$(top_srcdir)/WebCore/storage
1941 webcore_sources += \
1942 WebCore/bindings/js/JSStorageCustom.cpp \
1943 WebCore/storage/LocalStorage.cpp \
1944 WebCore/storage/LocalStorage.h \
1945 WebCore/storage/LocalStorageArea.cpp \
1946 WebCore/storage/LocalStorageArea.h \
1947 WebCore/storage/LocalStorageTask.cpp \
1948 WebCore/storage/LocalStorageTask.h \
1949 WebCore/storage/LocalStorageThread.cpp \
1950 WebCore/storage/LocalStorageThread.h \
1951 WebCore/storage/SessionStorage.cpp \
1952 WebCore/storage/SessionStorage.h \
1953 WebCore/storage/SessionStorageArea.cpp \
1954 WebCore/storage/SessionStorageArea.h \
1955 WebCore/storage/Storage.cpp \
1956 WebCore/storage/Storage.h \
1957 WebCore/storage/StorageArea.cpp \
1958 WebCore/storage/StorageArea.h \
1959 WebCore/storage/StorageEvent.cpp \
1960 WebCore/storage/StorageEvent.h \
1961 WebCore/storage/StorageMap.cpp \
1962 WebCore/storage/StorageMap.h
1963 endif # END ENABLE_DOM_STORAGE
1966 # Icon Database Support
1968 if ENABLE_ICONDATABASE
1969 webcore_cppflags += -DENABLE_ICONDATABASE=1
1971 webcore_sources += \
1972 WebCore/loader/icon/IconDatabase.cpp \
1973 WebCore/loader/icon/IconDatabase.h \
1974 WebCore/loader/icon/IconDatabaseClient.h \
1975 WebCore/loader/icon/IconRecord.cpp \
1976 WebCore/loader/icon/IconRecord.h \
1977 WebCore/loader/icon/PageURLRecord.cpp \
1978 WebCore/loader/icon/PageURLRecord.h
1981 webcore_sources += \
1982 WebCore/loader/icon/IconDatabaseNone.cpp
1984 endif # END ENABLE_ICONDATABASE
1990 FEATURE_DEFINES_JAVASCRIPT += ENABLE_VIDEO=1
1992 HTML_FEATURES += ENABLE_VIDEO=1
1993 webcore_cppflags += -DENABLE_VIDEO=1
1996 webcore_cppflags += -DGST_DISABLE_DEPRECATED
1997 endif # END ENABLE_DEBUG
2000 WebCore/html/HTMLAudioElement.idl \
2001 WebCore/html/HTMLMediaElement.idl \
2002 WebCore/html/HTMLSourceElement.idl \
2003 WebCore/html/HTMLVideoElement.idl \
2004 WebCore/html/MediaError.idl \
2005 WebCore/html/TimeRanges.idl \
2006 WebCore/html/VoidCallback.idl
2008 webcore_sources += \
2009 WebCore/bindings/js/JSAudioConstructor.cpp \
2010 WebCore/bindings/js/JSAudioConstructor.h \
2011 WebCore/html/HTMLAudioElement.cpp \
2012 WebCore/html/HTMLAudioElement.h \
2013 WebCore/html/HTMLMediaElement.cpp \
2014 WebCore/html/HTMLMediaElement.h \
2015 WebCore/html/HTMLSourceElement.cpp \
2016 WebCore/html/HTMLSourceElement.h \
2017 WebCore/html/HTMLVideoElement.cpp \
2018 WebCore/html/HTMLVideoElement.h \
2019 WebCore/html/TimeRanges.cpp \
2020 WebCore/html/TimeRanges.h \
2021 WebCore/platform/graphics/MediaPlayer.cpp \
2022 WebCore/rendering/MediaControlElements.cpp \
2023 WebCore/rendering/RenderMedia.cpp \
2024 WebCore/rendering/RenderMedia.h \
2025 WebCore/rendering/RenderVideo.cpp \
2026 WebCore/rendering/RenderVideo.h
2028 webcoregtk_sources += \
2029 WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp \
2030 WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h \
2031 WebCore/platform/graphics/gtk/VideoSinkGStreamer.cpp \
2032 WebCore/platform/graphics/gtk/VideoSinkGStreamer.h
2034 endif # END ENABLE_VIDEO
2040 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XPATH=1
2042 webcore_cppflags += -DENABLE_XPATH=1
2044 webcore_built_sources += \
2045 DerivedSources/XPathGrammar.cpp \
2046 DerivedSources/XPathGrammar.h
2049 WebCore/xml/XPathEvaluator.idl \
2050 WebCore/xml/XPathException.idl \
2051 WebCore/xml/XPathExpression.idl \
2052 WebCore/xml/XPathNSResolver.idl \
2053 WebCore/xml/XPathResult.idl
2055 webcore_sources += \
2056 WebCore/xml/NativeXPathNSResolver.cpp \
2057 WebCore/xml/NativeXPathNSResolver.h \
2058 WebCore/xml/XPathEvaluator.cpp \
2059 WebCore/xml/XPathEvaluator.h \
2060 WebCore/xml/XPathException.h \
2061 WebCore/xml/XPathExpression.cpp \
2062 WebCore/xml/XPathExpression.h \
2063 WebCore/xml/XPathExpressionNode.cpp \
2064 WebCore/xml/XPathExpressionNode.h \
2065 WebCore/xml/XPathFunctions.cpp \
2066 WebCore/xml/XPathFunctions.h \
2067 WebCore/xml/XPathNSResolver.cpp \
2068 WebCore/xml/XPathNSResolver.h \
2069 WebCore/xml/XPathNamespace.cpp \
2070 WebCore/xml/XPathNamespace.h \
2071 WebCore/xml/XPathNodeSet.cpp \
2072 WebCore/xml/XPathNodeSet.h \
2073 WebCore/xml/XPathParser.cpp \
2074 WebCore/xml/XPathParser.h \
2075 WebCore/xml/XPathPath.cpp \
2076 WebCore/xml/XPathPath.h \
2077 WebCore/xml/XPathPredicate.cpp \
2078 WebCore/xml/XPathPredicate.h \
2079 WebCore/xml/XPathResult.cpp \
2080 WebCore/xml/XPathResult.h \
2081 WebCore/xml/XPathStep.cpp \
2082 WebCore/xml/XPathStep.h \
2083 WebCore/xml/XPathUtil.cpp \
2084 WebCore/xml/XPathUtil.h \
2085 WebCore/xml/XPathValue.cpp \
2086 WebCore/xml/XPathValue.h \
2087 WebCore/xml/XPathVariableReference.cpp \
2088 WebCore/xml/XPathVariableReference.h
2091 $(GENSOURCES)/XPathGrammar.h: $(GENSOURCES)/XPathGrammar.cpp;
2093 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
2094 $(GENSOURCES)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
2095 rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2096 $(BISON) -d -p xpathyy $< -o $(GENSOURCES)/XPathGrammar.cpp
2097 touch $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2098 echo '#ifndef XPathGrammar_h' > $(GENSOURCES)/XPathGrammar.h
2099 echo '#define XPathGrammar_h' >> $(GENSOURCES)/XPathGrammar.h
2100 cat $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp >> $(GENSOURCES)/XPathGrammar.h
2101 echo '#endif' >> $(GENSOURCES)/XPathGrammar.h
2102 rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
2104 endif # END ENABLE_XPATH
2110 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XSLT=1
2112 webcore_cppflags += -DENABLE_XSLT=1
2114 webcore_sources += \
2115 WebCore/xml/XSLImportRule.cpp \
2116 WebCore/xml/XSLImportRule.h \
2117 WebCore/xml/XSLStyleSheet.cpp \
2118 WebCore/xml/XSLStyleSheet.h \
2119 WebCore/xml/XSLTExtensions.cpp \
2120 WebCore/xml/XSLTExtensions.h \
2121 WebCore/xml/XSLTProcessor.cpp \
2122 WebCore/xml/XSLTProcessor.h \
2123 WebCore/xml/XSLTUnicodeSort.cpp \
2124 WebCore/xml/XSLTUnicodeSort.h
2125 endif # END ENABLE_XSLT
2128 # Web Workers support
2131 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WORKERS=1
2133 webcore_cppflags += \
2136 webcore_built_nosources += \
2137 WebCore/bindings/js/JSWorkerContextBase.lut.h
2139 webcore_sources += \
2140 WebCore/bindings/js/JSWorkerConstructor.cpp \
2141 WebCore/bindings/js/JSWorkerConstructor.h \
2142 WebCore/bindings/js/JSWorkerContextBase.cpp \
2143 WebCore/bindings/js/JSWorkerContextBase.h \
2144 WebCore/bindings/js/JSWorkerContextCustom.cpp \
2145 WebCore/bindings/js/JSWorkerCustom.cpp \
2146 WebCore/bindings/js/WorkerScriptController.cpp \
2147 WebCore/bindings/js/WorkerScriptController.h \
2148 WebCore/dom/WorkerContext.cpp \
2149 WebCore/dom/WorkerContext.h \
2150 WebCore/dom/Worker.cpp \
2151 WebCore/dom/Worker.h \
2152 WebCore/dom/WorkerLocation.cpp \
2153 WebCore/dom/WorkerLocation.h \
2154 WebCore/dom/WorkerMessagingProxy.cpp \
2155 WebCore/dom/WorkerMessagingProxy.h \
2156 WebCore/dom/WorkerTask.cpp \
2157 WebCore/dom/WorkerTask.h \
2158 WebCore/dom/WorkerThread.cpp \
2159 WebCore/dom/WorkerThread.h \
2160 WebCore/page/WorkerNavigator.cpp \
2161 WebCore/page/WorkerNavigator.h
2168 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WML=1
2170 webcore_built_sources += \
2171 DerivedSources/WMLElementFactory.cpp \
2172 DerivedSources/WMLNames.cpp
2174 webcore_cppflags += \
2176 -I\$(top_srcdir)/WebCore/wml
2178 webcore_sources += \
2179 WebCore/wml/WMLAElement.cpp \
2180 WebCore/wml/WMLAccessElement.cpp \
2181 WebCore/wml/WMLAnchorElement.cpp \
2182 WebCore/wml/WMLBRElement.cpp \
2183 WebCore/wml/WMLCardElement.cpp \
2184 WebCore/wml/WMLDoElement.cpp \
2185 WebCore/wml/WMLDocument.cpp \
2186 WebCore/wml/WMLElement.cpp \
2187 WebCore/wml/WMLErrorHandling.cpp \
2188 WebCore/wml/WMLEventHandlingElement.cpp \
2189 WebCore/wml/WMLGoElement.cpp \
2190 WebCore/wml/WMLImageElement.cpp \
2191 WebCore/wml/WMLImageLoader.cpp \
2192 WebCore/wml/WMLIntrinsicEvent.cpp \
2193 WebCore/wml/WMLIntrinsicEventHandler.cpp \
2194 WebCore/wml/WMLNoopElement.cpp \
2195 WebCore/wml/WMLOnEventElement.cpp \
2196 WebCore/wml/WMLPElement.cpp \
2197 WebCore/wml/WMLPageState.cpp \
2198 WebCore/wml/WMLPostfieldElement.cpp \
2199 WebCore/wml/WMLPrevElement.cpp \
2200 WebCore/wml/WMLRefreshElement.cpp \
2201 WebCore/wml/WMLSetvarElement.cpp \
2202 WebCore/wml/WMLTableElement.cpp \
2203 WebCore/wml/WMLTaskElement.cpp \
2204 WebCore/wml/WMLTemplateElement.cpp \
2205 WebCore/wml/WMLTimerElement.cpp \
2206 WebCore/wml/WMLVariables.cpp
2208 # WML tag and attribute names
2209 DerivedSources/WMLNames.cpp: DerivedSources/WMLElementFactory.cpp;
2211 DerivedSources/WMLElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/wml/WMLTagNames.in $(WebCore)/wml/WMLAttributeNames.in
2212 $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2213 endif # END ENABLE_WML
2218 if ENABLE_GEOLOCATION
2220 FEATURE_DEFINES_JAVASCRIPT += ENABLE_GEOLOCATION=1
2221 webcore_cppflags += \
2222 -DENABLE_GEOLOCATION=1
2224 webcoregtk_sources += \
2225 WebCore/platform/gtk/GeolocationServiceGtk.h \
2226 WebCore/platform/gtk/GeolocationServiceGtk.cpp
2227 endif # END ENABLE_GEOLOCATION
2233 # FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
2236 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG=1
2238 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in
2239 WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
2241 webcoregtk_cppflags += \
2242 -I$(srcdir)/WebCore/svg/graphics/cairo
2244 webcore_built_sources += \
2245 DerivedSources/JSSVGElementWrapperFactory.cpp \
2246 DerivedSources/SVGElementFactory.cpp \
2247 DerivedSources/SVGNames.cpp \
2248 DerivedSources/XLinkNames.cpp
2251 WebCore/svg/ElementTimeControl.idl \
2252 WebCore/svg/SVGAElement.idl \
2253 WebCore/svg/SVGAltGlyphElement.idl \
2254 WebCore/svg/SVGAngle.idl \
2255 WebCore/svg/SVGAnimateColorElement.idl \
2256 WebCore/svg/SVGAnimateElement.idl \
2257 WebCore/svg/SVGAnimateTransformElement.idl \
2258 WebCore/svg/SVGAnimatedAngle.idl \
2259 WebCore/svg/SVGAnimatedBoolean.idl \
2260 WebCore/svg/SVGAnimatedEnumeration.idl \
2261 WebCore/svg/SVGAnimatedInteger.idl \
2262 WebCore/svg/SVGAnimatedLength.idl \
2263 WebCore/svg/SVGAnimatedLengthList.idl \
2264 WebCore/svg/SVGAnimatedNumber.idl \
2265 WebCore/svg/SVGAnimatedNumberList.idl \
2266 WebCore/svg/SVGAnimatedPathData.idl \
2267 WebCore/svg/SVGAnimatedPoints.idl \
2268 WebCore/svg/SVGAnimatedPreserveAspectRatio.idl \
2269 WebCore/svg/SVGAnimatedRect.idl \
2270 WebCore/svg/SVGAnimatedString.idl \
2271 WebCore/svg/SVGAnimatedTransformList.idl \
2272 WebCore/svg/SVGAnimationElement.idl \
2273 WebCore/svg/SVGCircleElement.idl \
2274 WebCore/svg/SVGClipPathElement.idl \
2275 WebCore/svg/SVGColor.idl \
2276 WebCore/svg/SVGComponentTransferFunctionElement.idl \
2277 WebCore/svg/SVGCursorElement.idl \
2278 WebCore/svg/SVGDefinitionSrcElement.idl \
2279 WebCore/svg/SVGDefsElement.idl \
2280 WebCore/svg/SVGDescElement.idl \
2281 WebCore/svg/SVGDocument.idl \
2282 WebCore/svg/SVGElement.idl \
2283 WebCore/svg/SVGElementInstance.idl \
2284 WebCore/svg/SVGElementInstanceList.idl \
2285 WebCore/svg/SVGEllipseElement.idl \
2286 WebCore/svg/SVGException.idl \
2287 WebCore/svg/SVGExternalResourcesRequired.idl \
2288 WebCore/svg/SVGFEBlendElement.idl \
2289 WebCore/svg/SVGFEColorMatrixElement.idl \
2290 WebCore/svg/SVGFEComponentTransferElement.idl \
2291 WebCore/svg/SVGFECompositeElement.idl \
2292 WebCore/svg/SVGFEDiffuseLightingElement.idl \
2293 WebCore/svg/SVGFEDisplacementMapElement.idl \
2294 WebCore/svg/SVGFEDistantLightElement.idl \
2295 WebCore/svg/SVGFEFloodElement.idl \
2296 WebCore/svg/SVGFEFuncAElement.idl \
2297 WebCore/svg/SVGFEFuncBElement.idl \
2298 WebCore/svg/SVGFEFuncGElement.idl \
2299 WebCore/svg/SVGFEFuncRElement.idl \
2300 WebCore/svg/SVGFEGaussianBlurElement.idl \
2301 WebCore/svg/SVGFEImageElement.idl \
2302 WebCore/svg/SVGFEMergeElement.idl \
2303 WebCore/svg/SVGFEMergeNodeElement.idl \
2304 WebCore/svg/SVGFEOffsetElement.idl \
2305 WebCore/svg/SVGFEPointLightElement.idl \
2306 WebCore/svg/SVGFESpecularLightingElement.idl \
2307 WebCore/svg/SVGFESpotLightElement.idl \
2308 WebCore/svg/SVGFETileElement.idl \
2309 WebCore/svg/SVGFETurbulenceElement.idl \
2310 WebCore/svg/SVGFilterElement.idl \
2311 WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
2312 WebCore/svg/SVGFitToViewBox.idl \
2313 WebCore/svg/SVGFontElement.idl \
2314 WebCore/svg/SVGFontFaceElement.idl \
2315 WebCore/svg/SVGFontFaceFormatElement.idl \
2316 WebCore/svg/SVGFontFaceNameElement.idl \
2317 WebCore/svg/SVGFontFaceSrcElement.idl \
2318 WebCore/svg/SVGFontFaceUriElement.idl \
2319 WebCore/svg/SVGForeignObjectElement.idl \
2320 WebCore/svg/SVGGElement.idl \
2321 WebCore/svg/SVGGlyphElement.idl \
2322 WebCore/svg/SVGGradientElement.idl \
2323 WebCore/svg/SVGHKernElement.idl \
2324 WebCore/svg/SVGImageElement.idl \
2325 WebCore/svg/SVGLangSpace.idl \
2326 WebCore/svg/SVGLength.idl \
2327 WebCore/svg/SVGLengthList.idl \
2328 WebCore/svg/SVGLineElement.idl \
2329 WebCore/svg/SVGLinearGradientElement.idl \
2330 WebCore/svg/SVGLocatable.idl \
2331 WebCore/svg/SVGMarkerElement.idl \
2332 WebCore/svg/SVGMaskElement.idl \
2333 WebCore/svg/SVGMatrix.idl \
2334 WebCore/svg/SVGMetadataElement.idl \
2335 WebCore/svg/SVGMissingGlyphElement.idl \
2336 WebCore/svg/SVGNumber.idl \
2337 WebCore/svg/SVGNumberList.idl \
2338 WebCore/svg/SVGPaint.idl \
2339 WebCore/svg/SVGPathElement.idl \
2340 WebCore/svg/SVGPathSeg.idl \
2341 WebCore/svg/SVGPathSegArcAbs.idl \
2342 WebCore/svg/SVGPathSegArcRel.idl \
2343 WebCore/svg/SVGPathSegClosePath.idl \
2344 WebCore/svg/SVGPathSegCurvetoCubicAbs.idl \
2345 WebCore/svg/SVGPathSegCurvetoCubicRel.idl \
2346 WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
2347 WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
2348 WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl \
2349 WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl \
2350 WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
2351 WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
2352 WebCore/svg/SVGPathSegLinetoAbs.idl \
2353 WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl \
2354 WebCore/svg/SVGPathSegLinetoHorizontalRel.idl \
2355 WebCore/svg/SVGPathSegLinetoRel.idl \
2356 WebCore/svg/SVGPathSegLinetoVerticalAbs.idl \
2357 WebCore/svg/SVGPathSegLinetoVerticalRel.idl \
2358 WebCore/svg/SVGPathSegList.idl \
2359 WebCore/svg/SVGPathSegMovetoAbs.idl \
2360 WebCore/svg/SVGPathSegMovetoRel.idl \
2361 WebCore/svg/SVGPatternElement.idl \
2362 WebCore/svg/SVGPoint.idl \
2363 WebCore/svg/SVGPointList.idl \
2364 WebCore/svg/SVGPolygonElement.idl \
2365 WebCore/svg/SVGPolylineElement.idl \
2366 WebCore/svg/SVGPreserveAspectRatio.idl \
2367 WebCore/svg/SVGRadialGradientElement.idl \
2368 WebCore/svg/SVGRect.idl \
2369 WebCore/svg/SVGRectElement.idl \
2370 WebCore/svg/SVGRenderingIntent.idl \
2371 WebCore/svg/SVGSVGElement.idl \
2372 WebCore/svg/SVGScriptElement.idl \
2373 WebCore/svg/SVGSetElement.idl \
2374 WebCore/svg/SVGStopElement.idl \
2375 WebCore/svg/SVGStringList.idl \
2376 WebCore/svg/SVGStylable.idl \
2377 WebCore/svg/SVGStyleElement.idl \
2378 WebCore/svg/SVGSwitchElement.idl \
2379 WebCore/svg/SVGSymbolElement.idl \
2380 WebCore/svg/SVGTRefElement.idl \
2381 WebCore/svg/SVGTSpanElement.idl \
2382 WebCore/svg/SVGTests.idl \
2383 WebCore/svg/SVGTextContentElement.idl \
2384 WebCore/svg/SVGTextElement.idl \
2385 WebCore/svg/SVGTextPathElement.idl \
2386 WebCore/svg/SVGTextPositioningElement.idl \
2387 WebCore/svg/SVGTitleElement.idl \
2388 WebCore/svg/SVGTransform.idl \
2389 WebCore/svg/SVGTransformList.idl \
2390 WebCore/svg/SVGTransformable.idl \
2391 WebCore/svg/SVGURIReference.idl \
2392 WebCore/svg/SVGUnitTypes.idl \
2393 WebCore/svg/SVGUseElement.idl \
2394 WebCore/svg/SVGViewElement.idl \
2395 WebCore/svg/SVGViewSpec.idl \
2396 WebCore/svg/SVGZoomAndPan.idl \
2397 WebCore/svg/SVGZoomEvent.idl
2399 webcore_cppflags += \
2401 -I\$(top_srcdir)/WebCore/svg \
2402 -I\$(top_srcdir)/WebCore/svg/animation \
2403 -I\$(top_srcdir)/WebCore/svg/graphics \
2404 -I\$(top_srcdir)/WebCore/svg/graphics/filters
2406 webcore_sources += \
2407 WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
2408 WebCore/bindings/js/JSSVGLengthCustom.cpp \
2409 WebCore/bindings/js/JSSVGMatrixCustom.cpp \
2410 WebCore/bindings/js/JSSVGPODTypeWrapper.h \
2411 WebCore/bindings/js/JSSVGPathSegCustom.cpp \
2412 WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
2413 WebCore/bindings/js/JSSVGPointListCustom.cpp \
2414 WebCore/bindings/js/JSSVGTransformListCustom.cpp \
2415 WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
2416 WebCore/css/SVGCSSParser.cpp \
2417 WebCore/css/SVGCSSStyleSelector.cpp \
2418 WebCore/platform/graphics/filters/FEBlend.cpp \
2419 WebCore/platform/graphics/filters/FEColorMatrix.cpp \
2420 WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
2421 WebCore/platform/graphics/filters/FEComposite.cpp \
2422 WebCore/rendering/PointerEventsHitRules.cpp \
2423 WebCore/rendering/PointerEventsHitRules.h \
2424 WebCore/rendering/RenderForeignObject.cpp \
2425 WebCore/rendering/RenderForeignObject.h \
2426 WebCore/rendering/RenderPath.cpp \
2427 WebCore/rendering/RenderPath.h \
2428 WebCore/rendering/RenderSVGBlock.cpp \
2429 WebCore/rendering/RenderSVGBlock.h \
2430 WebCore/rendering/RenderSVGContainer.cpp \
2431 WebCore/rendering/RenderSVGContainer.h \
2432 WebCore/rendering/RenderSVGGradientStop.cpp \
2433 WebCore/rendering/RenderSVGGradientStop.h \
2434 WebCore/rendering/RenderSVGHiddenContainer.cpp \
2435 WebCore/rendering/RenderSVGHiddenContainer.h \
2436 WebCore/rendering/RenderSVGImage.cpp \
2437 WebCore/rendering/RenderSVGImage.h \
2438 WebCore/rendering/RenderSVGInline.cpp \
2439 WebCore/rendering/RenderSVGInline.h \
2440 WebCore/rendering/RenderSVGInlineText.cpp \
2441 WebCore/rendering/RenderSVGInlineText.h \
2442 WebCore/rendering/RenderSVGRoot.cpp \
2443 WebCore/rendering/RenderSVGRoot.h \
2444 WebCore/rendering/RenderSVGTSpan.cpp \
2445 WebCore/rendering/RenderSVGTSpan.h \
2446 WebCore/rendering/RenderSVGText.cpp \
2447 WebCore/rendering/RenderSVGText.h \
2448 WebCore/rendering/RenderSVGTextPath.cpp \
2449 WebCore/rendering/RenderSVGTextPath.h \
2450 WebCore/rendering/RenderSVGTransformableContainer.cpp \
2451 WebCore/rendering/RenderSVGTransformableContainer.h \
2452 WebCore/rendering/RenderSVGViewportContainer.cpp \
2453 WebCore/rendering/RenderSVGViewportContainer.h \
2454 WebCore/rendering/SVGCharacterLayoutInfo.cpp \
2455 WebCore/rendering/SVGCharacterLayoutInfo.h \
2456 WebCore/rendering/SVGInlineFlowBox.cpp \
2457 WebCore/rendering/SVGInlineFlowBox.h \
2458 WebCore/rendering/SVGInlineTextBox.cpp \
2459 WebCore/rendering/SVGInlineTextBox.h \
2460 WebCore/rendering/SVGRenderSupport.cpp \
2461 WebCore/rendering/SVGRenderSupport.h \
2462 WebCore/rendering/SVGRenderTreeAsText.cpp \
2463 WebCore/rendering/SVGRenderTreeAsText.h \
2464 WebCore/rendering/SVGRootInlineBox.cpp \
2465 WebCore/rendering/SVGRootInlineBox.h \
2466 WebCore/rendering/style/SVGRenderStyle.cpp \
2467 WebCore/rendering/style/SVGRenderStyle.h \
2468 WebCore/rendering/style/SVGRenderStyleDefs.cpp \
2469 WebCore/rendering/style/SVGRenderStyleDefs.h \
2470 WebCore/svg/ColorDistance.cpp \
2471 WebCore/svg/ColorDistance.h \
2472 WebCore/svg/ElementTimeControl.h \
2473 WebCore/svg/Filter.cpp \
2474 WebCore/svg/Filter.h \
2475 WebCore/svg/FilterBuilder.h \
2476 WebCore/svg/FilterEffect.cpp \
2477 WebCore/svg/FilterEffect.h \
2478 WebCore/svg/GradientAttributes.h \
2479 WebCore/svg/LinearGradientAttributes.h \
2480 WebCore/svg/PatternAttributes.h \
2481 WebCore/svg/RadialGradientAttributes.h \
2482 WebCore/svg/SVGAElement.cpp \
2483 WebCore/svg/SVGAElement.h \
2484 WebCore/svg/SVGAltGlyphElement.cpp \
2485 WebCore/svg/SVGAltGlyphElement.h \
2486 WebCore/svg/SVGAngle.cpp \
2487 WebCore/svg/SVGAngle.h \
2488 WebCore/svg/SVGAnimateColorElement.cpp \
2489 WebCore/svg/SVGAnimateColorElement.h \
2490 WebCore/svg/SVGAnimateElement.cpp \
2491 WebCore/svg/SVGAnimateElement.h \
2492 WebCore/svg/SVGAnimateMotionElement.cpp \
2493 WebCore/svg/SVGAnimateMotionElement.h \
2494 WebCore/svg/SVGAnimateTransformElement.cpp \
2495 WebCore/svg/SVGAnimateTransformElement.h \
2496 WebCore/svg/SVGAnimatedPathData.cpp \
2497 WebCore/svg/SVGAnimatedPathData.h \
2498 WebCore/svg/SVGAnimatedPoints.cpp \
2499 WebCore/svg/SVGAnimatedPoints.h \
2500 WebCore/svg/SVGAnimatedProperty.h \
2501 WebCore/svg/SVGAnimatedTemplate.h \
2502 WebCore/svg/SVGAnimationElement.cpp \
2503 WebCore/svg/SVGAnimationElement.h \
2504 WebCore/svg/SVGCircleElement.cpp \
2505 WebCore/svg/SVGCircleElement.h \
2506 WebCore/svg/SVGClipPathElement.cpp \
2507 WebCore/svg/SVGClipPathElement.h \
2508 WebCore/svg/SVGColor.cpp \
2509 WebCore/svg/SVGColor.h \
2510 WebCore/svg/SVGComponentTransferFunctionElement.cpp \
2511 WebCore/svg/SVGComponentTransferFunctionElement.h \
2512 WebCore/svg/SVGCursorElement.cpp \
2513 WebCore/svg/SVGCursorElement.h \
2514 WebCore/svg/SVGDefinitionSrcElement.cpp \
2515 WebCore/svg/SVGDefinitionSrcElement.h \
2516 WebCore/svg/SVGDefsElement.cpp \
2517 WebCore/svg/SVGDefsElement.h \
2518 WebCore/svg/SVGDescElement.cpp \
2519 WebCore/svg/SVGDescElement.h \
2520 WebCore/svg/SVGDocument.cpp \
2521 WebCore/svg/SVGDocument.h \
2522 WebCore/svg/SVGDocumentExtensions.cpp \
2523 WebCore/svg/SVGDocumentExtensions.h \
2524 WebCore/svg/SVGElement.cpp \
2525 WebCore/svg/SVGElement.h \
2526 WebCore/svg/SVGElementInstance.cpp \
2527 WebCore/svg/SVGElementInstance.h \
2528 WebCore/svg/SVGElementInstanceList.cpp \
2529 WebCore/svg/SVGElementInstanceList.h \
2530 WebCore/svg/SVGEllipseElement.cpp \
2531 WebCore/svg/SVGEllipseElement.h \
2532 WebCore/svg/SVGException.h \
2533 WebCore/svg/SVGExternalResourcesRequired.cpp \
2534 WebCore/svg/SVGExternalResourcesRequired.h \
2535 WebCore/svg/SVGFEBlendElement.cpp \
2536 WebCore/svg/SVGFEBlendElement.h \
2537 WebCore/svg/SVGFEColorMatrixElement.cpp \
2538 WebCore/svg/SVGFEColorMatrixElement.h \
2539 WebCore/svg/SVGFEComponentTransferElement.cpp \
2540 WebCore/svg/SVGFEComponentTransferElement.h \
2541 WebCore/svg/SVGFECompositeElement.cpp \
2542 WebCore/svg/SVGFECompositeElement.h \
2543 WebCore/svg/SVGFEDiffuseLightingElement.cpp \
2544 WebCore/svg/SVGFEDiffuseLightingElement.h \
2545 WebCore/svg/SVGFEDisplacementMapElement.cpp \
2546 WebCore/svg/SVGFEDisplacementMapElement.h \
2547 WebCore/svg/SVGFEDistantLightElement.cpp \
2548 WebCore/svg/SVGFEDistantLightElement.h \
2549 WebCore/svg/SVGFEFloodElement.cpp \
2550 WebCore/svg/SVGFEFloodElement.h \
2551 WebCore/svg/SVGFEFuncAElement.cpp \
2552 WebCore/svg/SVGFEFuncAElement.h \
2553 WebCore/svg/SVGFEFuncBElement.cpp \
2554 WebCore/svg/SVGFEFuncBElement.h \
2555 WebCore/svg/SVGFEFuncGElement.cpp \
2556 WebCore/svg/SVGFEFuncGElement.h \
2557 WebCore/svg/SVGFEFuncRElement.cpp \
2558 WebCore/svg/SVGFEFuncRElement.h \
2559 WebCore/svg/SVGFEGaussianBlurElement.cpp \
2560 WebCore/svg/SVGFEGaussianBlurElement.h \
2561 WebCore/svg/SVGFEImageElement.cpp \
2562 WebCore/svg/SVGFEImageElement.h \
2563 WebCore/svg/SVGFELightElement.cpp \
2564 WebCore/svg/SVGFELightElement.h \
2565 WebCore/svg/SVGFEMergeElement.cpp \
2566 WebCore/svg/SVGFEMergeElement.h \
2567 WebCore/svg/SVGFEMergeNodeElement.cpp \
2568 WebCore/svg/SVGFEMergeNodeElement.h \
2569 WebCore/svg/SVGFEOffsetElement.cpp \
2570 WebCore/svg/SVGFEOffsetElement.h \
2571 WebCore/svg/SVGFEPointLightElement.cpp \
2572 WebCore/svg/SVGFEPointLightElement.h \
2573 WebCore/svg/SVGFESpecularLightingElement.cpp \
2574 WebCore/svg/SVGFESpecularLightingElement.h \
2575 WebCore/svg/SVGFESpotLightElement.cpp \
2576 WebCore/svg/SVGFESpotLightElement.h \
2577 WebCore/svg/SVGFETileElement.cpp \
2578 WebCore/svg/SVGFETileElement.h \
2579 WebCore/svg/SVGFETurbulenceElement.cpp \
2580 WebCore/svg/SVGFETurbulenceElement.h \
2581 WebCore/svg/SVGFilterElement.cpp \
2582 WebCore/svg/SVGFilterElement.h \
2583 WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
2584 WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
2585 WebCore/svg/SVGFitToViewBox.cpp \
2586 WebCore/svg/SVGFitToViewBox.h \
2587 WebCore/svg/SVGFont.cpp \
2588 WebCore/svg/SVGFontData.cpp \
2589 WebCore/svg/SVGFontData.h \
2590 WebCore/svg/SVGFontElement.cpp \
2591 WebCore/svg/SVGFontElement.h \
2592 WebCore/svg/SVGFontFaceElement.cpp \
2593 WebCore/svg/SVGFontFaceElement.h \
2594 WebCore/svg/SVGFontFaceFormatElement.cpp \
2595 WebCore/svg/SVGFontFaceFormatElement.h \
2596 WebCore/svg/SVGFontFaceNameElement.cpp \
2597 WebCore/svg/SVGFontFaceNameElement.h \
2598 WebCore/svg/SVGFontFaceSrcElement.cpp \
2599 WebCore/svg/SVGFontFaceSrcElement.h \
2600 WebCore/svg/SVGFontFaceUriElement.cpp \
2601 WebCore/svg/SVGFontFaceUriElement.h \
2602 WebCore/svg/SVGForeignObjectElement.cpp \
2603 WebCore/svg/SVGForeignObjectElement.h \
2604 WebCore/svg/SVGGElement.cpp \
2605 WebCore/svg/SVGGElement.h \
2606 WebCore/svg/SVGGlyphElement.cpp \
2607 WebCore/svg/SVGGlyphElement.h \
2608 WebCore/svg/SVGGlyphMap.h \
2609 WebCore/svg/SVGGradientElement.cpp \
2610 WebCore/svg/SVGGradientElement.h \
2611 WebCore/svg/SVGHKernElement.cpp \
2612 WebCore/svg/SVGHKernElement.h \
2613 WebCore/svg/SVGImageElement.cpp \
2614 WebCore/svg/SVGImageElement.h \
2615 WebCore/svg/SVGImageLoader.cpp \
2616 WebCore/svg/SVGImageLoader.h \
2617 WebCore/svg/SVGLangSpace.cpp \
2618 WebCore/svg/SVGLangSpace.h \
2619 WebCore/svg/SVGLength.cpp \
2620 WebCore/svg/SVGLength.h \
2621 WebCore/svg/SVGLengthList.cpp \
2622 WebCore/svg/SVGLengthList.h \
2623 WebCore/svg/SVGLineElement.cpp \
2624 WebCore/svg/SVGLineElement.h \
2625 WebCore/svg/SVGLinearGradientElement.cpp \
2626 WebCore/svg/SVGLinearGradientElement.h \
2627 WebCore/svg/SVGList.h \
2628 WebCore/svg/SVGListTraits.h \
2629 WebCore/svg/SVGLocatable.cpp \
2630 WebCore/svg/SVGLocatable.h \
2631 WebCore/svg/SVGMPathElement.cpp \
2632 WebCore/svg/SVGMPathElement.h \
2633 WebCore/svg/SVGMarkerElement.cpp \
2634 WebCore/svg/SVGMarkerElement.h \
2635 WebCore/svg/SVGMaskElement.cpp \
2636 WebCore/svg/SVGMaskElement.h \
2637 WebCore/svg/SVGMetadataElement.cpp \
2638 WebCore/svg/SVGMetadataElement.h \
2639 WebCore/svg/SVGMissingGlyphElement.cpp \
2640 WebCore/svg/SVGMissingGlyphElement.h \
2641 WebCore/svg/SVGNumberList.cpp \
2642 WebCore/svg/SVGNumberList.h \
2643 WebCore/svg/SVGPaint.cpp \
2644 WebCore/svg/SVGPaint.h \
2645 WebCore/svg/SVGParserUtilities.cpp \
2646 WebCore/svg/SVGParserUtilities.h \
2647 WebCore/svg/SVGPathElement.cpp \
2648 WebCore/svg/SVGPathElement.h \
2649 WebCore/svg/SVGPathSeg.h \
2650 WebCore/svg/SVGPathSegArc.cpp \
2651 WebCore/svg/SVGPathSegArc.h \
2652 WebCore/svg/SVGPathSegClosePath.cpp \
2653 WebCore/svg/SVGPathSegClosePath.h \
2654 WebCore/svg/SVGPathSegCurvetoCubic.cpp \
2655 WebCore/svg/SVGPathSegCurvetoCubic.h \
2656 WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
2657 WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
2658 WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
2659 WebCore/svg/SVGPathSegCurvetoQuadratic.h \
2660 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
2661 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
2662 WebCore/svg/SVGPathSegLineto.cpp \
2663 WebCore/svg/SVGPathSegLineto.h \
2664 WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
2665 WebCore/svg/SVGPathSegLinetoHorizontal.h \
2666 WebCore/svg/SVGPathSegLinetoVertical.cpp \
2667 WebCore/svg/SVGPathSegLinetoVertical.h \
2668 WebCore/svg/SVGPathSegList.cpp \
2669 WebCore/svg/SVGPathSegList.h \
2670 WebCore/svg/SVGPathSegMoveto.cpp \
2671 WebCore/svg/SVGPathSegMoveto.h \
2672 WebCore/svg/SVGPatternElement.cpp \
2673 WebCore/svg/SVGPatternElement.h \
2674 WebCore/svg/SVGPointList.cpp \
2675 WebCore/svg/SVGPointList.h \
2676 WebCore/svg/SVGPolyElement.cpp \
2677 WebCore/svg/SVGPolyElement.h \
2678 WebCore/svg/SVGPolygonElement.cpp \
2679 WebCore/svg/SVGPolygonElement.h \
2680 WebCore/svg/SVGPolylineElement.cpp \
2681 WebCore/svg/SVGPolylineElement.h \
2682 WebCore/svg/SVGPreserveAspectRatio.cpp \
2683 WebCore/svg/SVGPreserveAspectRatio.h \
2684 WebCore/svg/SVGRadialGradientElement.cpp \
2685 WebCore/svg/SVGRadialGradientElement.h \
2686 WebCore/svg/SVGRectElement.cpp \
2687 WebCore/svg/SVGRectElement.h \
2688 WebCore/svg/SVGRenderingIntent.h \
2689 WebCore/svg/SVGSVGElement.cpp \
2690 WebCore/svg/SVGSVGElement.h \
2691 WebCore/svg/SVGScriptElement.cpp \
2692 WebCore/svg/SVGScriptElement.h \
2693 WebCore/svg/SVGSetElement.cpp \
2694 WebCore/svg/SVGSetElement.h \
2695 WebCore/svg/SVGStopElement.cpp \
2696 WebCore/svg/SVGStopElement.h \
2697 WebCore/svg/SVGStringList.cpp \
2698 WebCore/svg/SVGStringList.h \
2699 WebCore/svg/SVGStylable.cpp \
2700 WebCore/svg/SVGStylable.h \
2701 WebCore/svg/SVGStyleElement.cpp \
2702 WebCore/svg/SVGStyleElement.h \
2703 WebCore/svg/SVGStyledElement.cpp \
2704 WebCore/svg/SVGStyledElement.h \
2705 WebCore/svg/SVGStyledLocatableElement.cpp \
2706 WebCore/svg/SVGStyledLocatableElement.h \
2707 WebCore/svg/SVGStyledTransformableElement.cpp \
2708 WebCore/svg/SVGStyledTransformableElement.h \
2709 WebCore/svg/SVGSwitchElement.cpp \
2710 WebCore/svg/SVGSwitchElement.h \
2711 WebCore/svg/SVGSymbolElement.cpp \
2712 WebCore/svg/SVGSymbolElement.h \
2713 WebCore/svg/SVGTRefElement.cpp \
2714 WebCore/svg/SVGTRefElement.h \
2715 WebCore/svg/SVGTSpanElement.cpp \
2716 WebCore/svg/SVGTSpanElement.h \
2717 WebCore/svg/SVGTests.cpp \
2718 WebCore/svg/SVGTests.h \
2719 WebCore/svg/SVGTextContentElement.cpp \
2720 WebCore/svg/SVGTextContentElement.h \
2721 WebCore/svg/SVGTextElement.cpp \
2722 WebCore/svg/SVGTextElement.h \
2723 WebCore/svg/SVGTextPathElement.cpp \
2724 WebCore/svg/SVGTextPathElement.h \
2725 WebCore/svg/SVGTextPositioningElement.cpp \
2726 WebCore/svg/SVGTextPositioningElement.h \
2727 WebCore/svg/SVGTitleElement.cpp \
2728 WebCore/svg/SVGTitleElement.h \
2729 WebCore/svg/SVGTransform.cpp \
2730 WebCore/svg/SVGTransform.h \
2731 WebCore/svg/SVGTransformDistance.cpp \
2732 WebCore/svg/SVGTransformDistance.h \
2733 WebCore/svg/SVGTransformList.cpp \
2734 WebCore/svg/SVGTransformList.h \
2735 WebCore/svg/SVGTransformable.cpp \
2736 WebCore/svg/SVGTransformable.h \
2737 WebCore/svg/SVGURIReference.cpp \
2738 WebCore/svg/SVGURIReference.h \
2739 WebCore/svg/SVGUnitTypes.h \
2740 WebCore/svg/SVGUseElement.cpp \
2741 WebCore/svg/SVGUseElement.h \
2742 WebCore/svg/SVGViewElement.cpp \
2743 WebCore/svg/SVGViewElement.h \
2744 WebCore/svg/SVGViewSpec.cpp \
2745 WebCore/svg/SVGViewSpec.h \
2746 WebCore/svg/SVGZoomAndPan.cpp \
2747 WebCore/svg/SVGZoomAndPan.h \
2748 WebCore/svg/SVGZoomEvent.cpp \
2749 WebCore/svg/SVGZoomEvent.h \
2750 WebCore/svg/SynchronizableTypeWrapper.h \
2751 WebCore/svg/animation/SMILTime.cpp \
2752 WebCore/svg/animation/SMILTime.h \
2753 WebCore/svg/animation/SMILTimeContainer.cpp \
2754 WebCore/svg/animation/SMILTimeContainer.h \
2755 WebCore/svg/animation/SVGSMILElement.cpp \
2756 WebCore/svg/animation/SVGSMILElement.h \
2757 WebCore/svg/graphics/SVGImage.cpp \
2758 WebCore/svg/graphics/SVGImage.h \
2759 WebCore/svg/graphics/SVGPaintServer.cpp \
2760 WebCore/svg/graphics/SVGPaintServer.h \
2761 WebCore/svg/graphics/SVGPaintServerGradient.cpp \
2762 WebCore/svg/graphics/SVGPaintServerGradient.h \
2763 WebCore/svg/graphics/SVGPaintServerLinearGradient.cpp \
2764 WebCore/svg/graphics/SVGPaintServerLinearGradient.h \
2765 WebCore/svg/graphics/SVGPaintServerPattern.cpp \
2766 WebCore/svg/graphics/SVGPaintServerPattern.h \
2767 WebCore/svg/graphics/SVGPaintServerRadialGradient.cpp \
2768 WebCore/svg/graphics/SVGPaintServerRadialGradient.h \
2769 WebCore/svg/graphics/SVGPaintServerSolid.cpp \
2770 WebCore/svg/graphics/SVGPaintServerSolid.h \
2771 WebCore/svg/graphics/SVGResource.cpp \
2772 WebCore/svg/graphics/SVGResource.h \
2773 WebCore/svg/graphics/SVGResourceClipper.cpp \
2774 WebCore/svg/graphics/SVGResourceClipper.h \
2775 WebCore/svg/graphics/SVGResourceFilter.cpp \
2776 WebCore/svg/graphics/SVGResourceFilter.h \
2777 WebCore/svg/graphics/SVGResourceListener.h \
2778 WebCore/svg/graphics/SVGResourceMarker.cpp \
2779 WebCore/svg/graphics/SVGResourceMarker.h \
2780 WebCore/svg/graphics/SVGResourceMasker.cpp \
2781 WebCore/svg/graphics/SVGResourceMasker.h \
2782 WebCore/svg/graphics/filters/SVGDistantLightSource.h \
2783 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
2784 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
2785 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
2786 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
2787 WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
2788 WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
2789 WebCore/svg/graphics/filters/SVGFEFlood.cpp \
2790 WebCore/svg/graphics/filters/SVGFEFlood.h \
2791 WebCore/svg/graphics/filters/SVGFEGaussianBlur.cpp \
2792 WebCore/svg/graphics/filters/SVGFEGaussianBlur.h \
2793 WebCore/svg/graphics/filters/SVGFEImage.cpp \
2794 WebCore/svg/graphics/filters/SVGFEImage.h \
2795 WebCore/svg/graphics/filters/SVGFEMerge.cpp \
2796 WebCore/svg/graphics/filters/SVGFEMerge.h \
2797 WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
2798 WebCore/svg/graphics/filters/SVGFEMorphology.h \
2799 WebCore/svg/graphics/filters/SVGFEOffset.cpp \
2800 WebCore/svg/graphics/filters/SVGFEOffset.h \
2801 WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
2802 WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
2803 WebCore/svg/graphics/filters/SVGFETile.cpp \
2804 WebCore/svg/graphics/filters/SVGFETile.h \
2805 WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
2806 WebCore/svg/graphics/filters/SVGFETurbulence.h \
2807 WebCore/svg/graphics/filters/SVGFilterEffect.cpp \
2808 WebCore/svg/graphics/filters/SVGFilterEffect.h \
2809 WebCore/svg/graphics/filters/SVGLightSource.cpp \
2810 WebCore/svg/graphics/filters/SVGLightSource.h \
2811 WebCore/svg/graphics/filters/SVGPointLightSource.h \
2812 WebCore/svg/graphics/filters/SVGSpotLightSource.h
2814 webcoregtk_sources += \
2815 WebCore/svg/graphics/cairo/RenderPathCairo.cpp \
2816 WebCore/svg/graphics/cairo/SVGPaintServerCairo.cpp \
2817 WebCore/svg/graphics/cairo/SVGPaintServerPatternCairo.cpp \
2818 WebCore/svg/graphics/cairo/SVGResourceFilterCairo.cpp \
2819 WebCore/svg/graphics/cairo/SVGResourceMaskerCairo.cpp
2824 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_USE=1
2825 SVG_FEATURES += ENABLE_SVG_USE=1
2826 webcore_cppflags += -DENABLE_SVG_USE=1
2829 if ENABLE_SVG_FOREIGN_OBJECT
2830 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FOREIGN_OBJECT=1
2831 SVG_FEATURES += ENABLE_SVG_FOREIGN_OBJECT=1
2832 webcore_cppflags += -DENABLE_SVG_FOREIGN_OBJECT=1
2836 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FONTS=1
2837 SVG_FEATURES += ENABLE_SVG_FONTS=1
2838 webcore_cppflags += -DENABLE_SVG_FONTS=1
2841 if ENABLE_SVG_FILTERS
2842 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FILTERS=1
2843 SVG_FEATURES += ENABLE_SVG_FILTERS=1
2844 webcore_cppflags += -DENABLE_SVG_FILTERS=1
2847 if ENABLE_SVG_AS_IMAGE
2848 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_AS_IMAGE=1
2849 SVG_FEATURES += ENABLE_SVG_AS_IMAGE=1
2850 webcore_cppflags += -DENABLE_SVG_AS_IMAGE=1
2853 if ENABLE_SVG_ANIMATION
2854 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_ANIMATION=1
2855 SVG_FEATURES += ENABLE_SVG_ANIMATION=1
2856 webcore_cppflags += -DENABLE_SVG_ANIMATION=1
2859 # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
2860 DerivedSources/SVGNames.cpp: DerivedSources/SVGElementFactory.cpp;
2861 DerivedSources/JSSVGElementWrapperFactory.cpp: DerivedSources/SVGElementFactory.cpp
2864 DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
2865 $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2867 DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
2868 $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
2874 DerivedSources/XLinkNames.h: DerivedSources/XLinkNames.cpp;
2876 DerivedSources/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
2877 $(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES)"
2879 endif # END ENABLE_SVG
2882 DerivedSources/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
2883 if sort $(WEBCORE_CSS_PROPERTY_NAMES) | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
2884 cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
2885 $(PERL) "$(WebCore)/css/makeprop.pl"
2886 mv CSSPropertyNames.* $(GENSOURCES)
2888 # Lower case all the values, as CSS values are case-insensitive
2889 DerivedSources/CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
2890 $(PERL) -ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
2891 if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
2892 $(PERL) "$(WebCore)/css/makevalues.pl"
2893 mv CSSValueKeywords.* $(GENSOURCES)
2896 DerivedSources/DocTypeStrings.cpp : $(WebCore)/html/DocTypeStrings.gperf
2897 $(GPERF) -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards $(WebCore)/html/DocTypeStrings.gperf > $@
2900 DerivedSources/HTMLEntityNames.c : $(WebCore)/html/HTMLEntityNames.gperf
2901 $(GPERF) -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 \
2902 $(WebCore)/html/HTMLEntityNames.gperf > $@
2905 DerivedSources/ColorData.c: $(WebCore)/platform/ColorData.gperf
2906 $(GPERF) -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 $< > $@
2909 DerivedSources/tokenizer.cpp : $(WebCore)/css/tokenizer.flex $(WebCore)/css/maketokenizer
2910 $(FLEX) -t $< | $(PERL) $(WebCore)/css/maketokenizer > $@
2914 DerivedSources/CSSGrammar.h: $(GENSOURCES)/CSSGrammar.cpp;
2916 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
2917 DerivedSources/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y
2918 rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
2919 $(BISON) -d -p cssyy $< -o $(GENSOURCES)/CSSGrammar.cpp
2920 touch $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
2921 echo '#ifndef CSSGrammar_h' > $(GENSOURCES)/CSSGrammar.h
2922 echo '#define CSSGrammar_h' >> $(GENSOURCES)/CSSGrammar.h
2923 cat $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp >> $(GENSOURCES)/CSSGrammar.h
2924 echo '#endif' >> $(GENSOURCES)/CSSGrammar.h
2925 rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
2927 # user agent style sheets
2928 USER_AGENT_STYLE_SHEETS = \
2929 $(WebCore)/css/html4.css \
2930 $(WebCore)/css/quirks.css \
2931 $(WebCore)/css/view-source.css \
2932 $(WebCore)/css/svg.css \
2933 $(WebCore)/css/wml.css
2935 # new-style JavaScript bindings
2936 SCRIPTS_BINDINGS = \
2937 $(WebCore)/bindings/scripts/CodeGenerator.pm \
2938 $(WebCore)/bindings/scripts/IDLParser.pm \
2939 $(WebCore)/bindings/scripts/IDLStructure.pm \
2940 $(WebCore)/bindings/scripts/InFilesParser.pm \
2941 $(WebCore)/bindings/scripts/generate-bindings.pl
2943 DerivedSources/UserAgentStyleSheetsData.cpp: DerivedSources/UserAgentStyleSheets.h;
2945 DerivedSources/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
2946 $(PERL) $< $@ DerivedSources/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
2948 # lookup tables for old-style JavaScript bindings
2949 WebCore/%.lut.h: $(CREATE_HASH_TABLE) $(srcdir)/WebCore/%.cpp
2950 $(PERL) $^ -n WebCore > $@
2952 # HTML tag and attribute names
2953 DerivedSources/HTMLNames.h: DerivedSources/HTMLNames.cpp;
2954 DerivedSources/JSHTMLElementWrapperFactory.cpp: DerivedSources/HTMLNames.cpp;
2955 DerivedSources/JSHTMLElementWrapperFactory.h: DerivedSources/JSHTMLElementWrapperFactory.cpp;
2958 DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
2959 $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines "$(HTML_FEATURES)" --wrapperFactory --outputDir "$(GENSOURCES)"
2961 DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
2962 $(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --wrapperFactory --outputDir "$(GENSOURCES)"
2965 DerivedSources/XMLNames.h: DerivedSources/XMLNames.cpp;
2967 DerivedSources/XMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
2968 $(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES)"
2971 $(WebCore)/bindings/js \
2975 $(WebCore)/inspector \
2976 $(WebCore)/loader/appcache \
2978 $(WebCore)/storage \
2983 vpath %.idl = $(IDL_PATH)
2985 DerivedSources/JS%.h: DerivedSources/JS%.cpp;
2988 DerivedSources/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm
2989 $(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES)" --defines "$(FEATURE_DEFINES_JAVASCRIPT)" --generator JS $<
2991 IDL_BINDINGS_JS_PURE := \
2992 WebCore/svg/ElementTimeControl.idl \
2993 WebCore/svg/SVGAnimatedPathData.idl \
2994 WebCore/svg/SVGAnimatedPoints.idl \
2995 WebCore/svg/SVGExternalResourcesRequired.idl \
2996 WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
2997 WebCore/svg/SVGFitToViewBox.idl \
2998 WebCore/svg/SVGLangSpace.idl \
2999 WebCore/svg/SVGLocatable.idl \
3000 WebCore/svg/SVGStylable.idl \
3001 WebCore/svg/SVGTests.idl \
3002 WebCore/svg/SVGTransformable.idl \
3003 WebCore/svg/SVGURIReference.idl \
3004 WebCore/svg/SVGViewSpec.idl \
3005 WebCore/svg/SVGZoomAndPan.idl
3007 IDL_BINDINGS_JS := $(filter-out $(IDL_BINDINGS_JS_PURE),$(IDL_BINDINGS))
3009 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.h,$(notdir $(IDL_BINDINGS)))
3011 webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.cpp,$(notdir $(IDL_BINDINGS_JS)))
3013 libWebCoreJS_objects := $(patsubst %.idl,DerivedSources/JS%.lo,$(notdir $(IDL_BINDINGS_JS)))
3015 libWebCoreJS_depfiles := $(patsubst %.idl,DerivedSources/$(DEPDIR)/JS%.Plo,$(notdir $(IDL_BINDINGS_JS)))
3017 # Older automake versions (1.7) place Plo files in a different place:
3018 libWebCoreJS_depfiles += $(patsubst %.lo,$(DEPDIR)/%.Plo,$(libWebCoreJS_objects))
3020 -include $(libWebCoreJS_depfiles)
3022 $(libWebCoreJS_objects): AM_CPPFLAGS+=$(libWebCore_la_CPPFLAGS)
3024 $(libWebCoreJS_objects): AM_CXXFLAGS+=$(libWebCore_la_CXXFLAGS)
3026 libWebCoreJS.la: $(libWebCoreJS_objects)
3027 $(CXXLINK) $(libWebCoreJS_objects) $(LIBS)
3034 WebCore/LICENSE-APPLE \
3035 WebCore/LICENSE-LGPL-2 \
3036 WebCore/LICENSE-LGPL-2.1 \
3037 WebCore/icu/LICENSE \
3038 WebCore/bindings/scripts/CodeGenerator.pm \
3039 WebCore/bindings/scripts/IDLParser.pm \
3040 WebCore/bindings/scripts/IDLStructure.pm \
3041 WebCore/bindings/scripts/InFilesParser.pm \
3042 WebCore/bindings/scripts/generate-bindings.pl \
3043 WebCore/bindings/scripts/CodeGeneratorJS.pm \
3044 WebCore/css/html4.css \
3045 WebCore/css/quirks.css \
3046 WebCore/css/view-source.css \
3047 WebCore/css/svg.css \
3048 WebCore/css/wml.css \
3049 WebCore/css/CSSGrammar.y \
3050 WebCore/css/CSSValueKeywords.in \
3051 WebCore/css/SVGCSSPropertyNames.in \
3052 WebCore/css/maketokenizer \
3053 WebCore/css/makeprop.pl \
3054 WebCore/css/makevalues.pl \
3055 WebCore/css/tokenizer.flex \
3056 WebCore/css/CSSPropertyNames.in \
3057 WebCore/css/DashboardSupportCSSPropertyNames.in \
3058 WebCore/css/make-css-file-arrays.pl \
3059 WebCore/css/SVGCSSValueKeywords.in \
3060 WebCore/css/makegrammar.pl \
3061 WebCore/dom/make_names.pl \
3062 WebCore/platform/text/mac/make-charset-table.pl \
3063 WebCore/platform/ColorData.gperf \
3064 WebCore/svg/xlinkattrs.in \
3065 WebCore/svg/svgattrs.in \
3066 WebCore/svg/svgtags.in \
3067 WebCore/html/DocTypeStrings.gperf \
3068 WebCore/html/HTMLTagNames.in \
3069 WebCore/html/HTMLEntityNames.gperf \
3070 WebCore/html/HTMLAttributeNames.in \
3071 WebCore/xml/xmlattrs.in \
3072 WebCore/xml/XPathGrammar.y
3074 # Installing web inspector files
3075 webcore_cppflags += -DDATA_DIR=\"${datadir}\"
3077 webinspectordir = ${datadir}/webkit-1.0/webinspector
3078 dist_webinspector_DATA = \
3079 $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css})
3081 webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images
3082 dist_webinspectorimages_DATA = \
3083 $(shell ls $(WebCore)/inspector/front-end/Images/*.png)
3085 # Clean rules for WebCore
3089 WebCore/bindings/js/JSDOMWindowBase.lut.h \
3090 WebCore/bindings/js/JSRGBColor.lut.h