2 WebCore := $(srcdir)/WebCore
8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in
12 -I$(srcdir)/WebKit/gtk \
13 -I$(srcdir)/WebKit/gtk/WebCoreSupport \
14 -I$(srcdir)/WebKit/gtk/webkit \
16 -I$(srcdir)/WebCore/accessibility \
17 -I$(srcdir)/WebCore/bindings/js \
18 -I$(srcdir)/WebCore/bindings/gobject \
19 -I$(srcdir)/WebCore/bridge \
20 -I$(srcdir)/WebCore/bridge/c \
21 -I$(srcdir)/WebCore/bridge/jni/jsc \
22 -I$(srcdir)/WebCore/bridge/jsc \
23 -I$(srcdir)/WebCore/css \
24 -I$(srcdir)/WebCore/dom \
25 -I$(srcdir)/WebCore/dom/default \
26 -I$(srcdir)/WebCore/editing \
27 -I$(srcdir)/WebCore/history \
28 -I$(srcdir)/WebCore/html \
29 -I$(srcdir)/WebCore/html/canvas \
30 -I$(srcdir)/WebCore/inspector \
31 -I$(srcdir)/WebCore/loader \
32 -I$(srcdir)/WebCore/loader/appcache \
33 -I$(srcdir)/WebCore/loader/archive \
34 -I$(srcdir)/WebCore/loader/icon \
35 -I$(srcdir)/WebCore/mathml \
36 -I$(srcdir)/WebCore/notifications \
37 -I$(srcdir)/WebCore/page \
38 -I$(srcdir)/WebCore/page/animation \
39 -I$(srcdir)/WebCore/platform \
40 -I$(srcdir)/WebCore/platform/animation \
41 -I$(srcdir)/WebCore/platform/graphics \
42 -I$(srcdir)/WebCore/platform/graphics/filters \
43 -I$(srcdir)/WebCore/platform/graphics/transforms \
44 -I$(srcdir)/WebCore/platform/image-decoders \
45 -I$(srcdir)/WebCore/platform/image-decoders/bmp \
46 -I$(srcdir)/WebCore/platform/image-decoders/gif \
47 -I$(srcdir)/WebCore/platform/image-decoders/ico \
48 -I$(srcdir)/WebCore/platform/image-decoders/jpeg \
49 -I$(srcdir)/WebCore/platform/image-decoders/png \
50 -I$(srcdir)/WebCore/platform/mock \
51 -I$(srcdir)/WebCore/platform/network \
52 -I$(srcdir)/WebCore/platform/sql \
53 -I$(srcdir)/WebCore/platform/text \
54 -I$(srcdir)/WebCore/platform/text/transcoder \
55 -I$(srcdir)/WebCore/plugins \
56 -I$(srcdir)/WebCore/rendering \
57 -I$(srcdir)/WebCore/rendering/style \
58 -I$(srcdir)/WebCore/storage \
59 -I$(srcdir)/WebCore/svg \
60 -I$(srcdir)/WebCore/svg/animation \
61 -I$(srcdir)/WebCore/svg/graphics \
62 -I$(srcdir)/WebCore/svg/graphics/filters \
63 -I$(srcdir)/WebCore/websockets \
64 -I$(srcdir)/WebCore/wml \
65 -I$(srcdir)/WebCore/workers \
66 -I$(srcdir)/WebCore/xml \
67 -I$(top_builddir)/WebCore/bindings/js \
68 -I$(top_builddir)/DerivedSources/WebCore \
69 -I$(top_builddir)/DerivedSources \
70 -I$(top_builddir)/DerivedSources/JavaScriptCore \
71 -DDATA_DIR=\"${datadir}\"
73 webcoregtk_cppflags += \
75 -DWTF_USE_GSTREAMER=1 \
76 -I$(srcdir)/WebCore/accessibility/gtk \
77 -I$(srcdir)/WebCore/loader/gtk \
78 -I$(srcdir)/WebCore/page/gtk \
79 -I$(srcdir)/WebCore/platform/graphics/cairo \
80 -I$(srcdir)/WebCore/platform/graphics/gstreamer \
81 -I$(srcdir)/WebCore/platform/graphics/gtk \
82 -I$(srcdir)/WebCore/platform/gtk \
83 -I$(srcdir)/WebCore/platform/network/soup
85 webcore_built_nosources += \
86 DerivedSources/WebCore/DocTypeStrings.cpp \
87 DerivedSources/WebCore/tokenizer.cpp \
88 DerivedSources/WebCore/ColorData.cpp \
89 DerivedSources/webkit/webkitdomdummy.c
91 webcore_built_sources += \
92 DerivedSources/WebCore/CSSGrammar.cpp \
93 DerivedSources/WebCore/CSSGrammar.h \
94 DerivedSources/WebCore/CSSPropertyNames.h \
95 DerivedSources/WebCore/CSSValueKeywords.h \
96 DerivedSources/WebCore/HTMLElementFactory.cpp \
97 DerivedSources/WebCore/HTMLElementFactory.h \
98 DerivedSources/WebCore/HTMLEntityNames.cpp \
99 DerivedSources/WebCore/HTMLNames.cpp \
100 DerivedSources/WebCore/HTMLNames.h \
101 DerivedSources/WebCore/JSHTMLElementWrapperFactory.cpp \
102 DerivedSources/WebCore/RemoteInspectorFrontend.cpp \
103 DerivedSources/WebCore/RemoteInspectorFrontend.h \
104 DerivedSources/WebCore/UserAgentStyleSheets.h \
105 DerivedSources/WebCore/UserAgentStyleSheetsData.cpp \
106 DerivedSources/WebCore/XMLNSNames.cpp \
107 DerivedSources/WebCore/XMLNSNames.h \
108 DerivedSources/WebCore/XMLNames.cpp \
109 DerivedSources/WebCore/XMLNames.h
112 WebCore/css/CSSCharsetRule.idl \
113 WebCore/css/CSSFontFaceRule.idl \
114 WebCore/css/CSSImportRule.idl \
115 WebCore/css/CSSMediaRule.idl \
116 WebCore/css/CSSPageRule.idl \
117 WebCore/css/CSSPrimitiveValue.idl \
118 WebCore/css/CSSRule.idl \
119 WebCore/css/CSSRuleList.idl \
120 WebCore/css/CSSStyleDeclaration.idl \
121 WebCore/css/CSSStyleRule.idl \
122 WebCore/css/CSSStyleSheet.idl \
123 WebCore/css/CSSValue.idl \
124 WebCore/css/CSSValueList.idl \
125 WebCore/css/CSSVariablesDeclaration.idl \
126 WebCore/css/CSSVariablesRule.idl \
127 WebCore/css/Counter.idl \
128 WebCore/css/MediaList.idl \
129 WebCore/css/Rect.idl \
130 WebCore/css/RGBColor.idl \
131 WebCore/css/StyleMedia.idl \
132 WebCore/css/StyleSheet.idl \
133 WebCore/css/StyleSheetList.idl \
134 WebCore/css/WebKitCSSKeyframeRule.idl \
135 WebCore/css/WebKitCSSKeyframesRule.idl \
136 WebCore/css/WebKitCSSMatrix.idl \
137 WebCore/css/WebKitCSSTransformValue.idl \
138 WebCore/dom/Attr.idl \
139 WebCore/dom/BeforeLoadEvent.idl \
140 WebCore/dom/BeforeProcessEvent.idl \
141 WebCore/dom/CDATASection.idl \
142 WebCore/dom/CharacterData.idl \
143 WebCore/dom/ClientRect.idl \
144 WebCore/dom/ClientRectList.idl \
145 WebCore/dom/Clipboard.idl \
146 WebCore/dom/Comment.idl \
147 WebCore/dom/CompositionEvent.idl \
148 WebCore/dom/CustomEvent.idl \
149 WebCore/dom/DOMCoreException.idl \
150 WebCore/dom/DOMImplementation.idl \
151 WebCore/dom/DOMStringList.idl \
152 WebCore/dom/DOMStringMap.idl \
153 WebCore/dom/DeviceOrientationEvent.idl \
154 WebCore/dom/Document.idl \
155 WebCore/dom/DocumentFragment.idl \
156 WebCore/dom/DocumentType.idl \
157 WebCore/dom/Element.idl \
158 WebCore/dom/Entity.idl \
159 WebCore/dom/EntityReference.idl \
160 WebCore/dom/ErrorEvent.idl \
161 WebCore/dom/Event.idl \
162 WebCore/dom/EventException.idl \
163 WebCore/dom/KeyboardEvent.idl \
164 WebCore/dom/MessageChannel.idl \
165 WebCore/dom/MessageEvent.idl \
166 WebCore/dom/MessagePort.idl \
167 WebCore/dom/MouseEvent.idl \
168 WebCore/dom/MutationEvent.idl \
169 WebCore/dom/NamedNodeMap.idl \
170 WebCore/dom/Node.idl \
171 WebCore/dom/NodeFilter.idl \
172 WebCore/dom/NodeIterator.idl \
173 WebCore/dom/NodeList.idl \
174 WebCore/dom/Notation.idl \
175 WebCore/dom/OverflowEvent.idl \
176 WebCore/dom/PageTransitionEvent.idl \
177 WebCore/dom/PopStateEvent.idl \
178 WebCore/dom/ProcessingInstruction.idl \
179 WebCore/dom/ProgressEvent.idl \
180 WebCore/dom/Range.idl \
181 WebCore/dom/RangeException.idl \
182 WebCore/dom/Text.idl \
183 WebCore/dom/TextEvent.idl \
184 WebCore/dom/Touch.idl \
185 WebCore/dom/TouchEvent.idl \
186 WebCore/dom/TouchList.idl \
187 WebCore/dom/TreeWalker.idl \
188 WebCore/dom/UIEvent.idl \
189 WebCore/dom/WebKitAnimationEvent.idl \
190 WebCore/dom/WebKitTransitionEvent.idl \
191 WebCore/dom/WheelEvent.idl \
192 WebCore/html/Blob.idl \
193 WebCore/html/BlobBuilder.idl \
194 WebCore/html/canvas/ArrayBufferView.idl \
195 WebCore/html/canvas/ArrayBuffer.idl \
196 WebCore/html/canvas/Int8Array.idl \
197 WebCore/html/canvas/Float32Array.idl \
198 WebCore/html/canvas/CanvasGradient.idl \
199 WebCore/html/canvas/Int32Array.idl \
200 WebCore/html/canvas/CanvasPattern.idl \
201 WebCore/html/canvas/CanvasRenderingContext.idl \
202 WebCore/html/canvas/CanvasRenderingContext2D.idl \
203 WebCore/html/canvas/WebGLRenderingContext.idl \
204 WebCore/html/canvas/Int16Array.idl \
205 WebCore/html/canvas/Uint8Array.idl \
206 WebCore/html/canvas/Uint32Array.idl \
207 WebCore/html/canvas/Uint16Array.idl \
208 WebCore/html/DataGridColumn.idl \
209 WebCore/html/DataGridColumnList.idl \
210 WebCore/html/DOMFormData.idl \
211 WebCore/html/File.idl \
212 WebCore/html/FileError.idl \
213 WebCore/html/FileList.idl \
214 WebCore/html/FileReader.idl \
215 WebCore/html/HTMLAllCollection.idl \
216 WebCore/html/HTMLAnchorElement.idl \
217 WebCore/html/HTMLAppletElement.idl \
218 WebCore/html/HTMLAreaElement.idl \
219 WebCore/html/HTMLAudioElement.idl \
220 WebCore/html/HTMLBRElement.idl \
221 WebCore/html/HTMLBaseElement.idl \
222 WebCore/html/HTMLBaseFontElement.idl \
223 WebCore/html/HTMLBlockquoteElement.idl \
224 WebCore/html/HTMLBodyElement.idl \
225 WebCore/html/HTMLButtonElement.idl \
226 WebCore/html/HTMLCanvasElement.idl \
227 WebCore/html/HTMLCollection.idl \
228 WebCore/html/HTMLDataGridElement.idl \
229 WebCore/html/HTMLDataGridCellElement.idl \
230 WebCore/html/HTMLDataGridColElement.idl \
231 WebCore/html/HTMLDataGridRowElement.idl \
232 WebCore/html/HTMLDataListElement.idl \
233 WebCore/html/HTMLDListElement.idl \
234 WebCore/html/HTMLDirectoryElement.idl \
235 WebCore/html/HTMLDivElement.idl \
236 WebCore/html/HTMLDocument.idl \
237 WebCore/html/HTMLElement.idl \
238 WebCore/html/HTMLEmbedElement.idl \
239 WebCore/html/HTMLFieldSetElement.idl \
240 WebCore/html/HTMLFontElement.idl \
241 WebCore/html/HTMLFormElement.idl \
242 WebCore/html/HTMLFrameElement.idl \
243 WebCore/html/HTMLFrameSetElement.idl \
244 WebCore/html/HTMLHRElement.idl \
245 WebCore/html/HTMLHeadElement.idl \
246 WebCore/html/HTMLHeadingElement.idl \
247 WebCore/html/HTMLHtmlElement.idl \
248 WebCore/html/HTMLIFrameElement.idl \
249 WebCore/html/HTMLImageElement.idl \
250 WebCore/html/HTMLInputElement.idl \
251 WebCore/html/HTMLIsIndexElement.idl \
252 WebCore/html/HTMLLIElement.idl \
253 WebCore/html/HTMLLabelElement.idl \
254 WebCore/html/HTMLLegendElement.idl \
255 WebCore/html/HTMLLinkElement.idl \
256 WebCore/html/HTMLMapElement.idl \
257 WebCore/html/HTMLMarqueeElement.idl \
258 WebCore/html/HTMLMediaElement.idl \
259 WebCore/html/MediaError.idl \
260 WebCore/html/HTMLMenuElement.idl \
261 WebCore/html/HTMLMetaElement.idl \
262 WebCore/html/HTMLMeterElement.idl \
263 WebCore/html/HTMLModElement.idl \
264 WebCore/html/HTMLOListElement.idl \
265 WebCore/html/HTMLObjectElement.idl \
266 WebCore/html/HTMLOptGroupElement.idl \
267 WebCore/html/HTMLOptionElement.idl \
268 WebCore/html/HTMLOptionsCollection.idl \
269 WebCore/html/HTMLParagraphElement.idl \
270 WebCore/html/HTMLParamElement.idl \
271 WebCore/html/HTMLPreElement.idl \
272 WebCore/html/HTMLProgressElement.idl \
273 WebCore/html/HTMLQuoteElement.idl \
274 WebCore/html/HTMLScriptElement.idl \
275 WebCore/html/HTMLSelectElement.idl \
276 WebCore/html/HTMLSourceElement.idl \
277 WebCore/html/HTMLStyleElement.idl \
278 WebCore/html/HTMLTableCaptionElement.idl \
279 WebCore/html/HTMLTableCellElement.idl \
280 WebCore/html/HTMLTableColElement.idl \
281 WebCore/html/HTMLTableElement.idl \
282 WebCore/html/HTMLTableRowElement.idl \
283 WebCore/html/HTMLTableSectionElement.idl \
284 WebCore/html/HTMLTextAreaElement.idl \
285 WebCore/html/HTMLTitleElement.idl \
286 WebCore/html/HTMLUListElement.idl \
287 WebCore/html/HTMLVideoElement.idl \
288 WebCore/html/ImageData.idl \
289 WebCore/html/TextMetrics.idl \
290 WebCore/html/ValidityState.idl \
291 WebCore/html/VoidCallback.idl \
292 WebCore/inspector/JavaScriptCallFrame.idl \
293 WebCore/inspector/InjectedScriptHost.idl \
294 WebCore/inspector/InspectorBackend.idl \
295 WebCore/inspector/InspectorFrontendHost.idl \
296 WebCore/inspector/ScriptProfile.idl \
297 WebCore/inspector/ScriptProfileNode.idl \
298 WebCore/notifications/Notification.idl \
299 WebCore/notifications/NotificationCenter.idl \
300 WebCore/page/BarInfo.idl \
301 WebCore/page/Console.idl \
302 WebCore/page/Coordinates.idl \
303 WebCore/page/DOMSelection.idl \
304 WebCore/page/DOMWindow.idl \
305 WebCore/page/EventSource.idl \
306 WebCore/page/Geolocation.idl \
307 WebCore/page/Geoposition.idl \
308 WebCore/page/History.idl \
309 WebCore/page/Location.idl \
310 WebCore/page/MemoryInfo.idl \
311 WebCore/page/Navigation.idl \
312 WebCore/page/Navigator.idl \
313 WebCore/page/Performance.idl \
314 WebCore/page/PositionError.idl \
315 WebCore/page/Screen.idl \
316 WebCore/page/Timing.idl \
317 WebCore/page/WebKitPoint.idl \
318 WebCore/page/WorkerNavigator.idl \
319 WebCore/plugins/DOMMimeType.idl \
320 WebCore/plugins/DOMMimeTypeArray.idl \
321 WebCore/plugins/DOMPlugin.idl \
322 WebCore/plugins/DOMPluginArray.idl \
323 WebCore/workers/AbstractWorker.idl \
324 WebCore/workers/DedicatedWorkerContext.idl \
325 WebCore/workers/SharedWorker.idl \
326 WebCore/workers/SharedWorkerContext.idl \
327 WebCore/workers/Worker.idl \
328 WebCore/workers/WorkerContext.idl \
329 WebCore/workers/WorkerLocation.idl \
330 WebCore/xml/DOMParser.idl \
331 WebCore/xml/XMLHttpRequest.idl \
332 WebCore/xml/XMLHttpRequestException.idl \
333 WebCore/xml/XMLHttpRequestProgressEvent.idl \
334 WebCore/xml/XMLHttpRequestUpload.idl \
335 WebCore/xml/XMLSerializer.idl \
336 WebCore/xml/XSLTProcessor.idl
338 # This IDL file should not be used when calculating the source list
339 # of libWebCoreJS, so we add it directly to the header list here, so
340 # that it will be included in the distribution.
342 WebCore/inspector/Inspector.idl
344 webcoregtk_dom_sources = \
345 WebCore/bindings/gobject/ConvertToUTF8String.cpp \
346 WebCore/bindings/gobject/ConvertToUTF8String.h \
347 WebCore/bindings/gobject/GObjectEventListener.cpp \
348 WebCore/bindings/gobject/GObjectEventListener.h \
349 WebCore/bindings/gobject/WebKitDOMBinding.cpp \
350 WebCore/bindings/gobject/WebKitDOMBinding.h \
351 WebCore/bindings/gobject/WebKitDOMEventTarget.cpp \
352 WebCore/bindings/gobject/WebKitDOMEventTarget.h \
353 WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp \
354 WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.h \
355 WebCore/bindings/gobject/WebKitDOMObject.cpp \
356 WebCore/bindings/gobject/WebKitDOMObject.h
358 webcoregtk_sources += $(webcoregtk_dom_sources)
361 WebCore/WebCorePrefix.h \
362 WebCore/accessibility/AXObjectCache.cpp \
363 WebCore/accessibility/AXObjectCache.h \
364 WebCore/accessibility/AccessibilityARIAGrid.cpp \
365 WebCore/accessibility/AccessibilityARIAGrid.h \
366 WebCore/accessibility/AccessibilityARIAGridCell.cpp \
367 WebCore/accessibility/AccessibilityARIAGridCell.h \
368 WebCore/accessibility/AccessibilityARIAGridRow.cpp \
369 WebCore/accessibility/AccessibilityARIAGridRow.h \
370 WebCore/accessibility/AccessibilityImageMapLink.cpp \
371 WebCore/accessibility/AccessibilityImageMapLink.h \
372 WebCore/accessibility/AccessibilityList.cpp \
373 WebCore/accessibility/AccessibilityList.h \
374 WebCore/accessibility/AccessibilityListBox.cpp \
375 WebCore/accessibility/AccessibilityListBox.h \
376 WebCore/accessibility/AccessibilityListBoxOption.cpp \
377 WebCore/accessibility/AccessibilityListBoxOption.h \
378 WebCore/accessibility/AccessibilityMediaControls.cpp \
379 WebCore/accessibility/AccessibilityMediaControls.h \
380 WebCore/accessibility/AccessibilityMenuList.cpp \
381 WebCore/accessibility/AccessibilityMenuList.h \
382 WebCore/accessibility/AccessibilityMenuListPopup.cpp \
383 WebCore/accessibility/AccessibilityMenuListPopup.h \
384 WebCore/accessibility/AccessibilityMenuListOption.cpp \
385 WebCore/accessibility/AccessibilityMenuListOption.h \
386 WebCore/accessibility/AccessibilityObject.cpp \
387 WebCore/accessibility/AccessibilityObject.h \
388 WebCore/accessibility/AccessibilityProgressIndicator.cpp \
389 WebCore/accessibility/AccessibilityProgressIndicator.h \
390 WebCore/accessibility/AccessibilityRenderObject.cpp \
391 WebCore/accessibility/AccessibilityRenderObject.h \
392 WebCore/accessibility/AccessibilityScrollbar.cpp \
393 WebCore/accessibility/AccessibilityScrollbar.h \
394 WebCore/accessibility/AccessibilitySlider.cpp \
395 WebCore/accessibility/AccessibilitySlider.h \
396 WebCore/accessibility/AccessibilityTable.cpp \
397 WebCore/accessibility/AccessibilityTable.h \
398 WebCore/accessibility/AccessibilityTableCell.cpp \
399 WebCore/accessibility/AccessibilityTableCell.h \
400 WebCore/accessibility/AccessibilityTableColumn.cpp \
401 WebCore/accessibility/AccessibilityTableColumn.h \
402 WebCore/accessibility/AccessibilityTableHeaderContainer.cpp \
403 WebCore/accessibility/AccessibilityTableHeaderContainer.h \
404 WebCore/accessibility/AccessibilityTableRow.cpp \
405 WebCore/accessibility/AccessibilityTableRow.h \
406 WebCore/bindings/js/CachedScriptSourceProvider.h \
407 WebCore/bindings/js/DOMObjectHashTableMap.cpp \
408 WebCore/bindings/js/DOMObjectHashTableMap.h \
409 WebCore/bindings/js/DOMWrapperWorld.cpp \
410 WebCore/bindings/js/DOMWrapperWorld.h \
411 WebCore/bindings/js/GCController.cpp \
412 WebCore/bindings/js/GCController.h \
413 WebCore/bindings/js/JSAttrCustom.cpp \
414 WebCore/bindings/js/JSCDATASectionCustom.cpp \
415 WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
416 WebCore/bindings/js/JSDataGridDataSource.cpp \
417 WebCore/bindings/js/JSDataGridDataSource.h \
418 WebCore/bindings/js/JSDebugWrapperSet.cpp \
419 WebCore/bindings/js/JSDebugWrapperSet.h \
420 WebCore/bindings/js/JSCSSRuleCustom.cpp \
421 WebCore/bindings/js/JSCSSRuleListCustom.cpp \
422 WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
423 WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
424 WebCore/bindings/js/JSCSSValueCustom.cpp \
425 WebCore/bindings/js/JSCallbackData.cpp \
426 WebCore/bindings/js/JSCallbackData.h \
427 WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp \
428 WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
429 WebCore/bindings/js/JSClipboardCustom.cpp \
430 WebCore/bindings/js/JSConsoleCustom.cpp \
431 WebCore/bindings/js/JSCoordinatesCustom.cpp \
432 WebCore/bindings/js/JSCustomPositionCallback.cpp \
433 WebCore/bindings/js/JSCustomPositionCallback.h \
434 WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
435 WebCore/bindings/js/JSCustomPositionErrorCallback.h \
436 WebCore/bindings/js/JSCustomVoidCallback.cpp \
437 WebCore/bindings/js/JSCustomVoidCallback.h \
438 WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
439 WebCore/bindings/js/JSCustomXPathNSResolver.h \
440 WebCore/bindings/js/JSDOMBinding.cpp \
441 WebCore/bindings/js/JSDOMBinding.h \
442 WebCore/bindings/js/JSDOMFormDataCustom.cpp \
443 WebCore/bindings/js/JSDOMGlobalObject.cpp \
444 WebCore/bindings/js/JSDOMGlobalObject.h \
445 WebCore/bindings/js/JSDOMStringMapCustom.cpp \
446 WebCore/bindings/js/JSDOMStringMapCustom.h \
447 WebCore/bindings/js/JSDOMWindowBase.cpp \
448 WebCore/bindings/js/JSDOMWindowBase.h \
449 WebCore/bindings/js/JSDOMWindowCustom.cpp \
450 WebCore/bindings/js/JSDOMWindowCustom.h \
451 WebCore/bindings/js/JSDOMWindowShell.cpp \
452 WebCore/bindings/js/JSDOMWindowShell.h \
453 WebCore/bindings/js/JSDOMWrapper.cpp \
454 WebCore/bindings/js/JSDOMWrapper.h \
455 WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp \
456 WebCore/bindings/js/JSDocumentCustom.cpp \
457 WebCore/bindings/js/JSElementCustom.cpp \
458 WebCore/bindings/js/JSEventCustom.cpp \
459 WebCore/bindings/js/JSEventListener.cpp \
460 WebCore/bindings/js/JSEventListener.h \
461 WebCore/bindings/js/JSEventSourceCustom.cpp \
462 WebCore/bindings/js/JSEventTarget.cpp \
463 WebCore/bindings/js/JSEventTarget.h \
464 WebCore/bindings/js/JSExceptionBase.cpp \
465 WebCore/bindings/js/JSExceptionBase.h \
466 WebCore/bindings/js/JSGeolocationCustom.cpp \
467 WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp \
468 WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
469 WebCore/bindings/js/JSHTMLAppletElementCustom.h \
470 WebCore/bindings/js/JSHTMLCanvasElementCustom.cpp \
471 WebCore/bindings/js/JSHTMLCollectionCustom.cpp \
472 WebCore/bindings/js/JSHTMLDataGridElementCustom.cpp \
473 WebCore/bindings/js/JSHTMLDocumentCustom.cpp \
474 WebCore/bindings/js/JSHTMLElementCustom.cpp \
475 WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp \
476 WebCore/bindings/js/JSHTMLEmbedElementCustom.h \
477 WebCore/bindings/js/JSHTMLFormElementCustom.cpp \
478 WebCore/bindings/js/JSHTMLFrameElementCustom.cpp \
479 WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp \
480 WebCore/bindings/js/JSHTMLInputElementCustom.cpp \
481 WebCore/bindings/js/JSHTMLInputElementCustom.h \
482 WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
483 WebCore/bindings/js/JSHTMLObjectElementCustom.h \
484 WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
485 WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
486 WebCore/bindings/js/JSHTMLSelectElementCustom.h \
487 WebCore/bindings/js/JSHistoryCustom.cpp \
488 WebCore/bindings/js/JSHistoryCustom.h \
489 WebCore/bindings/js/JSImageConstructor.cpp \
490 WebCore/bindings/js/JSImageConstructor.h \
491 WebCore/bindings/js/JSImageDataCustom.cpp \
492 WebCore/bindings/js/JSInjectedScriptHostCustom.cpp \
493 WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp \
494 WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
495 WebCore/bindings/js/JSLazyEventListener.cpp \
496 WebCore/bindings/js/JSLazyEventListener.h \
497 WebCore/bindings/js/JSLocationCustom.cpp \
498 WebCore/bindings/js/JSLocationCustom.h \
499 WebCore/bindings/js/JSMainThreadExecState.cpp \
500 WebCore/bindings/js/JSMainThreadExecState.h \
501 WebCore/bindings/js/JSMessageChannelCustom.cpp \
502 WebCore/bindings/js/JSMessageEventCustom.cpp \
503 WebCore/bindings/js/JSMessagePortCustom.cpp \
504 WebCore/bindings/js/JSMessagePortCustom.h \
505 WebCore/bindings/js/JSDOMMimeTypeArrayCustom.cpp \
506 WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
507 WebCore/bindings/js/JSNavigatorCustom.cpp \
508 WebCore/bindings/js/JSNodeCustom.cpp \
509 WebCore/bindings/js/JSNodeCustom.h \
510 WebCore/bindings/js/JSNodeFilterCondition.cpp \
511 WebCore/bindings/js/JSNodeFilterCondition.h \
512 WebCore/bindings/js/JSNodeFilterCustom.cpp \
513 WebCore/bindings/js/JSNodeIteratorCustom.cpp \
514 WebCore/bindings/js/JSNodeListCustom.cpp \
515 WebCore/bindings/js/JSOptionConstructor.cpp \
516 WebCore/bindings/js/JSOptionConstructor.h \
517 WebCore/bindings/js/JSDOMPluginArrayCustom.cpp \
518 WebCore/bindings/js/JSDOMPluginCustom.cpp \
519 WebCore/bindings/js/JSPluginElementFunctions.cpp \
520 WebCore/bindings/js/JSPluginElementFunctions.h \
521 WebCore/bindings/js/JSPopStateEventCustom.cpp \
522 WebCore/bindings/js/JSScriptProfileNodeCustom.cpp \
523 WebCore/bindings/js/JSStorageCustom.h \
524 WebCore/bindings/js/JSStyleSheetCustom.cpp \
525 WebCore/bindings/js/JSStyleSheetListCustom.cpp \
526 WebCore/bindings/js/JSTextCustom.cpp \
527 WebCore/bindings/js/JSTreeWalkerCustom.cpp \
528 WebCore/bindings/js/JSWebKitCSSMatrixCustom.cpp \
529 WebCore/bindings/js/JSWebKitPointCustom.cpp \
530 WebCore/bindings/js/JSWorkerContextErrorHandler.cpp \
531 WebCore/bindings/js/JSWorkerContextErrorHandler.h \
532 WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
533 WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
534 WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
535 WebCore/bindings/js/JavaScriptCallFrame.cpp \
536 WebCore/bindings/js/JavaScriptCallFrame.h \
537 WebCore/bindings/js/ScheduledAction.cpp \
538 WebCore/bindings/js/ScheduledAction.h \
539 WebCore/bindings/js/ScriptArray.cpp \
540 WebCore/bindings/js/ScriptArray.h \
541 WebCore/bindings/js/ScriptCachedFrameData.cpp \
542 WebCore/bindings/js/ScriptCachedFrameData.h \
543 WebCore/bindings/js/ScriptCallFrame.cpp \
544 WebCore/bindings/js/ScriptCallFrame.h \
545 WebCore/bindings/js/ScriptCallStack.cpp \
546 WebCore/bindings/js/ScriptCallStack.h \
547 WebCore/bindings/js/ScriptController.cpp \
548 WebCore/bindings/js/ScriptController.h \
549 WebCore/bindings/js/ScriptDebugServer.cpp \
550 WebCore/bindings/js/ScriptDebugServer.h \
551 WebCore/bindings/js/ScriptEventListener.cpp \
552 WebCore/bindings/js/ScriptEventListener.h \
553 WebCore/bindings/js/ScriptFunctionCall.cpp \
554 WebCore/bindings/js/ScriptFunctionCall.h \
555 WebCore/bindings/js/ScriptGCEvent.cpp \
556 WebCore/bindings/js/ScriptGCEvent.h \
557 WebCore/bindings/js/ScriptInstance.h \
558 WebCore/bindings/js/ScriptObject.cpp \
559 WebCore/bindings/js/ScriptObject.h \
560 WebCore/bindings/js/ScriptProfile.h \
561 WebCore/bindings/js/ScriptProfileNode.h \
562 WebCore/bindings/js/ScriptProfiler.cpp \
563 WebCore/bindings/js/ScriptProfiler.h \
564 WebCore/bindings/js/ScriptSourceCode.h \
565 WebCore/bindings/js/ScriptSourceProvider.h \
566 WebCore/bindings/js/ScriptState.cpp \
567 WebCore/bindings/js/ScriptState.h \
568 WebCore/bindings/js/ScriptString.h \
569 WebCore/bindings/js/ScriptWrappable.h \
570 WebCore/bindings/js/ScriptValue.cpp \
571 WebCore/bindings/js/ScriptValue.h \
572 WebCore/bindings/js/SerializedScriptValue.cpp \
573 WebCore/bindings/js/SerializedScriptValue.h \
574 WebCore/bindings/js/StringSourceProvider.h \
575 WebCore/bindings/js/WebCoreJSClientData.h \
576 WebCore/bindings/ScriptControllerBase.cpp \
577 WebCore/bindings/ScriptControllerBase.h \
578 WebCore/bridge/Bridge.h \
579 WebCore/bridge/IdentifierRep.cpp \
580 WebCore/bridge/IdentifierRep.h \
581 WebCore/bridge/NP_jsobject.cpp \
582 WebCore/bridge/NP_jsobject.h \
583 WebCore/bridge/c/CRuntimeObject.cpp \
584 WebCore/bridge/c/CRuntimeObject.h \
585 WebCore/bridge/c/c_class.cpp \
586 WebCore/bridge/c/c_class.h \
587 WebCore/bridge/c/c_instance.cpp \
588 WebCore/bridge/c/c_instance.h \
589 WebCore/bridge/c/c_runtime.cpp \
590 WebCore/bridge/c/c_runtime.h \
591 WebCore/bridge/c/c_utility.cpp \
592 WebCore/bridge/c/c_utility.h \
593 WebCore/bridge/jni/JNIBridge.h \
594 WebCore/bridge/jni/JNIUtility.h \
595 WebCore/bridge/jni/jni_jsobject.h \
596 WebCore/bridge/jni/jsc/JNIBridgeJSC.h \
597 WebCore/bridge/jni/jsc/JavaClassJSC.h \
598 WebCore/bridge/jni/jsc/JavaInstanceJSC.h \
599 WebCore/bridge/jsc/BridgeJSC.h \
600 WebCore/bridge/jsc/BridgeJSC.cpp \
601 WebCore/bridge/npapi.h \
602 WebCore/bridge/npruntime.cpp \
603 WebCore/bridge/npruntime.h \
604 WebCore/bridge/npruntime_impl.h \
605 WebCore/bridge/npruntime_internal.h \
606 WebCore/bridge/npruntime_priv.h \
607 WebCore/bridge/nptypes.h \
608 WebCore/bridge/runtime_array.cpp \
609 WebCore/bridge/runtime_array.h \
610 WebCore/bridge/runtime_method.cpp \
611 WebCore/bridge/runtime_method.h \
612 WebCore/bridge/runtime_object.cpp \
613 WebCore/bridge/runtime_object.h \
614 WebCore/bridge/runtime_root.cpp \
615 WebCore/bridge/runtime_root.h \
617 WebCore/css/CSSBorderImageValue.cpp \
618 WebCore/css/CSSBorderImageValue.h \
619 WebCore/css/CSSCanvasValue.cpp \
620 WebCore/css/CSSCanvasValue.h \
621 WebCore/css/CSSCharsetRule.cpp \
622 WebCore/css/CSSCharsetRule.h \
623 WebCore/css/CSSComputedStyleDeclaration.cpp \
624 WebCore/css/CSSComputedStyleDeclaration.h \
625 WebCore/css/CSSCursorImageValue.cpp \
626 WebCore/css/CSSCursorImageValue.h \
627 WebCore/css/CSSFontFace.cpp \
628 WebCore/css/CSSFontFace.h \
629 WebCore/css/CSSFontFaceRule.cpp \
630 WebCore/css/CSSFontFaceRule.h \
631 WebCore/css/CSSFontFaceSource.cpp \
632 WebCore/css/CSSFontFaceSource.h \
633 WebCore/css/CSSFontFaceSrcValue.cpp \
634 WebCore/css/CSSFontFaceSrcValue.h \
635 WebCore/css/CSSFontSelector.cpp \
636 WebCore/css/CSSFontSelector.h \
637 WebCore/css/CSSFunctionValue.cpp \
638 WebCore/css/CSSFunctionValue.h \
639 WebCore/css/CSSGradientValue.cpp \
640 WebCore/css/CSSGradientValue.h \
641 WebCore/css/CSSHelper.cpp \
642 WebCore/css/CSSHelper.h \
643 WebCore/css/CSSImageGeneratorValue.cpp \
644 WebCore/css/CSSImageGeneratorValue.h \
645 WebCore/css/CSSImageValue.cpp \
646 WebCore/css/CSSImageValue.h \
647 WebCore/css/CSSImportRule.cpp \
648 WebCore/css/CSSImportRule.h \
649 WebCore/css/CSSInheritedValue.cpp \
650 WebCore/css/CSSInheritedValue.h \
651 WebCore/css/CSSInitialValue.cpp \
652 WebCore/css/CSSInitialValue.h \
653 WebCore/css/CSSMediaRule.cpp \
654 WebCore/css/CSSMediaRule.h \
655 WebCore/css/CSSMutableStyleDeclaration.cpp \
656 WebCore/css/CSSMutableStyleDeclaration.h \
657 WebCore/css/CSSNamespace.h \
658 WebCore/css/CSSOMUtils.cpp \
659 WebCore/css/CSSOMUtils.h \
660 WebCore/css/CSSPageRule.cpp \
661 WebCore/css/CSSPageRule.h \
662 WebCore/css/CSSParser.cpp \
663 WebCore/css/CSSParser.h \
664 WebCore/css/CSSParserValues.cpp \
665 WebCore/css/CSSParserValues.h \
666 WebCore/css/CSSPrimitiveValue.cpp \
667 WebCore/css/CSSPrimitiveValue.h \
668 WebCore/css/CSSPrimitiveValueMappings.h \
669 WebCore/css/CSSProperty.cpp \
670 WebCore/css/CSSProperty.h \
671 WebCore/css/CSSPropertyLonghand.cpp \
672 WebCore/css/CSSPropertyLonghand.h \
673 WebCore/css/CSSQuirkPrimitiveValue.h \
674 WebCore/css/CSSReflectValue.cpp \
675 WebCore/css/CSSReflectValue.h \
676 WebCore/css/CSSReflectionDirection.h \
677 WebCore/css/CSSRule.cpp \
678 WebCore/css/CSSRule.h \
679 WebCore/css/CSSRuleList.cpp \
680 WebCore/css/CSSRuleList.h \
681 WebCore/css/CSSSegmentedFontFace.cpp \
682 WebCore/css/CSSSegmentedFontFace.h \
683 WebCore/css/CSSSelector.cpp \
684 WebCore/css/CSSSelector.h \
685 WebCore/css/CSSSelectorList.cpp \
686 WebCore/css/CSSSelectorList.h \
687 WebCore/css/CSSStyleDeclaration.cpp \
688 WebCore/css/CSSStyleDeclaration.h \
689 WebCore/css/CSSStyleRule.cpp \
690 WebCore/css/CSSStyleRule.h \
691 WebCore/css/CSSStyleSelector.cpp \
692 WebCore/css/CSSStyleSelector.h \
693 WebCore/css/CSSStyleSheet.cpp \
694 WebCore/css/CSSStyleSheet.h \
695 WebCore/css/CSSTimingFunctionValue.cpp \
696 WebCore/css/CSSTimingFunctionValue.h \
697 WebCore/css/CSSUnicodeRangeValue.cpp \
698 WebCore/css/CSSUnicodeRangeValue.h \
699 WebCore/css/CSSUnknownRule.h \
700 WebCore/css/CSSValue.h \
701 WebCore/css/CSSValueList.cpp \
702 WebCore/css/CSSValueList.h \
703 WebCore/css/CSSVariableDependentValue.cpp \
704 WebCore/css/CSSVariableDependentValue.h \
705 WebCore/css/CSSVariablesDeclaration.cpp \
706 WebCore/css/CSSVariablesDeclaration.h \
707 WebCore/css/CSSVariablesRule.cpp \
708 WebCore/css/CSSVariablesRule.h \
709 WebCore/css/Counter.h \
710 WebCore/css/DashboardRegion.h \
711 WebCore/css/FontFamilyValue.cpp \
712 WebCore/css/FontFamilyValue.h \
713 WebCore/css/FontValue.cpp \
714 WebCore/css/FontValue.h \
715 WebCore/css/MediaFeatureNames.cpp \
716 WebCore/css/MediaFeatureNames.h \
717 WebCore/css/MediaList.cpp \
718 WebCore/css/MediaList.h \
719 WebCore/css/MediaQuery.cpp \
720 WebCore/css/MediaQueryEvaluator.cpp \
721 WebCore/css/MediaQueryEvaluator.h \
722 WebCore/css/MediaQueryExp.cpp \
723 WebCore/css/MediaQueryExp.h \
724 WebCore/css/MediaQuery.h \
727 WebCore/css/RGBColor.cpp \
728 WebCore/css/RGBColor.h \
729 WebCore/css/ShadowValue.cpp \
730 WebCore/css/ShadowValue.h \
731 WebCore/css/StyleBase.cpp \
732 WebCore/css/StyleBase.h \
733 WebCore/css/StyleList.cpp \
734 WebCore/css/StyleList.h \
735 WebCore/css/StyleMedia.cpp \
736 WebCore/css/StyleMedia.h \
737 WebCore/css/StyleSheet.cpp \
738 WebCore/css/StyleSheet.h \
739 WebCore/css/StyleSheetList.cpp \
740 WebCore/css/StyleSheetList.h \
741 WebCore/css/WebKitCSSKeyframeRule.cpp \
742 WebCore/css/WebKitCSSKeyframeRule.h \
743 WebCore/css/WebKitCSSKeyframesRule.cpp \
744 WebCore/css/WebKitCSSKeyframesRule.h \
745 WebCore/css/WebKitCSSMatrix.cpp \
746 WebCore/css/WebKitCSSMatrix.h \
747 WebCore/css/WebKitCSSTransformValue.cpp \
748 WebCore/css/WebKitCSSTransformValue.h \
749 WebCore/dom/ActiveDOMObject.cpp \
750 WebCore/dom/ActiveDOMObject.h \
751 WebCore/dom/Attr.cpp \
753 WebCore/dom/Attribute.cpp \
754 WebCore/dom/Attribute.h \
755 WebCore/dom/BeforeLoadEvent.h \
756 WebCore/dom/BeforeProcessEvent.cpp \
757 WebCore/dom/BeforeProcessEvent.h \
758 WebCore/dom/BeforeTextInsertedEvent.cpp \
759 WebCore/dom/BeforeTextInsertedEvent.h \
760 WebCore/dom/BeforeUnloadEvent.cpp \
761 WebCore/dom/BeforeUnloadEvent.h \
762 WebCore/dom/CDATASection.cpp \
763 WebCore/dom/CDATASection.h \
764 WebCore/dom/CSSMappedAttributeDeclaration.cpp \
765 WebCore/dom/CSSMappedAttributeDeclaration.h \
766 WebCore/dom/CharacterData.cpp \
767 WebCore/dom/CharacterData.h \
768 WebCore/dom/CheckedRadioButtons.cpp \
769 WebCore/dom/CheckedRadioButtons.h \
770 WebCore/dom/ChildNodeList.cpp \
771 WebCore/dom/ChildNodeList.h \
772 WebCore/dom/ClassNodeList.cpp \
773 WebCore/dom/ClassNodeList.h \
774 WebCore/dom/ClientRect.cpp \
775 WebCore/dom/ClientRect.h \
776 WebCore/dom/ClientRectList.cpp \
777 WebCore/dom/ClientRectList.h \
778 WebCore/dom/Clipboard.cpp \
779 WebCore/dom/Clipboard.h \
780 WebCore/dom/ClipboardAccessPolicy.h \
781 WebCore/dom/ClipboardEvent.cpp \
782 WebCore/dom/ClipboardEvent.h \
783 WebCore/dom/Comment.cpp \
784 WebCore/dom/Comment.h \
785 WebCore/dom/CompositionEvent.cpp \
786 WebCore/dom/CompositionEvent.h \
787 WebCore/dom/ContainerNode.cpp \
788 WebCore/dom/ContainerNode.h \
789 WebCore/dom/ContainerNodeAlgorithms.h \
790 WebCore/dom/CrossThreadTask.h \
791 WebCore/dom/CustomEvent.cpp \
792 WebCore/dom/CustomEvent.h \
793 WebCore/dom/DOMCoreException.h \
794 WebCore/dom/DOMImplementation.cpp \
795 WebCore/dom/DOMImplementation.h \
796 WebCore/dom/DOMStringList.cpp \
797 WebCore/dom/DOMStringList.h \
798 WebCore/dom/DOMStringMap.cpp \
799 WebCore/dom/DOMStringMap.h \
800 WebCore/dom/DatasetDOMStringMap.cpp \
801 WebCore/dom/DatasetDOMStringMap.h \
802 WebCore/dom/DecodedDataDocumentParser.cpp \
803 WebCore/dom/DecodedDataDocumentParser.h \
804 WebCore/dom/DeviceOrientation.cpp \
805 WebCore/dom/DeviceOrientation.h \
806 WebCore/dom/DeviceOrientationClient.h \
807 WebCore/dom/DeviceOrientationController.cpp \
808 WebCore/dom/DeviceOrientationController.h \
809 WebCore/dom/DeviceOrientationEvent.cpp \
810 WebCore/dom/DeviceOrientationEvent.h \
811 WebCore/dom/Document.cpp \
812 WebCore/dom/DocumentParser.cpp \
813 WebCore/dom/Document.h \
814 WebCore/dom/DocumentFragment.cpp \
815 WebCore/dom/DocumentFragment.h \
816 WebCore/dom/DocumentMarker.h \
817 WebCore/dom/DocumentType.cpp \
818 WebCore/dom/DocumentType.h \
819 WebCore/dom/DynamicNodeList.cpp \
820 WebCore/dom/DynamicNodeList.h \
821 WebCore/dom/EditingText.cpp \
822 WebCore/dom/EditingText.h \
823 WebCore/dom/Element.cpp \
824 WebCore/dom/Element.h \
825 WebCore/dom/ElementRareData.h \
826 WebCore/dom/Entity.cpp \
827 WebCore/dom/Entity.h \
828 WebCore/dom/EntityReference.cpp \
829 WebCore/dom/EntityReference.h \
830 WebCore/dom/ErrorEvent.cpp \
831 WebCore/dom/ErrorEvent.h \
832 WebCore/dom/Event.cpp \
833 WebCore/dom/Event.h \
834 WebCore/dom/EventException.h \
835 WebCore/dom/EventListener.h \
836 WebCore/dom/EventNames.cpp \
837 WebCore/dom/EventNames.h \
838 WebCore/dom/EventTarget.cpp \
839 WebCore/dom/EventTarget.h \
840 WebCore/dom/ExceptionBase.cpp \
841 WebCore/dom/ExceptionBase.h \
842 WebCore/dom/ExceptionCode.cpp \
843 WebCore/dom/ExceptionCode.h \
844 WebCore/dom/FragmentScriptingPermission.h \
845 WebCore/dom/InputElement.cpp \
846 WebCore/dom/InputElement.h \
847 WebCore/dom/KeyboardEvent.cpp \
848 WebCore/dom/KeyboardEvent.h \
849 WebCore/dom/MappedAttributeEntry.h \
850 WebCore/dom/MessageChannel.cpp \
851 WebCore/dom/MessageChannel.h \
852 WebCore/dom/MessageEvent.cpp \
853 WebCore/dom/MessageEvent.h \
854 WebCore/dom/MessagePort.cpp \
855 WebCore/dom/MessagePort.h \
856 WebCore/dom/MessagePortChannel.cpp \
857 WebCore/dom/MessagePortChannel.h \
858 WebCore/dom/MouseEvent.cpp \
859 WebCore/dom/MouseEvent.h \
860 WebCore/dom/MouseRelatedEvent.cpp \
861 WebCore/dom/MouseRelatedEvent.h \
862 WebCore/dom/MutationEvent.cpp \
863 WebCore/dom/MutationEvent.h \
864 WebCore/dom/NameNodeList.cpp \
865 WebCore/dom/NameNodeList.h \
866 WebCore/dom/NamedNodeMap.cpp \
867 WebCore/dom/NamedNodeMap.h \
868 WebCore/dom/Node.cpp \
870 WebCore/dom/NodeFilter.cpp \
871 WebCore/dom/NodeFilter.h \
872 WebCore/dom/NodeFilterCondition.cpp \
873 WebCore/dom/NodeFilterCondition.h \
874 WebCore/dom/NodeIterator.cpp \
875 WebCore/dom/NodeIterator.h \
876 WebCore/dom/NodeList.h \
877 WebCore/dom/NodeRareData.h \
878 WebCore/dom/NodeRenderStyle.h \
879 WebCore/dom/NodeWithIndex.h \
880 WebCore/dom/Notation.cpp \
881 WebCore/dom/Notation.h \
882 WebCore/dom/OptionGroupElement.cpp \
883 WebCore/dom/OptionGroupElement.h \
884 WebCore/dom/OptionElement.cpp \
885 WebCore/dom/OptionElement.h \
886 WebCore/dom/OverflowEvent.cpp \
887 WebCore/dom/OverflowEvent.h \
888 WebCore/dom/PageTransitionEvent.cpp \
889 WebCore/dom/PageTransitionEvent.h \
890 WebCore/dom/Position.cpp \
891 WebCore/dom/Position.h \
892 WebCore/dom/PopStateEvent.cpp \
893 WebCore/dom/PopStateEvent.h \
894 WebCore/dom/PositionIterator.cpp \
895 WebCore/dom/PositionIterator.h \
896 WebCore/dom/ProcessingInstruction.cpp \
897 WebCore/dom/ProcessingInstruction.h \
898 WebCore/dom/ProgressEvent.cpp \
899 WebCore/dom/ProgressEvent.h \
900 WebCore/dom/QualifiedName.cpp \
901 WebCore/dom/QualifiedName.h \
902 WebCore/dom/Range.cpp \
903 WebCore/dom/Range.h \
904 WebCore/dom/RangeBoundaryPoint.h \
905 WebCore/dom/RangeException.h \
906 WebCore/dom/RawDataDocumentParser.h \
907 WebCore/dom/RegisteredEventListener.cpp \
908 WebCore/dom/RegisteredEventListener.h \
909 WebCore/dom/ScriptableDocumentParser.cpp \
910 WebCore/dom/ScriptableDocumentParser.h \
911 WebCore/dom/ScriptElement.cpp \
912 WebCore/dom/ScriptElement.h \
913 WebCore/dom/ScriptExecutionContext.cpp \
914 WebCore/dom/ScriptExecutionContext.h \
915 WebCore/dom/SelectElement.cpp \
916 WebCore/dom/SelectElement.h \
917 WebCore/dom/SelectorNodeList.cpp \
918 WebCore/dom/SelectorNodeList.h \
919 WebCore/dom/SpaceSplitString.cpp \
920 WebCore/dom/SpaceSplitString.h \
921 WebCore/dom/StaticHashSetNodeList.cpp \
922 WebCore/dom/StaticHashSetNodeList.h \
923 WebCore/dom/StaticNodeList.cpp \
924 WebCore/dom/StaticNodeList.h \
925 WebCore/dom/StyleElement.cpp \
926 WebCore/dom/StyleElement.h \
927 WebCore/dom/StyledElement.cpp \
928 WebCore/dom/StyledElement.h \
929 WebCore/dom/TagNodeList.cpp \
930 WebCore/dom/TagNodeList.h \
931 WebCore/dom/Text.cpp \
933 WebCore/dom/TextEvent.cpp \
934 WebCore/dom/TextEvent.h \
935 WebCore/dom/DocumentParser.h \
936 WebCore/dom/Traversal.cpp \
937 WebCore/dom/Traversal.h \
938 WebCore/dom/TreeDepthLimit.h \
939 WebCore/dom/TreeWalker.cpp \
940 WebCore/dom/TreeWalker.h \
941 WebCore/dom/UIEvent.cpp \
942 WebCore/dom/UIEvent.h \
943 WebCore/dom/UIEventWithKeyState.cpp \
944 WebCore/dom/UIEventWithKeyState.h \
945 WebCore/dom/UserGestureIndicator.cpp \
946 WebCore/dom/UserGestureIndicator.h \
947 WebCore/dom/ViewportArguments.cpp \
948 WebCore/dom/ViewportArguments.h \
949 WebCore/dom/WebKitAnimationEvent.cpp \
950 WebCore/dom/WebKitAnimationEvent.h \
951 WebCore/dom/WebKitTransitionEvent.cpp \
952 WebCore/dom/WebKitTransitionEvent.h \
953 WebCore/dom/WheelEvent.cpp \
954 WebCore/dom/WheelEvent.h \
955 WebCore/dom/XMLDocumentParser.cpp \
956 WebCore/dom/XMLDocumentParser.h \
957 WebCore/dom/XMLDocumentParserLibxml2.cpp \
958 WebCore/dom/XMLDocumentParserScope.cpp \
959 WebCore/dom/XMLDocumentParserScope.h \
960 WebCore/dom/default/PlatformMessagePortChannel.cpp \
961 WebCore/dom/default/PlatformMessagePortChannel.h \
962 WebCore/editing/AppendNodeCommand.cpp \
963 WebCore/editing/AppendNodeCommand.h \
964 WebCore/editing/ApplyStyleCommand.cpp \
965 WebCore/editing/ApplyStyleCommand.h \
966 WebCore/editing/BreakBlockquoteCommand.cpp \
967 WebCore/editing/BreakBlockquoteCommand.h \
968 WebCore/editing/CompositeEditCommand.cpp \
969 WebCore/editing/CompositeEditCommand.h \
970 WebCore/editing/CreateLinkCommand.cpp \
971 WebCore/editing/CreateLinkCommand.h \
972 WebCore/editing/DeleteButton.cpp \
973 WebCore/editing/DeleteButton.h \
974 WebCore/editing/DeleteButtonController.cpp \
975 WebCore/editing/DeleteButtonController.h \
976 WebCore/editing/DeleteFromTextNodeCommand.cpp \
977 WebCore/editing/DeleteFromTextNodeCommand.h \
978 WebCore/editing/DeleteSelectionCommand.cpp \
979 WebCore/editing/DeleteSelectionCommand.h \
980 WebCore/editing/EditAction.h \
981 WebCore/editing/EditCommand.cpp \
982 WebCore/editing/EditCommand.h \
983 WebCore/editing/EditingBehavior.h \
984 WebCore/editing/EditingBehaviorTypes.h \
985 WebCore/editing/Editor.cpp \
986 WebCore/editing/Editor.h \
987 WebCore/editing/EditorCommand.cpp \
988 WebCore/editing/EditorDeleteAction.h \
989 WebCore/editing/EditorInsertAction.h \
990 WebCore/editing/FormatBlockCommand.cpp \
991 WebCore/editing/FormatBlockCommand.h \
992 WebCore/editing/HTMLInterchange.cpp \
993 WebCore/editing/HTMLInterchange.h \
994 WebCore/editing/IndentOutdentCommand.cpp \
995 WebCore/editing/IndentOutdentCommand.h \
996 WebCore/editing/InsertIntoTextNodeCommand.cpp \
997 WebCore/editing/InsertIntoTextNodeCommand.h \
998 WebCore/editing/InsertLineBreakCommand.cpp \
999 WebCore/editing/InsertLineBreakCommand.h \
1000 WebCore/editing/InsertListCommand.cpp \
1001 WebCore/editing/InsertListCommand.h \
1002 WebCore/editing/InsertNodeBeforeCommand.cpp \
1003 WebCore/editing/InsertNodeBeforeCommand.h \
1004 WebCore/editing/InsertParagraphSeparatorCommand.cpp \
1005 WebCore/editing/InsertParagraphSeparatorCommand.h \
1006 WebCore/editing/InsertTextCommand.cpp \
1007 WebCore/editing/InsertTextCommand.h \
1008 WebCore/editing/JoinTextNodesCommand.cpp \
1009 WebCore/editing/JoinTextNodesCommand.h \
1010 WebCore/editing/MergeIdenticalElementsCommand.cpp \
1011 WebCore/editing/MergeIdenticalElementsCommand.h \
1012 WebCore/editing/ModifySelectionListLevel.cpp \
1013 WebCore/editing/ModifySelectionListLevel.h \
1014 WebCore/editing/MoveSelectionCommand.cpp \
1015 WebCore/editing/MoveSelectionCommand.h \
1016 WebCore/editing/RemoveCSSPropertyCommand.cpp \
1017 WebCore/editing/RemoveCSSPropertyCommand.h \
1018 WebCore/editing/RemoveFormatCommand.cpp \
1019 WebCore/editing/RemoveFormatCommand.h \
1020 WebCore/editing/RemoveNodeCommand.cpp \
1021 WebCore/editing/RemoveNodeCommand.h \
1022 WebCore/editing/RemoveNodePreservingChildrenCommand.cpp \
1023 WebCore/editing/RemoveNodePreservingChildrenCommand.h \
1024 WebCore/editing/ReplaceNodeWithSpanCommand.cpp \
1025 WebCore/editing/ReplaceNodeWithSpanCommand.h \
1026 WebCore/editing/ReplaceSelectionCommand.cpp \
1027 WebCore/editing/ReplaceSelectionCommand.h \
1028 WebCore/editing/SelectionController.cpp \
1029 WebCore/editing/SelectionController.h \
1030 WebCore/editing/SetNodeAttributeCommand.cpp \
1031 WebCore/editing/SetNodeAttributeCommand.h \
1032 WebCore/editing/SmartReplace.cpp \
1033 WebCore/editing/SmartReplace.h \
1034 WebCore/editing/SmartReplaceICU.cpp \
1035 WebCore/editing/SplitElementCommand.cpp \
1036 WebCore/editing/SplitElementCommand.h \
1037 WebCore/editing/SplitTextNodeCommand.cpp \
1038 WebCore/editing/SplitTextNodeCommand.h \
1039 WebCore/editing/SplitTextNodeContainingElementCommand.cpp \
1040 WebCore/editing/SplitTextNodeContainingElementCommand.h \
1041 WebCore/editing/TextAffinity.h \
1042 WebCore/editing/TextGranularity.h \
1043 WebCore/editing/TextIterator.cpp \
1044 WebCore/editing/TextIterator.h \
1045 WebCore/editing/TypingCommand.cpp \
1046 WebCore/editing/TypingCommand.h \
1047 WebCore/editing/UnlinkCommand.cpp \
1048 WebCore/editing/UnlinkCommand.h \
1049 WebCore/editing/VisiblePosition.cpp \
1050 WebCore/editing/VisiblePosition.h \
1051 WebCore/editing/VisibleSelection.cpp \
1052 WebCore/editing/VisibleSelection.h \
1053 WebCore/editing/WrapContentsInDummySpanCommand.cpp \
1054 WebCore/editing/WrapContentsInDummySpanCommand.h \
1055 WebCore/editing/htmlediting.cpp \
1056 WebCore/editing/htmlediting.h \
1057 WebCore/editing/markup.cpp \
1058 WebCore/editing/markup.h \
1059 WebCore/editing/visible_units.cpp \
1060 WebCore/editing/visible_units.h \
1061 WebCore/editing/gtk/SelectionControllerGtk.cpp \
1062 WebCore/history/BackForwardController.cpp \
1063 WebCore/history/BackForwardController.h \
1064 WebCore/history/BackForwardControllerClient.h \
1065 WebCore/history/BackForwardList.h \
1066 WebCore/history/BackForwardListImpl.cpp \
1067 WebCore/history/BackForwardListImpl.h \
1068 WebCore/history/CachedFrame.cpp \
1069 WebCore/history/CachedFrame.h \
1070 WebCore/history/CachedFramePlatformData.h \
1071 WebCore/history/CachedPage.cpp \
1072 WebCore/history/CachedPage.h \
1073 WebCore/history/HistoryItem.cpp \
1074 WebCore/history/HistoryItem.h \
1075 WebCore/history/PageCache.cpp \
1076 WebCore/history/PageCache.h \
1077 WebCore/html/AsyncImageResizer.cpp \
1078 WebCore/html/AsyncImageResizer.h \
1079 WebCore/html/Blob.cpp \
1080 WebCore/html/Blob.h \
1081 WebCore/html/BlobBuilder.cpp \
1082 WebCore/html/BlobBuilder.h \
1083 WebCore/html/canvas/CanvasContextAttributes.h \
1084 WebCore/html/canvas/CanvasGradient.cpp \
1085 WebCore/html/canvas/CanvasGradient.h \
1086 WebCore/html/canvas/CanvasPattern.cpp \
1087 WebCore/html/canvas/CanvasPattern.h \
1088 WebCore/html/canvas/CanvasPixelArray.cpp \
1089 WebCore/html/canvas/CanvasPixelArray.h \
1090 WebCore/html/canvas/CanvasRenderingContext.cpp \
1091 WebCore/html/canvas/CanvasRenderingContext.h \
1092 WebCore/html/canvas/CanvasRenderingContext2D.cpp \
1093 WebCore/html/canvas/CanvasRenderingContext2D.h \
1094 WebCore/html/canvas/CanvasStyle.cpp \
1095 WebCore/html/canvas/CanvasStyle.h \
1096 WebCore/html/CollectionCache.cpp \
1097 WebCore/html/CollectionCache.h \
1098 WebCore/html/CollectionType.h \
1099 WebCore/html/CSSPreloadScanner.cpp \
1100 WebCore/html/CSSPreloadScanner.h \
1101 WebCore/html/DataGridColumn.cpp \
1102 WebCore/html/DataGridColumn.h \
1103 WebCore/html/DataGridColumnList.cpp \
1104 WebCore/html/DataGridColumnList.h \
1105 WebCore/html/DataGridDataSource.h \
1106 WebCore/html/DateComponents.cpp \
1107 WebCore/html/DateComponents.h \
1108 WebCore/html/DOMDataGridDataSource.cpp \
1109 WebCore/html/DOMDataGridDataSource.h \
1110 WebCore/html/DOMFormData.cpp \
1111 WebCore/html/DOMFormData.h \
1112 WebCore/html/File.cpp \
1113 WebCore/html/File.h \
1114 WebCore/html/FileError.h \
1115 WebCore/html/FileList.cpp \
1116 WebCore/html/FileList.h \
1117 WebCore/html/FileReader.cpp \
1118 WebCore/html/FileReader.h \
1119 WebCore/html/FileStream.cpp \
1120 WebCore/html/FileStream.h \
1121 WebCore/html/FileStreamClient.h \
1122 WebCore/html/FileStreamProxy.cpp \
1123 WebCore/html/FileStreamProxy.h \
1124 WebCore/html/FileThread.cpp \
1125 WebCore/html/FileThread.h \
1126 WebCore/html/FileThreadTask.h \
1127 WebCore/html/FormDataList.cpp \
1128 WebCore/html/FormDataList.h \
1129 WebCore/html/HTMLEntityParser.cpp \
1130 WebCore/html/HTMLEntityParser.h \
1131 WebCore/html/HTMLTokenizer.cpp \
1132 WebCore/html/HTMLTokenizer.h \
1133 WebCore/html/HTMLToken.h \
1134 WebCore/html/HTMLDocumentParser.cpp \
1135 WebCore/html/HTMLDocumentParser.h \
1136 WebCore/html/HTMLPreloadScanner.cpp \
1137 WebCore/html/HTMLPreloadScanner.h \
1138 WebCore/html/HTMLScriptRunner.cpp \
1139 WebCore/html/HTMLScriptRunner.h \
1140 WebCore/html/HTMLScriptRunnerHost.h \
1141 WebCore/html/HTMLTreeBuilder.cpp \
1142 WebCore/html/HTMLTreeBuilder.h \
1143 WebCore/html/HTMLAllCollection.cpp \
1144 WebCore/html/HTMLAllCollection.h \
1145 WebCore/html/HTMLAnchorElement.cpp \
1146 WebCore/html/HTMLAnchorElement.h \
1147 WebCore/html/HTMLAppletElement.cpp \
1148 WebCore/html/HTMLAppletElement.h \
1149 WebCore/html/HTMLAreaElement.cpp \
1150 WebCore/html/HTMLAreaElement.h \
1151 WebCore/html/HTMLBRElement.cpp \
1152 WebCore/html/HTMLBRElement.h \
1153 WebCore/html/HTMLBaseElement.cpp \
1154 WebCore/html/HTMLBaseElement.h \
1155 WebCore/html/HTMLBaseFontElement.cpp \
1156 WebCore/html/HTMLBaseFontElement.h \
1157 WebCore/html/HTMLBlockquoteElement.cpp \
1158 WebCore/html/HTMLBlockquoteElement.h \
1159 WebCore/html/HTMLBodyElement.cpp \
1160 WebCore/html/HTMLBodyElement.h \
1161 WebCore/html/HTMLButtonElement.cpp \
1162 WebCore/html/HTMLButtonElement.h \
1163 WebCore/html/HTMLCanvasElement.cpp \
1164 WebCore/html/HTMLCanvasElement.h \
1165 WebCore/html/HTMLCollection.cpp \
1166 WebCore/html/HTMLCollection.h \
1167 WebCore/html/HTMLDataGridElement.cpp \
1168 WebCore/html/HTMLDataGridElement.h \
1169 WebCore/html/HTMLDataGridCellElement.cpp \
1170 WebCore/html/HTMLDataGridCellElement.h \
1171 WebCore/html/HTMLDataGridColElement.cpp \
1172 WebCore/html/HTMLDataGridColElement.h \
1173 WebCore/html/HTMLDataGridRowElement.cpp \
1174 WebCore/html/HTMLDataGridRowElement.h \
1175 WebCore/html/HTMLDataListElement.cpp \
1176 WebCore/html/HTMLDataListElement.h \
1177 WebCore/html/HTMLDListElement.cpp \
1178 WebCore/html/HTMLDListElement.h \
1179 WebCore/html/HTMLDirectoryElement.cpp \
1180 WebCore/html/HTMLDirectoryElement.h \
1181 WebCore/html/HTMLDivElement.cpp \
1182 WebCore/html/HTMLDivElement.h \
1183 WebCore/html/HTMLDocument.cpp \
1184 WebCore/html/HTMLDocument.h \
1185 WebCore/html/HTMLConstructionSite.cpp \
1186 WebCore/html/HTMLConstructionSite.h \
1187 WebCore/html/HTMLElement.cpp \
1188 WebCore/html/HTMLElement.h \
1189 WebCore/html/HTMLElementStack.cpp \
1190 WebCore/html/HTMLElementStack.h \
1191 WebCore/html/HTMLEmbedElement.cpp \
1192 WebCore/html/HTMLEmbedElement.h \
1193 WebCore/html/HTMLFieldSetElement.cpp \
1194 WebCore/html/HTMLFieldSetElement.h \
1195 WebCore/html/HTMLFontElement.cpp \
1196 WebCore/html/HTMLFontElement.h \
1197 WebCore/html/HTMLFormattingElementList.cpp \
1198 WebCore/html/HTMLFormattingElementList.h \
1199 WebCore/html/HTMLFormCollection.cpp \
1200 WebCore/html/HTMLFormCollection.h \
1201 WebCore/html/HTMLFormControlElement.cpp \
1202 WebCore/html/HTMLFormControlElement.h \
1203 WebCore/html/HTMLFormElement.cpp \
1204 WebCore/html/HTMLFormElement.h \
1205 WebCore/html/HTMLFrameElement.cpp \
1206 WebCore/html/HTMLFrameElement.h \
1207 WebCore/html/HTMLFrameElementBase.cpp \
1208 WebCore/html/HTMLFrameElementBase.h \
1209 WebCore/html/HTMLFrameOwnerElement.cpp \
1210 WebCore/html/HTMLFrameOwnerElement.h \
1211 WebCore/html/HTMLFrameSetElement.cpp \
1212 WebCore/html/HTMLFrameSetElement.h \
1213 WebCore/html/HTMLHRElement.cpp \
1214 WebCore/html/HTMLHRElement.h \
1215 WebCore/html/HTMLHeadElement.cpp \
1216 WebCore/html/HTMLHeadElement.h \
1217 WebCore/html/HTMLHeadingElement.cpp \
1218 WebCore/html/HTMLHeadingElement.h \
1219 WebCore/html/HTMLHtmlElement.cpp \
1220 WebCore/html/HTMLHtmlElement.h \
1221 WebCore/html/HTMLIFrameElement.cpp \
1222 WebCore/html/HTMLIFrameElement.h \
1223 WebCore/html/HTMLImageElement.cpp \
1224 WebCore/html/HTMLImageElement.h \
1225 WebCore/html/HTMLImageLoader.cpp \
1226 WebCore/html/HTMLImageLoader.h \
1227 WebCore/html/HTMLInputElement.cpp \
1228 WebCore/html/HTMLInputElement.h \
1229 WebCore/html/HTMLInputStream.h \
1230 WebCore/html/HTMLIsIndexElement.cpp \
1231 WebCore/html/HTMLIsIndexElement.h \
1232 WebCore/html/HTMLKeygenElement.cpp \
1233 WebCore/html/HTMLKeygenElement.h \
1234 WebCore/html/HTMLLIElement.cpp \
1235 WebCore/html/HTMLLIElement.h \
1236 WebCore/html/HTMLLabelElement.cpp \
1237 WebCore/html/HTMLLabelElement.h \
1238 WebCore/html/HTMLLegendElement.cpp \
1239 WebCore/html/HTMLLegendElement.h \
1240 WebCore/html/HTMLLinkElement.cpp \
1241 WebCore/html/HTMLLinkElement.h \
1242 WebCore/html/HTMLMapElement.cpp \
1243 WebCore/html/HTMLMapElement.h \
1244 WebCore/html/HTMLMarqueeElement.cpp \
1245 WebCore/html/HTMLMarqueeElement.h \
1246 WebCore/html/HTMLMenuElement.cpp \
1247 WebCore/html/HTMLMenuElement.h \
1248 WebCore/html/HTMLMetaElement.cpp \
1249 WebCore/html/HTMLMetaElement.h \
1250 WebCore/html/HTMLMeterElement.cpp \
1251 WebCore/html/HTMLMeterElement.h \
1252 WebCore/html/HTMLModElement.cpp \
1253 WebCore/html/HTMLModElement.h \
1254 WebCore/html/HTMLNameCollection.cpp \
1255 WebCore/html/HTMLNameCollection.h \
1256 WebCore/html/HTMLOListElement.cpp \
1257 WebCore/html/HTMLOListElement.h \
1258 WebCore/html/HTMLObjectElement.cpp \
1259 WebCore/html/HTMLObjectElement.h \
1260 WebCore/html/HTMLOptGroupElement.cpp \
1261 WebCore/html/HTMLOptGroupElement.h \
1262 WebCore/html/HTMLOptionElement.cpp \
1263 WebCore/html/HTMLOptionElement.h \
1264 WebCore/html/HTMLOptionsCollection.cpp \
1265 WebCore/html/HTMLOptionsCollection.h \
1266 WebCore/html/HTMLParagraphElement.cpp \
1267 WebCore/html/HTMLParagraphElement.h \
1268 WebCore/html/HTMLParamElement.cpp \
1269 WebCore/html/HTMLParamElement.h \
1270 WebCore/html/LegacyHTMLTreeBuilder.cpp \
1271 WebCore/html/LegacyHTMLTreeBuilder.h \
1272 WebCore/html/HTMLParserErrorCodes.cpp \
1273 WebCore/html/HTMLParserErrorCodes.h \
1274 WebCore/html/HTMLParserQuirks.h \
1275 WebCore/html/HTMLParserScheduler.cpp \
1276 WebCore/html/HTMLParserScheduler.h \
1277 WebCore/html/HTMLPlugInElement.cpp \
1278 WebCore/html/HTMLPlugInElement.h \
1279 WebCore/html/HTMLPlugInImageElement.cpp \
1280 WebCore/html/HTMLPlugInImageElement.h \
1281 WebCore/html/HTMLPreElement.cpp \
1282 WebCore/html/HTMLPreElement.h \
1283 WebCore/html/HTMLProgressElement.cpp \
1284 WebCore/html/HTMLProgressElement.h \
1285 WebCore/html/HTMLQuoteElement.cpp \
1286 WebCore/html/HTMLQuoteElement.h \
1287 WebCore/html/HTMLScriptElement.cpp \
1288 WebCore/html/HTMLScriptElement.h \
1289 WebCore/html/HTMLSelectElement.cpp \
1290 WebCore/html/HTMLSelectElement.h \
1291 WebCore/html/HTMLStyleElement.cpp \
1292 WebCore/html/HTMLStyleElement.h \
1293 WebCore/html/HTMLTableCaptionElement.cpp \
1294 WebCore/html/HTMLTableCaptionElement.h \
1295 WebCore/html/HTMLTableCellElement.cpp \
1296 WebCore/html/HTMLTableCellElement.h \
1297 WebCore/html/HTMLTableColElement.cpp \
1298 WebCore/html/HTMLTableColElement.h \
1299 WebCore/html/HTMLTableElement.cpp \
1300 WebCore/html/HTMLTableElement.h \
1301 WebCore/html/HTMLTablePartElement.cpp \
1302 WebCore/html/HTMLTablePartElement.h \
1303 WebCore/html/HTMLTableRowElement.cpp \
1304 WebCore/html/HTMLTableRowElement.h \
1305 WebCore/html/HTMLTableRowsCollection.cpp \
1306 WebCore/html/HTMLTableRowsCollection.h \
1307 WebCore/html/HTMLTableSectionElement.cpp \
1308 WebCore/html/HTMLTableSectionElement.h \
1309 WebCore/html/HTMLTextAreaElement.cpp \
1310 WebCore/html/HTMLTextAreaElement.h \
1311 WebCore/html/HTMLTitleElement.cpp \
1312 WebCore/html/HTMLTitleElement.h \
1313 WebCore/html/LegacyHTMLDocumentParser.cpp \
1314 WebCore/html/LegacyHTMLDocumentParser.h \
1315 WebCore/html/HTMLUListElement.cpp \
1316 WebCore/html/HTMLUListElement.h \
1317 WebCore/html/HTMLViewSourceDocument.cpp \
1318 WebCore/html/HTMLViewSourceDocument.h \
1319 WebCore/html/ImageData.cpp \
1320 WebCore/html/ImageData.h \
1321 WebCore/html/ImageResizerThread.cpp \
1322 WebCore/html/ImageResizerThread.h \
1323 WebCore/html/LabelsNodeList.cpp \
1324 WebCore/html/LabelsNodeList.h \
1325 WebCore/html/MediaError.h \
1326 WebCore/html/LegacyPreloadScanner.cpp \
1327 WebCore/html/LegacyPreloadScanner.h \
1328 WebCore/html/StepRange.cpp \
1329 WebCore/html/StepRange.h \
1330 WebCore/html/TextMetrics.h \
1331 WebCore/html/ValidityState.cpp \
1332 WebCore/html/ValidityState.h \
1333 WebCore/html/VoidCallback.h \
1334 WebCore/icu/unicode/parseerr.h \
1335 WebCore/icu/unicode/platform.h \
1336 WebCore/icu/unicode/putil.h \
1337 WebCore/icu/unicode/ubrk.h \
1338 WebCore/icu/unicode/uchar.h \
1339 WebCore/icu/unicode/ucnv.h \
1340 WebCore/icu/unicode/ucnv_cb.h \
1341 WebCore/icu/unicode/ucnv_err.h \
1342 WebCore/icu/unicode/ucol.h \
1343 WebCore/icu/unicode/uconfig.h \
1344 WebCore/icu/unicode/uenum.h \
1345 WebCore/icu/unicode/uidna.h \
1346 WebCore/icu/unicode/uiter.h \
1347 WebCore/icu/unicode/uloc.h \
1348 WebCore/icu/unicode/umachine.h \
1349 WebCore/icu/unicode/unorm.h \
1350 WebCore/icu/unicode/urename.h \
1351 WebCore/icu/unicode/uscript.h \
1352 WebCore/icu/unicode/uset.h \
1353 WebCore/icu/unicode/ushape.h \
1354 WebCore/icu/unicode/ustring.h \
1355 WebCore/icu/unicode/utf.h \
1356 WebCore/icu/unicode/utf16.h \
1357 WebCore/icu/unicode/utf8.h \
1358 WebCore/icu/unicode/utf_old.h \
1359 WebCore/icu/unicode/utypes.h \
1360 WebCore/icu/unicode/uversion.h \
1361 WebCore/inspector/ConsoleMessage.cpp \
1362 WebCore/inspector/ConsoleMessage.h \
1363 WebCore/inspector/InjectedScript.cpp \
1364 WebCore/inspector/InjectedScript.h \
1365 WebCore/inspector/InjectedScriptHost.cpp \
1366 WebCore/inspector/InjectedScriptHost.h \
1367 WebCore/inspector/InspectorApplicationCacheAgent.cpp \
1368 WebCore/inspector/InspectorApplicationCacheAgent.h \
1369 WebCore/inspector/InspectorBackend.cpp \
1370 WebCore/inspector/InspectorBackend.h \
1371 WebCore/inspector/InspectorCSSStore.cpp \
1372 WebCore/inspector/InspectorCSSStore.h \
1373 WebCore/inspector/InspectorDatabaseResource.cpp \
1374 WebCore/inspector/InspectorDatabaseResource.h \
1375 WebCore/inspector/InspectorDOMAgent.cpp \
1376 WebCore/inspector/InspectorDOMAgent.h \
1377 WebCore/inspector/InspectorDOMStorageResource.cpp \
1378 WebCore/inspector/InspectorDOMStorageResource.h \
1379 WebCore/inspector/InspectorClient.h \
1380 WebCore/inspector/InspectorController.cpp \
1381 WebCore/inspector/InspectorController.h \
1382 WebCore/inspector/InspectorFrontend.cpp \
1383 WebCore/inspector/InspectorFrontend.h \
1384 WebCore/inspector/InspectorFrontendClient.h \
1385 WebCore/inspector/InspectorFrontendClientLocal.cpp \
1386 WebCore/inspector/InspectorFrontendClientLocal.h \
1387 WebCore/inspector/InspectorFrontendHost.cpp \
1388 WebCore/inspector/InspectorFrontendHost.h \
1389 WebCore/inspector/InspectorResource.cpp \
1390 WebCore/inspector/InspectorResource.h \
1391 WebCore/inspector/InspectorTimelineAgent.cpp \
1392 WebCore/inspector/InspectorTimelineAgent.h \
1393 WebCore/inspector/InspectorValues.cpp \
1394 WebCore/inspector/InspectorValues.h \
1395 WebCore/inspector/InspectorWorkerResource.h \
1396 WebCore/inspector/ScriptBreakpoint.cpp \
1397 WebCore/inspector/ScriptBreakpoint.h \
1398 WebCore/inspector/ScriptDebugListener.h \
1399 WebCore/inspector/ScriptGCEventListener.h \
1400 WebCore/inspector/TimelineRecordFactory.cpp \
1401 WebCore/inspector/TimelineRecordFactory.h \
1402 WebCore/loader/Cache.cpp \
1403 WebCore/loader/Cache.h \
1404 WebCore/loader/CachePolicy.h \
1405 WebCore/loader/CachedCSSStyleSheet.cpp \
1406 WebCore/loader/CachedCSSStyleSheet.h \
1407 WebCore/loader/CachedFont.cpp \
1408 WebCore/loader/CachedFont.h \
1409 WebCore/loader/CachedImage.cpp \
1410 WebCore/loader/CachedImage.h \
1411 WebCore/loader/CachedMetadata.h \
1412 WebCore/loader/CachedResource.cpp \
1413 WebCore/loader/CachedResource.h \
1414 WebCore/loader/CachedResourceClient.h \
1415 WebCore/loader/CachedResourceClientWalker.cpp \
1416 WebCore/loader/CachedResourceClientWalker.h \
1417 WebCore/loader/CachedResourceHandle.cpp \
1418 WebCore/loader/CachedResourceHandle.h \
1419 WebCore/loader/CachedScript.cpp \
1420 WebCore/loader/CachedScript.h \
1421 WebCore/loader/CachedXBLDocument.h \
1422 WebCore/loader/CachedXSLStyleSheet.cpp \
1423 WebCore/loader/CachedXSLStyleSheet.h \
1424 WebCore/loader/CrossOriginAccessControl.cpp \
1425 WebCore/loader/CrossOriginAccessControl.h \
1426 WebCore/loader/CrossOriginPreflightResultCache.cpp \
1427 WebCore/loader/CrossOriginPreflightResultCache.h \
1428 WebCore/loader/DocLoader.cpp \
1429 WebCore/loader/DocLoader.h \
1430 WebCore/loader/DocumentLoader.cpp \
1431 WebCore/loader/DocumentLoader.h \
1432 WebCore/loader/DocumentThreadableLoader.cpp \
1433 WebCore/loader/DocumentThreadableLoader.h \
1434 WebCore/loader/DocumentWriter.cpp \
1435 WebCore/loader/DocumentWriter.h \
1436 WebCore/loader/EmptyClients.h \
1437 WebCore/loader/FTPDirectoryDocument.cpp \
1438 WebCore/loader/FTPDirectoryDocument.h \
1439 WebCore/loader/FTPDirectoryParser.cpp \
1440 WebCore/loader/FTPDirectoryParser.h \
1441 WebCore/loader/FormState.cpp \
1442 WebCore/loader/FormState.h \
1443 WebCore/loader/FormSubmission.cpp \
1444 WebCore/loader/FormSubmission.h \
1445 WebCore/loader/FrameLoader.cpp \
1446 WebCore/loader/FrameLoader.h \
1447 WebCore/loader/FrameLoaderClient.h \
1448 WebCore/loader/FrameLoaderStateMachine.cpp \
1449 WebCore/loader/FrameLoaderStateMachine.h \
1450 WebCore/loader/FrameLoaderTypes.h \
1451 WebCore/loader/HistoryController.cpp \
1452 WebCore/loader/HistoryController.h \
1453 WebCore/loader/ImageDocument.cpp \
1454 WebCore/loader/ImageDocument.h \
1455 WebCore/loader/ImageLoader.cpp \
1456 WebCore/loader/ImageLoader.h \
1457 WebCore/loader/MainResourceLoader.cpp \
1458 WebCore/loader/MainResourceLoader.h \
1459 WebCore/loader/MediaDocument.cpp \
1460 WebCore/loader/MediaDocument.h \
1461 WebCore/loader/NavigationAction.cpp \
1462 WebCore/loader/NavigationAction.h \
1463 WebCore/loader/NetscapePlugInStreamLoader.cpp \
1464 WebCore/loader/NetscapePlugInStreamLoader.h \
1465 WebCore/loader/PlaceholderDocument.cpp \
1466 WebCore/loader/PlaceholderDocument.h \
1467 WebCore/loader/PluginDocument.cpp \
1468 WebCore/loader/PluginDocument.h \
1469 WebCore/loader/PolicyCallback.cpp \
1470 WebCore/loader/PolicyCallback.h \
1471 WebCore/loader/PolicyChecker.cpp \
1472 WebCore/loader/PolicyChecker.h \
1473 WebCore/loader/ProgressTracker.cpp \
1474 WebCore/loader/ProgressTracker.h \
1475 WebCore/loader/RedirectScheduler.cpp \
1476 WebCore/loader/RedirectScheduler.h \
1477 WebCore/loader/Request.cpp \
1478 WebCore/loader/Request.h \
1479 WebCore/loader/ResourceLoader.cpp \
1480 WebCore/loader/ResourceLoader.h \
1481 WebCore/loader/ResourceLoadNotifier.cpp \
1482 WebCore/loader/ResourceLoadNotifier.h \
1483 WebCore/loader/SinkDocument.cpp \
1484 WebCore/loader/SinkDocument.h \
1485 WebCore/loader/SubframeLoader.cpp \
1486 WebCore/loader/SubframeLoader.h \
1487 WebCore/loader/SubresourceLoader.cpp \
1488 WebCore/loader/SubresourceLoader.h \
1489 WebCore/loader/SubresourceLoaderClient.h \
1490 WebCore/loader/SubstituteData.h \
1491 WebCore/loader/SubstituteResource.h \
1492 WebCore/loader/TextDocument.cpp \
1493 WebCore/loader/TextDocument.h \
1494 WebCore/loader/TextResourceDecoder.cpp \
1495 WebCore/loader/TextResourceDecoder.h \
1496 WebCore/loader/ThreadableLoader.cpp \
1497 WebCore/loader/ThreadableLoader.h \
1498 WebCore/loader/ThreadableLoaderClient.h \
1499 WebCore/loader/ThreadableLoaderClientWrapper.h \
1500 WebCore/loader/WorkerThreadableLoader.cpp \
1501 WebCore/loader/WorkerThreadableLoader.h \
1502 WebCore/loader/archive/Archive.h \
1503 WebCore/loader/archive/ArchiveFactory.cpp \
1504 WebCore/loader/archive/ArchiveFactory.h \
1505 WebCore/loader/archive/ArchiveResource.cpp \
1506 WebCore/loader/archive/ArchiveResource.h \
1507 WebCore/loader/archive/ArchiveResourceCollection.cpp \
1508 WebCore/loader/archive/ArchiveResourceCollection.h \
1509 WebCore/loader/icon/IconFetcher.h \
1510 WebCore/loader/icon/IconLoader.cpp \
1511 WebCore/loader/icon/IconLoader.h \
1512 WebCore/loader/loader.cpp \
1513 WebCore/loader/loader.h \
1514 WebCore/page/BarInfo.cpp \
1515 WebCore/page/BarInfo.h \
1516 WebCore/page/Chrome.cpp \
1517 WebCore/page/Chrome.h \
1518 WebCore/page/ChromeClient.h \
1519 WebCore/page/Console.cpp \
1520 WebCore/page/Console.h \
1521 WebCore/page/ContextMenuClient.h \
1522 WebCore/page/ContextMenuController.cpp \
1523 WebCore/page/ContextMenuController.h \
1524 WebCore/page/ContextMenuProvider.h \
1525 WebCore/page/Coordinates.h \
1526 WebCore/page/DOMSelection.cpp \
1527 WebCore/page/DOMSelection.h \
1528 WebCore/page/DOMTimer.cpp \
1529 WebCore/page/DOMTimer.h \
1530 WebCore/page/DOMWindow.cpp \
1531 WebCore/page/DOMWindow.h \
1532 WebCore/page/DragActions.h \
1533 WebCore/page/DragClient.h \
1534 WebCore/page/DragController.cpp \
1535 WebCore/page/DragController.h \
1536 WebCore/page/EditorClient.h \
1537 WebCore/page/EventHandler.cpp \
1538 WebCore/page/EventHandler.h \
1539 WebCore/page/EventSource.cpp \
1540 WebCore/page/EventSource.h \
1541 WebCore/page/FocusController.cpp \
1542 WebCore/page/FocusController.h \
1543 WebCore/page/FocusDirection.h \
1544 WebCore/page/Frame.cpp \
1545 WebCore/page/Frame.h \
1546 WebCore/page/FrameLoadRequest.h \
1547 WebCore/page/FrameTree.cpp \
1548 WebCore/page/FrameTree.h \
1549 WebCore/page/FrameView.cpp \
1550 WebCore/page/FrameView.h \
1551 WebCore/page/Geolocation.cpp \
1552 WebCore/page/Geolocation.h \
1553 WebCore/page/GeolocationController.cpp \
1554 WebCore/page/GeolocationController.h \
1555 WebCore/page/GeolocationControllerClient.h \
1556 WebCore/page/GeolocationError.h \
1557 WebCore/page/GeolocationPosition.h \
1558 WebCore/page/GeolocationPositionCache.cpp \
1559 WebCore/page/GeolocationPositionCache.h \
1560 WebCore/page/Geoposition.h \
1561 WebCore/page/HaltablePlugin.h \
1562 WebCore/page/History.cpp \
1563 WebCore/page/History.h \
1564 WebCore/page/Location.cpp \
1565 WebCore/page/Location.h \
1566 WebCore/page/MediaCanStartListener.h \
1567 WebCore/page/MemoryInfo.cpp \
1568 WebCore/page/MemoryInfo.h \
1569 WebCore/page/MouseEventWithHitTestResults.cpp \
1570 WebCore/page/MouseEventWithHitTestResults.h \
1571 WebCore/page/Navigation.cpp \
1572 WebCore/page/Navigation.h \
1573 WebCore/page/Navigator.cpp \
1574 WebCore/page/Navigator.h \
1575 WebCore/page/NavigatorBase.cpp \
1576 WebCore/page/NavigatorBase.h \
1577 WebCore/page/OriginAccessEntry.cpp \
1578 WebCore/page/OriginAccessEntry.h \
1579 WebCore/page/Page.cpp \
1580 WebCore/page/Page.h \
1581 WebCore/page/PageGroup.cpp \
1582 WebCore/page/PageGroup.h \
1583 WebCore/page/PageGroupLoadDeferrer.cpp \
1584 WebCore/page/PageGroupLoadDeferrer.h \
1585 WebCore/page/Performance.cpp \
1586 WebCore/page/Performance.h \
1587 WebCore/page/PluginHalter.cpp \
1588 WebCore/page/PluginHalter.h \
1589 WebCore/page/PluginHalterClient.h \
1590 WebCore/page/PositionCallback.h \
1591 WebCore/page/PositionError.h \
1592 WebCore/page/PositionErrorCallback.h \
1593 WebCore/page/PositionOptions.h \
1594 WebCore/page/PrintContext.cpp \
1595 WebCore/page/PrintContext.h \
1596 WebCore/page/Screen.cpp \
1597 WebCore/page/Screen.h \
1598 WebCore/page/SecurityOrigin.cpp \
1599 WebCore/page/SecurityOrigin.h \
1600 WebCore/page/SecurityOriginHash.h \
1601 WebCore/page/Settings.cpp \
1602 WebCore/page/Settings.h \
1603 WebCore/page/SpatialNavigation.cpp \
1604 WebCore/page/SpatialNavigation.h \
1605 WebCore/page/SuspendableTimer.cpp \
1606 WebCore/page/SuspendableTimer.h \
1607 WebCore/page/Timing.cpp \
1608 WebCore/page/Timing.h \
1609 WebCore/page/UserContentURLPattern.cpp \
1610 WebCore/page/UserContentURLPattern.h \
1611 WebCore/page/UserContentTypes.h \
1612 WebCore/page/UserScript.h \
1613 WebCore/page/UserScriptTypes.h \
1614 WebCore/page/UserStyleSheet.h \
1615 WebCore/page/UserStyleSheetTypes.h \
1616 WebCore/page/WebKitPoint.h \
1617 WebCore/page/WindowFeatures.cpp \
1618 WebCore/page/WindowFeatures.h \
1619 WebCore/page/XSSAuditor.cpp \
1620 WebCore/page/XSSAuditor.h \
1621 WebCore/page/ZoomMode.h \
1622 WebCore/page/animation/AnimationBase.cpp \
1623 WebCore/page/animation/AnimationBase.h \
1624 WebCore/page/animation/AnimationController.cpp \
1625 WebCore/page/animation/AnimationController.h \
1626 WebCore/page/animation/AnimationControllerPrivate.h \
1627 WebCore/page/animation/CompositeAnimation.cpp \
1628 WebCore/page/animation/CompositeAnimation.h \
1629 WebCore/page/animation/ImplicitAnimation.cpp \
1630 WebCore/page/animation/ImplicitAnimation.h \
1631 WebCore/page/animation/KeyframeAnimation.cpp \
1632 WebCore/page/animation/KeyframeAnimation.h \
1633 WebCore/platform/Arena.cpp \
1634 WebCore/platform/Arena.h \
1635 WebCore/platform/AutodrainedPool.h \
1636 WebCore/platform/BlobItem.cpp \
1637 WebCore/platform/BlobItem.h \
1638 WebCore/platform/ContentType.cpp \
1639 WebCore/platform/ContentType.h \
1640 WebCore/platform/ContextMenu.cpp \
1641 WebCore/platform/ContextMenu.h \
1642 WebCore/platform/ContextMenuItem.h \
1643 WebCore/platform/Cookie.h \
1644 WebCore/platform/CookieJar.h \
1645 WebCore/platform/CrossThreadCopier.cpp \
1646 WebCore/platform/CrossThreadCopier.h \
1647 WebCore/platform/Cursor.cpp \
1648 WebCore/platform/Cursor.h \
1649 WebCore/platform/DeprecatedPtrList.h \
1650 WebCore/platform/DeprecatedPtrListImpl.cpp \
1651 WebCore/platform/DeprecatedPtrListImpl.h \
1652 WebCore/platform/DragData.cpp \
1653 WebCore/platform/DragData.h \
1654 WebCore/platform/DragImage.cpp \
1655 WebCore/platform/DragImage.h \
1656 WebCore/platform/EventLoop.h \
1657 WebCore/platform/FileChooser.cpp \
1658 WebCore/platform/FileChooser.h \
1659 WebCore/platform/FileSystem.h \
1660 WebCore/platform/FloatConversion.h \
1661 WebCore/platform/GeolocationService.cpp \
1662 WebCore/platform/GeolocationService.h \
1663 WebCore/platform/HostWindow.h \
1664 WebCore/platform/KillRing.h \
1665 WebCore/platform/KillRingNone.cpp \
1666 WebCore/platform/KURL.cpp \
1667 WebCore/platform/KURL.h \
1668 WebCore/platform/KURLHash.h \
1669 WebCore/platform/Language.h \
1670 WebCore/platform/Length.cpp \
1671 WebCore/platform/Length.h \
1672 WebCore/platform/LengthBox.h \
1673 WebCore/platform/LengthSize.h \
1674 WebCore/platform/LinkHash.cpp \
1675 WebCore/platform/LinkHash.h \
1676 WebCore/platform/LocalizedStrings.h \
1677 WebCore/platform/Logging.cpp \
1678 WebCore/platform/Logging.h \
1679 WebCore/platform/MIMETypeRegistry.cpp \
1680 WebCore/platform/MIMETypeRegistry.h \
1681 WebCore/platform/mock/GeolocationServiceMock.cpp \
1682 WebCore/platform/mock/GeolocationServiceMock.h \
1683 WebCore/platform/NotImplemented.h \
1684 WebCore/platform/Pasteboard.h \
1685 WebCore/platform/PlatformKeyboardEvent.h \
1686 WebCore/platform/PlatformMenuDescription.h \
1687 WebCore/platform/PlatformMouseEvent.h \
1688 WebCore/platform/PlatformScreen.h \
1689 WebCore/platform/PlatformWheelEvent.h \
1690 WebCore/platform/PopupMenu.h \
1691 WebCore/platform/PopupMenuClient.h \
1692 WebCore/platform/PopupMenuStyle.h \
1693 WebCore/platform/PurgeableBuffer.h \
1694 WebCore/platform/SSLKeyGenerator.h \
1695 WebCore/platform/ScrollTypes.h \
1696 WebCore/platform/ScrollView.cpp \
1697 WebCore/platform/ScrollView.h \
1698 WebCore/platform/Scrollbar.cpp \
1699 WebCore/platform/Scrollbar.h \
1700 WebCore/platform/ScrollbarClient.h \
1701 WebCore/platform/ScrollbarTheme.h \
1702 WebCore/platform/ScrollbarThemeComposite.cpp \
1703 WebCore/platform/ScrollbarThemeComposite.h \
1704 WebCore/platform/SearchPopupMenu.h \
1705 WebCore/platform/SecureTextInput.h \
1706 WebCore/platform/SharedBuffer.cpp \
1707 WebCore/platform/SharedBuffer.h \
1708 WebCore/platform/SharedTimer.h \
1709 WebCore/platform/Sound.h \
1710 WebCore/platform/SuddenTermination.h \
1711 WebCore/platform/SystemTime.h \
1712 WebCore/platform/ThemeTypes.h \
1713 WebCore/platform/ThreadCheck.h \
1714 WebCore/platform/ThreadGlobalData.cpp \
1715 WebCore/platform/ThreadGlobalData.h \
1716 WebCore/platform/ThreadTimers.cpp \
1717 WebCore/platform/ThreadTimers.h \
1718 WebCore/platform/Timer.cpp \
1719 WebCore/platform/Timer.h \
1720 WebCore/platform/TreeShared.h \
1721 WebCore/platform/UUID.cpp \
1722 WebCore/platform/UUID.h \
1723 WebCore/platform/Widget.cpp \
1724 WebCore/platform/Widget.h \
1725 WebCore/platform/WindowsKeyboardCodes.h \
1726 WebCore/platform/animation/Animation.cpp \
1727 WebCore/platform/animation/Animation.h \
1728 WebCore/platform/animation/AnimationList.cpp \
1729 WebCore/platform/animation/AnimationList.h \
1730 WebCore/platform/animation/TimingFunction.h \
1731 WebCore/platform/graphics/BitmapImage.cpp \
1732 WebCore/platform/graphics/BitmapImage.h \
1733 WebCore/platform/graphics/Color.cpp \
1734 WebCore/platform/graphics/Color.h \
1735 WebCore/platform/graphics/ColorSpace.h \
1736 WebCore/platform/graphics/DashArray.h \
1737 WebCore/platform/graphics/FloatPoint.cpp \
1738 WebCore/platform/graphics/FloatPoint.h \
1739 WebCore/platform/graphics/FloatPoint3D.cpp \
1740 WebCore/platform/graphics/FloatPoint3D.h \
1741 WebCore/platform/graphics/FloatQuad.cpp \
1742 WebCore/platform/graphics/FloatQuad.h \
1743 WebCore/platform/graphics/FloatRect.cpp \
1744 WebCore/platform/graphics/FloatRect.h \
1745 WebCore/platform/graphics/FloatSize.cpp \
1746 WebCore/platform/graphics/FloatSize.h \
1747 WebCore/platform/graphics/Font.cpp \
1748 WebCore/platform/graphics/Font.h \
1749 WebCore/platform/graphics/FontCache.cpp \
1750 WebCore/platform/graphics/FontCache.h \
1751 WebCore/platform/graphics/FontData.cpp \
1752 WebCore/platform/graphics/FontData.h \
1753 WebCore/platform/graphics/FontDescription.cpp \
1754 WebCore/platform/graphics/FontDescription.h \
1755 WebCore/platform/graphics/FontFallbackList.cpp \
1756 WebCore/platform/graphics/FontFallbackList.h \
1757 WebCore/platform/graphics/FontFamily.cpp \
1758 WebCore/platform/graphics/FontFamily.h \
1759 WebCore/platform/graphics/FontFastPath.cpp \
1760 WebCore/platform/graphics/FontRenderingMode.h \
1761 WebCore/platform/graphics/FontSelector.h \
1762 WebCore/platform/graphics/FontSmoothingMode.h \
1763 WebCore/platform/graphics/FontTraitsMask.h \
1764 WebCore/platform/graphics/GeneratedImage.cpp \
1765 WebCore/platform/graphics/GeneratedImage.h \
1766 WebCore/platform/graphics/Generator.h \
1767 WebCore/platform/graphics/GlyphBuffer.h \
1768 WebCore/platform/graphics/GlyphMetricsMap.h \
1769 WebCore/platform/graphics/GlyphPageTreeNode.cpp \
1770 WebCore/platform/graphics/GlyphPageTreeNode.h \
1771 WebCore/platform/graphics/Gradient.cpp \
1772 WebCore/platform/graphics/Gradient.h \
1773 WebCore/platform/graphics/GraphicsContext.cpp \
1774 WebCore/platform/graphics/GraphicsContext.h \
1775 WebCore/platform/graphics/GraphicsContextPrivate.h \
1776 WebCore/platform/graphics/GraphicsLayer.h \
1777 WebCore/platform/graphics/GraphicsTypes.cpp \
1778 WebCore/platform/graphics/GraphicsTypes.h \
1779 WebCore/platform/graphics/Icon.h \
1780 WebCore/platform/graphics/Image.cpp \
1781 WebCore/platform/graphics/Image.h \
1782 WebCore/platform/graphics/ImageBuffer.cpp \
1783 WebCore/platform/graphics/ImageBuffer.h \
1784 WebCore/platform/graphics/ImageObserver.h \
1785 WebCore/platform/graphics/ImageSource.cpp \
1786 WebCore/platform/graphics/ImageSource.h \
1787 WebCore/platform/graphics/IntPoint.h \
1788 WebCore/platform/graphics/IntPointHash.h \
1789 WebCore/platform/graphics/IntRect.cpp \
1790 WebCore/platform/graphics/IntRect.h \
1791 WebCore/platform/graphics/IntSize.h \
1792 WebCore/platform/graphics/IntSizeHash.h \
1793 WebCore/platform/graphics/MediaPlayer.h \
1794 WebCore/platform/graphics/Path.cpp \
1795 WebCore/platform/graphics/Path.h \
1796 WebCore/platform/graphics/PathTraversalState.cpp \
1797 WebCore/platform/graphics/PathTraversalState.h \
1798 WebCore/platform/graphics/Pattern.cpp \
1799 WebCore/platform/graphics/Pattern.h \
1800 WebCore/platform/graphics/Pen.cpp \
1801 WebCore/platform/graphics/Pen.h \
1802 WebCore/platform/graphics/SegmentedFontData.cpp \
1803 WebCore/platform/graphics/SegmentedFontData.h \
1804 WebCore/platform/graphics/SimpleFontData.cpp \
1805 WebCore/platform/graphics/SimpleFontData.h \
1806 WebCore/platform/graphics/StringTruncator.cpp \
1807 WebCore/platform/graphics/StringTruncator.h \
1808 WebCore/platform/graphics/StrokeStyleApplier.h \
1809 WebCore/platform/graphics/TextRenderingMode.h \
1810 WebCore/platform/graphics/TextRun.h \
1811 WebCore/platform/graphics/TypesettingFeatures.h \
1812 WebCore/platform/graphics/UnitBezier.h \
1813 WebCore/platform/graphics/WidthIterator.cpp \
1814 WebCore/platform/graphics/WidthIterator.h \
1815 WebCore/platform/graphics/transforms/AffineTransform.cpp \
1816 WebCore/platform/graphics/transforms/AffineTransform.h \
1817 WebCore/platform/graphics/transforms/IdentityTransformOperation.h \
1818 WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \
1819 WebCore/platform/graphics/transforms/MatrixTransformOperation.h \
1820 WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1821 WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h \
1822 WebCore/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1823 WebCore/platform/graphics/transforms/PerspectiveTransformOperation.h \
1824 WebCore/platform/graphics/transforms/RotateTransformOperation.cpp \
1825 WebCore/platform/graphics/transforms/RotateTransformOperation.h \
1826 WebCore/platform/graphics/transforms/ScaleTransformOperation.cpp \
1827 WebCore/platform/graphics/transforms/ScaleTransformOperation.h \
1828 WebCore/platform/graphics/transforms/SkewTransformOperation.cpp \
1829 WebCore/platform/graphics/transforms/SkewTransformOperation.h \
1830 WebCore/platform/graphics/transforms/TransformOperation.h \
1831 WebCore/platform/graphics/transforms/TransformOperations.cpp \
1832 WebCore/platform/graphics/transforms/TransformOperations.h \
1833 WebCore/platform/graphics/transforms/TransformationMatrix.cpp \
1834 WebCore/platform/graphics/transforms/TransformationMatrix.h \
1835 WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp \
1836 WebCore/platform/graphics/transforms/TranslateTransformOperation.h \
1837 WebCore/platform/network/AuthenticationChallengeBase.cpp \
1838 WebCore/platform/network/AuthenticationChallengeBase.h \
1839 WebCore/platform/network/AuthenticationClient.h \
1840 WebCore/platform/network/Credential.cpp \
1841 WebCore/platform/network/Credential.h \
1842 WebCore/platform/network/DNS.h \
1843 WebCore/platform/network/FormData.cpp \
1844 WebCore/platform/network/FormData.h \
1845 WebCore/platform/network/FormDataBuilder.cpp \
1846 WebCore/platform/network/FormDataBuilder.h \
1847 WebCore/platform/network/HTTPHeaderMap.h \
1848 WebCore/platform/network/HTTPHeaderMap.cpp \
1849 WebCore/platform/network/HTTPParsers.cpp \
1850 WebCore/platform/network/HTTPParsers.h \
1851 WebCore/platform/network/NetworkStateNotifier.cpp \
1852 WebCore/platform/network/NetworkStateNotifier.h \
1853 WebCore/platform/network/ProtectionSpace.cpp \
1854 WebCore/platform/network/ProtectionSpace.h \
1855 WebCore/platform/network/ResourceErrorBase.cpp \
1856 WebCore/platform/network/ResourceErrorBase.h \
1857 WebCore/platform/network/ResourceHandle.cpp \
1858 WebCore/platform/network/ResourceHandle.h \
1859 WebCore/platform/network/ResourceHandleClient.h \
1860 WebCore/platform/network/ResourceHandleInternal.h \
1861 WebCore/platform/network/ResourceLoadTiming.h \
1862 WebCore/platform/network/ResourceRequestBase.cpp \
1863 WebCore/platform/network/ResourceRequestBase.h \
1864 WebCore/platform/network/ResourceResponseBase.cpp \
1865 WebCore/platform/network/ResourceResponseBase.h \
1866 WebCore/platform/text/AtomicString.h \
1867 WebCore/platform/text/AtomicStringHash.h \
1868 WebCore/platform/text/AtomicStringImpl.h \
1869 WebCore/platform/text/Base64.cpp \
1870 WebCore/platform/text/Base64.h \
1871 WebCore/platform/text/BidiContext.cpp \
1872 WebCore/platform/text/BidiContext.h \
1873 WebCore/platform/text/BidiResolver.h \
1874 WebCore/platform/text/CharacterNames.h \
1875 WebCore/platform/text/Hyphenation.cpp \
1876 WebCore/platform/text/Hyphenation.h \
1877 WebCore/platform/text/ParserUtilities.h \
1878 WebCore/platform/text/PlatformString.h \
1879 WebCore/platform/text/RegularExpression.cpp \
1880 WebCore/platform/text/RegularExpression.h \
1881 WebCore/platform/text/SegmentedString.cpp \
1882 WebCore/platform/text/SegmentedString.h \
1883 WebCore/platform/text/String.cpp \
1884 WebCore/platform/text/StringBuffer.h \
1885 WebCore/platform/text/StringBuilder.cpp \
1886 WebCore/platform/text/StringBuilder.h \
1887 WebCore/platform/text/StringHash.h \
1888 WebCore/platform/text/StringImpl.h \
1889 WebCore/platform/text/SuffixTree.h \
1890 WebCore/platform/text/TextBoundaries.h \
1891 WebCore/platform/text/TextBoundaries.cpp \
1892 WebCore/platform/text/TextBreakIterator.h \
1893 WebCore/platform/text/TextCodec.cpp \
1894 WebCore/platform/text/TextCodec.h \
1895 WebCore/platform/text/TextCodecLatin1.cpp \
1896 WebCore/platform/text/TextCodecLatin1.h \
1897 WebCore/platform/text/TextCodecUTF16.cpp \
1898 WebCore/platform/text/TextCodecUTF16.h \
1899 WebCore/platform/text/TextCodecUserDefined.cpp \
1900 WebCore/platform/text/TextCodecUserDefined.h \
1901 WebCore/platform/text/TextDirection.h \
1902 WebCore/platform/text/TextEncoding.cpp \
1903 WebCore/platform/text/TextEncoding.h \
1904 WebCore/platform/text/TextEncodingDetector.h \
1905 WebCore/platform/text/TextEncodingDetectorNone.cpp \
1906 WebCore/platform/text/TextEncodingRegistry.cpp \
1907 WebCore/platform/text/TextEncodingRegistry.h \
1908 WebCore/platform/text/TextStream.cpp \
1909 WebCore/platform/text/TextStream.h \
1910 WebCore/platform/text/UnicodeRange.cpp \
1911 WebCore/platform/text/UnicodeRange.h \
1912 WebCore/platform/text/transcoder/FontTranscoder.cpp \
1913 WebCore/platform/text/transcoder/FontTranscoder.h \
1914 WebCore/plugins/DOMMimeType.cpp \
1915 WebCore/plugins/DOMMimeType.h \
1916 WebCore/plugins/DOMMimeTypeArray.cpp \
1917 WebCore/plugins/DOMMimeTypeArray.h \
1918 WebCore/plugins/DOMPlugin.cpp \
1919 WebCore/plugins/DOMPlugin.h \
1920 WebCore/plugins/DOMPluginArray.cpp \
1921 WebCore/plugins/DOMPluginArray.h \
1922 WebCore/plugins/PluginData.cpp \
1923 WebCore/plugins/PluginData.h \
1924 WebCore/plugins/PluginDatabase.cpp \
1925 WebCore/plugins/PluginDatabase.h \
1926 WebCore/plugins/PluginDebug.cpp \
1927 WebCore/plugins/PluginDebug.h \
1928 WebCore/plugins/PluginMainThreadScheduler.cpp \
1929 WebCore/plugins/PluginMainThreadScheduler.h \
1930 WebCore/plugins/PluginPackage.cpp \
1931 WebCore/plugins/PluginPackage.h \
1932 WebCore/plugins/PluginQuirkSet.h \
1933 WebCore/plugins/PluginStream.cpp \
1934 WebCore/plugins/PluginStream.h \
1935 WebCore/plugins/PluginWidget.h \
1936 WebCore/plugins/PluginView.cpp \
1937 WebCore/plugins/PluginView.h \
1938 WebCore/plugins/npapi.cpp \
1939 WebCore/plugins/npfunctions.h \
1940 WebCore/rendering/AutoTableLayout.cpp \
1941 WebCore/rendering/AutoTableLayout.h \
1942 WebCore/rendering/BidiRun.cpp \
1943 WebCore/rendering/BidiRun.h \
1944 WebCore/rendering/CounterNode.cpp \
1945 WebCore/rendering/CounterNode.h \
1946 WebCore/rendering/EllipsisBox.cpp \
1947 WebCore/rendering/EllipsisBox.h \
1948 WebCore/rendering/FixedTableLayout.cpp \
1949 WebCore/rendering/FixedTableLayout.h \
1950 WebCore/rendering/GapRects.h \
1951 WebCore/rendering/HitTestRequest.h \
1952 WebCore/rendering/HitTestResult.cpp \
1953 WebCore/rendering/HitTestResult.h \
1954 WebCore/rendering/InlineBox.cpp \
1955 WebCore/rendering/InlineBox.h \
1956 WebCore/rendering/InlineFlowBox.cpp \
1957 WebCore/rendering/InlineFlowBox.h \
1958 WebCore/rendering/InlineIterator.h \
1959 WebCore/rendering/InlineTextBox.cpp \
1960 WebCore/rendering/InlineTextBox.h \
1961 WebCore/rendering/LayoutState.cpp \
1962 WebCore/rendering/LayoutState.h \
1963 WebCore/rendering/MediaControlElements.h \
1964 WebCore/rendering/OverlapTestRequestClient.h \
1965 WebCore/rendering/PaintInfo.h \
1966 WebCore/rendering/PaintPhase.h \
1967 WebCore/rendering/RenderApplet.cpp \
1968 WebCore/rendering/RenderApplet.h \
1969 WebCore/rendering/RenderArena.cpp \
1970 WebCore/rendering/RenderArena.h \
1971 WebCore/rendering/RenderBR.cpp \
1972 WebCore/rendering/RenderBR.h \
1973 WebCore/rendering/RenderBlock.cpp \
1974 WebCore/rendering/RenderBlock.h \
1975 WebCore/rendering/RenderBlockLineLayout.cpp \
1976 WebCore/rendering/RenderBox.cpp \
1977 WebCore/rendering/RenderBox.h \
1978 WebCore/rendering/RenderBoxModelObject.cpp \
1979 WebCore/rendering/RenderBoxModelObject.h \
1980 WebCore/rendering/RenderButton.cpp \
1981 WebCore/rendering/RenderButton.h \
1982 WebCore/rendering/RenderCounter.cpp \
1983 WebCore/rendering/RenderCounter.h \
1984 WebCore/rendering/RenderDataGrid.cpp \
1985 WebCore/rendering/RenderDataGrid.h \
1986 WebCore/rendering/RenderEmbeddedObject.cpp \
1987 WebCore/rendering/RenderEmbeddedObject.h \
1988 WebCore/rendering/RenderFieldset.cpp \
1989 WebCore/rendering/RenderFieldset.h \
1990 WebCore/rendering/RenderFileUploadControl.cpp \
1991 WebCore/rendering/RenderFileUploadControl.h \
1992 WebCore/rendering/RenderFlexibleBox.cpp \
1993 WebCore/rendering/RenderFlexibleBox.h \
1994 WebCore/rendering/RenderFrame.cpp \
1995 WebCore/rendering/RenderFrame.h \
1996 WebCore/rendering/RenderFrameBase.cpp \
1997 WebCore/rendering/RenderFrameBase.h \
1998 WebCore/rendering/RenderFrameSet.cpp \
1999 WebCore/rendering/RenderFrameSet.h \
2000 WebCore/rendering/RenderHTMLCanvas.cpp \
2001 WebCore/rendering/RenderHTMLCanvas.h \
2002 WebCore/rendering/RenderIFrame.cpp \
2003 WebCore/rendering/RenderIFrame.h \
2004 WebCore/rendering/RenderImage.cpp \
2005 WebCore/rendering/RenderImage.h \
2006 WebCore/rendering/RenderImageGeneratedContent.cpp \
2007 WebCore/rendering/RenderImageGeneratedContent.h \
2008 WebCore/rendering/RenderIndicator.cpp \
2009 WebCore/rendering/RenderIndicator.h \
2010 WebCore/rendering/RenderInline.cpp \
2011 WebCore/rendering/RenderInline.h \
2012 WebCore/rendering/RenderLayer.cpp \
2013 WebCore/rendering/RenderLayer.h \
2014 WebCore/rendering/RenderLayerBacking.h \
2015 WebCore/rendering/RenderLineBoxList.cpp \
2016 WebCore/rendering/RenderLineBoxList.h \
2017 WebCore/rendering/RenderListBox.cpp \
2018 WebCore/rendering/RenderListBox.h \
2019 WebCore/rendering/RenderListItem.cpp \
2020 WebCore/rendering/RenderListItem.h \
2021 WebCore/rendering/RenderListMarker.cpp \
2022 WebCore/rendering/RenderListMarker.h \
2023 WebCore/rendering/RenderMarquee.cpp \
2024 WebCore/rendering/RenderMarquee.h \
2025 WebCore/rendering/RenderMenuList.cpp \
2026 WebCore/rendering/RenderMenuList.h \
2027 WebCore/rendering/RenderMeter.cpp \
2028 WebCore/rendering/RenderMeter.h \
2029 WebCore/rendering/RenderObject.cpp \
2030 WebCore/rendering/RenderObject.h \
2031 WebCore/rendering/RenderObjectChildList.cpp \
2032 WebCore/rendering/RenderObjectChildList.h \
2033 WebCore/rendering/RenderOverflow.h \
2034 WebCore/rendering/RenderPart.cpp \
2035 WebCore/rendering/RenderPart.h \
2036 WebCore/rendering/RenderProgress.cpp \
2037 WebCore/rendering/RenderProgress.h \
2038 WebCore/rendering/RenderReplaced.cpp \
2039 WebCore/rendering/RenderReplaced.h \
2040 WebCore/rendering/RenderReplica.cpp \
2041 WebCore/rendering/RenderReplica.h \
2042 WebCore/rendering/RenderRuby.cpp \
2043 WebCore/rendering/RenderRuby.h \
2044 WebCore/rendering/RenderRubyBase.cpp \
2045 WebCore/rendering/RenderRubyBase.h \
2046 WebCore/rendering/RenderRubyRun.cpp \
2047 WebCore/rendering/RenderRubyRun.h \
2048 WebCore/rendering/RenderRubyText.cpp \
2049 WebCore/rendering/RenderRubyText.h \
2050 WebCore/rendering/RenderScrollbar.cpp \
2051 WebCore/rendering/RenderScrollbar.h \
2052 WebCore/rendering/RenderScrollbarPart.cpp \
2053 WebCore/rendering/RenderScrollbarPart.h \
2054 WebCore/rendering/RenderScrollbarTheme.cpp \
2055 WebCore/rendering/RenderScrollbarTheme.h \
2056 WebCore/rendering/RenderSVGResourceContainer.h \
2057 WebCore/rendering/RenderSelectionInfo.h \
2058 WebCore/rendering/RenderSlider.cpp \
2059 WebCore/rendering/RenderSlider.h \
2060 WebCore/rendering/RenderTable.cpp \
2061 WebCore/rendering/RenderTable.h \
2062 WebCore/rendering/RenderTableCell.cpp \
2063 WebCore/rendering/RenderTableCell.h \
2064 WebCore/rendering/RenderTableCol.cpp \
2065 WebCore/rendering/RenderTableCol.h \
2066 WebCore/rendering/RenderTableRow.cpp \
2067 WebCore/rendering/RenderTableRow.h \
2068 WebCore/rendering/RenderTableSection.cpp \
2069 WebCore/rendering/RenderTableSection.h \
2070 WebCore/rendering/RenderText.cpp \
2071 WebCore/rendering/RenderText.h \
2072 WebCore/rendering/RenderTextControl.cpp \
2073 WebCore/rendering/RenderTextControl.h \
2074 WebCore/rendering/RenderTextControlMultiLine.cpp \
2075 WebCore/rendering/RenderTextControlMultiLine.h \
2076 WebCore/rendering/RenderTextControlSingleLine.cpp \
2077 WebCore/rendering/RenderTextControlSingleLine.h \
2078 WebCore/rendering/RenderTextFragment.cpp \
2079 WebCore/rendering/RenderTextFragment.h \
2080 WebCore/rendering/RenderTheme.cpp \
2081 WebCore/rendering/RenderTheme.h \
2082 WebCore/rendering/RenderTreeAsText.cpp \
2083 WebCore/rendering/RenderTreeAsText.h \
2084 WebCore/rendering/RenderView.cpp \
2085 WebCore/rendering/RenderView.h \
2086 WebCore/rendering/RenderWidget.cpp \
2087 WebCore/rendering/RenderWidget.h \
2088 WebCore/rendering/RenderWidgetProtector.h \
2089 WebCore/rendering/RenderWordBreak.cpp \
2090 WebCore/rendering/RenderWordBreak.h \
2091 WebCore/rendering/RootInlineBox.cpp \
2092 WebCore/rendering/RootInlineBox.h \
2093 WebCore/rendering/ScrollBehavior.cpp \
2094 WebCore/rendering/ScrollBehavior.h \
2095 WebCore/rendering/ShadowElement.cpp \
2096 WebCore/rendering/ShadowElement.h \
2097 WebCore/rendering/TableLayout.h \
2098 WebCore/rendering/TextControlInnerElements.cpp \
2099 WebCore/rendering/TextControlInnerElements.h \
2100 WebCore/rendering/TrailingFloatsRootInlineBox.h \
2101 WebCore/rendering/TransformState.cpp \
2102 WebCore/rendering/TransformState.h \
2103 WebCore/rendering/break_lines.cpp \
2104 WebCore/rendering/break_lines.h \
2105 WebCore/rendering/style/BindingURI.cpp \
2106 WebCore/rendering/style/BindingURI.h \
2107 WebCore/rendering/style/BorderData.h \
2108 WebCore/rendering/style/BorderValue.h \
2109 WebCore/rendering/style/CollapsedBorderValue.h \
2110 WebCore/rendering/style/ContentData.cpp \
2111 WebCore/rendering/style/ContentData.h \
2112 WebCore/rendering/style/CounterContent.h \
2113 WebCore/rendering/style/CounterDirectives.cpp \
2114 WebCore/rendering/style/CounterDirectives.h \
2115 WebCore/rendering/style/CursorData.h \
2116 WebCore/rendering/style/CursorList.h \
2117 WebCore/rendering/style/DataRef.h \
2118 WebCore/rendering/style/FillLayer.cpp \
2119 WebCore/rendering/style/FillLayer.h \
2120 WebCore/rendering/style/KeyframeList.cpp \
2121 WebCore/rendering/style/KeyframeList.h \
2122 WebCore/rendering/style/LineClampValue.h \
2123 WebCore/rendering/style/NinePieceImage.cpp \
2124 WebCore/rendering/style/NinePieceImage.h \
2125 WebCore/rendering/style/OutlineValue.h \
2126 WebCore/rendering/style/RenderStyle.cpp \
2127 WebCore/rendering/style/RenderStyle.h \
2128 WebCore/rendering/style/RenderStyleConstants.h \
2129 WebCore/rendering/style/ShadowData.cpp \
2130 WebCore/rendering/style/ShadowData.h \
2131 WebCore/rendering/style/StyleBackgroundData.cpp \
2132 WebCore/rendering/style/StyleBackgroundData.h \
2133 WebCore/rendering/style/StyleBoxData.cpp \
2134 WebCore/rendering/style/StyleBoxData.h \
2135 WebCore/rendering/style/StyleCachedImage.cpp \
2136 WebCore/rendering/style/StyleCachedImage.h \
2137 WebCore/rendering/style/StyleDashboardRegion.h \
2138 WebCore/rendering/style/StyleFlexibleBoxData.cpp \
2139 WebCore/rendering/style/StyleFlexibleBoxData.h \
2140 WebCore/rendering/style/StyleGeneratedImage.cpp \
2141 WebCore/rendering/style/StyleGeneratedImage.h \
2142 WebCore/rendering/style/StyleImage.h \
2143 WebCore/rendering/style/StyleInheritedData.cpp \
2144 WebCore/rendering/style/StyleInheritedData.h \
2145 WebCore/rendering/style/StyleMarqueeData.cpp \
2146 WebCore/rendering/style/StyleMarqueeData.h \
2147 WebCore/rendering/style/StyleMultiColData.cpp \
2148 WebCore/rendering/style/StyleMultiColData.h \
2149 WebCore/rendering/style/StyleRareInheritedData.cpp \
2150 WebCore/rendering/style/StyleRareInheritedData.h \
2151 WebCore/rendering/style/StyleRareNonInheritedData.cpp \
2152 WebCore/rendering/style/StyleRareNonInheritedData.h \
2153 WebCore/rendering/style/StyleReflection.h \
2154 WebCore/rendering/style/StyleSurroundData.cpp \
2155 WebCore/rendering/style/StyleSurroundData.h \
2156 WebCore/rendering/style/StyleTransformData.cpp \
2157 WebCore/rendering/style/StyleTransformData.h \
2158 WebCore/rendering/style/StyleVisualData.cpp \
2159 WebCore/rendering/style/StyleVisualData.h \
2160 WebCore/xml/DOMParser.cpp \
2161 WebCore/xml/DOMParser.h \
2162 WebCore/xml/XMLHttpRequest.cpp \
2163 WebCore/xml/XMLHttpRequest.h \
2164 WebCore/xml/XMLHttpRequestException.h \
2165 WebCore/xml/XMLHttpRequestProgressEvent.h \
2166 WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp \
2167 WebCore/xml/XMLHttpRequestProgressEventThrottle.h \
2168 WebCore/xml/XMLHttpRequestUpload.cpp \
2169 WebCore/xml/XMLHttpRequestUpload.h \
2170 WebCore/xml/XMLSerializer.cpp \
2171 WebCore/xml/XMLSerializer.h
2173 webcoregtk_sources += \
2174 WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp \
2175 WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp \
2176 WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h \
2177 WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
2178 WebCore/bindings/js/ScriptControllerGtk.cpp \
2179 WebCore/page/gtk/DragControllerGtk.cpp \
2180 WebCore/page/gtk/EventHandlerGtk.cpp \
2181 WebCore/page/gtk/FrameGtk.cpp \
2182 WebCore/platform/graphics/cairo/CairoPath.h \
2183 WebCore/platform/graphics/cairo/FontCacheCairo.cpp \
2184 WebCore/platform/graphics/cairo/FontCairo.cpp \
2185 WebCore/platform/graphics/cairo/FontCustomPlatformData.h \
2186 WebCore/platform/graphics/cairo/FontPlatformData.h \
2187 WebCore/platform/graphics/cairo/GOwnPtrCairo.cpp \
2188 WebCore/platform/graphics/cairo/GOwnPtrCairo.h \
2189 WebCore/platform/graphics/cairo/GradientCairo.cpp \
2190 WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
2191 WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
2192 WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
2193 WebCore/platform/graphics/cairo/ImageBufferData.h \
2194 WebCore/platform/graphics/cairo/ImageCairo.cpp \
2195 WebCore/platform/graphics/cairo/PathCairo.cpp \
2196 WebCore/platform/graphics/cairo/PatternCairo.cpp \
2197 WebCore/platform/graphics/cairo/TransformationMatrixCairo.cpp \
2198 WebCore/platform/graphics/gtk/ColorGtk.cpp \
2199 WebCore/platform/graphics/gtk/FontGtk.cpp \
2200 WebCore/platform/graphics/gtk/IconGtk.cpp \
2201 WebCore/platform/graphics/gtk/ImageGtk.cpp \
2202 WebCore/platform/graphics/gtk/IntPointGtk.cpp \
2203 WebCore/platform/graphics/gtk/IntRectGtk.cpp \
2204 WebCore/platform/gtk/ClipboardGtk.cpp \
2205 WebCore/platform/gtk/ClipboardGtk.h \
2206 WebCore/platform/gtk/ClipboardUtilitiesGtk.cpp \
2207 WebCore/platform/gtk/ClipboardUtilitiesGtk.h \
2208 WebCore/platform/gtk/ContextMenuGtk.cpp \
2209 WebCore/platform/gtk/ContextMenuItemGtk.cpp \
2210 WebCore/platform/gtk/CursorGtk.cpp \
2211 WebCore/platform/gtk/CursorGtk.h \
2212 WebCore/platform/gtk/DataObjectGtk.cpp \
2213 WebCore/platform/gtk/DataObjectGtk.h \
2214 WebCore/platform/gtk/DragDataGtk.cpp \
2215 WebCore/platform/gtk/DragImageGtk.cpp \
2216 WebCore/platform/gtk/EventLoopGtk.cpp \
2217 WebCore/platform/gtk/FileChooserGtk.cpp \
2218 WebCore/platform/gtk/FileSystemGtk.cpp \
2219 WebCore/platform/gtk/GOwnPtrGtk.cpp \
2220 WebCore/platform/gtk/GOwnPtrGtk.h \
2221 WebCore/platform/gtk/GRefPtrGtk.cpp \
2222 WebCore/platform/gtk/GRefPtrGtk.h \
2223 WebCore/platform/gtk/gtk2drawing.c \
2224 WebCore/platform/gtk/gtkdrawing.h \
2225 WebCore/platform/gtk/GtkPluginWidget.cpp \
2226 WebCore/platform/gtk/GtkPluginWidget.h \
2227 WebCore/platform/gtk/GtkVersioning.h \
2228 WebCore/platform/gtk/KeyEventGtk.cpp \
2229 WebCore/platform/gtk/KURLGtk.cpp \
2230 WebCore/platform/gtk/Language.cpp \
2231 WebCore/platform/gtk/LocalizedStringsGtk.cpp \
2232 WebCore/platform/gtk/LoggingGtk.cpp \
2233 WebCore/platform/gtk/MIMETypeRegistryGtk.cpp \
2234 WebCore/platform/gtk/MouseEventGtk.cpp \
2235 WebCore/platform/gtk/PasteboardGtk.cpp \
2236 WebCore/platform/gtk/PasteboardHelper.cpp \
2237 WebCore/platform/gtk/PasteboardHelper.h \
2238 WebCore/platform/gtk/PlatformScreenGtk.cpp \
2239 WebCore/platform/gtk/PopupMenuGtk.cpp \
2240 WebCore/platform/gtk/RenderThemeGtk.cpp \
2241 WebCore/platform/gtk/RenderThemeGtk.h \
2242 WebCore/platform/gtk/ScrollbarGtk.cpp \
2243 WebCore/platform/gtk/ScrollbarGtk.h \
2244 WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
2245 WebCore/platform/gtk/ScrollbarThemeGtk.h \
2246 WebCore/platform/gtk/ScrollViewGtk.cpp \
2247 WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
2248 WebCore/platform/gtk/SharedBufferGtk.cpp \
2249 WebCore/platform/gtk/SharedTimerGtk.cpp \
2250 WebCore/platform/gtk/SoundGtk.cpp \
2251 WebCore/platform/gtk/TemporaryLinkStubs.cpp \
2252 WebCore/platform/gtk/WheelEventGtk.cpp \
2253 WebCore/platform/gtk/WidgetGtk.cpp \
2254 WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
2255 WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
2256 WebCore/platform/image-decoders/bmp/BMPImageReader.cpp \
2257 WebCore/platform/image-decoders/bmp/BMPImageReader.h \
2258 WebCore/platform/image-decoders/cairo/ImageDecoderCairo.cpp \
2259 WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp \
2260 WebCore/platform/image-decoders/gif/GIFImageDecoder.h \
2261 WebCore/platform/image-decoders/gif/GIFImageReader.cpp \
2262 WebCore/platform/image-decoders/gif/GIFImageReader.h \
2263 WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
2264 WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
2265 WebCore/platform/image-decoders/ImageDecoder.cpp \
2266 WebCore/platform/image-decoders/ImageDecoder.h \
2267 WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
2268 WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
2269 WebCore/platform/image-decoders/png/PNGImageDecoder.cpp \
2270 WebCore/platform/image-decoders/png/PNGImageDecoder.h \
2271 WebCore/platform/network/soup/AuthenticationChallenge.h \
2272 WebCore/platform/network/soup/CookieJarSoup.cpp \
2273 WebCore/platform/network/soup/CookieJarSoup.h \
2274 WebCore/platform/network/soup/GOwnPtrSoup.cpp \
2275 WebCore/platform/network/soup/GOwnPtrSoup.h \
2276 WebCore/platform/network/soup/ResourceError.h \
2277 WebCore/platform/network/soup/ResourceHandleSoup.cpp \
2278 WebCore/platform/network/soup/ResourceRequest.h \
2279 WebCore/platform/network/soup/ResourceRequestSoup.cpp \
2280 WebCore/platform/network/soup/ResourceResponse.h \
2281 WebCore/platform/network/soup/ResourceResponseSoup.cpp \
2282 WebCore/plugins/gtk/PluginDataGtk.cpp \
2283 WebCore/plugins/gtk/PluginPackageGtk.cpp \
2284 WebCore/plugins/gtk/PluginViewGtk.cpp \
2285 WebCore/workers/SharedWorkerRepository.h
2288 webcoregtk_sources += \
2289 WebCore/plugins/gtk/gtk2xtbin.c \
2290 WebCore/plugins/gtk/gtk2xtbin.h \
2291 WebCore/plugins/gtk/xembed.h
2295 webcore_sources += \
2296 WebCore/plugins/win/PluginDatabaseWin.cpp \
2297 WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
2298 WebCore/plugins/win/PluginMessageThrottlerWin.h
2302 # GTK+ 2.x/3.x support
2305 if GTK_API_VERSION_2
2306 webcore_cppflags += \
2307 -DGTK_API_VERSION_2=1
2311 # icu unicode backend
2314 webcoregtk_sources += \
2315 WebCore/platform/text/TextCodecICU.cpp \
2316 WebCore/platform/text/TextCodecICU.h \
2317 WebCore/platform/text/TextBreakIteratorICU.cpp \
2318 WebCore/platform/text/TextBreakIteratorInternalICU.h \
2319 WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
2323 # glib unicode backend
2326 webcoregtk_sources += \
2327 WebCore/platform/text/gtk/TextCodecGtk.cpp \
2328 WebCore/platform/text/gtk/TextCodecGtk.h \
2329 WebCore/platform/text/gtk/TextBreakIteratorGtk.cpp
2334 # Channel mesaging support
2336 if ENABLE_CHANNEL_MESSAGING
2337 FEATURE_DEFINES += ENABLE_CHANNEL_MESSAGING=1
2339 webcore_cppflags += \
2340 -DENABLE_CHANNEL_MESSAGING=1
2342 endif # END ENABLE_CHANNEL_MESSAGING
2345 # Fast Mobile Scrolling
2347 if ENABLE_FAST_MOBILE_SCROLLING
2348 FEATURE_DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
2350 webcore_cppflags += \
2351 -DENABLE_FAST_MOBILE_SCROLLING=1
2353 endif # END ENABLE_FAST_MOBILE_SCROLLING
2356 # Freetype font backend
2359 webcoregtk_cppflags += \
2362 webcoregtk_sources += \
2363 WebCore/platform/graphics/cairo/FontCustomPlatformData.cpp \
2364 WebCore/platform/graphics/cairo/FontPlatformDataCairo.cpp \
2365 WebCore/platform/graphics/cairo/GlyphPageTreeNodeCairo.cpp \
2366 WebCore/platform/graphics/cairo/SimpleFontDataCairo.cpp
2367 endif # END USE_FREETYPE
2370 # Pango font backend
2373 webcoregtk_cppflags += \
2376 webcoregtk_sources += \
2377 WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
2378 WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
2379 WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
2380 WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
2381 endif # END USE_PANGO
2384 # HTML Data Grid - disable for now.
2386 FEATURE_DEFINES += ENABLE_DATAGRID=0
2388 webcore_cppflags += \
2392 # HTML Meter Element - disable for now.
2394 FEATURE_DEFINES += ENABLE_METER_TAG=0
2396 webcore_cppflags += \
2397 -DENABLE_METER_TAG=0
2400 # HTML Progress Element
2402 FEATURE_DEFINES += ENABLE_PROGRESS_TAG=1
2404 webcore_cppflags += \
2405 -DENABLE_PROGRESS_TAG=1
2408 # JavaScript Debugger/Profiler
2410 if ENABLE_JAVASCRIPT_DEBUGGER
2411 FEATURE_DEFINES += ENABLE_JAVASCRIPT_DEBUGGER=1
2413 webcore_cppflags += \
2414 -DENABLE_JAVASCRIPT_DEBUGGER=1
2417 webcore_cppflags += \
2418 -DENABLE_JAVASCRIPT_DEBUGGER=0
2420 endif # END ENABLE_JAVASCRIPT_DEBUGGER
2423 # Offline Web Applications
2425 if ENABLE_OFFLINE_WEB_APPLICATIONS
2426 FEATURE_DEFINES += ENABLE_OFFLINE_WEB_APPLICATIONS=1
2429 WebCore/loader/appcache/DOMApplicationCache.idl
2431 webcore_cppflags += \
2432 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
2434 webcore_sources += \
2435 WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
2436 WebCore/loader/appcache/ApplicationCache.cpp \
2437 WebCore/loader/appcache/ApplicationCache.h \
2438 WebCore/loader/appcache/ApplicationCacheGroup.cpp \
2439 WebCore/loader/appcache/ApplicationCacheGroup.h \
2440 WebCore/loader/appcache/ApplicationCacheHost.cpp \
2441 WebCore/loader/appcache/ApplicationCacheHost.h \
2442 WebCore/loader/appcache/ApplicationCacheResource.cpp \
2443 WebCore/loader/appcache/ApplicationCacheResource.h \
2444 WebCore/loader/appcache/ApplicationCacheStorage.cpp \
2445 WebCore/loader/appcache/ApplicationCacheStorage.h \
2446 WebCore/loader/appcache/DOMApplicationCache.cpp \
2447 WebCore/loader/appcache/DOMApplicationCache.h \
2448 WebCore/loader/appcache/ManifestParser.cpp \
2449 WebCore/loader/appcache/ManifestParser.h
2451 endif # END ENABLE_OFFLINE_WEB_APPLICATIONS
2457 FEATURE_DEFINES += ENABLE_DATABASE=1
2460 WebCore/storage/Database.idl \
2461 WebCore/storage/DatabaseCallback.idl \
2462 WebCore/storage/DatabaseSync.idl \
2463 WebCore/storage/SQLError.idl \
2464 WebCore/storage/SQLException.idl \
2465 WebCore/storage/SQLResultSet.idl \
2466 WebCore/storage/SQLResultSetRowList.idl \
2467 WebCore/storage/SQLStatementCallback.idl \
2468 WebCore/storage/SQLStatementErrorCallback.idl \
2469 WebCore/storage/SQLTransaction.idl \
2470 WebCore/storage/SQLTransactionCallback.idl \
2471 WebCore/storage/SQLTransactionErrorCallback.idl \
2472 WebCore/storage/SQLTransactionSync.idl \
2473 WebCore/storage/SQLTransactionSyncCallback.idl
2475 webcore_cppflags += \
2478 webcore_sources += \
2479 WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2480 WebCore/bindings/js/JSDatabaseCustom.cpp \
2481 WebCore/bindings/js/JSDatabaseSyncCustom.cpp \
2482 WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
2483 WebCore/bindings/js/JSSQLTransactionCustom.cpp \
2484 WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp \
2485 WebCore/platform/sql/SQLValue.cpp \
2486 WebCore/platform/sql/SQLValue.h \
2487 WebCore/platform/sql/SQLiteAuthorizer.cpp \
2488 WebCore/platform/sql/SQLiteDatabase.cpp \
2489 WebCore/platform/sql/SQLiteDatabase.h \
2490 WebCore/platform/sql/SQLiteFileSystem.cpp \
2491 WebCore/platform/sql/SQLiteFileSystem.h \
2492 WebCore/platform/sql/SQLiteStatement.cpp \
2493 WebCore/platform/sql/SQLiteStatement.h \
2494 WebCore/platform/sql/SQLiteTransaction.cpp \
2495 WebCore/platform/sql/SQLiteTransaction.h \
2496 WebCore/storage/AbstractDatabase.cpp \
2497 WebCore/storage/AbstractDatabase.h \
2498 WebCore/storage/ChangeVersionWrapper.cpp \
2499 WebCore/storage/ChangeVersionWrapper.h \
2500 WebCore/storage/Database.cpp \
2501 WebCore/storage/Database.h \
2502 WebCore/storage/DatabaseAuthorizer.cpp \
2503 WebCore/storage/DatabaseAuthorizer.h \
2504 WebCore/storage/DatabaseCallback.h \
2505 WebCore/storage/DatabaseDetails.h \
2506 WebCore/storage/DatabaseSync.cpp \
2507 WebCore/storage/DatabaseSync.h \
2508 WebCore/storage/DatabaseTask.cpp \
2509 WebCore/storage/DatabaseTask.h \
2510 WebCore/storage/DatabaseThread.cpp \
2511 WebCore/storage/DatabaseThread.h \
2512 WebCore/storage/DatabaseTracker.cpp \
2513 WebCore/storage/DatabaseTracker.h \
2514 WebCore/storage/DatabaseTrackerClient.h \
2515 WebCore/storage/IDBKey.h \
2516 WebCore/storage/OriginQuotaManager.cpp \
2517 WebCore/storage/OriginQuotaManager.h \
2518 WebCore/storage/OriginUsageRecord.cpp \
2519 WebCore/storage/OriginUsageRecord.h \
2520 WebCore/storage/SQLError.h \
2521 WebCore/storage/SQLException.h \
2522 WebCore/storage/SQLResultSet.cpp \
2523 WebCore/storage/SQLResultSet.h \
2524 WebCore/storage/SQLResultSetRowList.cpp \
2525 WebCore/storage/SQLResultSetRowList.h \
2526 WebCore/storage/SQLStatement.cpp \
2527 WebCore/storage/SQLStatement.h \
2528 WebCore/storage/SQLStatementCallback.h \
2529 WebCore/storage/SQLStatementErrorCallback.h \
2530 WebCore/storage/SQLStatementSync.cpp \
2531 WebCore/storage/SQLStatementSync.h \
2532 WebCore/storage/SQLTransaction.cpp \
2533 WebCore/storage/SQLTransaction.h \
2534 WebCore/storage/SQLTransactionCallback.h \
2535 WebCore/storage/SQLTransactionClient.cpp \
2536 WebCore/storage/SQLTransactionClient.h \
2537 WebCore/storage/SQLTransactionCoordinator.h \
2538 WebCore/storage/SQLTransactionCoordinator.cpp \
2539 WebCore/storage/SQLTransactionErrorCallback.h \
2540 WebCore/storage/SQLTransactionSync.cpp \
2541 WebCore/storage/SQLTransactionSync.h \
2542 WebCore/storage/SQLTransactionSyncCallback.h
2545 webcore_cppflags += -DENABLE_DATABASE=0
2547 endif # END ENABLE_DATABASE
2550 # HTML5 datalist Support
2553 FEATURE_DEFINES += ENABLE_DATALIST=1
2554 HTML_FEATURES += ENABLE_DATALIST=1
2556 webcore_cppflags += -DENABLE_DATALIST=1
2558 endif # END ENABLE_DATALIST
2561 # HTML5 server-sent events
2563 if !ENABLE_EVENTSOURCE
2564 global_cppflags += -DENABLE_EVENTSOURCE=0
2567 if ENABLE_EVENTSOURCE
2568 FEATURE_DEFINES += ENABLE_EVENTSOURCE=1
2570 webcore_cppflags += \
2571 -DENABLE_EVENTSOURCE=1
2572 endif # ENABLE_EVENTSOURCE
2575 # Indexed Database API support
2577 if ENABLE_INDEXED_DATABASE
2578 FEATURE_DEFINES += ENABLE_INDEXED_DATABASE=1
2581 WebCore/storage/IDBAny.idl \
2582 WebCore/storage/IDBDatabaseError.idl \
2583 WebCore/storage/IDBDatabaseException.idl \
2584 WebCore/storage/IDBDatabaseRequest.idl \
2585 WebCore/storage/IDBErrorEvent.idl \
2586 WebCore/storage/IDBEvent.idl \
2587 WebCore/storage/IDBIndexRequest.idl \
2588 WebCore/storage/IDBKeyRange.idl \
2589 WebCore/storage/IDBObjectStoreRequest.idl \
2590 WebCore/storage/IDBRequest.idl \
2591 WebCore/storage/IDBSuccessEvent.idl \
2592 WebCore/storage/IndexedDatabaseRequest.idl
2594 webcore_cppflags += \
2595 -DENABLE_INDEXED_DATABASE=1
2597 webcore_sources += \
2598 WebCore/storage/IDBAny.cpp \
2599 WebCore/storage/IDBAny.h \
2600 WebCore/storage/IDBCallbacks.h \
2601 WebCore/storage/IDBDatabase.h \
2602 WebCore/storage/IDBDatabaseImpl.cpp \
2603 WebCore/storage/IDBDatabaseImpl.h \
2604 WebCore/storage/IDBDatabaseError.h \
2605 WebCore/storage/IDBDatabaseException.h \
2606 WebCore/storage/IDBDatabaseRequest.cpp \
2607 WebCore/storage/IDBDatabaseRequest.h \
2608 WebCore/storage/IDBErrorEvent.cpp \
2609 WebCore/storage/IDBErrorEvent.h \
2610 WebCore/storage/IDBEvent.cpp \
2611 WebCore/storage/IDBEvent.h \
2612 WebCore/storage/IDBIndex.h \
2613 WebCore/storage/IDBIndexImpl.cpp \
2614 WebCore/storage/IDBIndexImpl.h \
2615 WebCore/storage/IDBIndexRequest.cpp \
2616 WebCore/storage/IDBIndexRequest.h \
2617 WebCore/storage/IDBKeyRange.cpp \
2618 WebCore/storage/IDBKeyRange.h \
2619 WebCore/storage/IDBObjectStore.h \
2620 WebCore/storage/IDBObjectStoreImpl.cpp \
2621 WebCore/storage/IDBObjectStoreImpl.h \
2622 WebCore/storage/IDBObjectStoreRequest.cpp \
2623 WebCore/storage/IDBObjectStoreRequest.h \
2624 WebCore/storage/IDBRequest.cpp \
2625 WebCore/storage/IDBRequest.h \
2626 WebCore/storage/IDBSuccessEvent.cpp \
2627 WebCore/storage/IDBSuccessEvent.h \
2628 WebCore/storage/IndexedDatabase.cpp \
2629 WebCore/storage/IndexedDatabase.h \
2630 WebCore/storage/IndexedDatabaseImpl.cpp \
2631 WebCore/storage/IndexedDatabaseImpl.h \
2632 WebCore/storage/IndexedDatabaseRequest.cpp \
2633 WebCore/storage/IndexedDatabaseRequest.h
2634 endif # END ENABLE_INDEXED_DATABASE
2637 # Support for <input type="file" directory>
2639 if ENABLE_DIRECTORY_UPLOAD
2640 FEATURE_DEFINES += ENABLE_DIRECTORY_UPLOAD=1
2641 webcore_cppflags += -DENABLE_DIRECTORY_UPLOAD=1
2645 webcore_cppflags += -DENABLE_DIRECTORY_UPLOAD=0
2647 endif # END ENABLE_DIRECTORY_UPLOAD
2650 # HTML5 client-side session and persistent storage
2652 if ENABLE_DOM_STORAGE
2653 FEATURE_DEFINES += ENABLE_DOM_STORAGE=1
2656 WebCore/storage/Storage.idl \
2657 WebCore/storage/StorageEvent.idl
2659 webcore_cppflags += \
2660 -DENABLE_DOM_STORAGE=1
2662 webcore_sources += \
2663 WebCore/bindings/js/JSStorageCustom.cpp \
2664 WebCore/storage/LocalStorageTask.cpp \
2665 WebCore/storage/LocalStorageTask.h \
2666 WebCore/storage/LocalStorageThread.cpp \
2667 WebCore/storage/LocalStorageThread.h \
2668 WebCore/storage/Storage.cpp \
2669 WebCore/storage/Storage.h \
2670 WebCore/storage/StorageArea.h \
2671 WebCore/storage/StorageAreaImpl.cpp \
2672 WebCore/storage/StorageAreaImpl.h \
2673 WebCore/storage/StorageAreaSync.cpp \
2674 WebCore/storage/StorageAreaSync.h \
2675 WebCore/storage/StorageEvent.cpp \
2676 WebCore/storage/StorageEventDispatcher.h \
2677 WebCore/storage/StorageEventDispatcher.cpp \
2678 WebCore/storage/StorageEvent.h \
2679 WebCore/storage/StorageMap.cpp \
2680 WebCore/storage/StorageMap.h \
2681 WebCore/storage/StorageNamespace.cpp \
2682 WebCore/storage/StorageNamespace.h \
2683 WebCore/storage/StorageNamespaceImpl.cpp \
2684 WebCore/storage/StorageNamespaceImpl.h \
2685 WebCore/storage/StorageSyncManager.cpp \
2686 WebCore/storage/StorageSyncManager.h
2687 endif # END ENABLE_DOM_STORAGE
2690 # Speech Input API support
2692 if ENABLE_INPUT_SPEECH
2694 FEATURE_DEFINES += ENABLE_INPUT_SPEECH=1
2695 webcore_cppflags += -DENABLE_INPUT_SPEECH=1
2697 webcore_sources += \
2698 WebCore/page/SpeechInput.cpp \
2699 WebCore/page/SpeechInput.h \
2700 WebCore/page/SpeechInputClient.h \
2701 WebCore/page/SpeechInputClientListener.h \
2702 WebCore/page/SpeechInputListener.h
2706 webcore_cppflags += -DENABLE_INPUT_SPEECH=0
2708 endif # END ENABLE_INPUT_SPEECH
2711 # Icon Database Support
2713 if ENABLE_ICONDATABASE
2714 webcore_cppflags += -DENABLE_ICONDATABASE=1
2716 webcore_sources += \
2717 WebCore/loader/icon/IconDatabase.cpp \
2718 WebCore/loader/icon/IconDatabase.h \
2719 WebCore/loader/icon/IconDatabaseClient.h \
2720 WebCore/loader/icon/IconRecord.cpp \
2721 WebCore/loader/icon/IconRecord.h \
2722 WebCore/loader/icon/PageURLRecord.cpp \
2723 WebCore/loader/icon/PageURLRecord.h
2726 webcore_sources += \
2727 WebCore/loader/icon/IconDatabaseNone.cpp
2729 webcore_cppflags += -DENABLE_ICONDATABASE=0
2731 endif # END ENABLE_ICONDATABASE
2734 # Image Resizer Support
2736 if ENABLE_IMAGE_RESIZER
2737 FEATURE_DEFINES += ENABLE_IMAGE_RESIZER=1
2739 webcore_cppflags += -DENABLE_IMAGE_RESIZER=1
2742 webcore_cppflags += -DENABLE_IMAGE_RESIZER=0
2744 endif # END ENABLE_IMAGE_RESIZER
2747 # Orientation Events
2749 if ENABLE_ORIENTATION_EVENTS
2751 FEATURE_DEFINES += ENABLE_ORIENTATION_EVENTS=1
2753 webcore_cppflags += -DENABLE_ORIENTATION_EVENTS=1
2755 endif # END ENABLE_ORIENTATION_EVENTS
2761 FEATURE_DEFINES += ENABLE_VIDEO=1
2763 HTML_FEATURES += ENABLE_VIDEO=1
2764 webcore_cppflags += -DENABLE_VIDEO=1
2767 webcore_cppflags += -DGST_DISABLE_DEPRECATED
2768 endif # END ENABLE_DEBUG
2771 WebCore/html/TimeRanges.idl
2773 webcore_sources += \
2774 WebCore/bindings/js/JSAudioConstructor.cpp \
2775 WebCore/bindings/js/JSAudioConstructor.h \
2776 WebCore/html/HTMLAudioElement.cpp \
2777 WebCore/html/HTMLAudioElement.h \
2778 WebCore/html/HTMLMediaElement.cpp \
2779 WebCore/html/HTMLMediaElement.h \
2780 WebCore/html/HTMLSourceElement.cpp \
2781 WebCore/html/HTMLSourceElement.h \
2782 WebCore/html/HTMLVideoElement.cpp \
2783 WebCore/html/HTMLVideoElement.h \
2784 WebCore/html/TimeRanges.cpp \
2785 WebCore/html/TimeRanges.h \
2786 WebCore/platform/graphics/MediaPlayer.cpp \
2787 WebCore/platform/graphics/MediaPlayerPrivate.h \
2788 WebCore/rendering/MediaControlElements.cpp \
2789 WebCore/rendering/RenderMedia.cpp \
2790 WebCore/rendering/RenderMedia.h \
2791 WebCore/rendering/RenderVideo.cpp \
2792 WebCore/rendering/RenderVideo.h
2794 webcoregtk_sources += \
2795 WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
2796 WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
2797 WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
2798 WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h \
2799 WebCore/platform/graphics/gstreamer/DataSourceGStreamer.cpp \
2800 WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h \
2801 WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
2802 WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.h \
2803 WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \
2804 WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
2805 WebCore/platform/graphics/gstreamer/ImageGStreamer.h \
2806 WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp \
2807 WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
2808 WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h
2811 -lgstinterfaces-0.10 \
2816 endif # END ENABLE_VIDEO
2822 FEATURE_DEFINES += ENABLE_XHTMLMP=1
2824 webcore_cppflags += -DENABLE_XHTMLMP=1
2826 webcore_sources += \
2827 WebCore/html/HTMLNoScriptElement.cpp \
2828 WebCore/html/HTMLNoScriptElement.h
2829 endif # END ENABLE_XHTMLMP
2832 # Sandboxed IFrame Support
2836 HTML_FEATURES += ENABLE_SANDBOX=1
2837 webcore_cppflags += -DENABLE_SANDBOX=1
2839 endif # END ENABLE_SANDBOX
2846 HTML_FEATURES += ENABLE_RUBY=1
2847 webcore_cppflags += -DENABLE_RUBY=1
2849 endif # END ENABLE_RUBY
2855 FEATURE_DEFINES += ENABLE_XPATH=1
2857 webcore_cppflags += -DENABLE_XPATH=1
2859 webcore_built_sources += \
2860 DerivedSources/WebCore/XPathGrammar.cpp \
2861 DerivedSources/WebCore/XPathGrammar.h
2864 WebCore/xml/XPathEvaluator.idl \
2865 WebCore/xml/XPathException.idl \
2866 WebCore/xml/XPathExpression.idl \
2867 WebCore/xml/XPathNSResolver.idl \
2868 WebCore/xml/XPathResult.idl
2870 webcore_sources += \
2871 WebCore/xml/NativeXPathNSResolver.cpp \
2872 WebCore/xml/NativeXPathNSResolver.h \
2873 WebCore/xml/XPathEvaluator.cpp \
2874 WebCore/xml/XPathEvaluator.h \
2875 WebCore/xml/XPathException.h \
2876 WebCore/xml/XPathExpression.cpp \
2877 WebCore/xml/XPathExpression.h \
2878 WebCore/xml/XPathExpressionNode.cpp \
2879 WebCore/xml/XPathExpressionNode.h \
2880 WebCore/xml/XPathFunctions.cpp \
2881 WebCore/xml/XPathFunctions.h \
2882 WebCore/xml/XPathNSResolver.cpp \
2883 WebCore/xml/XPathNSResolver.h \
2884 WebCore/xml/XPathNamespace.cpp \
2885 WebCore/xml/XPathNamespace.h \
2886 WebCore/xml/XPathNodeSet.cpp \
2887 WebCore/xml/XPathNodeSet.h \
2888 WebCore/xml/XPathParser.cpp \
2889 WebCore/xml/XPathParser.h \
2890 WebCore/xml/XPathPath.cpp \
2891 WebCore/xml/XPathPath.h \
2892 WebCore/xml/XPathPredicate.cpp \
2893 WebCore/xml/XPathPredicate.h \
2894 WebCore/xml/XPathResult.cpp \
2895 WebCore/xml/XPathResult.h \
2896 WebCore/xml/XPathStep.cpp \
2897 WebCore/xml/XPathStep.h \
2898 WebCore/xml/XPathUtil.cpp \
2899 WebCore/xml/XPathUtil.h \
2900 WebCore/xml/XPathValue.cpp \
2901 WebCore/xml/XPathValue.h \
2902 WebCore/xml/XPathVariableReference.cpp \
2903 WebCore/xml/XPathVariableReference.h
2906 $(GENSOURCES_WEBCORE)/XPathGrammar.h: $(GENSOURCES_WEBCORE)/XPathGrammar.cpp;
2908 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
2909 $(GENSOURCES_WEBCORE)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
2910 rm -f $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
2911 $(BISON) -d -p xpathyy $< -o $(GENSOURCES_WEBCORE)/XPathGrammar.cpp
2912 touch $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
2913 echo '#ifndef XPathGrammar_h' > $(GENSOURCES_WEBCORE)/XPathGrammar.h
2914 echo '#define XPathGrammar_h' >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
2915 cat $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
2916 echo '#endif' >> $(GENSOURCES_WEBCORE)/XPathGrammar.h
2917 rm -f $(GENSOURCES_WEBCORE)/XPathGrammar.cpp.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
2919 endif # END ENABLE_XPATH
2925 FEATURE_DEFINES += ENABLE_XSLT=1
2927 webcore_cppflags += -DENABLE_XSLT=1
2929 webcore_sources += \
2930 WebCore/dom/TransformSourceLibxslt.cpp \
2931 WebCore/dom/TransformSource.h \
2932 WebCore/xml/XSLImportRule.cpp \
2933 WebCore/xml/XSLImportRule.h \
2934 WebCore/xml/XSLStyleSheetLibxslt.cpp \
2935 WebCore/xml/XSLStyleSheet.h \
2936 WebCore/xml/XSLTExtensions.cpp \
2937 WebCore/xml/XSLTExtensions.h \
2938 WebCore/xml/XSLTProcessor.cpp \
2939 WebCore/xml/XSLTProcessorLibxslt.cpp \
2940 WebCore/xml/XSLTProcessor.h \
2941 WebCore/xml/XSLTUnicodeSort.cpp \
2942 WebCore/xml/XSLTUnicodeSort.h
2943 endif # END ENABLE_XSLT
2946 # Web Workers support
2949 FEATURE_DEFINES += ENABLE_WORKERS=1
2951 webcore_cppflags += \
2954 webcore_sources += \
2955 WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
2956 WebCore/bindings/js/JSWorkerContextBase.cpp \
2957 WebCore/bindings/js/JSWorkerContextBase.h \
2958 WebCore/bindings/js/JSWorkerContextCustom.cpp \
2959 WebCore/bindings/js/JSWorkerCustom.cpp \
2960 WebCore/bindings/js/WorkerScriptController.cpp \
2961 WebCore/bindings/js/WorkerScriptController.h \
2962 WebCore/page/WorkerNavigator.cpp \
2963 WebCore/page/WorkerNavigator.h \
2964 WebCore/workers/AbstractWorker.cpp \
2965 WebCore/workers/AbstractWorker.h \
2966 WebCore/workers/DedicatedWorkerContext.cpp \
2967 WebCore/workers/DedicatedWorkerContext.h \
2968 WebCore/workers/DedicatedWorkerThread.cpp \
2969 WebCore/workers/DedicatedWorkerThread.h \
2970 WebCore/workers/Worker.cpp \
2971 WebCore/workers/Worker.h \
2972 WebCore/workers/WorkerContext.cpp \
2973 WebCore/workers/WorkerContext.h \
2974 WebCore/workers/WorkerContextProxy.h \
2975 WebCore/workers/WorkerLoaderProxy.h \
2976 WebCore/workers/WorkerLocation.cpp \
2977 WebCore/workers/WorkerLocation.h \
2978 WebCore/workers/WorkerMessagingProxy.cpp \
2979 WebCore/workers/WorkerMessagingProxy.h \
2980 WebCore/workers/WorkerObjectProxy.h \
2981 WebCore/workers/WorkerReportingProxy.h \
2982 WebCore/workers/WorkerRunLoop.cpp \
2983 WebCore/workers/WorkerRunLoop.h \
2984 WebCore/workers/WorkerScriptLoader.cpp \
2985 WebCore/workers/WorkerScriptLoader.h \
2986 WebCore/workers/WorkerScriptLoaderClient.h \
2987 WebCore/workers/WorkerThread.cpp \
2988 WebCore/workers/WorkerThread.h
2992 # SharedWorker support
2994 if ENABLE_SHARED_WORKERS
2995 FEATURE_DEFINES += ENABLE_SHARED_WORKERS=1
2997 webcore_cppflags += \
2998 -DENABLE_SHARED_WORKERS=1
3000 webcore_sources += \
3001 WebCore/bindings/js/JSSharedWorkerCustom.cpp \
3002 WebCore/workers/DefaultSharedWorkerRepository.cpp \
3003 WebCore/workers/DefaultSharedWorkerRepository.h \
3004 WebCore/workers/SharedWorker.cpp \
3005 WebCore/workers/SharedWorker.h \
3006 WebCore/workers/SharedWorkerContext.cpp \
3007 WebCore/workers/SharedWorkerContext.h \
3008 WebCore/workers/SharedWorkerThread.cpp \
3009 WebCore/workers/SharedWorkerThread.h
3017 FEATURE_DEFINES += ENABLE_WML=1
3019 webcore_built_sources += \
3020 DerivedSources/WebCore/WMLElementFactory.cpp \
3021 DerivedSources/WebCore/WMLNames.cpp
3023 webcore_cppflags += \
3026 webcore_sources += \
3027 WebCore/wml/WMLAElement.cpp \
3028 WebCore/wml/WMLAccessElement.cpp \
3029 WebCore/wml/WMLAnchorElement.cpp \
3030 WebCore/wml/WMLBRElement.cpp \
3031 WebCore/wml/WMLCardElement.cpp \
3032 WebCore/wml/WMLDoElement.cpp \
3033 WebCore/wml/WMLDocument.cpp \
3034 WebCore/wml/WMLElement.cpp \
3035 WebCore/wml/WMLErrorHandling.cpp \
3036 WebCore/wml/WMLEventHandlingElement.cpp \
3037 WebCore/wml/WMLFieldSetElement.cpp \
3038 WebCore/wml/WMLFormControlElement.cpp \
3039 WebCore/wml/WMLGoElement.cpp \
3040 WebCore/wml/WMLImageElement.cpp \
3041 WebCore/wml/WMLImageLoader.cpp \
3042 WebCore/wml/WMLInputElement.cpp \
3043 WebCore/wml/WMLInsertedLegendElement.cpp \
3044 WebCore/wml/WMLIntrinsicEvent.cpp \
3045 WebCore/wml/WMLIntrinsicEventHandler.cpp \
3046 WebCore/wml/WMLMetaElement.cpp \
3047 WebCore/wml/WMLNoopElement.cpp \
3048 WebCore/wml/WMLOnEventElement.cpp \
3049 WebCore/wml/WMLPElement.cpp \
3050 WebCore/wml/WMLOptGroupElement.cpp \
3051 WebCore/wml/WMLOptionElement.cpp \
3052 WebCore/wml/WMLPageState.cpp \
3053 WebCore/wml/WMLPostfieldElement.cpp \
3054 WebCore/wml/WMLPrevElement.cpp \
3055 WebCore/wml/WMLRefreshElement.cpp \
3056 WebCore/wml/WMLSelectElement.cpp \
3057 WebCore/wml/WMLSetvarElement.cpp \
3058 WebCore/wml/WMLTableElement.cpp \
3059 WebCore/wml/WMLTaskElement.cpp \
3060 WebCore/wml/WMLTemplateElement.cpp \
3061 WebCore/wml/WMLTimerElement.cpp \
3062 WebCore/wml/WMLVariables.cpp
3064 # WML tag and attribute names
3065 DerivedSources/WebCore/WMLNames.cpp: DerivedSources/WebCore/WMLElementFactory.cpp;
3067 DerivedSources/WebCore/WMLElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/wml/WMLTagNames.in $(WebCore)/wml/WMLAttributeNames.in
3068 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
3069 endif # END ENABLE_WML
3076 FEATURE_DEFINES += ENABLE_FILTERS=1
3077 webcore_cppflags += -DENABLE_FILTERS=1
3079 webcore_sources += \
3080 WebCore/platform/graphics/filters/FEBlend.cpp \
3081 WebCore/platform/graphics/filters/FEBlend.h \
3082 WebCore/platform/graphics/filters/FEColorMatrix.cpp \
3083 WebCore/platform/graphics/filters/FEColorMatrix.h \
3084 WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
3085 WebCore/platform/graphics/filters/FEComponentTransfer.h \
3086 WebCore/platform/graphics/filters/FEComposite.cpp \
3087 WebCore/platform/graphics/filters/FEComposite.h \
3088 WebCore/platform/graphics/filters/FEGaussianBlur.cpp \
3089 WebCore/platform/graphics/filters/FEGaussianBlur.h \
3090 WebCore/platform/graphics/filters/Filter.h \
3091 WebCore/platform/graphics/filters/FilterEffect.cpp \
3092 WebCore/platform/graphics/filters/FilterEffect.h \
3093 WebCore/platform/graphics/filters/ImageBufferFilter.cpp \
3094 WebCore/platform/graphics/filters/ImageBufferFilter.h \
3095 WebCore/platform/graphics/filters/SourceAlpha.cpp \
3096 WebCore/platform/graphics/filters/SourceAlpha.h \
3097 WebCore/platform/graphics/filters/SourceGraphic.cpp \
3098 WebCore/platform/graphics/filters/SourceGraphic.h
3101 SVG_FEATURES += ENABLE_FILTERS=1
3104 endif # END ENABLE_FILTERS
3109 if ENABLE_GEOLOCATION
3111 FEATURE_DEFINES += ENABLE_GEOLOCATION=1
3112 webcore_cppflags += \
3113 -DENABLE_GEOLOCATION=1
3115 webcoregtk_sources += \
3116 WebCore/platform/gtk/GeolocationServiceGtk.cpp \
3117 WebCore/platform/gtk/GeolocationServiceGtk.h
3118 endif # END ENABLE_GEOLOCATION
3125 FEATURE_DEFINES += ENABLE_MATHML=1
3127 webcore_cppflags += \
3130 webcore_sources += \
3131 WebCore/mathml/MathMLElement.cpp \
3132 WebCore/mathml/MathMLElement.h \
3133 WebCore/mathml/MathMLInlineContainerElement.cpp \
3134 WebCore/mathml/MathMLInlineContainerElement.h \
3135 WebCore/mathml/MathMLMathElement.cpp \
3136 WebCore/mathml/MathMLMathElement.h \
3137 WebCore/mathml/MathMLTextElement.cpp \
3138 WebCore/mathml/MathMLTextElement.h \
3139 WebCore/mathml/RenderMathMLBlock.cpp \
3140 WebCore/mathml/RenderMathMLBlock.h \
3141 WebCore/mathml/RenderMathMLFraction.cpp \
3142 WebCore/mathml/RenderMathMLFraction.h \
3143 WebCore/mathml/RenderMathMLMath.cpp \
3144 WebCore/mathml/RenderMathMLMath.h \
3145 WebCore/mathml/RenderMathMLOperator.cpp \
3146 WebCore/mathml/RenderMathMLOperator.h \
3147 WebCore/mathml/RenderMathMLRoot.cpp \
3148 WebCore/mathml/RenderMathMLRoot.h \
3149 WebCore/mathml/RenderMathMLRow.cpp \
3150 WebCore/mathml/RenderMathMLRow.h \
3151 WebCore/mathml/RenderMathMLSquareRoot.cpp \
3152 WebCore/mathml/RenderMathMLSquareRoot.h \
3153 WebCore/mathml/RenderMathMLSubSup.cpp \
3154 WebCore/mathml/RenderMathMLSubSup.h \
3155 WebCore/mathml/RenderMathMLUnderOver.cpp \
3156 WebCore/mathml/RenderMathMLUnderOver.h
3158 endif # END ENABLE_MATHML
3160 webcore_built_sources += \
3161 DerivedSources/WebCore/MathMLElementFactory.cpp \
3162 DerivedSources/WebCore/MathMLElementFactory.h \
3163 DerivedSources/WebCore/MathMLNames.cpp \
3164 DerivedSources/WebCore/MathMLNames.h
3166 # MathML tag and attribute names, and element factory
3167 DerivedSources/WebCore/MathMLElementFactory.h: DerivedSources/WebCore/MathMLElementFactory.cpp
3169 DerivedSources/WebCore/MathMLNames.h: DerivedSources/WebCore/MathMLNames.cpp
3171 DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
3172 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
3176 # Notifications support
3178 if ENABLE_NOTIFICATIONS
3179 FEATURE_DEFINES += ENABLE_NOTIFICATIONS=1
3181 webcore_cppflags += \
3182 -DENABLE_NOTIFICATIONS=1
3184 webcore_sources += \
3185 WebCore/notifications/Notification.cpp \
3186 WebCore/notifications/Notification.h \
3187 WebCore/notifications/NotificationCenter.cpp \
3188 WebCore/notifications/NotificationCenter.h \
3189 WebCore/notifications/NotificationPresenter.h \
3190 WebCore/notifications/NotificationContents.h
3192 endif # END ENABLE_NOTIFICATIONS
3197 # FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
3200 FEATURE_DEFINES += ENABLE_SVG=1
3202 WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in
3203 WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in
3206 WebCore/svg/ElementTimeControl.idl \
3207 WebCore/svg/SVGAElement.idl \
3208 WebCore/svg/SVGAltGlyphElement.idl \
3209 WebCore/svg/SVGAngle.idl \
3210 WebCore/svg/SVGAnimateColorElement.idl \
3211 WebCore/svg/SVGAnimateElement.idl \
3212 WebCore/svg/SVGAnimateTransformElement.idl \
3213 WebCore/svg/SVGAnimatedAngle.idl \
3214 WebCore/svg/SVGAnimatedBoolean.idl \
3215 WebCore/svg/SVGAnimatedEnumeration.idl \
3216 WebCore/svg/SVGAnimatedInteger.idl \
3217 WebCore/svg/SVGAnimatedLength.idl \
3218 WebCore/svg/SVGAnimatedLengthList.idl \
3219 WebCore/svg/SVGAnimatedNumber.idl \
3220 WebCore/svg/SVGAnimatedNumberList.idl \
3221 WebCore/svg/SVGAnimatedPathData.idl \
3222 WebCore/svg/SVGAnimatedPoints.idl \
3223 WebCore/svg/SVGAnimatedPreserveAspectRatio.idl \
3224 WebCore/svg/SVGAnimatedRect.idl \
3225 WebCore/svg/SVGAnimatedString.idl \
3226 WebCore/svg/SVGAnimatedTransformList.idl \
3227 WebCore/svg/SVGAnimationElement.idl \
3228 WebCore/svg/SVGCircleElement.idl \
3229 WebCore/svg/SVGClipPathElement.idl \
3230 WebCore/svg/SVGColor.idl \
3231 WebCore/svg/SVGComponentTransferFunctionElement.idl \
3232 WebCore/svg/SVGCursorElement.idl \
3233 WebCore/svg/SVGDefsElement.idl \
3234 WebCore/svg/SVGDescElement.idl \
3235 WebCore/svg/SVGDocument.idl \
3236 WebCore/svg/SVGElement.idl \
3237 WebCore/svg/SVGElementInstance.idl \
3238 WebCore/svg/SVGElementInstanceList.idl \
3239 WebCore/svg/SVGEllipseElement.idl \
3240 WebCore/svg/SVGException.idl \
3241 WebCore/svg/SVGExternalResourcesRequired.idl \
3242 WebCore/svg/SVGFEBlendElement.idl \
3243 WebCore/svg/SVGFEColorMatrixElement.idl \
3244 WebCore/svg/SVGFEComponentTransferElement.idl \
3245 WebCore/svg/SVGFECompositeElement.idl \
3246 WebCore/svg/SVGFEConvolveMatrixElement.idl \
3247 WebCore/svg/SVGFEDiffuseLightingElement.idl \
3248 WebCore/svg/SVGFEDisplacementMapElement.idl \
3249 WebCore/svg/SVGFEDistantLightElement.idl \
3250 WebCore/svg/SVGFEFloodElement.idl \
3251 WebCore/svg/SVGFEFuncAElement.idl \
3252 WebCore/svg/SVGFEFuncBElement.idl \
3253 WebCore/svg/SVGFEFuncGElement.idl \
3254 WebCore/svg/SVGFEFuncRElement.idl \
3255 WebCore/svg/SVGFEGaussianBlurElement.idl \
3256 WebCore/svg/SVGFEImageElement.idl \
3257 WebCore/svg/SVGFEMergeElement.idl \
3258 WebCore/svg/SVGFEMergeNodeElement.idl \
3259 WebCore/svg/SVGFEMorphologyElement.idl \
3260 WebCore/svg/SVGFEOffsetElement.idl \
3261 WebCore/svg/SVGFEPointLightElement.idl \
3262 WebCore/svg/SVGFESpecularLightingElement.idl \
3263 WebCore/svg/SVGFESpotLightElement.idl \
3264 WebCore/svg/SVGFETileElement.idl \
3265 WebCore/svg/SVGFETurbulenceElement.idl \
3266 WebCore/svg/SVGFilterElement.idl \
3267 WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
3268 WebCore/svg/SVGFitToViewBox.idl \
3269 WebCore/svg/SVGFontElement.idl \
3270 WebCore/svg/SVGFontFaceElement.idl \
3271 WebCore/svg/SVGFontFaceFormatElement.idl \
3272 WebCore/svg/SVGFontFaceNameElement.idl \
3273 WebCore/svg/SVGFontFaceSrcElement.idl \
3274 WebCore/svg/SVGFontFaceUriElement.idl \
3275 WebCore/svg/SVGForeignObjectElement.idl \
3276 WebCore/svg/SVGGElement.idl \
3277 WebCore/svg/SVGGlyphElement.idl \
3278 WebCore/svg/SVGGradientElement.idl \
3279 WebCore/svg/SVGHKernElement.idl \
3280 WebCore/svg/SVGImageElement.idl \
3281 WebCore/svg/SVGLangSpace.idl \
3282 WebCore/svg/SVGLength.idl \
3283 WebCore/svg/SVGLengthList.idl \
3284 WebCore/svg/SVGLineElement.idl \
3285 WebCore/svg/SVGLinearGradientElement.idl \
3286 WebCore/svg/SVGLocatable.idl \
3287 WebCore/svg/SVGMarkerElement.idl \
3288 WebCore/svg/SVGMaskElement.idl \
3289 WebCore/svg/SVGMatrix.idl \
3290 WebCore/svg/SVGMetadataElement.idl \
3291 WebCore/svg/SVGMissingGlyphElement.idl \
3292 WebCore/svg/SVGNumber.idl \
3293 WebCore/svg/SVGNumberList.idl \
3294 WebCore/svg/SVGPaint.idl \
3295 WebCore/svg/SVGPathElement.idl \
3296 WebCore/svg/SVGPathSeg.idl \
3297 WebCore/svg/SVGPathSegArcAbs.idl \
3298 WebCore/svg/SVGPathSegArcRel.idl \
3299 WebCore/svg/SVGPathSegClosePath.idl \
3300 WebCore/svg/SVGPathSegCurvetoCubicAbs.idl \
3301 WebCore/svg/SVGPathSegCurvetoCubicRel.idl \
3302 WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
3303 WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
3304 WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl \
3305 WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl \
3306 WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
3307 WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
3308 WebCore/svg/SVGPathSegLinetoAbs.idl \
3309 WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl \
3310 WebCore/svg/SVGPathSegLinetoHorizontalRel.idl \
3311 WebCore/svg/SVGPathSegLinetoRel.idl \
3312 WebCore/svg/SVGPathSegLinetoVerticalAbs.idl \
3313 WebCore/svg/SVGPathSegLinetoVerticalRel.idl \
3314 WebCore/svg/SVGPathSegList.idl \
3315 WebCore/svg/SVGPathSegMovetoAbs.idl \
3316 WebCore/svg/SVGPathSegMovetoRel.idl \
3317 WebCore/svg/SVGPatternElement.idl \
3318 WebCore/svg/SVGPoint.idl \
3319 WebCore/svg/SVGPointList.idl \
3320 WebCore/svg/SVGPolygonElement.idl \
3321 WebCore/svg/SVGPolylineElement.idl \
3322 WebCore/svg/SVGPreserveAspectRatio.idl \
3323 WebCore/svg/SVGRadialGradientElement.idl \
3324 WebCore/svg/SVGRect.idl \
3325 WebCore/svg/SVGRectElement.idl \
3326 WebCore/svg/SVGRenderingIntent.idl \
3327 WebCore/svg/SVGSVGElement.idl \
3328 WebCore/svg/SVGScriptElement.idl \
3329 WebCore/svg/SVGSetElement.idl \
3330 WebCore/svg/SVGStopElement.idl \
3331 WebCore/svg/SVGStringList.idl \
3332 WebCore/svg/SVGStylable.idl \
3333 WebCore/svg/SVGStyleElement.idl \
3334 WebCore/svg/SVGSwitchElement.idl \
3335 WebCore/svg/SVGSymbolElement.idl \
3336 WebCore/svg/SVGTRefElement.idl \
3337 WebCore/svg/SVGTSpanElement.idl \
3338 WebCore/svg/SVGTests.idl \
3339 WebCore/svg/SVGTextContentElement.idl \
3340 WebCore/svg/SVGTextElement.idl \
3341 WebCore/svg/SVGTextPathElement.idl \
3342 WebCore/svg/SVGTextPositioningElement.idl \
3343 WebCore/svg/SVGTitleElement.idl \
3344 WebCore/svg/SVGTransform.idl \
3345 WebCore/svg/SVGTransformList.idl \
3346 WebCore/svg/SVGTransformable.idl \
3347 WebCore/svg/SVGURIReference.idl \
3348 WebCore/svg/SVGUnitTypes.idl \
3349 WebCore/svg/SVGUseElement.idl \
3350 WebCore/svg/SVGViewElement.idl \
3351 WebCore/svg/SVGViewSpec.idl \
3352 WebCore/svg/SVGVKernElement.idl \
3353 WebCore/svg/SVGZoomAndPan.idl \
3354 WebCore/svg/SVGZoomEvent.idl
3356 webcore_cppflags += \
3359 webcore_sources += \
3360 WebCore/bindings/js/JSSVGContextCache.h \
3361 WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
3362 WebCore/bindings/js/JSSVGLengthCustom.cpp \
3363 WebCore/bindings/js/JSSVGMatrixCustom.cpp \
3364 WebCore/bindings/js/JSSVGPODListCustom.h \
3365 WebCore/bindings/js/JSSVGPODTypeWrapper.h \
3366 WebCore/bindings/js/JSSVGPathSegCustom.cpp \
3367 WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
3368 WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
3369 WebCore/css/SVGCSSParser.cpp \
3370 WebCore/css/SVGCSSStyleSelector.cpp \
3371 WebCore/rendering/PointerEventsHitRules.cpp \
3372 WebCore/rendering/PointerEventsHitRules.h \
3373 WebCore/rendering/RenderForeignObject.cpp \
3374 WebCore/rendering/RenderForeignObject.h \
3375 WebCore/rendering/RenderPath.cpp \
3376 WebCore/rendering/RenderPath.h \
3377 WebCore/rendering/RenderSVGBlock.cpp \
3378 WebCore/rendering/RenderSVGBlock.h \
3379 WebCore/rendering/RenderSVGContainer.cpp \
3380 WebCore/rendering/RenderSVGContainer.h \
3381 WebCore/rendering/RenderSVGGradientStop.cpp \
3382 WebCore/rendering/RenderSVGGradientStop.h \
3383 WebCore/rendering/RenderSVGHiddenContainer.cpp \
3384 WebCore/rendering/RenderSVGHiddenContainer.h \
3385 WebCore/rendering/RenderSVGImage.cpp \
3386 WebCore/rendering/RenderSVGImage.h \
3387 WebCore/rendering/RenderSVGInline.cpp \
3388 WebCore/rendering/RenderSVGInline.h \
3389 WebCore/rendering/RenderSVGInlineText.cpp \
3390 WebCore/rendering/RenderSVGInlineText.h \
3391 WebCore/rendering/RenderSVGModelObject.cpp \
3392 WebCore/rendering/RenderSVGModelObject.h \
3393 WebCore/rendering/RenderSVGResource.cpp \
3394 WebCore/rendering/RenderSVGResource.h \
3395 WebCore/rendering/RenderSVGResourceClipper.cpp \
3396 WebCore/rendering/RenderSVGResourceClipper.h \
3397 WebCore/rendering/RenderSVGResourceFilter.cpp \
3398 WebCore/rendering/RenderSVGResourceFilter.h \
3399 WebCore/rendering/RenderSVGResourceGradient.cpp \
3400 WebCore/rendering/RenderSVGResourceGradient.h \
3401 WebCore/rendering/RenderSVGResourceLinearGradient.cpp \
3402 WebCore/rendering/RenderSVGResourceLinearGradient.h \
3403 WebCore/rendering/RenderSVGResourceMarker.cpp \
3404 WebCore/rendering/RenderSVGResourceMarker.h \
3405 WebCore/rendering/RenderSVGResourceMasker.cpp \
3406 WebCore/rendering/RenderSVGResourceMasker.h \
3407 WebCore/rendering/RenderSVGResourcePattern.cpp \
3408 WebCore/rendering/RenderSVGResourcePattern.h \
3409 WebCore/rendering/RenderSVGResourceRadialGradient.cpp \
3410 WebCore/rendering/RenderSVGResourceRadialGradient.h \
3411 WebCore/rendering/RenderSVGResourceSolidColor.cpp \
3412 WebCore/rendering/RenderSVGResourceSolidColor.h \
3413 WebCore/rendering/RenderSVGRoot.cpp \
3414 WebCore/rendering/RenderSVGRoot.h \
3415 WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp \
3416 WebCore/rendering/RenderSVGShadowTreeRootContainer.h \
3417 WebCore/rendering/RenderSVGTSpan.cpp \
3418 WebCore/rendering/RenderSVGTSpan.h \
3419 WebCore/rendering/RenderSVGText.cpp \
3420 WebCore/rendering/RenderSVGText.h \
3421 WebCore/rendering/RenderSVGTextPath.cpp \
3422 WebCore/rendering/RenderSVGTextPath.h \
3423 WebCore/rendering/RenderSVGTransformableContainer.cpp \
3424 WebCore/rendering/RenderSVGTransformableContainer.h \
3425 WebCore/rendering/RenderSVGViewportContainer.cpp \
3426 WebCore/rendering/RenderSVGViewportContainer.h \
3427 WebCore/rendering/SVGCharacterData.cpp \
3428 WebCore/rendering/SVGCharacterData.h \
3429 WebCore/rendering/SVGCharacterLayoutInfo.cpp \
3430 WebCore/rendering/SVGCharacterLayoutInfo.h \
3431 WebCore/rendering/SVGInlineFlowBox.cpp \
3432 WebCore/rendering/SVGInlineFlowBox.h \
3433 WebCore/rendering/SVGInlineTextBox.cpp \
3434 WebCore/rendering/SVGInlineTextBox.h \
3435 WebCore/rendering/SVGMarkerData.h \
3436 WebCore/rendering/SVGMarkerLayoutInfo.cpp \
3437 WebCore/rendering/SVGMarkerLayoutInfo.h \
3438 WebCore/rendering/SVGRenderSupport.cpp \
3439 WebCore/rendering/SVGRenderSupport.h \
3440 WebCore/rendering/SVGRenderTreeAsText.cpp \
3441 WebCore/rendering/SVGRenderTreeAsText.h \
3442 WebCore/rendering/SVGRootInlineBox.cpp \
3443 WebCore/rendering/SVGRootInlineBox.h \
3444 WebCore/rendering/SVGShadowTreeElements.cpp \
3445 WebCore/rendering/SVGShadowTreeElements.h \
3446 WebCore/rendering/SVGTextChunkLayoutInfo.cpp \
3447 WebCore/rendering/SVGTextChunkLayoutInfo.h \
3448 WebCore/rendering/SVGTextLayoutUtilities.cpp \
3449 WebCore/rendering/SVGTextLayoutUtilities.h \
3450 WebCore/rendering/SVGTextQuery.cpp \
3451 WebCore/rendering/SVGTextQuery.h \
3452 WebCore/rendering/style/SVGRenderStyle.cpp \
3453 WebCore/rendering/style/SVGRenderStyle.h \
3454 WebCore/rendering/style/SVGRenderStyleDefs.cpp \
3455 WebCore/rendering/style/SVGRenderStyleDefs.h \
3456 WebCore/svg/ColorDistance.cpp \
3457 WebCore/svg/ColorDistance.h \
3458 WebCore/svg/ElementTimeControl.h \
3459 WebCore/svg/GradientAttributes.h \
3460 WebCore/svg/LinearGradientAttributes.h \
3461 WebCore/svg/PatternAttributes.h \
3462 WebCore/svg/RadialGradientAttributes.h \
3463 WebCore/svg/SVGAElement.cpp \
3464 WebCore/svg/SVGAElement.h \
3465 WebCore/svg/SVGAltGlyphElement.cpp \
3466 WebCore/svg/SVGAltGlyphElement.h \
3467 WebCore/svg/SVGAngle.cpp \
3468 WebCore/svg/SVGAngle.h \
3469 WebCore/svg/SVGAnimateColorElement.cpp \
3470 WebCore/svg/SVGAnimateColorElement.h \
3471 WebCore/svg/SVGAnimateElement.cpp \
3472 WebCore/svg/SVGAnimateElement.h \
3473 WebCore/svg/SVGAnimateMotionElement.cpp \
3474 WebCore/svg/SVGAnimateMotionElement.h \
3475 WebCore/svg/SVGAnimateTransformElement.cpp \
3476 WebCore/svg/SVGAnimateTransformElement.h \
3477 WebCore/svg/SVGAnimatedPathData.cpp \
3478 WebCore/svg/SVGAnimatedPathData.h \
3479 WebCore/svg/SVGAnimatedPoints.cpp \
3480 WebCore/svg/SVGAnimatedPoints.h \
3481 WebCore/svg/SVGAnimatedProperty.h \
3482 WebCore/svg/SVGAnimatedPropertySynchronizer.h \
3483 WebCore/svg/SVGAnimatedPropertyTraits.h \
3484 WebCore/svg/SVGAnimatedTemplate.h \
3485 WebCore/svg/SVGAnimationElement.cpp \
3486 WebCore/svg/SVGAnimationElement.h \
3487 WebCore/svg/SVGCircleElement.cpp \
3488 WebCore/svg/SVGCircleElement.h \
3489 WebCore/svg/SVGClipPathElement.cpp \
3490 WebCore/svg/SVGClipPathElement.h \
3491 WebCore/svg/SVGColor.cpp \
3492 WebCore/svg/SVGColor.h \
3493 WebCore/svg/SVGComponentTransferFunctionElement.cpp \
3494 WebCore/svg/SVGComponentTransferFunctionElement.h \
3495 WebCore/svg/SVGCursorElement.cpp \
3496 WebCore/svg/SVGCursorElement.h \
3497 WebCore/svg/SVGDefsElement.cpp \
3498 WebCore/svg/SVGDefsElement.h \
3499 WebCore/svg/SVGDescElement.cpp \
3500 WebCore/svg/SVGDescElement.h \
3501 WebCore/svg/SVGDocument.cpp \
3502 WebCore/svg/SVGDocument.h \
3503 WebCore/svg/SVGDocumentExtensions.cpp \
3504 WebCore/svg/SVGDocumentExtensions.h \
3505 WebCore/svg/SVGElement.cpp \
3506 WebCore/svg/SVGElement.h \
3507 WebCore/svg/SVGElementInstance.cpp \
3508 WebCore/svg/SVGElementInstance.h \
3509 WebCore/svg/SVGElementInstanceList.cpp \
3510 WebCore/svg/SVGElementInstanceList.h \
3511 WebCore/svg/SVGElementRareData.h \
3512 WebCore/svg/SVGEllipseElement.cpp \
3513 WebCore/svg/SVGEllipseElement.h \
3514 WebCore/svg/SVGException.h \
3515 WebCore/svg/SVGExternalResourcesRequired.cpp \
3516 WebCore/svg/SVGExternalResourcesRequired.h \
3517 WebCore/svg/SVGFEBlendElement.cpp \
3518 WebCore/svg/SVGFEBlendElement.h \
3519 WebCore/svg/SVGFEColorMatrixElement.cpp \
3520 WebCore/svg/SVGFEColorMatrixElement.h \
3521 WebCore/svg/SVGFEComponentTransferElement.cpp \
3522 WebCore/svg/SVGFEComponentTransferElement.h \
3523 WebCore/svg/SVGFECompositeElement.cpp \
3524 WebCore/svg/SVGFECompositeElement.h \
3525 WebCore/svg/SVGFEConvolveMatrixElement.cpp \
3526 WebCore/svg/SVGFEConvolveMatrixElement.h \
3527 WebCore/svg/SVGFEDiffuseLightingElement.cpp \
3528 WebCore/svg/SVGFEDiffuseLightingElement.h \
3529 WebCore/svg/SVGFEDisplacementMapElement.cpp \
3530 WebCore/svg/SVGFEDisplacementMapElement.h \
3531 WebCore/svg/SVGFEDistantLightElement.cpp \
3532 WebCore/svg/SVGFEDistantLightElement.h \
3533 WebCore/svg/SVGFEFloodElement.cpp \
3534 WebCore/svg/SVGFEFloodElement.h \
3535 WebCore/svg/SVGFEFuncAElement.cpp \
3536 WebCore/svg/SVGFEFuncAElement.h \
3537 WebCore/svg/SVGFEFuncBElement.cpp \
3538 WebCore/svg/SVGFEFuncBElement.h \
3539 WebCore/svg/SVGFEFuncGElement.cpp \
3540 WebCore/svg/SVGFEFuncGElement.h \
3541 WebCore/svg/SVGFEFuncRElement.cpp \
3542 WebCore/svg/SVGFEFuncRElement.h \
3543 WebCore/svg/SVGFEGaussianBlurElement.cpp \
3544 WebCore/svg/SVGFEGaussianBlurElement.h \
3545 WebCore/svg/SVGFEImageElement.cpp \
3546 WebCore/svg/SVGFEImageElement.h \
3547 WebCore/svg/SVGFELightElement.cpp \
3548 WebCore/svg/SVGFELightElement.h \
3549 WebCore/svg/SVGFEMergeElement.cpp \
3550 WebCore/svg/SVGFEMergeElement.h \
3551 WebCore/svg/SVGFEMergeNodeElement.cpp \
3552 WebCore/svg/SVGFEMergeNodeElement.h \
3553 WebCore/svg/SVGFEMorphologyElement.cpp \
3554 WebCore/svg/SVGFEMorphologyElement.h \
3555 WebCore/svg/SVGFEOffsetElement.cpp \
3556 WebCore/svg/SVGFEOffsetElement.h \
3557 WebCore/svg/SVGFEPointLightElement.cpp \
3558 WebCore/svg/SVGFEPointLightElement.h \
3559 WebCore/svg/SVGFESpecularLightingElement.cpp \
3560 WebCore/svg/SVGFESpecularLightingElement.h \
3561 WebCore/svg/SVGFESpotLightElement.cpp \
3562 WebCore/svg/SVGFESpotLightElement.h \
3563 WebCore/svg/SVGFETileElement.cpp \
3564 WebCore/svg/SVGFETileElement.h \
3565 WebCore/svg/SVGFETurbulenceElement.cpp \
3566 WebCore/svg/SVGFETurbulenceElement.h \
3567 WebCore/svg/SVGFilterElement.cpp \
3568 WebCore/svg/SVGFilterElement.h \
3569 WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
3570 WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
3571 WebCore/svg/SVGFitToViewBox.cpp \
3572 WebCore/svg/SVGFitToViewBox.h \
3573 WebCore/svg/SVGFont.cpp \
3574 WebCore/svg/SVGFontData.cpp \
3575 WebCore/svg/SVGFontData.h \
3576 WebCore/svg/SVGFontElement.cpp \
3577 WebCore/svg/SVGFontElement.h \
3578 WebCore/svg/SVGFontFaceElement.cpp \
3579 WebCore/svg/SVGFontFaceElement.h \
3580 WebCore/svg/SVGFontFaceFormatElement.cpp \
3581 WebCore/svg/SVGFontFaceFormatElement.h \
3582 WebCore/svg/SVGFontFaceNameElement.cpp \
3583 WebCore/svg/SVGFontFaceNameElement.h \
3584 WebCore/svg/SVGFontFaceSrcElement.cpp \
3585 WebCore/svg/SVGFontFaceSrcElement.h \
3586 WebCore/svg/SVGFontFaceUriElement.cpp \
3587 WebCore/svg/SVGFontFaceUriElement.h \
3588 WebCore/svg/SVGForeignObjectElement.cpp \
3589 WebCore/svg/SVGForeignObjectElement.h \
3590 WebCore/svg/SVGGElement.cpp \
3591 WebCore/svg/SVGGElement.h \
3592 WebCore/svg/SVGGlyphElement.cpp \
3593 WebCore/svg/SVGGlyphElement.h \
3594 WebCore/svg/SVGGlyphMap.h \
3595 WebCore/svg/SVGGradientElement.cpp \
3596 WebCore/svg/SVGGradientElement.h \
3597 WebCore/svg/SVGHKernElement.cpp \
3598 WebCore/svg/SVGHKernElement.h \
3599 WebCore/svg/SVGImageElement.cpp \
3600 WebCore/svg/SVGImageElement.h \
3601 WebCore/svg/SVGImageLoader.cpp \
3602 WebCore/svg/SVGImageLoader.h \
3603 WebCore/svg/SVGLangSpace.cpp \
3604 WebCore/svg/SVGLangSpace.h \
3605 WebCore/svg/SVGLength.cpp \
3606 WebCore/svg/SVGLength.h \
3607 WebCore/svg/SVGLengthList.cpp \
3608 WebCore/svg/SVGLengthList.h \
3609 WebCore/svg/SVGLineElement.cpp \
3610 WebCore/svg/SVGLineElement.h \
3611 WebCore/svg/SVGLinearGradientElement.cpp \
3612 WebCore/svg/SVGLinearGradientElement.h \
3613 WebCore/svg/SVGList.h \
3614 WebCore/svg/SVGListTraits.h \
3615 WebCore/svg/SVGLocatable.cpp \
3616 WebCore/svg/SVGLocatable.h \
3617 WebCore/svg/SVGMPathElement.cpp \
3618 WebCore/svg/SVGMPathElement.h \
3619 WebCore/svg/SVGMarkerElement.cpp \
3620 WebCore/svg/SVGMarkerElement.h \
3621 WebCore/svg/SVGMaskElement.cpp \
3622 WebCore/svg/SVGMaskElement.h \
3623 WebCore/svg/SVGMetadataElement.cpp \
3624 WebCore/svg/SVGMetadataElement.h \
3625 WebCore/svg/SVGMissingGlyphElement.cpp \
3626 WebCore/svg/SVGMissingGlyphElement.h \
3627 WebCore/svg/SVGNumberList.cpp \
3628 WebCore/svg/SVGNumberList.h \
3629 WebCore/svg/SVGPaint.cpp \
3630 WebCore/svg/SVGPaint.h \
3631 WebCore/svg/SVGParserUtilities.cpp \
3632 WebCore/svg/SVGParserUtilities.h \
3633 WebCore/svg/SVGPathElement.cpp \
3634 WebCore/svg/SVGPathElement.h \
3635 WebCore/svg/SVGPathSeg.h \
3636 WebCore/svg/SVGPathSegArc.cpp \
3637 WebCore/svg/SVGPathSegArc.h \
3638 WebCore/svg/SVGPathSegClosePath.cpp \
3639 WebCore/svg/SVGPathSegClosePath.h \
3640 WebCore/svg/SVGPathSegCurvetoCubic.cpp \
3641 WebCore/svg/SVGPathSegCurvetoCubic.h \
3642 WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
3643 WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
3644 WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
3645 WebCore/svg/SVGPathSegCurvetoQuadratic.h \
3646 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
3647 WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
3648 WebCore/svg/SVGPathSegLineto.cpp \
3649 WebCore/svg/SVGPathSegLineto.h \
3650 WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
3651 WebCore/svg/SVGPathSegLinetoHorizontal.h \
3652 WebCore/svg/SVGPathSegLinetoVertical.cpp \
3653 WebCore/svg/SVGPathSegLinetoVertical.h \
3654 WebCore/svg/SVGPathSegList.cpp \
3655 WebCore/svg/SVGPathSegList.h \
3656 WebCore/svg/SVGPathSegMoveto.cpp \
3657 WebCore/svg/SVGPathSegMoveto.h \
3658 WebCore/svg/SVGPatternElement.cpp \
3659 WebCore/svg/SVGPatternElement.h \
3660 WebCore/svg/SVGPointList.cpp \
3661 WebCore/svg/SVGPointList.h \
3662 WebCore/svg/SVGPolyElement.cpp \
3663 WebCore/svg/SVGPolyElement.h \
3664 WebCore/svg/SVGPolygonElement.cpp \
3665 WebCore/svg/SVGPolygonElement.h \
3666 WebCore/svg/SVGPolylineElement.cpp \
3667 WebCore/svg/SVGPolylineElement.h \
3668 WebCore/svg/SVGPreserveAspectRatio.cpp \
3669 WebCore/svg/SVGPreserveAspectRatio.h \
3670 WebCore/svg/SVGRadialGradientElement.cpp \
3671 WebCore/svg/SVGRadialGradientElement.h \
3672 WebCore/svg/SVGRectElement.cpp \
3673 WebCore/svg/SVGRectElement.h \
3674 WebCore/svg/SVGRenderingIntent.h \
3675 WebCore/svg/SVGSVGElement.cpp \
3676 WebCore/svg/SVGSVGElement.h \
3677 WebCore/svg/SVGScriptElement.cpp \
3678 WebCore/svg/SVGScriptElement.h \
3679 WebCore/svg/SVGSetElement.cpp \
3680 WebCore/svg/SVGSetElement.h \
3681 WebCore/svg/SVGStopElement.cpp \
3682 WebCore/svg/SVGStopElement.h \
3683 WebCore/svg/SVGStringList.cpp \
3684 WebCore/svg/SVGStringList.h \
3685 WebCore/svg/SVGStylable.cpp \
3686 WebCore/svg/SVGStylable.h \
3687 WebCore/svg/SVGStyleElement.cpp \
3688 WebCore/svg/SVGStyleElement.h \
3689 WebCore/svg/SVGStyledElement.cpp \
3690 WebCore/svg/SVGStyledElement.h \
3691 WebCore/svg/SVGStyledLocatableElement.cpp \
3692 WebCore/svg/SVGStyledLocatableElement.h \
3693 WebCore/svg/SVGStyledTransformableElement.cpp \
3694 WebCore/svg/SVGStyledTransformableElement.h \
3695 WebCore/svg/SVGSwitchElement.cpp \
3696 WebCore/svg/SVGSwitchElement.h \
3697 WebCore/svg/SVGSymbolElement.cpp \
3698 WebCore/svg/SVGSymbolElement.h \
3699 WebCore/svg/SVGTRefElement.cpp \
3700 WebCore/svg/SVGTRefElement.h \
3701 WebCore/svg/SVGTSpanElement.cpp \
3702 WebCore/svg/SVGTSpanElement.h \
3703 WebCore/svg/SVGTests.cpp \
3704 WebCore/svg/SVGTests.h \
3705 WebCore/svg/SVGTextContentElement.cpp \
3706 WebCore/svg/SVGTextContentElement.h \
3707 WebCore/svg/SVGTextElement.cpp \
3708 WebCore/svg/SVGTextElement.h \
3709 WebCore/svg/SVGTextPathElement.cpp \
3710 WebCore/svg/SVGTextPathElement.h \
3711 WebCore/svg/SVGTextPositioningElement.cpp \
3712 WebCore/svg/SVGTextPositioningElement.h \
3713 WebCore/svg/SVGTitleElement.cpp \
3714 WebCore/svg/SVGTitleElement.h \
3715 WebCore/svg/SVGTransform.cpp \
3716 WebCore/svg/SVGTransform.h \
3717 WebCore/svg/SVGTransformDistance.cpp \
3718 WebCore/svg/SVGTransformDistance.h \
3719 WebCore/svg/SVGTransformList.cpp \
3720 WebCore/svg/SVGTransformList.h \
3721 WebCore/svg/SVGTransformable.cpp \
3722 WebCore/svg/SVGTransformable.h \
3723 WebCore/svg/SVGURIReference.cpp \
3724 WebCore/svg/SVGURIReference.h \
3725 WebCore/svg/SVGUnitTypes.h \
3726 WebCore/svg/SVGUseElement.cpp \
3727 WebCore/svg/SVGUseElement.h \
3728 WebCore/svg/SVGViewElement.cpp \
3729 WebCore/svg/SVGViewElement.h \
3730 WebCore/svg/SVGVKernElement.cpp \
3731 WebCore/svg/SVGVKernElement.h \
3732 WebCore/svg/SVGViewSpec.cpp \
3733 WebCore/svg/SVGViewSpec.h \
3734 WebCore/svg/SVGZoomAndPan.cpp \
3735 WebCore/svg/SVGZoomAndPan.h \
3736 WebCore/svg/SVGZoomEvent.cpp \
3737 WebCore/svg/SVGZoomEvent.h \
3738 WebCore/svg/animation/SMILTime.cpp \
3739 WebCore/svg/animation/SMILTime.h \
3740 WebCore/svg/animation/SMILTimeContainer.cpp \
3741 WebCore/svg/animation/SMILTimeContainer.h \
3742 WebCore/svg/animation/SVGSMILElement.cpp \
3743 WebCore/svg/animation/SVGSMILElement.h \
3744 WebCore/svg/graphics/SVGImage.cpp \
3745 WebCore/svg/graphics/SVGImage.h \
3746 WebCore/svg/graphics/filters/SVGDistantLightSource.h \
3747 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
3748 WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
3749 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
3750 WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
3751 WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
3752 WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
3753 WebCore/svg/graphics/filters/SVGFEFlood.cpp \
3754 WebCore/svg/graphics/filters/SVGFEFlood.h \
3755 WebCore/svg/graphics/filters/SVGFEImage.cpp \
3756 WebCore/svg/graphics/filters/SVGFEImage.h \
3757 WebCore/svg/graphics/filters/SVGFELighting.cpp \
3758 WebCore/svg/graphics/filters/SVGFELighting.h \
3759 WebCore/svg/graphics/filters/SVGFEMerge.cpp \
3760 WebCore/svg/graphics/filters/SVGFEMerge.h \
3761 WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
3762 WebCore/svg/graphics/filters/SVGFEMorphology.h \
3763 WebCore/svg/graphics/filters/SVGFEOffset.cpp \
3764 WebCore/svg/graphics/filters/SVGFEOffset.h \
3765 WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
3766 WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
3767 WebCore/svg/graphics/filters/SVGFETile.cpp \
3768 WebCore/svg/graphics/filters/SVGFETile.h \
3769 WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
3770 WebCore/svg/graphics/filters/SVGFETurbulence.h \
3771 WebCore/svg/graphics/filters/SVGFilter.cpp \
3772 WebCore/svg/graphics/filters/SVGFilter.h \
3773 WebCore/svg/graphics/filters/SVGFilterBuilder.h \
3774 WebCore/svg/graphics/filters/SVGFilterBuilder.cpp \
3775 WebCore/svg/graphics/filters/SVGLightSource.cpp \
3776 WebCore/svg/graphics/filters/SVGLightSource.h \
3777 WebCore/svg/graphics/filters/SVGPointLightSource.h \
3778 WebCore/svg/graphics/filters/SVGSpotLightSource.h
3782 FEATURE_DEFINES += ENABLE_SVG_USE=1
3783 SVG_FEATURES += ENABLE_SVG_USE=1
3784 webcore_cppflags += -DENABLE_SVG_USE=1
3787 if ENABLE_SVG_FOREIGN_OBJECT
3788 FEATURE_DEFINES += ENABLE_SVG_FOREIGN_OBJECT=1
3789 SVG_FEATURES += ENABLE_SVG_FOREIGN_OBJECT=1
3790 webcore_cppflags += -DENABLE_SVG_FOREIGN_OBJECT=1
3794 FEATURE_DEFINES += ENABLE_SVG_FONTS=1
3795 SVG_FEATURES += ENABLE_SVG_FONTS=1
3796 webcore_cppflags += -DENABLE_SVG_FONTS=1
3799 if ENABLE_SVG_AS_IMAGE
3800 FEATURE_DEFINES += ENABLE_SVG_AS_IMAGE=1
3801 SVG_FEATURES += ENABLE_SVG_AS_IMAGE=1
3802 webcore_cppflags += -DENABLE_SVG_AS_IMAGE=1
3805 if ENABLE_SVG_ANIMATION
3806 FEATURE_DEFINES += ENABLE_SVG_ANIMATION=1
3807 SVG_FEATURES += ENABLE_SVG_ANIMATION=1
3808 webcore_cppflags += -DENABLE_SVG_ANIMATION=1
3811 endif # END ENABLE_SVG
3813 webcore_built_sources += \
3814 DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp \
3815 DerivedSources/WebCore/SVGElementFactory.cpp \
3816 DerivedSources/WebCore/SVGNames.cpp \
3817 DerivedSources/WebCore/XLinkNames.cpp
3819 # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
3820 DerivedSources/WebCore/SVGNames.cpp: DerivedSources/WebCore/SVGElementFactory.cpp;
3821 DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp: DerivedSources/WebCore/SVGElementFactory.cpp
3824 DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
3825 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
3827 DerivedSources/WebCore/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
3828 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
3834 DerivedSources/WebCore/XLinkNames.h: DerivedSources/WebCore/XLinkNames.cpp;
3836 DerivedSources/WebCore/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
3837 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
3840 # Web Sockets Support
3842 if ENABLE_WEB_SOCKETS
3843 FEATURE_DEFINES += ENABLE_WEB_SOCKETS=1
3846 WebCore/websockets/WebSocket.idl
3848 webcore_cppflags += \
3849 -DENABLE_WEB_SOCKETS=1
3851 webcore_sources += \
3852 WebCore/bindings/js/JSWebSocketCustom.cpp \
3853 WebCore/platform/network/SocketStreamErrorBase.cpp \
3854 WebCore/platform/network/SocketStreamErrorBase.h \
3855 WebCore/platform/network/SocketStreamHandleBase.cpp \
3856 WebCore/platform/network/SocketStreamHandleBase.h \
3857 WebCore/platform/network/SocketStreamHandleClient.h \
3858 WebCore/websockets/WebSocket.cpp \
3859 WebCore/websockets/WebSocket.h \
3860 WebCore/websockets/WebSocketChannel.cpp \
3861 WebCore/websockets/WebSocketChannel.h \
3862 WebCore/websockets/WebSocketChannelClient.h \
3863 WebCore/websockets/WebSocketHandshake.cpp \
3864 WebCore/websockets/WebSocketHandshake.h \
3865 WebCore/websockets/WebSocketHandshakeRequest.cpp \
3866 WebCore/websockets/WebSocketHandshakeRequest.h \
3867 WebCore/websockets/WebSocketHandshakeResponse.cpp \
3868 WebCore/websockets/WebSocketHandshakeResponse.h
3871 webcore_sources += \
3872 WebCore/websockets/ThreadableWebSocketChannel.cpp \
3873 WebCore/websockets/ThreadableWebSocketChannel.h \
3874 WebCore/websockets/ThreadableWebSocketChannelClientWrapper.h \
3875 WebCore/websockets/WorkerThreadableWebSocketChannel.cpp \
3876 WebCore/websockets/WorkerThreadableWebSocketChannel.h
3879 webcoregtk_sources += \
3880 WebCore/platform/network/soup/SocketStreamError.h \
3881 WebCore/platform/network/soup/SocketStreamHandle.h \
3882 WebCore/platform/network/soup/SocketStreamHandleSoup.cpp
3885 webcore_cppflags += -DENABLE_WEB_SOCKETS=0
3886 endif # END ENABLE_WEB_SOCKETS
3889 # Blob.slice support
3891 if ENABLE_BLOB_SLICE
3892 FEATURE_DEFINES += ENABLE_BLOB_SLICE=1
3893 webcore_cppflags += -DENABLE_BLOB_SLICE=1
3894 endif # END ENABLE_BLOB_SLICE
3897 # FileReader support
3899 if ENABLE_FILE_READER
3900 FEATURE_DEFINES += ENABLE_FILE_READER=1
3901 webcore_cppflags += -DENABLE_FILE_READER=1
3902 endif # END ENABLE_FILE_READER
3905 # FileWriter support
3907 if ENABLE_FILE_WRITER
3908 FEATURE_DEFINES += ENABLE_FILE_WRITER=1
3909 webcore_cppflags += -DENABLE_FILE_WRITER=1
3910 endif # END ENABLE_FILE_WRITER
3912 DerivedSources/WebCore/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
3913 if sort $(WEBCORE_CSS_PROPERTY_NAMES) | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
3914 cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
3915 $(PERL) "$(WebCore)/css/makeprop.pl"
3916 mv CSSPropertyNames.* $(GENSOURCES_WEBCORE)
3918 # Lower case all the values, as CSS values are case-insensitive
3919 DerivedSources/WebCore/CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
3920 $(PERL) -ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
3921 if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
3922 $(PERL) "$(WebCore)/css/makevalues.pl"
3923 mv CSSValueKeywords.* $(GENSOURCES_WEBCORE)
3926 DerivedSources/WebCore/DocTypeStrings.cpp : $(WebCore)/html/DocTypeStrings.gperf $(WebCore)/make-hash-tools.pl
3927 $(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_WEBCORE) $(WebCore)/html/DocTypeStrings.gperf
3930 DerivedSources/WebCore/HTMLEntityNames.cpp : $(WebCore)/html/HTMLEntityNames.gperf $(WebCore)/make-hash-tools.pl
3931 $(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_WEBCORE) $(WebCore)/html/HTMLEntityNames.gperf
3934 DerivedSources/WebCore/ColorData.cpp: $(WebCore)/platform/ColorData.gperf $(WebCore)/make-hash-tools.pl
3935 $(PERL) $(WebCore)/make-hash-tools.pl $(GENSOURCES_WEBCORE) $(WebCore)/platform/ColorData.gperf
3938 DerivedSources/WebCore/tokenizer.cpp : $(WebCore)/css/tokenizer.flex $(WebCore)/css/maketokenizer
3939 $(AM_V_GEN)$(FLEX) -t $< | $(PERL) $(WebCore)/css/maketokenizer > $@
3943 DerivedSources/WebCore/CSSGrammar.h: $(GENSOURCES_WEBCORE)/CSSGrammar.cpp;
3945 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
3946 DerivedSources/WebCore/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y
3947 rm -f $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
3948 $(BISON) -d -p cssyy $< -o $(GENSOURCES_WEBCORE)/CSSGrammar.cpp
3949 touch $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
3950 echo '#ifndef CSSGrammar_h' > $(GENSOURCES_WEBCORE)/CSSGrammar.h
3951 echo '#define CSSGrammar_h' >> $(GENSOURCES_WEBCORE)/CSSGrammar.h
3952 cat $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp >> $(GENSOURCES_WEBCORE)/CSSGrammar.h
3953 echo '#endif' >> $(GENSOURCES_WEBCORE)/CSSGrammar.h
3954 rm -f $(GENSOURCES_WEBCORE)/CSSGrammar.cpp.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
3956 # user agent style sheets
3957 USER_AGENT_STYLE_SHEETS = \
3958 $(WebCore)/css/html.css \
3959 $(WebCore)/css/mathml.css \
3960 $(WebCore)/css/quirks.css \
3961 $(WebCore)/css/view-source.css \
3962 $(WebCore)/css/svg.css \
3963 $(WebCore)/css/wml.css \
3964 $(WebCore)/css/mediaControls.css \
3965 $(WebCore)/css/mediaControlsGtk.css
3967 # new-style JavaScript bindings
3968 SCRIPTS_BINDINGS = \
3969 $(WebCore)/bindings/scripts/CodeGenerator.pm \
3970 $(WebCore)/bindings/scripts/IDLParser.pm \
3971 $(WebCore)/bindings/scripts/IDLStructure.pm \
3972 $(WebCore)/bindings/scripts/InFilesParser.pm \
3973 $(WebCore)/bindings/scripts/generate-bindings.pl
3975 DerivedSources/WebCore/UserAgentStyleSheetsData.cpp: DerivedSources/WebCore/UserAgentStyleSheets.h;
3977 DerivedSources/WebCore/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
3978 $(AM_V_GEN)$(PERL) $< $@ DerivedSources/WebCore/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
3980 # HTML tag and attribute names
3982 DerivedSources/WebCore/HTMLElementFactory.cpp DerivedSources/WebCore/HTMLElementFactory.h DerivedSources/WebCore/HTMLNames.cpp DerivedSources/WebCore/HTMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
3983 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines "$(HTML_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
3985 DerivedSources/WebCore/HTMLElementFactory.cpp DerivedSources/WebCore/HTMLElementFactory.h DerivedSources/WebCore/HTMLNames.cpp DerivedSources/WebCore/HTMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
3986 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
3989 DerivedSources/WebCore/JSHTMLElementWrapperFactory.cpp: DerivedSources/WebCore/HTMLNames.cpp;
3991 DerivedSources/WebCore/XMLNSNames.cpp DerivedSources/WebCore/XMLNSNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlnsattrs.in
3992 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlnsattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
3994 DerivedSources/WebCore/XMLNames.cpp DerivedSources/WebCore/XMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
3995 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
3997 # Remote Inspector frontend
3998 DerivedSources/WebCore/RemoteInspectorFrontend.cpp DerivedSources/WebCore/RemoteInspectorFrontend.h: $(WebCore)/inspector/Inspector.idl $(SCRIPTS_BINDINGS) $(WebCore)/inspector/CodeGeneratorInspector.pm
3999 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts -I$(WebCore)/inspector $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES_WEBCORE)" --defines "LANGUAGE_JAVASCRIPT=1 $(FEATURE_DEFINES)" --generator Inspector $<
4002 $(WebCore)/bindings/js \
4006 $(WebCore)/html/canvas \
4007 $(WebCore)/inspector \
4008 $(WebCore)/loader/appcache \
4009 $(WebCore)/notifications \
4011 $(WebCore)/storage \
4014 $(WebCore)/plugins \
4015 $(WebCore)/websockets \
4018 vpath %.idl = $(IDL_PATH)
4020 DerivedSources/WebCore/JS%.h: DerivedSources/WebCore/JS%.cpp;
4023 DerivedSources/WebCore/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm
4024 $(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES_WEBCORE)" --defines "LANGUAGE_JAVASCRIPT=1 $(FEATURE_DEFINES)" --generator JS $<
4026 IDL_BINDINGS_JS_PURE := \
4027 WebCore/svg/ElementTimeControl.idl \
4028 WebCore/svg/SVGAnimatedPathData.idl \
4029 WebCore/svg/SVGAnimatedPoints.idl \
4030 WebCore/svg/SVGExternalResourcesRequired.idl \
4031 WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
4032 WebCore/svg/SVGFitToViewBox.idl \
4033 WebCore/svg/SVGLangSpace.idl \
4034 WebCore/svg/SVGLocatable.idl \
4035 WebCore/svg/SVGStylable.idl \
4036 WebCore/svg/SVGTests.idl \
4037 WebCore/svg/SVGTransformable.idl \
4038 WebCore/svg/SVGURIReference.idl \
4039 WebCore/svg/SVGViewSpec.idl \
4040 WebCore/svg/SVGZoomAndPan.idl
4042 IDL_BINDINGS_JS := $(filter-out $(IDL_BINDINGS_JS_PURE),$(IDL_BINDINGS))
4044 webcore_built_nosources += $(patsubst %.idl,DerivedSources/WebCore/JS%.h,$(notdir $(IDL_BINDINGS)))
4046 webcore_built_nosources += $(patsubst %.idl,DerivedSources/WebCore/JS%.cpp,$(notdir $(IDL_BINDINGS_JS)))
4048 webcore_built_objects = := $(patsubst %.cpp,%.lo,$(webcore_built_nosources))
4050 $(webcore_built_objects): AM_CPPFLAGS+=$(corekit_cppflags)
4052 $(webcore_built_objects): AM_CXXFLAGS+=$(libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS)
4054 libWebCoreJS_objects := $(patsubst %.idl,DerivedSources/WebCore/JS%.lo,$(notdir $(IDL_BINDINGS_JS)))
4056 libWebCoreJS_depfiles := $(patsubst %.idl,DerivedSources/WebCore/$(DEPDIR)/JS%.Plo,$(notdir $(IDL_BINDINGS_JS)))
4058 # Older automake versions (1.7) place Plo files in a different place:
4059 libWebCoreJS_depfiles += $(patsubst %.lo,$(DEPDIR)/%.Plo,$(libWebCoreJS_objects))
4061 -include $(libWebCoreJS_depfiles)
4063 $(libWebCoreJS_objects): AM_CPPFLAGS+=$(corekit_cppflags)
4065 $(libWebCoreJS_objects): AM_CXXFLAGS+=$(libwebkitgtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS)
4067 libWebCoreJS.la: $(libWebCoreJS_objects)
4068 $(CXXLINK) $(libWebCoreJS_objects) $(LIBS)
4071 DerivedSources/webkit/webkitdomdummy.c:
4072 $(AM_V_GEN)mkdir -p DerivedSources/webkit || echo > $@
4074 # Because WebCore/bindings/gobject/WebKitDOMObject.h is static source but is also a distributed header
4075 # required by other distributed headers (both static and auto-generated), need to move this to the
4076 # DerivedSources/webkit directory. The reason is that we want all header files distributed in the
4077 # include/webkit-x.y/webkit directory, but do not want to name the WebCore/bindings/gobject directory
4078 # "webkit", as that's a bit presumptuous for a GTK binding.
4079 $(top_builddir)/DerivedSources/webkit/WebKitDOMObject.h: $(WebCore)/bindings/gobject/WebKitDOMObject.h
4080 $(AM_V_GEN)cp -f $< $@
4082 $(top_builddir)/DerivedSources/webkit/WebKitDOMEventTarget.h: $(WebCore)/bindings/gobject/WebKitDOMEventTarget.h
4083 $(AM_V_GEN)cp -f $< $@
4085 # Start with a subset of all the DOM bindings
4086 IDL_BINDINGS_GDOM += \
4087 WebCore/css/CSSRule.idl \
4088 WebCore/css/CSSRuleList.idl \
4089 WebCore/css/CSSStyleDeclaration.idl \
4090 WebCore/css/CSSStyleSheet.idl \
4091 WebCore/css/CSSValue.idl \
4092 WebCore/css/MediaList.idl \
4093 WebCore/css/StyleMedia.idl \
4094 WebCore/css/StyleSheet.idl \
4095 WebCore/css/StyleSheetList.idl \
4096 WebCore/dom/Attr.idl \
4097 WebCore/dom/CDATASection.idl \
4098 WebCore/dom/CharacterData.idl \
4099 WebCore/dom/Comment.idl \
4100 WebCore/dom/Document.idl \
4101 WebCore/dom/DocumentFragment.idl \
4102 WebCore/dom/DocumentType.idl \
4103 WebCore/dom/DOMImplementation.idl \
4104 WebCore/dom/DOMStringList.idl \
4105 WebCore/dom/DOMStringMap.idl \
4106 WebCore/dom/Element.idl \
4107 WebCore/dom/EntityReference.idl \
4108 WebCore/dom/Event.idl \
4109 WebCore/dom/MessagePort.idl \
4110 WebCore/dom/NamedNodeMap.idl \
4111 WebCore/dom/Node.idl \
4112 WebCore/dom/NodeFilter.idl \
4113 WebCore/dom/NodeIterator.idl \
4114 WebCore/dom/NodeList.idl \
4115 WebCore/dom/ProcessingInstruction.idl \
4116 WebCore/dom/Range.idl \
4117 WebCore/dom/Text.idl \
4118 WebCore/dom/TreeWalker.idl \
4119 WebCore/html/Blob.idl \
4120 WebCore/html/File.idl \
4121 WebCore/html/FileList.idl \
4122 WebCore/html/HTMLAnchorElement.idl \
4123 WebCore/html/HTMLAppletElement.idl \
4124 WebCore/html/HTMLAreaElement.idl \
4125 WebCore/html/HTMLBaseElement.idl \
4126 WebCore/html/HTMLBaseFontElement.idl \
4127 WebCore/html/HTMLBlockquoteElement.idl \
4128 WebCore/html/HTMLBodyElement.idl \
4129 WebCore/html/HTMLBRElement.idl \
4130 WebCore/html/HTMLButtonElement.idl \
4131 WebCore/html/HTMLCanvasElement.idl \
4132 WebCore/html/HTMLCollection.idl \
4133 WebCore/html/HTMLDirectoryElement.idl \
4134 WebCore/html/HTMLDivElement.idl \
4135 WebCore/html/HTMLDListElement.idl \
4136 WebCore/html/HTMLDocument.idl \
4137 WebCore/html/HTMLElement.idl \
4138 WebCore/html/HTMLEmbedElement.idl \
4139 WebCore/html/HTMLFieldSetElement.idl \
4140 WebCore/html/HTMLFontElement.idl \
4141 WebCore/html/HTMLFormElement.idl \
4142 WebCore/html/HTMLFrameElement.idl \
4143 WebCore/html/HTMLFrameSetElement.idl \
4144 WebCore/html/HTMLHeadElement.idl \
4145 WebCore/html/HTMLHeadingElement.idl \
4146 WebCore/html/HTMLHRElement.idl \
4147 WebCore/html/HTMLHtmlElement.idl \
4148 WebCore/html/HTMLIFrameElement.idl \
4149 WebCore/html/HTMLImageElement.idl \
4150 WebCore/html/HTMLInputElement.idl \
4151 WebCore/html/HTMLIsIndexElement.idl \
4152 WebCore/html/HTMLLabelElement.idl \
4153 WebCore/html/HTMLLegendElement.idl \
4154 WebCore/html/HTMLLIElement.idl \
4155 WebCore/html/HTMLLinkElement.idl \
4156 WebCore/html/HTMLMapElement.idl \
4157 WebCore/html/HTMLMarqueeElement.idl \
4158 WebCore/html/HTMLMenuElement.idl \
4159 WebCore/html/HTMLMetaElement.idl \
4160 WebCore/html/HTMLModElement.idl \