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