1 # WebCore - qmake build info
2 CONFIG += building-libs
3 CONFIG += depend_includepath
5 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ..
6 include($$PWD/../WebKit.pri)
7 include($$PWD/WebCore.pri)
8 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
11 TARGET = $$WEBCORE_TARGET
14 DESTDIR = $$WEBCORE_DESTDIR
16 DEFINES += BUILDING_WEBKIT
19 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
20 DEFINES += ENABLE_NO_LISTBOX_RENDERING=1
23 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
25 contains(DEFINES, ENABLE_SVG=1) {
26 EXTRACSSPROPERTIES += $$PWD/css/SVGCSSPropertyNames.in
27 EXTRACSSVALUES += $$PWD/css/SVGCSSValueKeywords.in
30 contains(DEFINES, ENABLE_WCSS=1) {
31 EXTRACSSPROPERTIES += $$PWD/css/WCSSPropertyNames.in
32 EXTRACSSVALUES += $$PWD/css/WCSSValueKeywords.in
36 accessibility/AccessibilityImageMapLink.cpp \
37 accessibility/AccessibilityMediaControls.cpp \
38 accessibility/AccessibilityMenuList.cpp \
39 accessibility/AccessibilityMenuListOption.cpp \
40 accessibility/AccessibilityMenuListPopup.cpp \
41 accessibility/AccessibilityObject.cpp \
42 accessibility/AccessibilityList.cpp \
43 accessibility/AccessibilityListBox.cpp \
44 accessibility/AccessibilityListBoxOption.cpp \
45 accessibility/AccessibilityProgressIndicator.cpp \
46 accessibility/AccessibilityRenderObject.cpp \
47 accessibility/AccessibilityScrollbar.cpp \
48 accessibility/AccessibilityScrollView.cpp \
49 accessibility/AccessibilitySlider.cpp \
50 accessibility/AccessibilityARIAGrid.cpp \
51 accessibility/AccessibilityARIAGridCell.cpp \
52 accessibility/AccessibilityARIAGridRow.cpp \
53 accessibility/AccessibilityTable.cpp \
54 accessibility/AccessibilityTableCell.cpp \
55 accessibility/AccessibilityTableColumn.cpp \
56 accessibility/AccessibilityTableHeaderContainer.cpp \
57 accessibility/AccessibilityTableRow.cpp \
58 accessibility/AXObjectCache.cpp \
59 bindings/generic/ActiveDOMCallback.cpp \
60 bindings/generic/RuntimeEnabledFeatures.cpp
63 include($$PWD/../JavaScriptCore/yarr/yarr.pri)
64 include($$PWD/../JavaScriptCore/wtf/wtf.pri)
67 platform/qt/PlatformBridgeQt.cpp \
68 bindings/generic/BindingSecurityBase.cpp \
70 bindings/v8/WorldContextHandle.cpp \
71 bindings/v8/V8IsolatedContext.cpp \
72 bindings/v8/custom/V8HistoryCustom.cpp \
73 bindings/v8/custom/V8PopStateEventCustom.cpp \
74 bindings/v8/ScriptGCEvent.cpp
77 bindings/v8/custom/V8ArrayBufferCustom.cpp \
78 bindings/v8/custom/V8CustomXPathNSResolver.cpp \
79 bindings/v8/custom/V8DataViewCustom.cpp \
80 bindings/v8/custom/V8DeviceMotionEventCustom.cpp \
81 bindings/v8/custom/V8DeviceOrientationEventCustom.cpp \
82 bindings/v8/custom/V8Float32ArrayCustom.cpp \
83 bindings/v8/custom/V8Float64ArrayCustom.cpp \
84 bindings/v8/custom/V8Int8ArrayCustom.cpp \
85 bindings/v8/custom/V8Int16ArrayCustom.cpp \
86 bindings/v8/custom/V8Int32ArrayCustom.cpp \
87 bindings/v8/custom/V8Uint8ArrayCustom.cpp \
88 bindings/v8/custom/V8Uint16ArrayCustom.cpp \
89 bindings/v8/custom/V8Uint32ArrayCustom.cpp \
91 bindings/v8/DateExtension.cpp \
92 bindings/v8/DOMData.cpp \
93 bindings/v8/DOMDataStore.cpp \
94 bindings/v8/NPV8Object.cpp \
95 bindings/v8/PageScriptDebugServer.cpp \
96 bindings/v8/RetainedDOMInfo.cpp \
97 bindings/v8/ScheduledAction.cpp \
98 bindings/v8/ScopedDOMDataStore.cpp \
99 bindings/v8/ScriptCachedFrameData.cpp \
100 bindings/v8/ScriptCallStackFactory.cpp \
101 bindings/ScriptControllerBase.cpp \
102 bindings/v8/ScriptController.cpp \
103 bindings/v8/ScriptControllerQt.cpp \
104 bindings/v8/ScriptEventListener.cpp \
105 bindings/v8/ScriptFunctionCall.cpp \
106 bindings/v8/ScriptInstance.cpp \
107 bindings/v8/ScriptObject.cpp \
108 bindings/v8/ScriptScope.cpp \
109 bindings/v8/ScriptState.cpp \
110 bindings/v8/ScriptValue.cpp \
111 bindings/v8/StaticDOMDataStore.cpp \
112 bindings/v8/SerializedScriptValue.cpp \
113 bindings/v8/V8AbstractEventListener.cpp \
114 bindings/v8/V8Binding.cpp \
115 bindings/v8/V8Collection.cpp \
116 bindings/v8/V8DOMMap.cpp \
117 bindings/v8/V8DOMWrapper.cpp \
118 bindings/v8/V8EventListener.cpp \
119 bindings/v8/V8EventListenerList.cpp \
120 bindings/v8/V8GCController.cpp \
121 bindings/v8/V8GCForContextDispose.cpp \
122 bindings/v8/V8Helpers.cpp \
123 bindings/v8/V8HiddenPropertyName.cpp \
124 bindings/v8/IsolatedWorld.cpp \
125 bindings/v8/V8LazyEventListener.cpp \
126 bindings/v8/V8NPObject.cpp \
127 bindings/v8/V8NPUtils.cpp \
128 bindings/v8/V8NodeFilterCondition.cpp \
129 bindings/v8/V8Proxy.cpp \
130 bindings/v8/V8Utilities.cpp \
131 bindings/v8/V8WindowErrorHandler.cpp \
132 bindings/v8/V8WorkerContextEventListener.cpp \
133 bindings/v8/WorkerContextExecutionProxy.cpp \
134 bindings/v8/WorkerScriptDebugServer.cpp \
135 bindings/v8/WorkerScriptController.cpp \
137 bindings/v8/V8DOMWindowShell.cpp \
138 bindings/v8/DOMWrapperWorld.cpp \
140 bindings/v8/npruntime.cpp \
142 bindings/v8/custom/V8CSSRuleCustom.cpp \
143 bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
144 bindings/v8/custom/V8CSSStyleSheetCustom.cpp \
145 bindings/v8/custom/V8CSSValueCustom.cpp \
146 bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
147 bindings/v8/custom/V8CanvasPixelArrayCustom.cpp \
148 bindings/v8/custom/V8ClipboardCustom.cpp \
149 bindings/v8/custom/V8CoordinatesCustom.cpp \
150 bindings/v8/custom/V8ImageDataCustom.cpp \
151 bindings/v8/custom/V8InjectedScriptHostCustom.cpp \
152 bindings/v8/custom/V8InjectedScriptManager.cpp \
153 bindings/v8/custom/V8InspectorFrontendHostCustom.cpp \
154 bindings/v8/custom/V8DOMSettableTokenListCustom.cpp \
155 bindings/v8/custom/V8DOMStringMapCustom.cpp \
156 bindings/v8/custom/V8DOMTokenListCustom.cpp
159 bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp \
160 bindings/v8/custom/V8CustomVoidCallback.cpp \
161 bindings/v8/custom/V8DOMFormDataCustom.cpp \
162 bindings/v8/custom/V8DOMWindowCustom.cpp \
163 bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp \
164 bindings/v8/custom/V8DocumentCustom.cpp \
165 bindings/v8/custom/V8DocumentLocationCustom.cpp \
166 bindings/v8/custom/V8ElementCustom.cpp \
167 bindings/v8/custom/V8EventCustom.cpp \
168 bindings/v8/custom/V8EventSourceConstructor.cpp \
169 bindings/v8/custom/V8FileReaderCustom.cpp \
170 bindings/v8/custom/V8HTMLAllCollectionCustom.cpp
172 contains(DEFINES, ENABLE_VIDEO=1) {
174 bindings/v8/custom/V8HTMLAudioElementConstructor.cpp
178 bindings/v8/custom/V8HTMLCanvasElementCustom.cpp \
179 bindings/v8/custom/V8HTMLCollectionCustom.cpp \
180 bindings/v8/custom/V8HTMLDocumentCustom.cpp \
181 bindings/v8/custom/V8HTMLElementCustom.cpp \
182 bindings/v8/custom/V8HTMLFormElementCustom.cpp \
183 bindings/v8/custom/V8HTMLFrameElementCustom.cpp \
184 bindings/v8/custom/V8HTMLFrameSetElementCustom.cpp \
185 bindings/v8/custom/V8HTMLImageElementConstructor.cpp \
186 bindings/v8/custom/V8HTMLInputElementCustom.cpp \
187 bindings/v8/custom/V8HTMLOptionElementConstructor.cpp \
188 bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp \
189 bindings/v8/custom/V8HTMLOutputElementCustom.cpp \
190 bindings/v8/custom/V8HTMLPlugInElementCustom.cpp \
191 bindings/v8/custom/V8HTMLSelectElementCustom.cpp \
192 bindings/v8/custom/V8LocationCustom.cpp \
193 bindings/v8/custom/V8MessageChannelConstructor.cpp \
194 bindings/v8/custom/V8MessagePortCustom.cpp \
195 bindings/v8/custom/V8MessageEventCustom.cpp \
196 bindings/v8/custom/V8NamedNodeMapCustom.cpp \
197 bindings/v8/custom/V8NamedNodesCollection.cpp \
198 bindings/v8/custom/V8NodeCustom.cpp \
199 bindings/v8/custom/V8NodeListCustom.cpp \
200 bindings/v8/custom/V8PerformanceCustom.cpp \
201 bindings/v8/custom/V8SQLResultSetRowListCustom.cpp \
202 bindings/v8/custom/V8SQLTransactionCustom.cpp \
203 bindings/v8/custom/V8WebSocketCustom.cpp \
205 bindings/v8/custom/V8SharedWorkerCustom.cpp \
206 bindings/v8/custom/V8StorageCustom.cpp \
207 bindings/v8/custom/V8StyleSheetCustom.cpp \
208 bindings/v8/custom/V8StyleSheetListCustom.cpp \
209 bindings/v8/custom/V8WebKitAnimationCustom.cpp \
210 bindings/v8/custom/V8WebKitCSSMatrixConstructor.cpp \
211 bindings/v8/custom/V8WebKitPointConstructor.cpp \
212 bindings/v8/custom/V8WorkerContextCustom.cpp \
213 bindings/v8/custom/V8WorkerCustom.cpp \
214 bindings/v8/custom/V8XMLHttpRequestConstructor.cpp \
215 bindings/v8/custom/V8XMLHttpRequestCustom.cpp \
217 bindings/v8/custom/V8SVGDocumentCustom.cpp \
218 bindings/v8/custom/V8SVGElementCustom.cpp \
219 bindings/v8/custom/V8SVGLengthCustom.cpp \
220 bindings/v8/custom/V8SVGPathSegCustom.cpp \
222 bindings/v8/specialization/V8BindingState.cpp\
224 bindings/v8/custom/V8NotificationCenterCustom.cpp \
225 bindings/v8/custom/V8ConsoleCustom.cpp \
226 bindings/v8/custom/V8SQLTransactionSyncCustom.cpp \
227 bindings/v8/V8WorkerContextErrorHandler.cpp \
228 testing/v8/WebCoreTestSupport.cpp
231 bindings/ScriptControllerBase.cpp \
232 bindings/js/CallbackFunction.cpp \
233 bindings/js/DOMObjectHashTableMap.cpp \
234 bindings/js/DOMWrapperWorld.cpp \
235 bindings/js/GCController.cpp \
236 bindings/js/JSArrayBufferCustom.cpp \
237 bindings/js/JSAttrCustom.cpp \
238 bindings/js/JSCDATASectionCustom.cpp \
239 bindings/js/JSCSSFontFaceRuleCustom.cpp \
240 bindings/js/JSCSSImportRuleCustom.cpp \
241 bindings/js/JSCSSMediaRuleCustom.cpp \
242 bindings/js/JSCSSPageRuleCustom.cpp \
243 bindings/js/JSCSSRuleCustom.cpp \
244 bindings/js/JSCSSRuleListCustom.cpp \
245 bindings/js/JSCSSStyleDeclarationCustom.cpp \
246 bindings/js/JSCSSStyleRuleCustom.cpp \
247 bindings/js/JSCSSValueCustom.cpp \
248 bindings/js/JSCallbackData.cpp \
249 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
250 bindings/js/JSCanvasRenderingContextCustom.cpp \
251 bindings/js/JSClipboardCustom.cpp \
252 bindings/js/JSConsoleCustom.cpp \
253 bindings/js/JSCoordinatesCustom.cpp \
254 bindings/js/JSCustomVoidCallback.cpp \
255 bindings/js/JSCustomXPathNSResolver.cpp \
256 bindings/js/JSDOMBinding.cpp \
257 bindings/js/JSDOMFormDataCustom.cpp \
258 bindings/js/JSDOMGlobalObject.cpp \
259 bindings/js/JSDOMImplementationCustom.cpp \
260 bindings/js/JSDOMMimeTypeArrayCustom.cpp \
261 bindings/js/JSDOMPluginArrayCustom.cpp \
262 bindings/js/JSDOMPluginCustom.cpp \
263 bindings/js/JSDOMStringMapCustom.cpp \
264 bindings/js/JSDOMTokenListCustom.cpp \
265 bindings/js/JSDOMWindowBase.cpp \
266 bindings/js/JSDOMWindowCustom.cpp \
267 bindings/js/JSDOMWindowShell.cpp \
268 bindings/js/JSDOMWrapper.cpp \
269 bindings/js/JSDataViewCustom.cpp \
270 bindings/js/JSDesktopNotificationsCustom.cpp \
271 bindings/js/JSDeviceMotionEventCustom.cpp \
272 bindings/js/JSDeviceOrientationEventCustom.cpp \
273 bindings/js/JSDocumentCustom.cpp \
274 bindings/js/JSElementCustom.cpp \
275 bindings/js/JSErrorHandler.cpp \
276 bindings/js/JSEventCustom.cpp \
277 bindings/js/JSEventListener.cpp \
278 bindings/js/JSEventSourceCustom.cpp \
279 bindings/js/JSEventTarget.cpp \
280 bindings/js/JSExceptionBase.cpp \
281 bindings/js/JSFileReaderCustom.cpp \
282 bindings/js/JSFloat32ArrayCustom.cpp \
283 bindings/js/JSFloat64ArrayCustom.cpp \
284 bindings/js/JSGeolocationCustom.cpp \
285 bindings/js/JSHTMLAllCollectionCustom.cpp \
286 bindings/js/JSHTMLAppletElementCustom.cpp \
287 bindings/js/JSHTMLCanvasElementCustom.cpp \
288 bindings/js/JSHTMLCollectionCustom.cpp \
289 bindings/js/JSHTMLDocumentCustom.cpp \
290 bindings/js/JSHTMLElementCustom.cpp \
291 bindings/js/JSHTMLEmbedElementCustom.cpp \
292 bindings/js/JSHTMLFormElementCustom.cpp \
293 bindings/js/JSHTMLFrameElementCustom.cpp \
294 bindings/js/JSHTMLFrameSetElementCustom.cpp \
295 bindings/js/JSHTMLInputElementCustom.cpp \
296 bindings/js/JSHTMLLinkElementCustom.cpp \
297 bindings/js/JSHTMLObjectElementCustom.cpp \
298 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
299 bindings/js/JSHTMLOutputElementCustom.cpp \
300 bindings/js/JSHTMLSelectElementCustom.cpp \
301 bindings/js/JSHTMLStyleElementCustom.cpp \
302 bindings/js/JSHistoryCustom.cpp \
303 bindings/js/JSImageConstructor.cpp \
304 bindings/js/JSImageDataCustom.cpp \
305 bindings/js/JSInjectedScriptHostCustom.cpp \
306 bindings/js/JSInjectedScriptManager.cpp \
307 bindings/js/JSInspectorFrontendHostCustom.cpp \
308 bindings/js/JSInt16ArrayCustom.cpp \
309 bindings/js/JSInt32ArrayCustom.cpp \
310 bindings/js/JSInt8ArrayCustom.cpp \
311 bindings/js/JSLazyEventListener.cpp \
312 bindings/js/JSLocationCustom.cpp \
313 bindings/js/JSMainThreadExecState.cpp \
314 bindings/js/JSMediaListCustom.cpp \
315 bindings/js/JSMemoryInfoCustom.cpp \
316 bindings/js/JSMessageChannelCustom.cpp \
317 bindings/js/JSMessageEventCustom.cpp \
318 bindings/js/JSMessagePortCustom.cpp \
319 bindings/js/JSMessagePortCustom.h \
320 bindings/js/JSNamedNodeMapCustom.cpp \
321 bindings/js/JSNavigatorCustom.cpp \
322 bindings/js/JSNodeCustom.cpp \
323 bindings/js/JSNodeFilterCondition.cpp \
324 bindings/js/JSNodeFilterCustom.cpp \
325 bindings/js/JSNodeIteratorCustom.cpp \
326 bindings/js/JSNodeListCustom.cpp \
327 bindings/js/JSOptionConstructor.cpp \
328 bindings/js/JSPluginElementFunctions.cpp \
329 bindings/js/JSProcessingInstructionCustom.cpp \
330 bindings/js/JSScriptProfileNodeCustom.cpp \
331 bindings/js/JSStyleSheetCustom.cpp \
332 bindings/js/JSStyleSheetListCustom.cpp \
333 bindings/js/JSTextCustom.cpp \
334 bindings/js/JSTouchCustom.cpp \
335 bindings/js/JSTouchListCustom.cpp \
336 bindings/js/JSTreeWalkerCustom.cpp \
337 bindings/js/JSUint16ArrayCustom.cpp \
338 bindings/js/JSUint32ArrayCustom.cpp \
339 bindings/js/JSUint8ArrayCustom.cpp \
340 bindings/js/JSWebKitAnimationCustom.cpp \
341 bindings/js/JSWebKitAnimationListCustom.cpp \
342 bindings/js/JSWebKitCSSKeyframeRuleCustom.cpp \
343 bindings/js/JSWebKitCSSKeyframesRuleCustom.cpp \
344 bindings/js/JSWebKitCSSMatrixCustom.cpp \
345 bindings/js/JSWebKitPointCustom.cpp \
346 bindings/js/JSXMLHttpRequestCustom.cpp \
347 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
348 bindings/js/JSXPathResultCustom.cpp \
349 bindings/js/PageScriptDebugServer.cpp \
350 bindings/js/ScheduledAction.cpp \
351 bindings/js/ScriptCachedFrameData.cpp \
352 bindings/js/ScriptCallStackFactory.cpp \
353 bindings/js/ScriptController.cpp \
354 bindings/js/ScriptControllerQt.cpp \
355 bindings/js/ScriptDebugServer.cpp \
356 bindings/js/ScriptEventListener.cpp \
357 bindings/js/ScriptFunctionCall.cpp \
358 bindings/js/ScriptGCEvent.cpp \
359 bindings/js/ScriptObject.cpp \
360 bindings/js/ScriptProfile.cpp \
361 bindings/js/ScriptState.cpp \
362 bindings/js/ScriptValue.cpp \
363 bindings/js/SerializedScriptValue.cpp \
364 bridge/IdentifierRep.cpp \
365 bridge/NP_jsobject.cpp \
366 bridge/c/CRuntimeObject.cpp \
367 bridge/c/c_class.cpp \
368 bridge/c/c_instance.cpp \
369 bridge/c/c_runtime.cpp \
370 bridge/c/c_utility.cpp \
371 bridge/jsc/BridgeJSC.cpp \
372 bridge/npruntime.cpp \
373 bridge/qt/qt_class.cpp \
374 bridge/qt/qt_instance.cpp \
375 bridge/qt/qt_pixmapruntime.cpp \
376 bridge/qt/qt_runtime.cpp \
377 bridge/runtime_array.cpp \
378 bridge/runtime_method.cpp \
379 bridge/runtime_object.cpp \
380 bridge/runtime_root.cpp \
381 testing/js/WebCoreTestSupport.cpp
385 css/CSSBorderImageValue.cpp \
386 css/CSSCanvasValue.cpp \
387 css/CSSCharsetRule.cpp \
388 css/CSSComputedStyleDeclaration.cpp \
389 css/CSSCursorImageValue.cpp \
390 css/CSSFlexValue.cpp \
391 css/CSSFontFace.cpp \
392 css/CSSFontFaceRule.cpp \
393 css/CSSFontFaceSrcValue.cpp \
394 css/CSSFontSelector.cpp \
395 css/CSSFontFaceSource.cpp \
396 css/CSSFunctionValue.cpp \
397 css/CSSGradientValue.cpp \
398 css/CSSImageValue.cpp \
399 css/CSSImageGeneratorValue.cpp \
400 css/CSSImportRule.cpp \
401 css/CSSInheritedValue.cpp \
402 css/CSSInitialValue.cpp \
403 css/CSSLineBoxContainValue.cpp \
404 css/CSSMediaRule.cpp \
405 css/CSSMutableStyleDeclaration.cpp \
407 css/CSSPageRule.cpp \
409 css/CSSParserValues.cpp \
410 css/CSSPrimitiveValue.cpp \
411 css/CSSPrimitiveValueCache.cpp \
412 css/CSSProperty.cpp \
413 css/CSSPropertyLonghand.cpp \
414 css/CSSPropertySourceData.cpp \
415 css/CSSReflectValue.cpp \
417 css/CSSRuleList.cpp \
418 css/CSSSelector.cpp \
419 css/CSSSelectorList.cpp \
420 css/CSSSegmentedFontFace.cpp \
421 css/CSSStyleApplyProperty.cpp \
422 css/CSSStyleDeclaration.cpp \
423 css/CSSStyleRule.cpp \
424 css/CSSStyleSelector.cpp \
425 css/CSSStyleSheet.cpp \
426 css/CSSTimingFunctionValue.cpp \
427 css/CSSUnicodeRangeValue.cpp \
428 css/CSSValueList.cpp \
429 css/FontFamilyValue.cpp \
431 css/MediaFeatureNames.cpp \
434 css/MediaQueryEvaluator.cpp \
435 css/MediaQueryExp.cpp \
436 css/MediaQueryList.cpp \
437 css/MediaQueryListListener.cpp \
438 css/MediaQueryMatcher.cpp \
440 css/ShadowValue.cpp \
445 css/StyleSheetList.cpp \
446 css/WebKitCSSKeyframeRule.cpp \
447 css/WebKitCSSKeyframesRule.cpp \
448 css/WebKitCSSMatrix.cpp \
449 css/WebKitCSSTransformValue.cpp \
450 dom/ActiveDOMObject.cpp \
453 dom/BeforeProcessEvent.cpp \
454 dom/BeforeTextInsertedEvent.cpp \
455 dom/BeforeUnloadEvent.cpp \
456 dom/CDATASection.cpp \
457 dom/CharacterData.cpp \
458 dom/CheckedRadioButtons.cpp \
459 dom/ChildNodeList.cpp \
460 dom/ClassNodeList.cpp \
462 dom/ClientRectList.cpp \
464 dom/ClipboardEvent.cpp \
466 dom/CompositionEvent.cpp \
467 dom/ContainerNode.cpp \
468 dom/CSSMappedAttributeDeclaration.cpp \
469 dom/CustomEvent.cpp \
470 dom/DecodedDataDocumentParser.cpp \
471 dom/DeviceMotionController.cpp \
472 dom/DeviceMotionData.cpp \
473 dom/DeviceMotionEvent.cpp \
474 dom/DeviceOrientation.cpp \
475 dom/DeviceOrientationController.cpp \
476 dom/DeviceOrientationEvent.cpp \
478 dom/DocumentFragment.cpp \
479 dom/DocumentMarkerController.cpp \
480 dom/DocumentOrderedMap.cpp \
481 dom/DocumentParser.cpp \
482 dom/DocumentType.cpp \
483 dom/DOMImplementation.cpp \
484 dom/DOMStringList.cpp \
485 dom/DOMStringMap.cpp \
486 dom/DatasetDOMStringMap.cpp \
487 dom/DynamicNodeList.cpp \
488 dom/EditingText.cpp \
490 dom/EntityReference.cpp \
493 dom/EventContext.cpp \
494 dom/EventDispatcher.cpp \
496 dom/EventTarget.cpp \
498 dom/ExceptionBase.cpp \
499 dom/ExceptionCode.cpp \
500 dom/ExceptionCodePlaceholder.cpp \
502 dom/KeyboardEvent.cpp \
503 dom/MessageChannel.cpp \
504 dom/MessageEvent.cpp \
505 dom/MessagePort.cpp \
506 dom/MessagePortChannel.cpp \
508 dom/MouseRelatedEvent.cpp \
509 dom/MutationEvent.cpp \
510 dom/NamedNodeMap.cpp \
511 dom/NameNodeList.cpp \
513 dom/NodeFilterCondition.cpp \
515 dom/NodeIterator.cpp \
516 dom/NodeRenderingContext.cpp \
518 dom/OptionGroupElement.cpp \
519 dom/OptionElement.cpp \
520 dom/StaticHashSetNodeList.cpp \
521 dom/OverflowEvent.cpp \
522 dom/PageTransitionEvent.cpp \
523 dom/PendingScript.cpp \
524 dom/PopStateEvent.cpp \
526 dom/PositionIterator.cpp \
527 dom/ProcessingInstruction.cpp \
528 dom/ProgressEvent.cpp \
529 dom/QualifiedName.cpp \
531 dom/RawDataDocumentParser.h \
532 dom/RegisteredEventListener.cpp \
533 dom/ScopedEventQueue.cpp \
534 dom/ScriptableDocumentParser.cpp \
535 dom/ScriptElement.cpp \
536 dom/ScriptExecutionContext.cpp \
537 dom/ScriptRunner.cpp \
538 dom/SelectElement.cpp \
539 dom/SelectorNodeList.cpp \
540 dom/ShadowContentElement.cpp \
541 dom/ShadowInclusionSelector.cpp \
543 dom/SpaceSplitString.cpp \
544 dom/StaticNodeList.cpp \
545 dom/StyledElement.cpp \
546 dom/StyleElement.cpp \
547 dom/TagNodeList.cpp \
557 dom/UIEventWithKeyState.cpp \
558 dom/UserGestureIndicator.cpp \
559 dom/UserTypingGestureIndicator.cpp \
560 dom/ViewportArguments.cpp \
561 dom/WebKitAnimationEvent.cpp \
562 dom/WebKitTransitionEvent.cpp \
564 dom/WindowEventContext.cpp \
565 dom/default/PlatformMessagePortChannel.cpp \
566 editing/AppendNodeCommand.cpp \
567 editing/ApplyBlockElementCommand.cpp \
568 editing/ApplyStyleCommand.cpp \
569 editing/BreakBlockquoteCommand.cpp \
570 editing/CompositeEditCommand.cpp \
571 editing/CreateLinkCommand.cpp \
572 editing/DeleteButtonController.cpp \
573 editing/DeleteButton.cpp \
574 editing/DeleteFromTextNodeCommand.cpp \
575 editing/DeleteSelectionCommand.cpp \
576 editing/EditCommand.cpp \
577 editing/EditingStyle.cpp \
579 editing/EditorCommand.cpp \
580 editing/FormatBlockCommand.cpp \
581 editing/FrameSelection.cpp \
582 editing/htmlediting.cpp \
583 editing/HTMLInterchange.cpp \
584 editing/IndentOutdentCommand.cpp \
585 editing/InsertIntoTextNodeCommand.cpp \
586 editing/InsertLineBreakCommand.cpp \
587 editing/InsertListCommand.cpp \
588 editing/InsertNodeBeforeCommand.cpp \
589 editing/InsertParagraphSeparatorCommand.cpp \
590 editing/InsertTextCommand.cpp \
592 editing/MarkupAccumulator.cpp \
593 editing/MergeIdenticalElementsCommand.cpp \
594 editing/ModifySelectionListLevel.cpp \
595 editing/MoveSelectionCommand.cpp \
596 editing/RemoveCSSPropertyCommand.cpp \
597 editing/RemoveFormatCommand.cpp \
598 editing/RemoveNodeCommand.cpp \
599 editing/RemoveNodePreservingChildrenCommand.cpp \
600 editing/ReplaceNodeWithSpanCommand.cpp \
601 editing/ReplaceSelectionCommand.cpp \
602 editing/SetNodeAttributeCommand.cpp \
603 editing/SmartReplaceICU.cpp \
604 editing/SpellChecker.cpp \
605 editing/SpellingCorrectionController.cpp \
606 editing/SplitElementCommand.cpp \
607 editing/SplitTextNodeCommand.cpp \
608 editing/SplitTextNodeContainingElementCommand.cpp \
609 editing/TextCheckingHelper.cpp \
610 editing/TextIterator.cpp \
611 editing/TypingCommand.cpp \
612 editing/UnlinkCommand.cpp \
613 editing/VisiblePosition.cpp \
614 editing/VisibleSelection.cpp \
615 editing/visible_units.cpp \
616 editing/WrapContentsInDummySpanCommand.cpp \
618 fileapi/BlobURL.cpp \
620 fileapi/FileList.cpp \
621 fileapi/FileReader.cpp \
622 fileapi/FileReaderLoader.cpp \
623 fileapi/FileReaderSync.cpp \
624 fileapi/FileStreamProxy.cpp \
625 fileapi/FileThread.cpp \
626 fileapi/ThreadableBlobRegistry.cpp \
627 fileapi/WebKitBlobBuilder.cpp \
628 history/BackForwardController.cpp \
629 history/BackForwardListImpl.cpp \
630 history/CachedFrame.cpp \
631 history/CachedPage.cpp \
632 history/HistoryItem.cpp \
633 history/qt/HistoryItemQt.cpp \
634 history/PageCache.cpp \
635 html/BaseButtonInputType.cpp \
636 html/BaseCheckableInputType.cpp \
637 html/BaseDateAndTimeInputType.cpp \
638 html/BaseTextInputType.cpp \
639 html/ButtonInputType.cpp \
640 html/CheckboxInputType.cpp \
642 html/CollectionCache.cpp \
643 html/ColorInputType.cpp \
644 html/DOMFormData.cpp \
645 html/DOMSettableTokenList.cpp \
646 html/DOMTokenList.cpp \
648 html/DateInputType.cpp \
649 html/DateTimeInputType.cpp \
650 html/DateTimeLocalInputType.cpp \
651 html/EmailInputType.cpp \
652 html/FTPDirectoryDocument.cpp \
653 html/FileInputType.cpp \
654 html/FormAssociatedElement.cpp \
655 html/FormDataList.cpp \
656 html/HTMLAllCollection.cpp \
657 html/HTMLAnchorElement.cpp \
658 html/HTMLAppletElement.cpp \
659 html/HTMLAreaElement.cpp \
660 html/HTMLBRElement.cpp \
661 html/HTMLBaseElement.cpp \
662 html/HTMLBaseFontElement.cpp \
663 html/HTMLBlockquoteElement.cpp \
664 html/HTMLBodyElement.cpp \
665 html/HTMLButtonElement.cpp \
666 html/HTMLCanvasElement.cpp \
667 html/HTMLCollection.cpp \
668 html/HTMLDListElement.cpp \
669 html/HTMLDataListElement.cpp \
670 html/HTMLDirectoryElement.cpp \
671 html/HTMLDetailsElement.cpp \
672 html/HTMLDivElement.cpp \
673 html/HTMLDocument.cpp \
674 html/HTMLElement.cpp \
675 html/HTMLEmbedElement.cpp \
676 html/HTMLFieldSetElement.cpp \
677 html/HTMLFontElement.cpp \
678 html/HTMLFormCollection.cpp \
679 html/HTMLFormControlElement.cpp \
680 html/HTMLFormElement.cpp \
681 html/HTMLFrameElement.cpp \
682 html/HTMLFrameElementBase.cpp \
683 html/HTMLFrameOwnerElement.cpp \
684 html/HTMLFrameSetElement.cpp \
685 html/HTMLHRElement.cpp \
686 html/HTMLHeadElement.cpp \
687 html/HTMLHeadingElement.cpp \
688 html/HTMLHtmlElement.cpp \
689 html/HTMLIFrameElement.cpp \
690 html/HTMLImageElement.cpp \
691 html/HTMLImageLoader.cpp \
692 html/HTMLInputElement.cpp \
693 html/HTMLIsIndexElement.cpp \
694 html/HTMLKeygenElement.cpp \
695 html/HTMLLIElement.cpp \
696 html/HTMLLabelElement.cpp \
697 html/HTMLLegendElement.cpp \
698 html/HTMLLinkElement.cpp \
699 html/HTMLMapElement.cpp \
700 html/HTMLMarqueeElement.cpp \
701 html/HTMLMenuElement.cpp \
702 html/HTMLMetaElement.cpp \
703 html/HTMLMeterElement.cpp \
704 html/HTMLModElement.cpp \
705 html/HTMLNameCollection.cpp \
706 html/HTMLOListElement.cpp \
707 html/HTMLObjectElement.cpp \
708 html/HTMLOptGroupElement.cpp \
709 html/HTMLOptionElement.cpp \
710 html/HTMLOptionsCollection.cpp \
711 html/HTMLOutputElement.cpp \
712 html/HTMLParagraphElement.cpp \
713 html/HTMLParamElement.cpp \
714 html/HTMLParserErrorCodes.cpp \
715 html/HTMLPlugInElement.cpp \
716 html/HTMLPlugInImageElement.cpp \
717 html/HTMLPreElement.cpp \
718 html/HTMLProgressElement.cpp \
719 html/HTMLQuoteElement.cpp \
720 html/HTMLScriptElement.cpp \
721 html/HTMLSelectElement.cpp \
722 html/HTMLStyleElement.cpp \
723 html/HTMLSummaryElement.cpp \
724 html/HTMLTableCaptionElement.cpp \
725 html/HTMLTableCellElement.cpp \
726 html/HTMLTableColElement.cpp \
727 html/HTMLTableElement.cpp \
728 html/HTMLTablePartElement.cpp \
729 html/HTMLTableRowElement.cpp \
730 html/HTMLTableRowsCollection.cpp \
731 html/HTMLTableSectionElement.cpp \
732 html/HTMLTextAreaElement.cpp \
733 html/HTMLTextFormControlElement.cpp \
734 html/HTMLTitleElement.cpp \
735 html/HTMLUListElement.cpp \
736 html/HTMLViewSourceDocument.cpp \
737 html/HiddenInputType.cpp \
739 html/ImageDocument.cpp \
740 html/ImageInputType.cpp \
742 html/IsIndexInputType.cpp \
743 html/LabelsNodeList.cpp \
744 html/LinkRelAttribute.cpp \
745 html/MediaDocument.cpp \
746 html/MonthInputType.cpp \
747 html/NumberInputType.cpp \
748 html/PasswordInputType.cpp \
749 html/PluginDocument.cpp \
750 html/RadioInputType.cpp \
751 html/RangeInputType.cpp \
752 html/ResetInputType.cpp \
753 html/SearchInputType.cpp \
755 html/SubmitInputType.cpp \
756 html/TelephoneInputType.cpp \
757 html/TextDocument.cpp \
758 html/TextFieldInputType.cpp \
759 html/TextInputType.cpp \
760 html/TimeInputType.cpp \
761 html/URLInputType.cpp \
762 html/ValidationMessage.cpp \
763 html/ValidityState.cpp \
764 html/WeekInputType.cpp \
765 html/canvas/ArrayBuffer.cpp \
766 html/canvas/ArrayBufferView.cpp \
767 html/canvas/CanvasGradient.cpp \
768 html/canvas/CanvasPattern.cpp \
769 html/canvas/CanvasPixelArray.cpp \
770 html/canvas/CanvasRenderingContext.cpp \
771 html/canvas/CanvasRenderingContext2D.cpp \
772 html/canvas/CanvasStyle.cpp \
773 html/canvas/DataView.cpp \
774 html/canvas/Float32Array.cpp \
775 html/canvas/Float64Array.cpp \
776 html/canvas/Int16Array.cpp \
777 html/canvas/Int32Array.cpp \
778 html/canvas/Int8Array.cpp \
779 html/canvas/Uint16Array.cpp \
780 html/canvas/Uint32Array.cpp \
781 html/canvas/Uint8Array.cpp \
782 html/parser/CSSPreloadScanner.cpp \
783 html/parser/HTMLConstructionSite.cpp \
784 html/parser/HTMLDocumentParser.cpp \
785 html/parser/HTMLElementStack.cpp \
786 html/parser/HTMLEntityParser.cpp \
787 html/parser/HTMLEntitySearch.cpp \
788 html/parser/HTMLFormattingElementList.cpp \
789 html/parser/HTMLMetaCharsetParser.cpp \
790 html/parser/HTMLParserIdioms.cpp \
791 html/parser/HTMLParserScheduler.cpp \
792 html/parser/HTMLPreloadScanner.cpp \
793 html/parser/HTMLScriptRunner.cpp \
794 html/parser/HTMLSourceTracker.cpp \
795 html/parser/HTMLTokenizer.cpp \
796 html/parser/HTMLTreeBuilder.cpp \
797 html/parser/HTMLViewSourceParser.cpp \
798 html/parser/TextDocumentParser.cpp \
799 html/parser/TextViewSourceParser.cpp \
800 html/parser/XSSAuditor.cpp \
801 html/shadow/DetailsMarkerControl.cpp \
802 html/shadow/MediaControls.cpp \
803 html/shadow/MediaControlRootElement.cpp \
804 html/shadow/MeterShadowElement.cpp \
805 html/shadow/ProgressShadowElement.cpp \
806 html/shadow/SliderThumbElement.cpp \
807 html/shadow/TextControlInnerElements.cpp \
808 inspector/ConsoleMessage.cpp \
809 inspector/DOMNodeHighlighter.cpp \
810 inspector/EventsCollector.cpp \
811 inspector/IdentifiersFactory.cpp \
812 inspector/InjectedScript.cpp \
813 inspector/InjectedScriptHost.cpp \
814 inspector/InjectedScriptManager.cpp \
815 inspector/InspectorAgent.cpp \
816 inspector/InspectorApplicationCacheAgent.cpp \
817 inspector/InspectorCSSAgent.cpp \
818 inspector/InspectorClient.cpp \
819 inspector/InspectorConsoleAgent.cpp \
820 inspector/InspectorController.cpp \
821 inspector/InspectorDatabaseAgent.cpp \
822 inspector/InspectorDatabaseResource.cpp \
823 inspector/InspectorDebuggerAgent.cpp \
824 inspector/InspectorDOMAgent.cpp \
825 inspector/InspectorDOMDebuggerAgent.cpp \
826 inspector/InspectorDOMStorageAgent.cpp \
827 inspector/InspectorDOMStorageResource.cpp \
828 inspector/InspectorFrontendClientLocal.cpp \
829 inspector/InspectorFrontendHost.cpp \
830 inspector/InspectorFrontendProxy.cpp \
831 inspector/InspectorInstrumentation.cpp \
832 inspector/InspectorPageAgent.cpp \
833 inspector/InspectorProfilerAgent.cpp \
834 inspector/InspectorResourceAgent.cpp \
835 inspector/InspectorRuntimeAgent.cpp \
836 inspector/InspectorState.cpp \
837 inspector/InspectorStyleSheet.cpp \
838 inspector/InspectorStyleTextEditor.cpp \
839 inspector/InspectorTimelineAgent.cpp \
840 inspector/InspectorValues.cpp \
841 inspector/InspectorWorkerAgent.cpp \
842 inspector/NetworkResourcesData.cpp \
843 inspector/PageDebuggerAgent.cpp \
844 inspector/ScriptArguments.cpp \
845 inspector/ScriptCallFrame.cpp \
846 inspector/ScriptCallStack.cpp \
847 inspector/TimelineRecordFactory.cpp \
848 inspector/WorkerDebuggerAgent.cpp \
849 inspector/WorkerInspectorController.cpp \
850 loader/archive/ArchiveResource.cpp \
851 loader/archive/ArchiveResourceCollection.cpp \
852 loader/cache/MemoryCache.cpp \
853 loader/cache/CachedCSSStyleSheet.cpp \
854 loader/cache/CachedFont.cpp \
855 loader/cache/CachedImage.cpp \
856 loader/cache/CachedResourceClientWalker.cpp \
857 loader/cache/CachedResourceHandle.cpp \
858 loader/cache/CachedResourceRequest.cpp \
859 loader/cache/CachedResource.cpp \
860 loader/cache/CachedScript.cpp \
861 loader/cache/CachedXSLStyleSheet.cpp \
862 loader/CrossOriginAccessControl.cpp \
863 loader/CrossOriginPreflightResultCache.cpp \
864 loader/cache/CachedResourceLoader.cpp \
865 loader/DocumentLoader.cpp \
866 loader/DocumentThreadableLoader.cpp \
867 loader/DocumentWriter.cpp \
868 loader/FormState.cpp \
869 loader/FormSubmission.cpp \
870 loader/FrameLoader.cpp \
871 loader/FrameLoaderStateMachine.cpp \
872 loader/HistoryController.cpp \
873 loader/FTPDirectoryParser.cpp \
874 loader/icon/IconController.cpp \
875 loader/icon/IconDatabaseBase.cpp \
876 loader/icon/IconLoader.cpp \
877 loader/ImageLoader.cpp \
878 loader/LinkLoader.cpp \
879 loader/MainResourceLoader.cpp \
880 loader/NavigationAction.cpp \
881 loader/NetscapePlugInStreamLoader.cpp \
882 loader/PingLoader.cpp \
883 loader/PlaceholderDocument.cpp \
884 loader/PolicyCallback.cpp \
885 loader/PolicyChecker.cpp \
886 loader/ProgressTracker.cpp \
887 loader/NavigationScheduler.cpp \
888 loader/ResourceLoader.cpp \
889 loader/ResourceLoadNotifier.cpp \
890 loader/ResourceLoadScheduler.cpp \
891 loader/SinkDocument.cpp \
892 loader/SubframeLoader.cpp \
893 loader/SubresourceLoader.cpp \
894 loader/TextResourceDecoder.cpp \
895 loader/ThreadableLoader.cpp \
896 notifications/Notification.cpp \
897 notifications/NotificationCenter.cpp \
898 page/animation/AnimationBase.cpp \
899 page/animation/AnimationController.cpp \
900 page/animation/CompositeAnimation.cpp \
901 page/animation/ImplicitAnimation.cpp \
902 page/animation/KeyframeAnimation.cpp \
903 page/WebKitAnimation.cpp \
904 page/WebKitAnimationList.cpp \
908 page/ContentSecurityPolicy.cpp \
909 page/ContextMenuController.cpp \
911 page/DOMSelection.cpp \
914 page/DragController.cpp \
915 page/EventHandler.cpp \
916 page/EventSource.cpp \
917 page/FocusController.cpp \
919 page/FrameActionScheduler.cpp \
922 page/Geolocation.cpp \
923 page/GeolocationController.cpp \
924 page/GeolocationPositionCache.cpp \
925 page/GroupSettings.cpp \
928 page/MemoryInfo.cpp \
929 page/MouseEventWithHitTestResults.cpp \
931 page/NavigatorBase.cpp \
932 page/OriginAccessEntry.cpp \
935 page/PageGroupLoadDeferrer.cpp \
936 page/PageSerializer.cpp \
937 page/PageVisibilityState.cpp \
938 page/Performance.cpp \
939 page/PerformanceNavigation.cpp \
940 page/PerformanceTiming.cpp \
941 page/PluginHalter.cpp \
942 page/PrintContext.cpp \
944 page/SecurityOrigin.cpp \
946 page/SpatialNavigation.cpp \
947 page/SuspendableTimer.cpp \
948 page/UserContentURLPattern.cpp \
949 page/WindowFeatures.cpp \
950 plugins/PluginData.cpp \
951 plugins/DOMPluginArray.cpp \
952 plugins/DOMPlugin.cpp \
953 plugins/PluginMainThreadScheduler.cpp \
954 plugins/DOMMimeType.cpp \
955 plugins/DOMMimeTypeArray.cpp \
956 platform/animation/Animation.cpp \
957 platform/animation/AnimationList.cpp \
959 platform/text/Base64.cpp \
960 platform/text/BidiContext.cpp \
961 platform/text/Hyphenation.cpp \
962 platform/text/LocalizedDateNone.cpp \
963 platform/text/LocalizedNumberNone.cpp \
964 platform/text/QuotedPrintable.cpp \
965 platform/ContentType.cpp \
966 platform/CrossThreadCopier.cpp \
967 platform/DateComponents.cpp \
968 platform/DefaultLocalizationStrategy.cpp \
969 platform/DragData.cpp \
970 platform/DragImage.cpp \
971 platform/FileChooser.cpp \
972 platform/FileIconLoader.cpp \
973 platform/FileStream.cpp \
974 platform/FileSystem.cpp \
975 platform/GeolocationService.cpp \
976 platform/image-decoders/qt/ImageFrameQt.cpp \
977 platform/graphics/FontDescription.cpp \
978 platform/graphics/FontFallbackList.cpp \
979 platform/graphics/FontFamily.cpp \
980 platform/graphics/BitmapImage.cpp \
981 platform/graphics/Color.cpp \
982 platform/graphics/FloatPoint3D.cpp \
983 platform/graphics/FloatPoint.cpp \
984 platform/graphics/FloatQuad.cpp \
985 platform/graphics/FloatRect.cpp \
986 platform/graphics/FloatSize.cpp \
987 platform/graphics/FontData.cpp \
988 platform/graphics/Font.cpp \
989 platform/graphics/FontCache.cpp \
990 platform/graphics/GeneratedImage.cpp \
991 platform/graphics/Gradient.cpp \
992 platform/graphics/GraphicsContext.cpp \
993 platform/graphics/GraphicsLayer.cpp \
994 platform/graphics/GraphicsTypes.cpp \
995 platform/graphics/Image.cpp \
996 platform/graphics/ImageBuffer.cpp \
997 platform/graphics/ImageSource.cpp \
998 platform/graphics/IntRect.cpp \
999 platform/graphics/Path.cpp \
1000 platform/graphics/PathTraversalState.cpp \
1001 platform/graphics/Pattern.cpp \
1002 platform/graphics/RoundedRect.cpp \
1003 platform/graphics/SegmentedFontData.cpp \
1004 platform/graphics/ShadowBlur.cpp \
1005 platform/graphics/SVGGlyph.cpp \
1006 platform/graphics/SimpleFontData.cpp \
1007 platform/graphics/StringTruncator.cpp \
1008 platform/graphics/TextRun.cpp \
1009 platform/graphics/TiledBackingStore.cpp \
1010 platform/graphics/transforms/AffineTransform.cpp \
1011 platform/graphics/transforms/TransformationMatrix.cpp \
1012 platform/graphics/transforms/MatrixTransformOperation.cpp \
1013 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1014 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1015 platform/graphics/transforms/RotateTransformOperation.cpp \
1016 platform/graphics/transforms/ScaleTransformOperation.cpp \
1017 platform/graphics/transforms/SkewTransformOperation.cpp \
1018 platform/graphics/transforms/TransformOperations.cpp \
1019 platform/graphics/transforms/TransformState.cpp \
1020 platform/graphics/transforms/TranslateTransformOperation.cpp \
1021 platform/KillRingNone.cpp \
1023 platform/Language.cpp \
1024 platform/Length.cpp \
1025 platform/text/LineEnding.cpp \
1026 platform/leveldb/LevelDBDatabase.cpp \
1027 platform/leveldb/LevelDBTransaction.cpp \
1028 platform/leveldb/LevelDBWriteBatch.cpp \
1029 platform/LinkHash.cpp \
1030 platform/Logging.cpp \
1031 platform/MemoryPressureHandler.cpp \
1032 platform/MIMETypeRegistry.cpp \
1033 platform/mock/DeviceOrientationClientMock.cpp \
1034 platform/mock/GeolocationClientMock.cpp \
1035 platform/mock/GeolocationServiceMock.cpp \
1036 platform/mock/SpeechInputClientMock.cpp \
1037 platform/network/AuthenticationChallengeBase.cpp \
1038 platform/network/BlobData.cpp \
1039 platform/network/BlobRegistryImpl.cpp \
1040 platform/network/BlobResourceHandle.cpp \
1041 platform/network/Credential.cpp \
1042 platform/network/FormData.cpp \
1043 platform/network/FormDataBuilder.cpp \
1044 platform/network/HTTPHeaderMap.cpp \
1045 platform/network/HTTPParsers.cpp \
1046 platform/network/MIMEHeader.cpp \
1047 platform/network/NetworkStateNotifier.cpp \
1048 platform/network/ProtectionSpace.cpp \
1049 platform/network/ProxyServer.cpp \
1050 platform/network/ResourceErrorBase.cpp \
1051 platform/network/ResourceHandle.cpp \
1052 platform/network/ResourceRequestBase.cpp \
1053 platform/network/ResourceResponseBase.cpp \
1054 platform/text/RegularExpression.cpp \
1055 platform/RuntimeApplicationChecks.cpp \
1056 platform/SchemeRegistry.cpp \
1057 platform/ScrollableArea.cpp \
1058 platform/ScrollAnimator.cpp \
1059 platform/Scrollbar.cpp \
1060 platform/ScrollbarThemeComposite.cpp \
1061 platform/ScrollView.cpp \
1062 platform/text/SegmentedString.cpp \
1063 platform/SharedBuffer.cpp \
1064 platform/SharedBufferChunkReader.cpp \
1065 platform/text/String.cpp \
1066 platform/text/TextBoundaries.cpp \
1067 platform/text/TextCodec.cpp \
1068 platform/text/TextCodecLatin1.cpp \
1069 platform/text/TextCodecUserDefined.cpp \
1070 platform/text/TextCodecUTF16.cpp \
1071 platform/text/TextCodecUTF8.cpp \
1072 platform/text/TextCodecICU.cpp \
1073 platform/text/TextEncoding.cpp \
1074 platform/text/TextEncodingDetectorNone.cpp \
1075 platform/text/TextEncodingRegistry.cpp \
1076 platform/text/TextStream.cpp \
1077 platform/ThreadGlobalData.cpp \
1078 platform/ThreadTimers.cpp \
1079 platform/Timer.cpp \
1080 platform/text/UnicodeRange.cpp \
1081 platform/text/transcoder/FontTranscoder.cpp \
1083 platform/Widget.cpp \
1084 platform/PlatformStrategies.cpp \
1085 platform/LocalizedStrings.cpp \
1086 plugins/IFrameShimSupport.cpp \
1087 plugins/PluginDatabase.cpp \
1088 plugins/PluginDebug.cpp \
1089 plugins/PluginPackage.cpp \
1090 plugins/PluginStream.cpp \
1091 plugins/PluginView.cpp \
1092 rendering/AutoTableLayout.cpp \
1093 rendering/break_lines.cpp \
1094 rendering/BidiRun.cpp \
1095 rendering/CounterNode.cpp \
1096 rendering/EllipsisBox.cpp \
1097 rendering/FixedTableLayout.cpp \
1098 rendering/HitTestingTransformState.cpp \
1099 rendering/HitTestResult.cpp \
1100 rendering/InlineBox.cpp \
1101 rendering/InlineFlowBox.cpp \
1102 rendering/InlineTextBox.cpp \
1103 rendering/LayoutState.cpp \
1104 rendering/RenderApplet.cpp \
1105 rendering/RenderArena.cpp \
1106 rendering/RenderBlock.cpp \
1107 rendering/RenderBlockLineLayout.cpp \
1108 rendering/RenderBox.cpp \
1109 rendering/RenderBoxModelObject.cpp \
1110 rendering/RenderBR.cpp \
1111 rendering/RenderButton.cpp \
1112 rendering/RenderCombineText.cpp \
1113 rendering/RenderCounter.cpp \
1114 rendering/RenderDeprecatedFlexibleBox.cpp \
1115 rendering/RenderDetails.cpp \
1116 rendering/RenderDetailsMarker.cpp \
1117 rendering/RenderEmbeddedObject.cpp \
1118 rendering/RenderFieldset.cpp \
1119 rendering/RenderFileUploadControl.cpp \
1120 rendering/RenderFlexibleBox.cpp \
1121 rendering/RenderFrame.cpp \
1122 rendering/RenderFrameBase.cpp \
1123 rendering/RenderFrameSet.cpp \
1124 rendering/RenderHTMLCanvas.cpp \
1125 rendering/RenderIFrame.cpp \
1126 rendering/RenderImage.cpp \
1127 rendering/RenderImageResource.cpp \
1128 rendering/RenderImageResourceStyleImage.cpp \
1129 rendering/RenderInline.cpp \
1130 rendering/RenderLayer.cpp \
1131 rendering/RenderLayerBacking.cpp \
1132 rendering/RenderLayerCompositor.cpp \
1133 rendering/RenderLineBoxList.cpp \
1134 rendering/RenderListBox.cpp \
1135 rendering/RenderListItem.cpp \
1136 rendering/RenderListMarker.cpp \
1137 rendering/RenderMarquee.cpp \
1138 rendering/RenderMenuList.cpp \
1139 rendering/RenderMeter.cpp \
1140 rendering/RenderObject.cpp \
1141 rendering/RenderObjectChildList.cpp \
1142 rendering/RenderPart.cpp \
1143 rendering/RenderProgress.cpp \
1144 rendering/RenderQuote.cpp \
1145 rendering/RenderReplaced.cpp \
1146 rendering/RenderReplica.cpp \
1147 rendering/RenderRuby.cpp \
1148 rendering/RenderRubyBase.cpp \
1149 rendering/RenderRubyRun.cpp \
1150 rendering/RenderRubyText.cpp \
1151 rendering/RenderScrollbar.cpp \
1152 rendering/RenderScrollbarPart.cpp \
1153 rendering/RenderScrollbarTheme.cpp \
1154 rendering/RenderSlider.cpp \
1155 rendering/RenderSummary.cpp \
1156 rendering/RenderTable.cpp \
1157 rendering/RenderTableCell.cpp \
1158 rendering/RenderTableCol.cpp \
1159 rendering/RenderTableRow.cpp \
1160 rendering/RenderTableSection.cpp \
1161 rendering/RenderText.cpp \
1162 rendering/RenderTextControl.cpp \
1163 rendering/RenderTextControlMultiLine.cpp \
1164 rendering/RenderTextControlSingleLine.cpp \
1165 rendering/RenderTextFragment.cpp \
1166 rendering/RenderTheme.cpp \
1167 rendering/RenderTreeAsText.cpp \
1168 rendering/RenderView.cpp \
1169 rendering/RenderWidget.cpp \
1170 rendering/RenderWordBreak.cpp \
1171 rendering/RootInlineBox.cpp \
1172 rendering/ScrollBehavior.cpp \
1173 rendering/style/ContentData.cpp \
1174 rendering/style/CounterDirectives.cpp \
1175 rendering/style/FillLayer.cpp \
1176 rendering/style/KeyframeList.cpp \
1177 rendering/style/NinePieceImage.cpp \
1178 rendering/style/QuotesData.cpp \
1179 rendering/style/RenderStyle.cpp \
1180 rendering/style/ShadowData.cpp \
1181 rendering/style/StyleBackgroundData.cpp \
1182 rendering/style/StyleBoxData.cpp \
1183 rendering/style/StyleCachedImage.cpp \
1184 rendering/style/StyleDeprecatedFlexibleBoxData.cpp \
1185 rendering/style/StyleFlexibleBoxData.cpp \
1186 rendering/style/StyleGeneratedImage.cpp \
1187 rendering/style/StyleInheritedData.cpp \
1188 rendering/style/StyleMarqueeData.cpp \
1189 rendering/style/StyleMultiColData.cpp \
1190 rendering/style/StyleRareInheritedData.cpp \
1191 rendering/style/StyleRareNonInheritedData.cpp \
1192 rendering/style/StyleSurroundData.cpp \
1193 rendering/style/StyleTransformData.cpp \
1194 rendering/style/StyleVisualData.cpp \
1195 testing/Internals.cpp \
1197 xml/XMLHttpRequest.cpp \
1198 xml/XMLHttpRequestProgressEventThrottle.cpp \
1199 xml/XMLHttpRequestUpload.cpp \
1201 xml/XMLSerializer.cpp \
1202 xml/parser/NewXMLDocumentParser.cpp \
1203 xml/parser/XMLCharacterReferenceParser.cpp \
1204 xml/parser/XMLDocumentParser.cpp \
1205 xml/parser/XMLTokenizer.cpp
1208 accessibility/AccessibilityARIAGridCell.h \
1209 accessibility/AccessibilityARIAGrid.h \
1210 accessibility/AccessibilityARIAGridRow.h \
1211 accessibility/AccessibilityImageMapLink.h \
1212 accessibility/AccessibilityListBox.h \
1213 accessibility/AccessibilityListBoxOption.h \
1214 accessibility/AccessibilityList.h \
1215 accessibility/AccessibilityMediaControls.h \
1216 accessibility/AccessibilityObject.h \
1217 accessibility/AccessibilityProgressIndicator.h \
1218 accessibility/AccessibilityRenderObject.h \
1219 accessibility/AccessibilityScrollbar.h \
1220 accessibility/AccessibilityScrollView.h \
1221 accessibility/AccessibilitySlider.h \
1222 accessibility/AccessibilityTableCell.h \
1223 accessibility/AccessibilityTableColumn.h \
1224 accessibility/AccessibilityTable.h \
1225 accessibility/AccessibilityTableHeaderContainer.h \
1226 accessibility/AccessibilityTableRow.h \
1227 accessibility/AXObjectCache.h \
1228 bindings/ScriptControllerBase.h \
1229 bindings/generic/ActiveDOMCallback.h \
1230 bindings/generic/RuntimeEnabledFeatures.h
1234 bindings/v8/custom/V8CustomVoidCallback.h \
1235 bindings/v8/custom/V8CustomXPathNSResolver.h \
1236 bindings/v8/custom/V8HTMLAudioElementConstructor.h \
1237 bindings/v8/custom/V8HTMLImageElementConstructor.h \
1238 bindings/v8/custom/V8HTMLOptionElementConstructor.h \
1239 bindings/v8/custom/V8HTMLSelectElementCustom.h \
1240 bindings/v8/custom/V8MessagePortCustom.h \
1241 bindings/v8/custom/V8NamedNodesCollection.h \
1243 bindings/v8/DateExtension.h \
1244 bindings/v8/DOMData.h \
1245 bindings/v8/DOMDataStore.h \
1246 bindings/v8/DOMWrapperWorld.h \
1247 bindings/v8/IsolatedWorld.h \
1248 bindings/v8/npruntime_impl.h \
1249 bindings/v8/npruntime_internal.h \
1250 bindings/v8/npruntime_priv.h \
1251 bindings/v8/NPV8Object.h \
1252 bindings/v8/OwnHandle.h \
1253 bindings/v8/PageScriptDebugServer.h \
1254 bindings/v8/RetainedDOMInfo.h \
1255 bindings/v8/RetainedObjectInfo.h \
1256 bindings/v8/ScheduledAction.h \
1257 bindings/v8/ScopedDOMDataStore.h \
1258 bindings/v8/ScriptCachedFrameData.h \
1259 bindings/v8/ScriptController.h \
1260 bindings/v8/ScriptEventListener.h \
1261 bindings/v8/ScriptFunctionCall.h \
1262 bindings/v8/ScriptInstance.h \
1263 bindings/v8/ScriptObject.h \
1264 bindings/v8/ScriptProfile.h \
1265 bindings/v8/ScriptProfiler.h \
1266 bindings/v8/ScriptScope.h \
1267 bindings/v8/ScriptSourceCode.h \
1268 bindings/v8/ScriptState.h \
1269 bindings/v8/ScriptValue.h \
1270 bindings/v8/ScriptWrappable.h \
1271 bindings/v8/SerializedScriptValue.h \
1272 bindings/v8/SharedPersistent.h \
1273 bindings/v8/StaticDOMDataStore.h \
1274 bindings/v8/V8AbstractEventListener.h \
1275 bindings/v8/V8Binding.h \
1276 bindings/v8/V8Collection.h \
1277 bindings/v8/V8DOMMap.h \
1278 bindings/v8/V8DOMWindowShell.h \
1279 bindings/v8/V8DOMWrapper.h \
1280 bindings/v8/V8EventListener.h \
1281 bindings/v8/V8EventListenerList.h \
1282 bindings/v8/V8GCController.h \
1283 bindings/v8/V8Helpers.h \
1284 bindings/v8/V8HiddenPropertyName.h \
1285 bindings/v8/V8IsolatedContext.h \
1286 bindings/v8/V8LazyEventListener.h \
1287 bindings/v8/V8NodeFilterCondition.h \
1288 bindings/v8/V8NPObject.h \
1289 bindings/v8/V8NPUtils.h \
1290 bindings/v8/V8Proxy.h \
1291 bindings/v8/V8Utilities.h \
1292 bindings/v8/V8WindowErrorHandler.h \
1293 bindings/v8/V8WorkerContextEventListener.h \
1294 bindings/v8/WorkerContextExecutionProxy.h \
1295 bindings/v8/WorkerScriptDebugServer.h \
1296 bindings/v8/WorkerScriptController.h \
1297 bindings/v8/WorldContextHandle.h
1300 bindings/js/CachedScriptSourceProvider.h \
1301 bindings/js/CallbackFunction.h \
1302 bindings/js/GCController.h \
1303 bindings/js/DOMObjectHashTableMap.h \
1304 bindings/js/DOMWrapperWorld.h \
1305 bindings/js/JSArrayBufferViewHelper.h \
1306 bindings/js/JSAudioConstructor.h \
1307 bindings/js/JSCSSStyleDeclarationCustom.h \
1308 bindings/js/JSCallbackData.h \
1309 bindings/js/JSCustomVoidCallback.h \
1310 bindings/js/JSCustomXPathNSResolver.h \
1311 bindings/js/JSDOMBinding.h \
1312 bindings/js/JSDOMGlobalObject.h \
1313 bindings/js/JSDOMStringMapCustom.h \
1314 bindings/js/JSDOMWindowBase.h \
1315 bindings/js/JSDOMWindowCustom.h \
1316 bindings/js/JSDOMWindowShell.h \
1317 bindings/js/JSDOMWrapper.h \
1318 bindings/js/JSErrorHandler.h \
1319 bindings/js/JSEventListener.h \
1320 bindings/js/JSEventTarget.h \
1321 bindings/js/JSHTMLAppletElementCustom.h \
1322 bindings/js/JSHTMLEmbedElementCustom.h \
1323 bindings/js/JSHTMLInputElementCustom.h \
1324 bindings/js/JSHTMLObjectElementCustom.h \
1325 bindings/js/JSHTMLSelectElementCustom.h \
1326 bindings/js/JSHistoryCustom.h \
1327 bindings/js/JSImageConstructor.h \
1328 bindings/js/JSLazyEventListener.h \
1329 bindings/js/JSLocationCustom.h \
1330 bindings/js/JSNodeCustom.h \
1331 bindings/js/JSNodeFilterCondition.h \
1332 bindings/js/JSOptionConstructor.h \
1333 bindings/js/JSPluginElementFunctions.h \
1334 bindings/js/JSStorageCustom.h \
1335 bindings/js/JSWorkerContextBase.h \
1336 bindings/js/JavaScriptCallFrame.h \
1337 bindings/js/PageScriptDebugServer.h \
1338 bindings/js/ScheduledAction.h \
1339 bindings/js/ScriptCachedFrameData.h \
1340 bindings/js/ScriptController.h \
1341 bindings/js/ScriptDebugServer.h \
1342 bindings/js/ScriptEventListener.h \
1343 bindings/js/ScriptFunctionCall.h \
1344 bindings/js/ScriptGCEvent.h \
1345 bindings/js/ScriptHeapSnapshot.h \
1346 bindings/js/ScriptObject.h \
1347 bindings/js/ScriptProfile.h \
1348 bindings/js/ScriptProfileNode.h \
1349 bindings/js/ScriptProfiler.h \
1350 bindings/js/ScriptSourceCode.h \
1351 bindings/js/ScriptSourceProvider.h \
1352 bindings/js/ScriptState.h \
1353 bindings/js/ScriptValue.h \
1354 bindings/js/ScriptWrappable.h \
1355 bindings/js/SerializedScriptValue.h \
1356 bindings/js/StringSourceProvider.h \
1357 bindings/js/WebCoreJSClientData.h \
1358 bindings/js/WorkerScriptController.h \
1359 bindings/js/WorkerScriptDebugServer.h \
1361 bridge/c/CRuntimeObject.h \
1362 bridge/c/c_class.h \
1363 bridge/c/c_instance.h \
1364 bridge/c/c_runtime.h \
1365 bridge/c/c_utility.h \
1366 bridge/jsc/BridgeJSC.h \
1367 bridge/IdentifierRep.h \
1368 bridge/NP_jsobject.h \
1369 bridge/npruntime.h \
1370 bridge/qt/qt_class.h \
1371 bridge/qt/qt_instance.h \
1372 bridge/qt/qt_runtime.h \
1373 bridge/qt/qt_pixmapruntime.h \
1374 bridge/runtime_array.h \
1375 bridge/runtime_method.h \
1376 bridge/runtime_object.h \
1377 bridge/runtime_root.h
1381 css/CSSBorderImageValue.h \
1382 css/CSSCanvasValue.h \
1383 css/CSSCharsetRule.h \
1384 css/CSSComputedStyleDeclaration.h \
1385 css/CSSCursorImageValue.h \
1386 css/CSSFlexValue.h \
1388 css/CSSFontFaceRule.h \
1389 css/CSSFontFaceSource.h \
1390 css/CSSFontFaceSrcValue.h \
1391 css/CSSFontSelector.h \
1392 css/CSSFunctionValue.h \
1393 css/CSSGradientValue.h \
1395 css/CSSImageGeneratorValue.h \
1396 css/CSSImageValue.h \
1397 css/CSSImportRule.h \
1398 css/CSSInheritedValue.h \
1399 css/CSSInitialValue.h \
1400 css/CSSMediaRule.h \
1401 css/CSSMutableStyleDeclaration.h \
1405 css/CSSParserValues.h \
1406 css/CSSPrimitiveValue.h \
1407 css/CSSPrimitiveValueCache.h \
1409 css/CSSPropertyLonghand.h \
1410 css/CSSReflectValue.h \
1413 css/CSSSegmentedFontFace.h \
1415 css/CSSSelectorList.h \
1416 css/CSSStyleApplyProperty.h \
1417 css/CSSStyleDeclaration.h \
1418 css/CSSStyleRule.h \
1419 css/CSSStyleSelector.h \
1420 css/CSSStyleSheet.h \
1421 css/CSSTimingFunctionValue.h \
1422 css/CSSUnicodeRangeValue.h \
1423 css/CSSValueList.h \
1424 css/FontFamilyValue.h \
1426 css/MediaFeatureNames.h \
1429 css/MediaQueryEvaluator.h \
1430 css/MediaQueryExp.h \
1431 css/MediaQueryList.h \
1432 css/MediaQueryListListener.h \
1433 css/MediaQueryMatcher.h \
1440 css/StyleSheetList.h \
1441 css/WebKitCSSKeyframeRule.h \
1442 css/WebKitCSSKeyframesRule.h \
1443 css/WebKitCSSMatrix.h \
1444 css/WebKitCSSTransformValue.h \
1445 dom/ActiveDOMObject.h \
1448 dom/BeforeTextInsertedEvent.h \
1449 dom/BeforeUnloadEvent.h \
1450 dom/CDATASection.h \
1451 dom/CharacterData.h \
1452 dom/CheckedRadioButtons.h \
1453 dom/ChildNodeList.h \
1454 dom/ClassNodeList.h \
1456 dom/ClientRectList.h \
1457 dom/ClipboardEvent.h \
1460 dom/ContainerNode.h \
1461 dom/CSSMappedAttributeDeclaration.h \
1463 dom/default/PlatformMessagePortChannel.h \
1464 dom/DeviceMotionClient.h \
1465 dom/DeviceMotionController.h \
1466 dom/DeviceMotionData.h \
1467 dom/DeviceMotionEvent.h \
1468 dom/DeviceOrientation.h \
1469 dom/DeviceOrientationClient.h \
1470 dom/DeviceOrientationController.h \
1471 dom/DeviceOrientationEvent.h \
1473 dom/DocumentFragment.h \
1474 dom/DocumentMarker.h \
1475 dom/DocumentMarkerController.h \
1476 dom/DocumentOrderedMap.h \
1477 dom/DocumentType.h \
1478 dom/DOMImplementation.h \
1479 dom/DOMStringList.h \
1480 dom/DOMStringMap.h \
1481 dom/DOMTimeStamp.h \
1482 dom/DatasetDOMStringMap.h \
1483 dom/DynamicNodeList.h \
1487 dom/EntityReference.h \
1491 dom/ExceptionBase.h \
1492 dom/ExceptionCode.h \
1493 dom/FragmentScriptingPermission.h \
1494 dom/KeyboardEvent.h \
1495 dom/MessageChannel.h \
1496 dom/MessageEvent.h \
1497 dom/MessagePortChannel.h \
1500 dom/MouseRelatedEvent.h \
1501 dom/MutationEvent.h \
1502 dom/NamedNodeMap.h \
1503 dom/NameNodeList.h \
1504 dom/NodeFilterCondition.h \
1507 dom/NodeIterator.h \
1508 dom/NodeRenderingContext.h \
1510 dom/OptionElement.h \
1511 dom/OptionGroupElement.h \
1512 dom/StaticHashSetNodeList.h \
1513 dom/OverflowEvent.h \
1514 dom/PageTransitionEvent.h \
1516 dom/PositionIterator.h \
1517 dom/ProcessingInstruction.h \
1518 dom/ProgressEvent.h \
1519 dom/QualifiedName.h \
1521 dom/RegisteredEventListener.h \
1522 dom/RenderedDocumentMarker.h \
1523 dom/ScriptElement.h \
1524 dom/ScriptExecutionContext.h \
1525 dom/SelectElement.h \
1526 dom/SelectorNodeList.h \
1527 dom/ShadowContentElement.h \
1528 dom/ShadowInclusionSelector.h \
1530 dom/SpaceSplitString.h \
1531 dom/StaticNodeList.h \
1532 dom/StyledElement.h \
1533 dom/StyleElement.h \
1536 dom/TextEventInputType.h \
1541 dom/TransformSource.h \
1543 dom/TreeDepthLimit.h \
1547 dom/UIEventWithKeyState.h \
1548 dom/UserGestureIndicator.h \
1549 dom/ViewportArguments.h \
1550 dom/WebKitAnimationEvent.h \
1551 dom/WebKitTransitionEvent.h \
1553 editing/AppendNodeCommand.h \
1554 editing/ApplyBlockElementCommand.h \
1555 editing/ApplyStyleCommand.h \
1556 editing/BreakBlockquoteCommand.h \
1557 editing/CompositeEditCommand.h \
1558 editing/CreateLinkCommand.h \
1559 editing/DeleteButtonController.h \
1560 editing/DeleteButton.h \
1561 editing/DeleteFromTextNodeCommand.h \
1562 editing/DeleteSelectionCommand.h \
1563 editing/EditCommand.h \
1564 editing/EditingStyle.h \
1565 editing/EditingBehavior.h \
1566 editing/EditingBoundary.h \
1568 editing/FindOptions.h \
1569 editing/FormatBlockCommand.h \
1570 editing/FrameSelection.h \
1571 editing/htmlediting.h \
1572 editing/HTMLInterchange.h \
1573 editing/IndentOutdentCommand.h \
1574 editing/InsertIntoTextNodeCommand.h \
1575 editing/InsertLineBreakCommand.h \
1576 editing/InsertListCommand.h \
1577 editing/InsertNodeBeforeCommand.h \
1578 editing/InsertParagraphSeparatorCommand.h \
1579 editing/InsertTextCommand.h \
1581 editing/MergeIdenticalElementsCommand.h \
1582 editing/ModifySelectionListLevel.h \
1583 editing/MoveSelectionCommand.h \
1584 editing/RemoveCSSPropertyCommand.h \
1585 editing/RemoveFormatCommand.h \
1586 editing/RemoveNodeCommand.h \
1587 editing/RemoveNodePreservingChildrenCommand.h \
1588 editing/ReplaceNodeWithSpanCommand.h \
1589 editing/ReplaceSelectionCommand.h \
1590 editing/SetNodeAttributeCommand.h \
1591 editing/SmartReplace.h \
1592 editing/SpellingCorrectionController.h \
1593 editing/SplitElementCommand.h \
1594 editing/SplitTextNodeCommand.h \
1595 editing/SplitTextNodeContainingElementCommand.h \
1596 editing/TextIterator.h \
1597 editing/TypingCommand.h \
1598 editing/UnlinkCommand.h \
1599 editing/VisiblePosition.h \
1600 editing/VisibleSelection.h \
1601 editing/visible_units.h \
1602 editing/WrapContentsInDummySpanCommand.h \
1606 fileapi/FileError.h \
1607 fileapi/FileException.h \
1608 fileapi/FileList.h \
1609 fileapi/FileReader.h \
1610 fileapi/FileReaderLoader.h \
1611 fileapi/FileReaderLoaderClient.h \
1612 fileapi/FileReaderSync.h \
1613 fileapi/FileStreamProxy.h \
1614 fileapi/FileThread.h \
1615 fileapi/FileThreadTask.h \
1616 fileapi/OperationNotAllowedException.h \
1617 fileapi/WebKitBlobBuilder.h \
1618 history/BackForwardController.h \
1619 history/BackForwardListImpl.h \
1620 history/BackForwardList.h \
1621 history/CachedFrame.h \
1622 history/CachedPage.h \
1623 history/HistoryItem.h \
1624 history/PageCache.h \
1625 html/canvas/ArrayBuffer.h \
1626 html/canvas/ArrayBufferView.h \
1627 html/canvas/CanvasGradient.h \
1628 html/canvas/CanvasPattern.h \
1629 html/canvas/CanvasPixelArray.h \
1630 html/canvas/CanvasRenderingContext.h \
1631 html/canvas/CanvasRenderingContext2D.h \
1632 html/canvas/CanvasStyle.h \
1633 html/canvas/DataView.h \
1634 html/canvas/Float32Array.h \
1635 html/canvas/Float64Array.h \
1636 html/canvas/Int16Array.h \
1637 html/canvas/Int32Array.h \
1638 html/canvas/Int8Array.h \
1639 html/canvas/Uint16Array.h \
1640 html/canvas/Uint32Array.h \
1641 html/canvas/Uint8Array.h \
1643 html/CollectionCache.h \
1645 html/DOMFormData.h \
1646 html/DOMSettableTokenList.h \
1647 html/DOMTokenList.h \
1649 html/FormAssociatedElement.h \
1650 html/FormDataList.h \
1651 html/FTPDirectoryDocument.h \
1652 html/HTMLAllCollection.h \
1653 html/HTMLAnchorElement.h \
1654 html/HTMLAppletElement.h \
1655 html/HTMLAreaElement.h \
1656 html/HTMLAudioElement.h \
1657 html/HTMLBaseElement.h \
1658 html/HTMLBaseFontElement.h \
1659 html/HTMLBlockquoteElement.h \
1660 html/HTMLBodyElement.h \
1661 html/HTMLBRElement.h \
1662 html/HTMLButtonElement.h \
1663 html/HTMLCanvasElement.h \
1664 html/HTMLCollection.h \
1665 html/HTMLDirectoryElement.h \
1666 html/HTMLDetailsElement.h \
1667 html/HTMLDivElement.h \
1668 html/HTMLDListElement.h \
1669 html/HTMLDocument.h \
1670 html/HTMLElement.h \
1671 html/HTMLEmbedElement.h \
1672 html/HTMLFieldSetElement.h \
1673 html/HTMLFontElement.h \
1674 html/HTMLFormCollection.h \
1675 html/HTMLFormControlElement.h \
1676 html/HTMLFormElement.h \
1677 html/HTMLFrameElementBase.h \
1678 html/HTMLFrameElement.h \
1679 html/HTMLFrameOwnerElement.h \
1680 html/HTMLFrameSetElement.h \
1681 html/HTMLHeadElement.h \
1682 html/HTMLHeadingElement.h \
1683 html/HTMLHRElement.h \
1684 html/HTMLHtmlElement.h \
1685 html/HTMLIFrameElement.h \
1686 html/HTMLImageElement.h \
1687 html/HTMLImageLoader.h \
1688 html/HTMLInputElement.h \
1689 html/HTMLIsIndexElement.h \
1690 html/HTMLKeygenElement.h \
1691 html/HTMLLabelElement.h \
1692 html/HTMLLegendElement.h \
1693 html/HTMLLIElement.h \
1694 html/HTMLLinkElement.h \
1695 html/HTMLMapElement.h \
1696 html/HTMLMarqueeElement.h \
1697 html/HTMLMediaElement.h \
1698 html/HTMLMenuElement.h \
1699 html/HTMLMetaElement.h \
1700 html/HTMLMeterElement.h \
1701 html/HTMLModElement.h \
1702 html/HTMLNameCollection.h \
1703 html/HTMLNoScriptElement.h \
1704 html/HTMLObjectElement.h \
1705 html/HTMLOListElement.h \
1706 html/HTMLOptGroupElement.h \
1707 html/HTMLOptionElement.h \
1708 html/HTMLOptionsCollection.h \
1709 html/HTMLOutputElement.h \
1710 html/HTMLParagraphElement.h \
1711 html/HTMLParamElement.h \
1712 html/HTMLParserErrorCodes.h \
1713 html/HTMLPlugInElement.h \
1714 html/HTMLPlugInImageElement.h \
1715 html/HTMLPreElement.h \
1716 html/HTMLProgressElement.h \
1717 html/HTMLQuoteElement.h \
1718 html/HTMLScriptElement.h \
1719 html/HTMLSelectElement.h \
1720 html/HTMLSourceElement.h \
1721 html/HTMLStyleElement.h \
1722 html/HTMLSummaryElement.h \
1723 html/HTMLTableCaptionElement.h \
1724 html/HTMLTableCellElement.h \
1725 html/HTMLTableColElement.h \
1726 html/HTMLTableElement.h \
1727 html/HTMLTablePartElement.h \
1728 html/HTMLTableRowElement.h \
1729 html/HTMLTableRowsCollection.h \
1730 html/HTMLTableSectionElement.h \
1731 html/HTMLTextAreaElement.h \
1732 html/HTMLTextFormControlElement.h \
1733 html/HTMLTitleElement.h \
1734 html/HTMLTrackElement.h \
1735 html/HTMLUListElement.h \
1736 html/HTMLVideoElement.h \
1737 html/HTMLViewSourceDocument.h \
1739 html/ImageDocument.h \
1740 html/LabelsNodeList.h \
1741 html/LinkRelAttribute.h \
1742 html/LoadableTextTrack.h \
1743 html/MediaDocument.h \
1744 html/MutableTextTrack.h \
1745 html/PluginDocument.h \
1747 html/TextDocument.h \
1749 html/TextTrackCue.h \
1750 html/TextTrackCueList.h \
1752 html/ValidityState.h \
1753 html/parser/CSSPreloadScanner.h \
1754 html/parser/HTMLConstructionSite.h \
1755 html/parser/HTMLDocumentParser.h \
1756 html/parser/HTMLElementStack.h \
1757 html/parser/HTMLEntityParser.h \
1758 html/parser/HTMLEntitySearch.h \
1759 html/parser/HTMLEntityTable.h \
1760 html/parser/HTMLFormattingElementList.h \
1761 html/parser/HTMLParserScheduler.h \
1762 html/parser/HTMLPreloadScanner.h \
1763 html/parser/HTMLScriptRunner.h \
1764 html/parser/HTMLScriptRunnerHost.h \
1765 html/parser/HTMLToken.h \
1766 html/parser/HTMLTokenizer.h \
1767 html/parser/HTMLTreeBuilder.h \
1768 html/parser/HTMLViewSourceParser.h \
1769 html/parser/XSSAuditor.h \
1770 html/shadow/MediaControlElements.h \
1771 html/shadow/DetailsMarkerControl.h \
1772 inspector/ConsoleMessage.h \
1773 inspector/DOMNodeHighlighter.h \
1774 inspector/EventsCollector.h \
1775 inspector/IdentifiersFactory.h \
1776 inspector/InjectedScript.h \
1777 inspector/InjectedScriptHost.h \
1778 inspector/InjectedScriptManager.h \
1779 inspector/InspectorAgent.h \
1780 inspector/InspectorApplicationCacheAgent.h \
1781 inspector/InspectorConsoleAgent.h \
1782 inspector/InspectorConsoleInstrumentation.h \
1783 inspector/InspectorController.h \
1784 inspector/InspectorCSSAgent.h \
1785 inspector/InspectorDatabaseAgent.h \
1786 inspector/InspectorDatabaseInstrumentation.h \
1787 inspector/InspectorDatabaseResource.h \
1788 inspector/InspectorDebuggerAgent.h \
1789 inspector/InspectorDOMDebuggerAgent.h \
1790 inspector/InspectorDOMStorageAgent.h \
1791 inspector/InspectorDOMStorageResource.h \
1792 inspector/InspectorFrontendChannel.h \
1793 inspector/InspectorFrontendClient.h \
1794 inspector/InspectorFrontendClientLocal.h \
1795 inspector/InspectorFrontendHost.h \
1796 inspector/InspectorFrontendProxy.h \
1797 inspector/InspectorInstrumentation.h \
1798 inspector/InspectorPageAgent.h \
1799 inspector/InspectorProfilerAgent.h \
1800 inspector/InspectorResourceAgent.h \
1801 inspector/InspectorRuntimeAgent.h \
1802 inspector/InspectorState.h \
1803 inspector/InspectorStyleSheet.h \
1804 inspector/InspectorStyleTextEditor.h \
1805 inspector/InspectorTimelineAgent.h \
1806 inspector/InspectorWorkerAgent.h \
1807 inspector/InstrumentingAgents.h \
1808 inspector/NetworkResourcesData.h \
1809 inspector/PageDebuggerAgent.h \
1810 inspector/ScriptGCEventListener.h \
1811 inspector/TimelineRecordFactory.h \
1812 inspector/WorkerDebuggerAgent.h \
1813 loader/appcache/ApplicationCacheGroup.h \
1814 loader/appcache/ApplicationCacheHost.h \
1815 loader/appcache/ApplicationCache.h \
1816 loader/appcache/ApplicationCacheResource.h \
1817 loader/appcache/ApplicationCacheStorage.h \
1818 loader/appcache/DOMApplicationCache.h \
1819 loader/appcache/ManifestParser.h \
1820 loader/archive/ArchiveResourceCollection.h \
1821 loader/archive/ArchiveResource.h \
1822 loader/cache/CachedCSSStyleSheet.h \
1823 loader/cache/CachedFont.h \
1824 loader/cache/CachedImage.h \
1825 loader/cache/CachedResourceClientWalker.h \
1826 loader/cache/CachedResource.h \
1827 loader/cache/CachedResourceHandle.h \
1828 loader/cache/CachedResourceRequest.h \
1829 loader/cache/CachedScript.h \
1830 loader/cache/CachedXSLStyleSheet.h \
1831 loader/cache/MemoryCache.h \
1832 loader/CrossOriginAccessControl.h \
1833 loader/CrossOriginPreflightResultCache.h \
1834 loader/CueLoader.h \
1835 loader/cache/CachedResourceLoader.h \
1836 loader/DocumentLoader.h \
1837 loader/DocumentThreadableLoader.h \
1838 loader/FormState.h \
1839 loader/FrameLoader.h \
1840 loader/FrameLoaderStateMachine.h \
1841 loader/FTPDirectoryParser.h \
1842 loader/icon/IconController.h \
1843 loader/icon/IconDatabase.h \
1844 loader/icon/IconDatabaseBase.h \
1845 loader/icon/IconLoader.h \
1846 loader/icon/IconRecord.h \
1847 loader/icon/PageURLRecord.h \
1848 loader/ImageLoader.h \
1849 loader/LinkLoader.h \
1850 loader/LinkLoaderClient.h \
1851 loader/MainResourceLoader.h \
1852 loader/NavigationAction.h \
1853 loader/NetscapePlugInStreamLoader.h \
1854 loader/PlaceholderDocument.h \
1855 loader/ProgressTracker.h \
1856 loader/ResourceLoader.h \
1857 loader/SubresourceLoader.h \
1858 loader/TextResourceDecoder.h \
1859 loader/ThreadableLoader.h \
1860 loader/WorkerThreadableLoader.h \
1861 mathml/MathMLElement.h \
1862 mathml/MathMLInlineContainerElement.h \
1863 mathml/MathMLMathElement.h \
1864 mathml/MathMLTextElement.h \
1865 notifications/Notification.h \
1866 notifications/NotificationCenter.h \
1867 notifications/NotificationPresenter.h \
1868 notifications/NotificationContents.h \
1869 page/animation/AnimationBase.h \
1870 page/animation/AnimationController.h \
1871 page/animation/CompositeAnimation.h \
1872 page/animation/ImplicitAnimation.h \
1873 page/animation/KeyframeAnimation.h \
1874 page/AdjustViewSizeOrNot.h \
1878 page/ConsoleTypes.h \
1879 page/ContextMenuController.h \
1880 page/ContextMenuProvider.h \
1881 page/Coordinates.h \
1882 page/DOMSelection.h \
1885 page/DragController.h \
1887 page/EventHandler.h \
1888 page/EventSource.h \
1889 page/EditorClient.h \
1890 page/FocusController.h \
1894 page/Geolocation.h \
1895 page/GeolocationPositionCache.h \
1896 page/Geoposition.h \
1897 page/GroupSettings.h \
1898 page/HaltablePlugin.h \
1901 page/MouseEventWithHitTestResults.h \
1902 page/NavigatorBase.h \
1905 page/PageGroupLoadDeferrer.h \
1907 page/PageSerializer.h \
1908 page/PageVisibilityState.h \
1909 page/PluginHalter.h \
1910 page/PluginHalterClient.h \
1911 page/PrintContext.h \
1913 page/SecurityOrigin.h \
1915 page/SpatialNavigation.h \
1916 page/SpeechInput.h \
1917 page/SpeechInputClient.h \
1918 page/SpeechInputEvent.h \
1919 page/SpeechInputListener.h \
1920 page/SpeechInputResult.h \
1921 page/SpeechInputResultList.h \
1922 page/WebKitAnimation.h \
1923 page/WebKitAnimationList.h \
1924 page/WindowFeatures.h \
1925 page/WorkerNavigator.h \
1926 platform/animation/Animation.h \
1927 platform/animation/AnimationList.h \
1929 platform/AsyncFileStream.h \
1930 platform/ContentType.h \
1931 platform/ContextMenu.h \
1932 platform/CrossThreadCopier.h \
1933 platform/DateComponents.h \
1934 platform/DefaultLocalizationStrategy.h \
1935 platform/DragData.h \
1936 platform/DragImage.h \
1937 platform/FileChooser.h \
1938 platform/FileStream.h \
1939 platform/FileStreamClient.h \
1940 platform/FileSystem.h \
1941 platform/GeolocationService.h \
1942 platform/image-decoders/ImageDecoder.h \
1943 platform/mock/DeviceOrientationClientMock.h \
1944 platform/mock/GeolocationClientMock.cpp \
1945 platform/mock/GeolocationServiceMock.h \
1946 platform/mock/SpeechInputClientMock.h \
1947 platform/graphics/BitmapImage.h \
1948 platform/graphics/Color.h \
1949 platform/graphics/filters/FEBlend.h \
1950 platform/graphics/filters/FEColorMatrix.h \
1951 platform/graphics/filters/FEComponentTransfer.h \
1952 platform/graphics/filters/FEComposite.h \
1953 platform/graphics/filters/FEConvolveMatrix.h \
1954 platform/graphics/filters/FEDiffuseLighting.h \
1955 platform/graphics/filters/FEDisplacementMap.h \
1956 platform/graphics/filters/FEDropShadow.h \
1957 platform/graphics/filters/FEFlood.h \
1958 platform/graphics/filters/FEGaussianBlur.h \
1959 platform/graphics/filters/FELighting.h \
1960 platform/graphics/filters/FEMerge.h \
1961 platform/graphics/filters/FEMorphology.h \
1962 platform/graphics/filters/FEOffset.h \
1963 platform/graphics/filters/FESpecularLighting.h \
1964 platform/graphics/filters/FETile.h \
1965 platform/graphics/filters/FETurbulence.h \
1966 platform/graphics/filters/FilterEffect.h \
1967 platform/graphics/filters/LightSource.h \
1968 platform/graphics/filters/SourceAlpha.h \
1969 platform/graphics/filters/SourceGraphic.h \
1970 platform/graphics/filters/arm/FELightingNEON.h \
1971 platform/graphics/filters/arm/FEGaussianBlurNEON.h \
1972 platform/graphics/FloatPoint3D.h \
1973 platform/graphics/FloatPoint.h \
1974 platform/graphics/FloatQuad.h \
1975 platform/graphics/FloatRect.h \
1976 platform/graphics/FloatSize.h \
1977 platform/graphics/FontData.h \
1978 platform/graphics/FontDescription.h \
1979 platform/graphics/FontFamily.h \
1980 platform/graphics/FontMetrics.h \
1981 platform/graphics/Font.h \
1982 platform/graphics/GeneratedImage.h \
1983 platform/graphics/GlyphPageTreeNode.h \
1984 platform/graphics/Gradient.h \
1985 platform/graphics/GraphicsContext.h \
1986 platform/graphics/GraphicsLayer.h \
1987 platform/graphics/GraphicsLayerClient.h \
1988 platform/graphics/GraphicsTypes.h \
1989 platform/graphics/GraphicsTypes3D.h \
1990 platform/graphics/Image.h \
1991 platform/graphics/ImageSource.h \
1992 platform/graphics/IntPoint.h \
1993 platform/graphics/IntPointHash.h \
1994 platform/graphics/IntRect.h \
1995 platform/graphics/MediaPlayer.h \
1996 platform/graphics/Path.h \
1997 platform/graphics/PathTraversalState.h \
1998 platform/graphics/Pattern.h \
1999 platform/graphics/RoundedRect.h \
2000 platform/graphics/qt/FontCustomPlatformData.h \
2001 platform/graphics/qt/ImageDecoderQt.h \
2002 platform/graphics/qt/StillImageQt.h \
2003 platform/graphics/qt/TransparencyLayer.h \
2004 platform/graphics/SegmentedFontData.h \
2005 platform/graphics/ShadowBlur.h \
2006 platform/graphics/SimpleFontData.h \
2007 platform/graphics/Tile.h \
2008 platform/graphics/TiledBackingStore.h \
2009 platform/graphics/TiledBackingStoreClient.h \
2010 platform/graphics/transforms/Matrix3DTransformOperation.h \
2011 platform/graphics/transforms/MatrixTransformOperation.h \
2012 platform/graphics/transforms/PerspectiveTransformOperation.h \
2013 platform/graphics/transforms/RotateTransformOperation.h \
2014 platform/graphics/transforms/ScaleTransformOperation.h \
2015 platform/graphics/transforms/SkewTransformOperation.h \
2016 platform/graphics/transforms/TransformationMatrix.h \
2017 platform/graphics/transforms/TransformOperations.h \
2018 platform/graphics/transforms/TransformState.h \
2019 platform/graphics/transforms/TranslateTransformOperation.h \
2020 platform/KillRing.h \
2023 platform/leveldb/LevelDBComparator.h \
2024 platform/leveldb/LevelDBDatabase.h \
2025 platform/leveldb/LevelDBIterator.h \
2026 platform/leveldb/LevelDBSlice.h \
2027 platform/leveldb/LevelDBTransaction.h \
2028 platform/leveldb/LevelDBWriteBatch.h \
2029 platform/text/BidiRunList.h \
2030 platform/text/LineEnding.h \
2031 platform/text/TextCheckerClient.h \
2032 platform/text/TextChecking.h \
2033 platform/text/UnicodeBidi.h \
2034 platform/LinkHash.h \
2035 platform/Logging.h \
2036 platform/Language.h \
2037 platform/MemoryPressureHandler.h \
2038 platform/MIMETypeRegistry.h \
2039 platform/network/AuthenticationChallengeBase.h \
2040 platform/network/AuthenticationClient.h \
2041 platform/network/BlobData.h \
2042 platform/network/BlobRegistry.h \
2043 platform/network/BlobRegistryImpl.h \
2044 platform/network/BlobResourceHandle.h \
2045 platform/network/BlobStorageData.h \
2046 platform/network/CookieStorage.h \
2047 platform/network/Credential.h \
2048 platform/network/FormDataBuilder.h \
2049 platform/network/FormData.h \
2050 platform/network/HTTPHeaderMap.h \
2051 platform/network/HTTPParsers.h \
2052 platform/network/HTTPStatusCodes.h \
2053 platform/network/MIMESniffing.h \
2054 platform/network/NetworkingContext.h \
2055 platform/network/NetworkStateNotifier.h \
2056 platform/network/ProtectionSpace.h \
2057 platform/network/ProxyServer.h \
2058 platform/network/qt/QtMIMETypeSniffer.h \
2059 platform/network/qt/QNetworkReplyHandler.h \
2060 platform/network/ResourceErrorBase.h \
2061 platform/network/ResourceHandle.h \
2062 platform/network/ResourceLoadInfo.h \
2063 platform/network/ResourceLoadPriority.h \
2064 platform/network/ResourceLoadTiming.h \
2065 platform/network/ResourceRequestBase.h \
2066 platform/network/ResourceResponseBase.h \
2067 platform/network/qt/DnsPrefetchHelper.h \
2068 platform/PlatformTouchEvent.h \
2069 platform/PlatformTouchPoint.h \
2070 platform/PopupMenu.h \
2071 platform/qt/ClipboardQt.h \
2072 platform/qt/QWebPageClient.h \
2073 platform/qt/QtStyleOptionWebComboBox.h \
2074 platform/qt/RenderThemeQt.h \
2075 platform/qt/ScrollbarThemeQt.h \
2076 platform/ScrollableArea.h \
2077 platform/ScrollAnimator.h \
2078 platform/Scrollbar.h \
2079 platform/ScrollbarThemeComposite.h \
2080 platform/ScrollView.h \
2081 platform/SearchPopupMenu.h \
2082 platform/SharedBuffer.h \
2083 platform/SharedBufferChunkReader.h \
2084 platform/sql/SQLiteDatabase.h \
2085 platform/sql/SQLiteFileSystem.h \
2086 platform/sql/SQLiteStatement.h \
2087 platform/sql/SQLiteTransaction.h \
2088 platform/sql/SQLValue.h \
2089 platform/text/Base64.h \
2090 platform/text/BidiContext.h \
2091 platform/text/Hyphenation.h \
2092 platform/text/QuotedPrintable.h \
2093 platform/text/qt/TextCodecQt.h \
2094 platform/text/RegularExpression.h \
2095 platform/text/SegmentedString.h \
2096 platform/text/TextBoundaries.h \
2097 platform/text/TextCodec.h \
2098 platform/text/TextCodecASCIIFastPath.h \
2099 platform/text/TextCodecLatin1.h \
2100 platform/text/TextCodecUserDefined.h \
2101 platform/text/TextCodecUTF16.h \
2102 platform/text/TextCodecUTF8.h \
2103 platform/text/TextEncoding.h \
2104 platform/text/TextEncodingRegistry.h \
2105 platform/text/TextStream.h \
2106 platform/text/UnicodeRange.h \
2107 platform/text/transcoder/FontTranscoder.h \
2108 platform/ThreadGlobalData.h \
2109 platform/ThreadTimers.h \
2111 platform/track/CueParser.h \
2112 platform/track/CueParserPrivate.h \
2114 platform/PlatformStrategies.h \
2115 platform/LocalizedStrings.h \
2116 plugins/DOMMimeTypeArray.h \
2117 plugins/DOMMimeType.h \
2118 plugins/DOMPluginArray.h \
2119 plugins/PluginDatabase.h \
2120 plugins/PluginData.h \
2121 plugins/PluginDebug.h \
2122 plugins/DOMPlugin.h \
2123 plugins/IFrameShimSupport.h \
2124 plugins/PluginMainThreadScheduler.h \
2125 plugins/PluginPackage.h \
2126 plugins/PluginStream.h \
2127 plugins/PluginView.h \
2128 plugins/win/PluginMessageThrottlerWin.h \
2129 rendering/AutoTableLayout.h \
2130 rendering/break_lines.h \
2131 rendering/CounterNode.h \
2132 rendering/EllipsisBox.h \
2133 rendering/FixedTableLayout.h \
2134 rendering/HitTestingTransformState.h \
2135 rendering/HitTestResult.h \
2136 rendering/InlineBox.h \
2137 rendering/InlineFlowBox.h \
2138 rendering/InlineTextBox.h \
2139 rendering/LayoutState.h \
2140 rendering/LayoutTypes.h \
2141 rendering/mathml/RenderMathMLBlock.h \
2142 rendering/mathml/RenderMathMLFenced.h \
2143 rendering/mathml/RenderMathMLFraction.h \
2144 rendering/mathml/RenderMathMLMath.h \
2145 rendering/mathml/RenderMathMLOperator.h \
2146 rendering/mathml/RenderMathMLRoot.h \
2147 rendering/mathml/RenderMathMLRow.h \
2148 rendering/mathml/RenderMathMLSquareRoot.h \
2149 rendering/mathml/RenderMathMLSubSup.h \
2150 rendering/mathml/RenderMathMLUnderOver.h \
2151 rendering/PaintInfo.h \
2152 rendering/PaintPhase.h \
2153 rendering/PointerEventsHitRules.h \
2154 rendering/RenderApplet.h \
2155 rendering/RenderArena.h \
2156 rendering/RenderBlock.h \
2157 rendering/RenderBox.h \
2158 rendering/RenderBoxModelObject.h \
2159 rendering/RenderBR.h \
2160 rendering/RenderButton.h \
2161 rendering/RenderCombineText.h \
2162 rendering/RenderCounter.h \
2163 rendering/RenderDeprecatedFlexibleBox.h \
2164 rendering/RenderDetails.h \
2165 rendering/RenderDetailsMarker.h \
2166 rendering/RenderEmbeddedObject.h \
2167 rendering/RenderFieldset.h \
2168 rendering/RenderFileUploadControl.h \
2169 rendering/RenderFlexibleBox.h \
2170 rendering/RenderFrame.h \
2171 rendering/RenderFrameBase.h \
2172 rendering/RenderFrameSet.h \
2173 rendering/RenderHTMLCanvas.h \
2174 rendering/RenderIFrame.h \
2175 rendering/RenderImageResource.h \
2176 rendering/RenderImageResourceStyleImage.h \
2177 rendering/RenderImage.h \
2178 rendering/RenderInline.h \
2179 rendering/RenderInputSpeech.h \
2180 rendering/RenderLayer.h \
2181 rendering/RenderLayerBacking.h \
2182 rendering/RenderLayerCompositor.h \
2183 rendering/RenderLineBoxList.h \
2184 rendering/RenderListBox.h \
2185 rendering/RenderListItem.h \
2186 rendering/RenderListMarker.h \
2187 rendering/RenderMarquee.h \
2188 rendering/RenderMedia.h \
2189 rendering/RenderMenuList.h \
2190 rendering/RenderMeter.h \
2191 rendering/RenderObjectChildList.h \
2192 rendering/RenderObject.h \
2193 rendering/RenderPart.h \
2194 rendering/RenderProgress.h \
2195 rendering/RenderQuote.h \
2196 rendering/RenderReplaced.h \
2197 rendering/RenderReplica.h \
2198 rendering/RenderRuby.h \
2199 rendering/RenderRubyBase.h \
2200 rendering/RenderRubyRun.h \
2201 rendering/RenderRubyText.h \
2202 rendering/RenderScrollbar.h \
2203 rendering/RenderScrollbarPart.h \
2204 rendering/RenderScrollbarTheme.h \
2205 rendering/RenderSlider.h \
2206 rendering/RenderSummary.h \
2207 rendering/RenderTableCell.h \
2208 rendering/RenderTableCol.h \
2209 rendering/RenderTable.h \
2210 rendering/RenderTableRow.h \
2211 rendering/RenderTableSection.h \
2212 rendering/RenderTextControl.h \
2213 rendering/RenderTextControlMultiLine.h \
2214 rendering/RenderTextControlSingleLine.h \
2215 rendering/RenderTextFragment.h \
2216 rendering/RenderText.h \
2217 rendering/RenderTheme.h \
2218 rendering/RenderTreeAsText.h \
2219 rendering/RenderVideo.h \
2220 rendering/RenderView.h \
2221 rendering/RenderWidget.h \
2222 rendering/RenderWordBreak.h \
2223 rendering/RootInlineBox.h \
2224 rendering/ScrollBehavior.h \
2225 rendering/style/ContentData.h \
2226 rendering/style/CounterDirectives.h \
2227 rendering/style/CursorData.h \
2228 rendering/style/CursorList.h \
2229 rendering/style/FillLayer.h \
2230 rendering/style/KeyframeList.h \
2231 rendering/style/NinePieceImage.h \
2232 rendering/style/QuotesData.h \
2233 rendering/style/RenderStyle.h \
2234 rendering/style/ShadowData.h \
2235 rendering/style/StyleBackgroundData.h \
2236 rendering/style/StyleBoxData.h \
2237 rendering/style/StyleCachedImage.h \
2238 rendering/style/StyleDeprecatedFlexibleBoxData.h \
2239 rendering/style/StyleFlexibleBoxData.h \
2240 rendering/style/StyleGeneratedImage.h \
2241 rendering/style/StyleInheritedData.h \
2242 rendering/style/StyleMarqueeData.h \
2243 rendering/style/StyleMultiColData.h \
2244 rendering/style/StyleRareInheritedData.h \
2245 rendering/style/StyleRareNonInheritedData.h \
2246 rendering/style/StyleReflection.h \
2247 rendering/style/StyleSurroundData.h \
2248 rendering/style/StyleTransformData.h \
2249 rendering/style/StyleVisualData.h \
2250 rendering/style/SVGRenderStyleDefs.h \
2251 rendering/style/SVGRenderStyle.h \
2252 rendering/svg/RenderSVGBlock.h \
2253 rendering/svg/RenderSVGContainer.h \
2254 rendering/svg/RenderSVGForeignObject.h \
2255 rendering/svg/RenderSVGGradientStop.h \
2256 rendering/svg/RenderSVGHiddenContainer.h \
2257 rendering/svg/RenderSVGImage.h \
2258 rendering/svg/RenderSVGInline.h \
2259 rendering/svg/RenderSVGInlineText.h \
2260 rendering/svg/RenderSVGModelObject.h \
2261 rendering/svg/RenderSVGPath.h \
2262 rendering/svg/RenderSVGResource.h \
2263 rendering/svg/RenderSVGResourceClipper.h \
2264 rendering/svg/RenderSVGResourceContainer.h \
2265 rendering/svg/RenderSVGResourceFilter.h \
2266 rendering/svg/RenderSVGResourceFilterPrimitive.h \
2267 rendering/svg/RenderSVGResourceGradient.h \
2268 rendering/svg/RenderSVGResourceLinearGradient.h \
2269 rendering/svg/RenderSVGResourceMarker.h \
2270 rendering/svg/RenderSVGResourceMasker.h \
2271 rendering/svg/RenderSVGResourcePattern.h \
2272 rendering/svg/RenderSVGResourceRadialGradient.h \
2273 rendering/svg/RenderSVGResourceSolidColor.h \
2274 rendering/svg/RenderSVGRoot.h \
2275 rendering/svg/RenderSVGShadowTreeRootContainer.h \
2276 rendering/svg/RenderSVGTSpan.h \
2277 rendering/svg/RenderSVGText.h \
2278 rendering/svg/RenderSVGTextPath.h \
2279 rendering/svg/RenderSVGTransformableContainer.h \
2280 rendering/svg/RenderSVGViewportContainer.h \
2281 rendering/svg/SVGImageBufferTools.h \
2282 rendering/svg/SVGInlineFlowBox.h \
2283 rendering/svg/SVGInlineTextBox.h \
2284 rendering/svg/SVGMarkerData.h \
2285 rendering/svg/SVGMarkerLayoutInfo.h \
2286 rendering/svg/SVGRenderSupport.h \
2287 rendering/svg/SVGRenderTreeAsText.h \
2288 rendering/svg/SVGResources.h \
2289 rendering/svg/SVGResourcesCache.h \
2290 rendering/svg/SVGResourcesCycleSolver.h \
2291 rendering/svg/SVGRootInlineBox.h \
2292 rendering/svg/SVGShadowTreeElements.h \
2293 rendering/svg/SVGTextChunk.h \
2294 rendering/svg/SVGTextChunkBuilder.h \
2295 rendering/svg/SVGTextFragment.h \
2296 rendering/svg/SVGTextLayoutAttributes.h \
2297 rendering/svg/SVGTextLayoutAttributesBuilder.h \
2298 rendering/svg/SVGTextLayoutEngine.h \
2299 rendering/svg/SVGTextLayoutEngineBaseline.h \
2300 rendering/svg/SVGTextLayoutEngineSpacing.h \
2301 rendering/svg/SVGTextMetrics.h \
2302 rendering/svg/SVGTextQuery.h \
2303 rendering/svg/SVGTextRunRenderingContext.h \
2304 svg/animation/SMILTimeContainer.h \
2305 svg/animation/SMILTime.h \
2306 svg/animation/SVGSMILElement.h \
2307 svg/ColorDistance.h \
2308 svg/graphics/filters/SVGFEImage.h \
2309 svg/graphics/filters/SVGFilterBuilder.h \
2310 svg/graphics/filters/SVGFilter.h \
2311 svg/graphics/SVGImage.h \
2312 svg/properties/SVGAttributeToPropertyMap.h \
2313 svg/properties/SVGAnimatedEnumerationPropertyTearOff.h \
2314 svg/properties/SVGAnimatedListPropertyTearOff.h \
2315 svg/properties/SVGAnimatedPathSegListPropertyTearOff.h \
2316 svg/properties/SVGAnimatedProperty.h \
2317 svg/properties/SVGAnimatedPropertyDescription.h \
2318 svg/properties/SVGAnimatedPropertyMacros.h \
2319 svg/properties/SVGAnimatedPropertySynchronizer.h \
2320 svg/properties/SVGAnimatedPropertyTearOff.h \
2321 svg/properties/SVGAnimatedStaticPropertyTearOff.h \
2322 svg/properties/SVGAnimatedTransformListPropertyTearOff.h \
2323 svg/properties/SVGListProperty.h \
2324 svg/properties/SVGListPropertyTearOff.h \
2325 svg/properties/SVGPathSegListPropertyTearOff.h \
2326 svg/properties/SVGProperty.h \
2327 svg/properties/SVGPropertyInfo.h \
2328 svg/properties/SVGPropertyTearOff.h \
2329 svg/properties/SVGPropertyTraits.h \
2330 svg/properties/SVGStaticListPropertyTearOff.h \
2331 svg/properties/SVGStaticPropertyTearOff.h \
2332 svg/properties/SVGStaticPropertyWithParentTearOff.h \
2333 svg/properties/SVGTransformListPropertyTearOff.h \
2335 svg/SVGAltGlyphDefElement.h \
2336 svg/SVGAltGlyphElement.h \
2337 svg/SVGAltGlyphItemElement.h \
2339 svg/SVGAnimateColorElement.h \
2340 svg/SVGAnimatedAngle.h \
2341 svg/SVGAnimatedBoolean.h \
2342 svg/SVGAnimatedColor.h \
2343 svg/SVGAnimatedEnumeration.h \
2344 svg/SVGAnimatedInteger.h \
2345 svg/SVGAnimatedLength.h \
2346 svg/SVGAnimatedLengthList.h \
2347 svg/SVGAnimatedNumber.h \
2348 svg/SVGAnimatedNumberList.h \
2349 svg/SVGAnimatedNumberOptionalNumber.h \
2350 svg/SVGAnimatedPath.h \
2351 svg/SVGAnimatedPreserveAspectRatio.h \
2352 svg/SVGAnimatedPointList.h \
2353 svg/SVGAnimatedRect.h \
2354 svg/SVGAnimatedString.h \
2355 svg/SVGAnimatedTransformList.h \
2356 svg/SVGAnimatedType.h \
2357 svg/SVGAnimatedTypeAnimator.h \
2358 svg/SVGAnimateElement.h \
2359 svg/SVGAnimateMotionElement.h \
2360 svg/SVGAnimateTransformElement.h \
2361 svg/SVGAnimationElement.h \
2362 svg/SVGAnimatorFactory.h \
2363 svg/SVGCircleElement.h \
2364 svg/SVGClipPathElement.h \
2366 svg/SVGComponentTransferFunctionElement.h \
2367 svg/SVGCursorElement.h \
2368 svg/SVGDefsElement.h \
2369 svg/SVGDescElement.h \
2370 svg/SVGDocumentExtensions.h \
2373 svg/SVGElementInstance.h \
2374 svg/SVGElementInstanceList.h \
2375 svg/SVGElementRareData.h \
2376 svg/SVGEllipseElement.h \
2377 svg/SVGExternalResourcesRequired.h \
2378 svg/SVGFEBlendElement.h \
2379 svg/SVGFEColorMatrixElement.h \
2380 svg/SVGFEComponentTransferElement.h \
2381 svg/SVGFECompositeElement.h \
2382 svg/SVGFEConvolveMatrixElement.h \
2383 svg/SVGFEDiffuseLightingElement.h \
2384 svg/SVGFEDisplacementMapElement.h \
2385 svg/SVGFEDistantLightElement.h \
2386 svg/SVGFEDropShadowElement.h \
2387 svg/SVGFEFloodElement.h \
2388 svg/SVGFEFuncAElement.h \
2389 svg/SVGFEFuncBElement.h \
2390 svg/SVGFEFuncGElement.h \
2391 svg/SVGFEFuncRElement.h \
2392 svg/SVGFEGaussianBlurElement.h \
2393 svg/SVGFEImageElement.h \
2394 svg/SVGFELightElement.h \
2395 svg/SVGFEMergeElement.h \
2396 svg/SVGFEMergeNodeElement.h \
2397 svg/SVGFEMorphologyElement.h \
2398 svg/SVGFEOffsetElement.h \
2399 svg/SVGFEPointLightElement.h \
2400 svg/SVGFESpecularLightingElement.h \
2401 svg/SVGFESpotLightElement.h \
2402 svg/SVGFETileElement.h \
2403 svg/SVGFETurbulenceElement.h \
2404 svg/SVGFilterElement.h \
2405 svg/SVGFilterPrimitiveStandardAttributes.h \
2406 svg/SVGFitToViewBox.h \
2408 svg/SVGFontElement.h \
2409 svg/SVGFontFaceElement.h \
2410 svg/SVGFontFaceFormatElement.h \
2411 svg/SVGFontFaceNameElement.h \
2412 svg/SVGFontFaceSrcElement.h \
2413 svg/SVGFontFaceUriElement.h \
2414 svg/SVGForeignObjectElement.h \
2416 svg/SVGGlyphElement.h \
2417 svg/SVGGlyphRefElement.h \
2418 svg/SVGGradientElement.h \
2419 svg/SVGHKernElement.h \
2420 svg/SVGImageElement.h \
2421 svg/SVGImageLoader.h \
2422 svg/SVGLangSpace.h \
2424 svg/SVGLengthList.h \
2425 svg/SVGLinearGradientElement.h \
2426 svg/SVGLineElement.h \
2427 svg/SVGLocatable.h \
2428 svg/SVGMarkerElement.h \
2429 svg/SVGMaskElement.h \
2431 svg/SVGMetadataElement.h \
2432 svg/SVGMissingGlyphElement.h \
2433 svg/SVGMPathElement.h \
2434 svg/SVGNumberList.h \
2436 svg/SVGParserUtilities.h \
2437 svg/SVGParsingError.h \
2438 svg/SVGPathBuilder.h \
2439 svg/SVGPathConsumer.h \
2440 svg/SVGPathElement.h \
2441 svg/SVGPathParser.h \
2442 svg/SVGPathSegArc.h \
2443 svg/SVGPathSegClosePath.h \
2444 svg/SVGPathSegCurvetoCubic.h \
2445 svg/SVGPathSegCurvetoCubicSmooth.h \
2446 svg/SVGPathSegCurvetoQuadratic.h \
2447 svg/SVGPathSegCurvetoQuadraticSmooth.h \
2448 svg/SVGPathSegLineto.h \
2449 svg/SVGPathSegLinetoHorizontal.h \
2450 svg/SVGPathSegLinetoVertical.h \
2451 svg/SVGPathSegList.h \
2452 svg/SVGPathSegListBuilder.h \
2453 svg/SVGPathSegMoveto.h \
2454 svg/SVGPatternElement.h \
2455 svg/SVGPointList.h \
2456 svg/SVGPolyElement.h \
2457 svg/SVGPolygonElement.h \
2458 svg/SVGPolylineElement.h \
2459 svg/SVGPreserveAspectRatio.h \
2460 svg/SVGRadialGradientElement.h \
2462 svg/SVGRectElement.h \
2463 svg/SVGScriptElement.h \
2464 svg/SVGSetElement.h \
2465 svg/SVGStopElement.h \
2466 svg/SVGStringList.h \
2468 svg/SVGStyledElement.h \
2469 svg/SVGStyledLocatableElement.h \
2470 svg/SVGStyledTransformableElement.h \
2471 svg/SVGStyleElement.h \
2472 svg/SVGSVGElement.h \
2473 svg/SVGSwitchElement.h \
2474 svg/SVGSymbolElement.h \
2476 svg/SVGTextContentElement.h \
2477 svg/SVGTextElement.h \
2478 svg/SVGTextPathElement.h \
2479 svg/SVGTextPositioningElement.h \
2480 svg/SVGTitleElement.h \
2481 svg/SVGTransformable.h \
2482 svg/SVGTransformDistance.h \
2483 svg/SVGTransform.h \
2484 svg/SVGTransformList.h \
2485 svg/SVGTRefElement.h \
2486 svg/SVGTSpanElement.h \
2487 svg/SVGURIReference.h \
2488 svg/SVGUseElement.h \
2489 svg/SVGViewElement.h \
2491 svg/SVGVKernElement.h \
2492 svg/SVGZoomAndPan.h \
2493 svg/SVGZoomEvent.h \
2494 testing/Internals.h \
2495 workers/AbstractWorker.h \
2496 workers/DedicatedWorkerContext.h \
2497 workers/DedicatedWorkerThread.h \
2498 workers/SharedWorker.h \
2499 workers/WorkerContext.h \
2501 workers/WorkerLocation.h \
2502 workers/WorkerMessagingProxy.h \
2503 workers/WorkerRunLoop.h \
2504 workers/WorkerScriptLoader.h \
2505 workers/WorkerThread.h \
2506 xml/parser/CharacterReferenceParserInlineMethods.h \
2507 xml/parser/MarkupTokenBase.h \
2508 xml/parser/MarkupTokenizerBase.h \
2509 xml/parser/MarkupTokenizerInlineMethods.h \
2510 xml/parser/NewXMLDocumentParser.h \
2511 xml/parser/XMLCharacterReferenceParser.h \
2512 xml/parser/XMLDocumentParser.h \
2513 xml/parser/XMLTokenizer.h \
2514 xml/parser/XMLToken.h \
2516 xml/NativeXPathNSResolver.h \
2517 xml/XMLHttpRequest.h \
2518 xml/XMLHttpRequestUpload.h \
2520 xml/XMLSerializer.h \
2521 xml/XPathEvaluator.h \
2522 xml/XPathExpression.h \
2523 xml/XPathExpressionNode.h \
2524 xml/XPathFunctions.h \
2525 xml/XPathNodeSet.h \
2526 xml/XPathNSResolver.h \
2529 xml/XPathPredicate.h \
2534 xml/XPathVariableReference.h \
2535 xml/XSLImportRule.h \
2536 xml/XSLStyleSheet.h \
2537 xml/XSLTExtensions.h \
2538 xml/XSLTProcessor.h \
2539 xml/XSLTUnicodeSort.h
2542 accessibility/qt/AccessibilityObjectQt.cpp \
2543 page/qt/DragControllerQt.cpp \
2544 page/qt/EventHandlerQt.cpp \
2545 page/qt/FrameQt.cpp \
2546 platform/graphics/qt/TransformationMatrixQt.cpp \
2547 platform/graphics/qt/ColorQt.cpp \
2548 platform/graphics/qt/FontQt.cpp \
2549 platform/graphics/qt/FontPlatformDataQt.cpp \
2550 platform/graphics/qt/FloatPointQt.cpp \
2551 platform/graphics/qt/FloatRectQt.cpp \
2552 platform/graphics/qt/GradientQt.cpp \
2553 platform/graphics/qt/GraphicsContextQt.cpp \
2554 platform/graphics/qt/IconQt.cpp \
2555 platform/graphics/qt/ImageBufferQt.cpp \
2556 platform/graphics/qt/ImageDecoderQt.cpp \
2557 platform/graphics/qt/ImageQt.cpp \
2558 platform/graphics/qt/IntPointQt.cpp \
2559 platform/graphics/qt/IntRectQt.cpp \
2560 platform/graphics/qt/IntSizeQt.cpp \
2561 platform/graphics/qt/PathQt.cpp \
2562 platform/graphics/qt/PatternQt.cpp \
2563 platform/graphics/qt/StillImageQt.cpp \
2564 platform/network/MIMESniffing.cpp \
2565 platform/network/qt/CredentialStorageQt.cpp \
2566 platform/network/qt/ResourceHandleQt.cpp \
2567 platform/network/qt/ResourceRequestQt.cpp \
2568 platform/network/qt/DnsPrefetchHelper.cpp \
2569 platform/network/qt/ProxyServerQt.cpp \
2570 platform/network/qt/QtMIMETypeSniffer.cpp \
2571 platform/network/qt/QNetworkReplyHandler.cpp \
2572 editing/qt/EditorQt.cpp \
2573 editing/qt/SmartReplaceQt.cpp \
2574 platform/Cursor.cpp \
2575 platform/qt/ClipboardQt.cpp \
2576 platform/qt/ContextMenuItemQt.cpp \
2577 platform/qt/ContextMenuQt.cpp \
2578 platform/qt/CookieJarQt.cpp \
2579 platform/qt/CursorQt.cpp \
2580 platform/qt/DragDataQt.cpp \
2581 platform/qt/DragImageQt.cpp \
2582 platform/qt/EventLoopQt.cpp \
2583 platform/qt/FileSystemQt.cpp \
2584 platform/qt/SharedBufferQt.cpp \
2585 platform/qt/ThirdPartyCookiesQt.cpp \
2586 platform/graphics/qt/FontCacheQt.cpp \
2587 platform/graphics/qt/FontCustomPlatformDataQt.cpp \
2588 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2589 platform/graphics/qt/SimpleFontDataQt.cpp \
2590 platform/graphics/qt/TileQt.cpp \
2591 platform/qt/KURLQt.cpp \
2592 platform/qt/MIMETypeRegistryQt.cpp \
2593 platform/qt/PasteboardQt.cpp \
2594 platform/qt/PlatformKeyboardEventQt.cpp \
2595 platform/qt/PlatformMouseEventQt.cpp \
2596 platform/qt/PlatformScreenQt.cpp \
2597 platform/qt/PlatformTouchEventQt.cpp \
2598 platform/qt/PlatformTouchPointQt.cpp \
2599 platform/qt/RenderThemeQt.cpp \
2600 platform/qt/ScrollbarQt.cpp \
2601 platform/qt/ScrollbarThemeQt.cpp \
2602 platform/qt/ScrollViewQt.cpp \
2603 platform/qt/SharedTimerQt.cpp \
2604 platform/qt/SoundQt.cpp \
2605 platform/qt/LoggingQt.cpp \
2606 platform/qt/LanguageQt.cpp \
2607 platform/qt/TemporaryLinkStubsQt.cpp \
2608 platform/text/qt/TextBoundariesQt.cpp \
2609 platform/text/qt/TextBreakIteratorQt.cpp \
2610 platform/text/qt/TextBreakIteratorInternalICUQt.cpp \
2611 platform/text/qt/TextCodecQt.cpp \
2612 platform/qt/WheelEventQt.cpp \
2613 platform/qt/WidgetQt.cpp
2615 !contains(DEFINES, WTF_USE_LIBXML2=1) {
2616 SOURCES += xml/parser/XMLDocumentParserQt.cpp
2619 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
2620 HEADERS += platform/qt/QtMobileWebStyle.h
2621 SOURCES += platform/qt/QtMobileWebStyle.cpp
2624 contains(DEFINES, ENABLE_SMOOTH_SCROLLING=1) {
2626 HEADERS += platform/ScrollAnimatorWin.h
2627 SOURCES += platform/ScrollAnimatorWin.cpp
2632 HEADERS += platform/win/SystemInfo.h
2634 platform/win/SystemInfo.cpp \
2635 platform/win/SystemTimeWin.cpp \
2636 platform/graphics/win/TransformationMatrixWin.cpp
2641 platform/text/cf/StringCF.cpp \
2642 platform/text/cf/StringImplCF.cpp
2645 contains (CONFIG, use_system_icu) {
2646 SOURCES += platform/text/TextBreakIteratorICU.cpp
2651 plugins/symbian/PluginDatabaseSymbian.cpp \
2652 plugins/symbian/PluginPackageSymbian.cpp
2655 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
2657 SOURCES += plugins/npapi.cpp
2662 plugins/mac/PluginPackageMac.cpp
2663 OBJECTIVE_SOURCES += \
2664 platform/text/mac/StringImplMac.mm \
2665 platform/mac/WebCoreNSStringExtras.mm \
2666 plugins/mac/PluginViewMac.mm
2669 plugins/qt/PluginContainerQt.cpp \
2670 plugins/qt/PluginPackageQt.cpp \
2671 plugins/qt/PluginViewQt.cpp
2673 plugins/qt/PluginContainerQt.h
2678 INCLUDEPATH += $$PWD/plugins/win \
2679 $$PWD/platform/win \
2680 $$PWD/platform/graphics/win
2682 SOURCES += plugins/win/PluginDatabaseWin.cpp \
2683 plugins/win/PluginPackageWin.cpp \
2684 plugins/win/PluginMessageThrottlerWin.cpp \
2685 plugins/win/PluginViewWin.cpp \
2686 platform/win/BitmapInfo.cpp \
2687 platform/win/WebCoreInstanceHandle.cpp
2692 plugins/PluginPackageNone.cpp \
2693 plugins/PluginViewNone.cpp
2696 contains(DEFINES, ENABLE_SQLITE=1) {
2697 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
2698 # Build sqlite3 into WebCore from source
2699 # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
2700 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
2704 platform/sql/SQLiteAuthorizer.cpp \
2705 platform/sql/SQLiteDatabase.cpp \
2706 platform/sql/SQLiteFileSystem.cpp \
2707 platform/sql/SQLiteStatement.cpp \
2708 platform/sql/SQLiteTransaction.cpp \
2709 platform/sql/SQLValue.cpp \
2710 storage/AbstractDatabase.cpp \
2711 storage/Database.cpp \
2712 storage/DatabaseAuthorizer.cpp \
2713 storage/DatabaseSync.cpp
2717 contains(DEFINES, ENABLE_DATABASE=1) {
2719 storage/ChangeVersionWrapper.cpp \
2720 storage/DatabaseTask.cpp \
2721 storage/DatabaseThread.cpp \
2722 storage/DatabaseTracker.cpp \
2723 storage/OriginQuotaManager.cpp \
2724 storage/OriginUsageRecord.cpp \
2725 storage/SQLResultSet.cpp \
2726 storage/SQLResultSetRowList.cpp \
2727 storage/SQLStatement.cpp \
2728 storage/SQLStatementSync.cpp \
2729 storage/SQLTransaction.cpp \
2730 storage/SQLTransactionClient.cpp \
2731 storage/SQLTransactionCoordinator.cpp \
2732 storage/SQLTransactionSync.cpp
2736 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2737 bindings/js/JSSQLResultSetRowListCustom.cpp \
2738 bindings/js/JSSQLTransactionCustom.cpp \
2739 bindings/js/JSSQLTransactionSyncCustom.cpp
2743 contains(DEFINES, ENABLE_INDEXED_DATABASE=1) {
2746 bindings/js/IDBBindingUtilities.h \
2751 storage/IDBCallbacks.h \
2752 storage/IDBCursor.h \
2753 storage/IDBCursorBackendImpl.h \
2754 storage/IDBCursorBackendInterface.h \
2755 storage/IDBDatabase.h \
2756 storage/IDBDatabaseBackendImpl.h \
2757 storage/IDBDatabaseBackendInterface.h \
2758 storage/IDBDatabaseError.h \
2759 storage/IDBDatabaseException.h \
2760 storage/IDBEventDispatcher.h \
2761 storage/IDBFactory.h \
2762 storage/IDBFactoryBackendInterface.h \
2763 storage/IDBFactoryBackendImpl.h \
2764 storage/IDBIndex.h \
2765 storage/IDBIndexBackendInterface.h \
2766 storage/IDBIndexBackendImpl.h \
2768 storage/IDBKeyRange.h \
2769 storage/IDBObjectStore.h \
2770 storage/IDBObjectStoreBackendImpl.h \
2771 storage/IDBObjectStoreBackendInterface.h \
2772 storage/IDBRequest.h \
2773 storage/IDBTransaction.h \
2774 storage/IDBTransactionBackendInterface.h
2778 bindings/js/IDBBindingUtilities.cpp \
2779 bindings/js/JSIDBAnyCustom.cpp \
2780 bindings/js/JSIDBKeyCustom.cpp
2784 storage/IDBAny.cpp \
2785 storage/IDBCursor.cpp \
2786 storage/IDBCursorBackendImpl.cpp \
2787 storage/IDBDatabase.cpp \
2788 storage/IDBDatabaseBackendImpl.cpp \
2789 storage/IDBEventDispatcher.cpp \
2790 storage/IDBFactory.cpp \
2791 storage/IDBFactoryBackendInterface.cpp \
2792 storage/IDBFactoryBackendImpl.cpp \
2793 storage/IDBIndex.cpp \
2794 storage/IDBIndexBackendImpl.cpp \
2795 storage/IDBKey.cpp \
2796 storage/IDBKeyRange.cpp \
2797 storage/IDBObjectStore.cpp \
2798 storage/IDBObjectStoreBackendImpl.cpp \
2799 storage/IDBRequest.cpp \
2800 storage/IDBTransaction.cpp
2803 contains(DEFINES, ENABLE_DATA_TRANSFER_ITEMS=1) {
2805 dom/DataTransferItem.h \
2806 dom/DataTransferItems.h \
2807 dom/StringCallback.h \
2808 platform/qt/DataTransferItemQt.h \
2809 platform/qt/DataTransferItemsQt.h
2811 dom/DataTransferItem.cpp \
2812 dom/DataTransferItems.cpp \
2813 dom/StringCallback.cpp \
2814 platform/qt/DataTransferItemQt.cpp \
2815 platform/qt/DataTransferItemsQt.cpp
2818 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
2820 storage/AbstractDatabase.h \
2821 storage/ChangeVersionWrapper.h \
2822 storage/DatabaseAuthorizer.h \
2823 storage/Database.h \
2824 storage/DatabaseCallback.h \
2825 storage/DatabaseSync.h \
2826 storage/DatabaseTask.h \
2827 storage/DatabaseThread.h \
2828 storage/DatabaseTracker.h \
2829 storage/LocalStorageTask.h \
2830 storage/LocalStorageThread.h \
2831 storage/OriginQuotaManager.h \
2832 storage/OriginUsageRecord.h \
2833 storage/SQLCallbackWrapper.h \
2834 storage/SQLResultSet.h \
2835 storage/SQLResultSetRowList.h \
2836 storage/SQLStatement.h \
2837 storage/SQLStatementSync.h \
2838 storage/SQLTransaction.h \
2839 storage/SQLTransactionClient.h \
2840 storage/SQLTransactionCoordinator.h \
2841 storage/SQLTransactionSync.h \
2842 storage/SQLTransactionSyncCallback.h \
2843 storage/StorageArea.h \
2844 storage/StorageAreaImpl.h \
2845 storage/StorageAreaSync.h \
2846 storage/StorageEvent.h \
2847 storage/StorageEventDispatcher.h \
2849 storage/StorageMap.h \
2850 storage/StorageNamespace.h \
2851 storage/StorageNamespaceImpl.h \
2852 storage/StorageSyncManager.h \
2853 storage/StorageTracker.h \
2854 storage/StorageTrackerClient.h
2858 bindings/js/JSStorageCustom.cpp
2861 storage/LocalStorageTask.cpp \
2862 storage/LocalStorageThread.cpp \
2863 storage/Storage.cpp \
2864 storage/StorageAreaImpl.cpp \
2865 storage/StorageAreaSync.cpp \
2866 storage/StorageEvent.cpp \
2867 storage/StorageEventDispatcher.cpp \
2868 storage/StorageMap.cpp \
2869 storage/StorageNamespace.cpp \
2870 storage/StorageNamespaceImpl.cpp \
2871 storage/StorageSyncManager.cpp \
2872 storage/StorageTracker.cpp
2875 contains(DEFINES, ENABLE_FILE_SYSTEM=1) {
2877 fileapi/AsyncFileWriter.h \
2878 fileapi/DirectoryEntry.h \
2879 fileapi/DirectoryEntrySync.h \
2880 fileapi/DirectoryReader.h \
2881 fileapi/DirectoryReaderBase.h \
2882 fileapi/DirectoryReaderSync.h \
2883 fileapi/DOMFilePath.h \
2884 fileapi/DOMFileSystem.h \
2885 fileapi/DOMFileSystemBase.h \
2886 fileapi/DOMFileSystemSync.h \
2887 fileapi/EntriesCallback.h \
2889 fileapi/EntryArray.h \
2890 fileapi/EntryArraySync.h \
2891 fileapi/EntryBase.h \
2892 fileapi/EntryCallback.h \
2893 fileapi/EntrySync.h \
2894 fileapi/ErrorCallback.h \
2895 fileapi/FileCallback.h \
2896 fileapi/FileEntry.h \
2897 fileapi/FileEntrySync.h \
2898 fileapi/FileSystemCallback.h \
2899 fileapi/FileSystemCallbacks.h \
2900 fileapi/FileWriter.h \
2901 fileapi/FileWriterBase.h \
2902 fileapi/FileWriterBaseCallback.h \
2903 fileapi/FileWriterCallback.h \
2904 fileapi/FileWriterClient.h \
2905 fileapi/FileWriterSync.h \
2906 fileapi/WebKitFlags.h \
2907 fileapi/LocalFileSystem.h \
2908 fileapi/Metadata.h \
2909 fileapi/MetadataCallback.h \
2910 platform/AsyncFileSystem.h \
2911 platform/AsyncFileSystemCallbacks.h \
2912 platform/FileMetadata.h
2915 bindings/js/JSDirectoryEntryCustom.cpp \
2916 bindings/js/JSDirectoryEntrySyncCustom.cpp \
2917 bindings/js/JSEntryCustom.cpp \
2918 bindings/js/JSEntrySyncCustom.cpp \
2919 fileapi/DirectoryEntry.cpp \
2920 fileapi/DirectoryEntrySync.cpp \
2921 fileapi/DirectoryReader.cpp \
2922 fileapi/DirectoryReaderSync.cpp \
2923 fileapi/DOMFilePath.cpp \
2924 fileapi/DOMFileSystem.cpp \
2925 fileapi/DOMFileSystemBase.cpp \
2926 fileapi/DOMFileSystemSync.cpp \
2928 fileapi/EntryArray.cpp \
2929 fileapi/EntryArraySync.cpp \
2930 fileapi/EntrySync.cpp \
2931 fileapi/FileEntry.cpp \
2932 fileapi/FileEntrySync.cpp \
2933 fileapi/FileSystemCallbacks.cpp \
2934 fileapi/FileWriter.cpp \
2935 fileapi/FileWriterBase.cpp \
2936 fileapi/FileWriterSync.cpp \
2937 fileapi/LocalFileSystem.cpp \
2938 platform/AsyncFileSystem.cpp
2941 contains(DEFINES, ENABLE_ICONDATABASE=1) {
2943 loader/icon/IconDatabase.cpp \
2944 loader/icon/IconRecord.cpp \
2945 loader/icon/PageURLRecord.cpp
2948 contains(DEFINES, ENABLE_WORKERS=1) {
2951 bindings/js/JSDedicatedWorkerContextCustom.cpp \
2952 bindings/js/JSWorkerContextBase.cpp \
2953 bindings/js/JSWorkerContextCustom.cpp \
2954 bindings/js/JSWorkerCustom.cpp \
2955 bindings/js/WorkerScriptController.cpp \
2956 bindings/js/WorkerScriptDebugServer.cpp
2959 loader/WorkerThreadableLoader.cpp \
2960 page/WorkerNavigator.cpp \
2961 workers/AbstractWorker.cpp \
2962 workers/DedicatedWorkerContext.cpp \
2963 workers/DedicatedWorkerThread.cpp \
2964 workers/Worker.cpp \
2965 workers/WorkerContext.cpp \
2966 workers/WorkerLocation.cpp \
2967 workers/WorkerMessagingProxy.cpp \
2968 workers/WorkerRunLoop.cpp \
2969 workers/WorkerThread.cpp \
2970 workers/WorkerScriptLoader.cpp
2973 contains(DEFINES, ENABLE_SHARED_WORKERS=1) {
2976 bindings/js/JSSharedWorkerCustom.cpp
2979 workers/DefaultSharedWorkerRepository.cpp \
2980 workers/SharedWorker.cpp \
2981 workers/SharedWorkerContext.cpp \
2982 workers/SharedWorkerThread.cpp
2985 contains(DEFINES, ENABLE_INPUT_SPEECH=1) {
2987 page/SpeechInput.cpp \
2988 page/SpeechInputEvent.cpp \
2989 page/SpeechInputResult.cpp \
2990 page/SpeechInputResultList.cpp \
2991 rendering/RenderInputSpeech.cpp
2994 contains(DEFINES, ENABLE_QUOTA=1) {
2996 storage/StorageInfo.h \
2997 storage/StorageInfoErrorCallback.h \
2998 storage/StorageInfoQuotaCallback.h \
2999 storage/StorageInfoUsageCallback.h
3002 storage/StorageInfo.cpp
3005 contains(DEFINES, ENABLE_VIDEO=1) {
3007 html/HTMLAudioElement.cpp \
3008 html/HTMLMediaElement.cpp \
3009 html/HTMLSourceElement.cpp \
3010 html/HTMLVideoElement.cpp \
3011 html/shadow/MediaControlElements.cpp \
3012 html/TimeRanges.cpp \
3013 platform/graphics/MediaPlayer.cpp \
3014 rendering/RenderVideo.cpp \
3015 rendering/RenderMedia.cpp
3019 bindings/js/JSAudioConstructor.cpp
3022 contains(DEFINES, WTF_USE_QTKIT=1) {
3024 $$SOURCE_DIR/../WebKitLibraries/
3027 platform/graphics/mac/MediaPlayerPrivateQTKit.h \
3028 platform/mac/WebCoreObjCExtras.h \
3029 platform/qt/WebCoreSystemInterface.h \
3030 platform/mac/BlockExceptions.h \
3031 platform/mac/WebCoreObjCExtras.h \
3032 platform/mac/WebVideoFullscreenController.h \
3033 platform/mac/WebVideoFullscreenHUDWindowController.h \
3034 platform/mac/WebWindowAnimation.h
3037 platform/graphics/cg/IntRectCG.cpp \
3038 platform/graphics/cg/FloatSizeCG.cpp \
3039 platform/cf/SharedBufferCF.cpp \
3040 platform/cf/KURLCFNet.cpp
3042 OBJECTIVE_SOURCES += \
3043 platform/qt/WebCoreSystemInterface.mm \
3044 platform/mac/BlockExceptions.mm \
3045 platform/mac/WebCoreObjCExtras.mm \
3046 platform/graphics/mac/MediaPlayerPrivateQTKit.mm \
3047 platform/mac/SharedBufferMac.mm \
3048 platform/mac/KURLMac.mm \
3049 platform/text/mac/StringMac.mm \
3050 platform/graphics/mac/FloatSizeMac.mm \
3051 platform/graphics/mac/IntRectMac.mm \
3052 platform/mac/WebVideoFullscreenController.mm \
3053 platform/mac/WebVideoFullscreenHUDWindowController.mm \
3054 platform/mac/WebWindowAnimation.mm
3056 DEFINES+=NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
3058 } else: contains(DEFINES, WTF_USE_GSTREAMER=1) {
3060 platform/graphics/gstreamer/GOwnPtrGStreamer.h \
3061 platform/graphics/gstreamer/GRefPtrGStreamer.h \
3062 platform/graphics/gstreamer/GStreamerGWorld.h \
3063 platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
3064 platform/graphics/gstreamer/VideoSinkGStreamer.h \
3065 platform/graphics/gstreamer/WebKitWebSourceGStreamer.h \
3066 platform/graphics/gstreamer/PlatformVideoWindow.h \
3067 platform/graphics/gstreamer/PlatformVideoWindowPrivate.h \
3068 platform/graphics/gstreamer/ImageGStreamer.h
3070 platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
3071 platform/graphics/gstreamer/GRefPtrGStreamer.cpp \
3072 platform/graphics/gstreamer/GStreamerGWorld.cpp \
3073 platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
3074 platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
3075 platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
3076 platform/graphics/gstreamer/PlatformVideoWindowQt.cpp \
3077 platform/graphics/gstreamer/ImageGStreamerQt.cpp
3079 } else:contains(DEFINES, WTF_USE_QT_MULTIMEDIA=1) {
3081 platform/graphics/qt/MediaPlayerPrivateQt.h
3084 platform/graphics/qt/MediaPlayerPrivateQt.cpp
3088 contains(DEFINES, ENABLE_XPATH=1) {
3090 xml/NativeXPathNSResolver.cpp \
3091 xml/XPathEvaluator.cpp \
3092 xml/XPathExpression.cpp \
3093 xml/XPathExpressionNode.cpp \
3094 xml/XPathFunctions.cpp \
3095 xml/XPathNodeSet.cpp \
3096 xml/XPathNSResolver.cpp \
3097 xml/XPathParser.cpp \
3099 xml/XPathPredicate.cpp \
3100 xml/XPathResult.cpp \
3103 xml/XPathValue.cpp \
3104 xml/XPathVariableReference.cpp
3107 contains(DEFINES, ENABLE_XSLT=1) {
3110 bindings/v8/custom/V8XSLTProcessorCustom.cpp
3113 bindings/js/JSXSLTProcessorCustom.cpp
3116 contains(DEFINES, WTF_USE_LIBXML2=1) {
3118 xml/XSLTProcessor.cpp \
3119 xml/XSLTProcessorLibxslt.cpp \
3120 dom/TransformSourceLibxslt.cpp \
3121 xml/XSLStyleSheetLibxslt.cpp \
3122 xml/XSLImportRule.cpp \
3123 xml/XSLTExtensions.cpp \
3124 xml/XSLImportRule.cpp \
3125 xml/XSLTUnicodeSort.cpp \
3126 xml/XMLTreeViewer.cpp \
3127 xml/parser/XMLDocumentParserLibxml2.cpp \
3128 xml/parser/XMLDocumentParserScope.cpp
3131 xml/XSLImportRule.h \
3132 xml/XSLTExtensions.h \
3133 xml/XSLImportRule.h \
3134 xml/XSLTUnicodeSort.h \
3135 xml/XMLTreeViewer.h \
3136 xml/parser/XMLDocumentParserScope.h
3140 dom/TransformSourceQt.cpp \
3141 xml/XSLStyleSheetQt.cpp \
3142 xml/XSLTProcessor.cpp \
3143 xml/XSLTProcessorQt.cpp
3147 contains(DEFINES, ENABLE_FILTERS=1) {
3149 platform/graphics/filters/DistantLightSource.cpp \
3150 platform/graphics/filters/FEBlend.cpp \
3151 platform/graphics/filters/FEColorMatrix.cpp \
3152 platform/graphics/filters/FEComponentTransfer.cpp \
3153 platform/graphics/filters/FEComposite.cpp \
3154 platform/graphics/filters/FEConvolveMatrix.cpp \
3155 platform/graphics/filters/FEDiffuseLighting.cpp \
3156 platform/graphics/filters/FEDisplacementMap.cpp \
3157 platform/graphics/filters/FEDropShadow.cpp \
3158 platform/graphics/filters/FEFlood.cpp \
3159 platform/graphics/filters/FEGaussianBlur.cpp \
3160 platform/graphics/filters/FELighting.cpp \
3161 platform/graphics/filters/FEMerge.cpp \
3162 platform/graphics/filters/FEMorphology.cpp \
3163 platform/graphics/filters/FEOffset.cpp \
3164 platform/graphics/filters/FESpecularLighting.cpp \
3165 platform/graphics/filters/FETile.cpp \
3166 platform/graphics/filters/FETurbulence.cpp \
3167 platform/graphics/filters/FilterEffect.cpp \
3168 platform/graphics/filters/LightSource.cpp \
3169 platform/graphics/filters/PointLightSource.cpp \
3170 platform/graphics/filters/SpotLightSource.cpp \
3171 platform/graphics/filters/SourceAlpha.cpp \
3172 platform/graphics/filters/SourceGraphic.cpp \
3173 platform/graphics/filters/arm/FELightingNEON.cpp \
3174 platform/graphics/filters/arm/FEGaussianBlurNEON.cpp
3177 contains(DEFINES, ENABLE_MATHML=1) {
3179 mathml/MathMLElement.cpp \
3180 mathml/MathMLInlineContainerElement.cpp \
3181 mathml/MathMLMathElement.cpp \
3182 mathml/MathMLTextElement.cpp \
3183 rendering/mathml/RenderMathMLBlock.cpp \
3184 rendering/mathml/RenderMathMLFenced.cpp \
3185 rendering/mathml/RenderMathMLFraction.cpp \
3186 rendering/mathml/RenderMathMLMath.cpp \
3187 rendering/mathml/RenderMathMLOperator.cpp \
3188 rendering/mathml/RenderMathMLRoot.cpp \
3189 rendering/mathml/RenderMathMLRow.cpp \
3190 rendering/mathml/RenderMathMLSquareRoot.cpp \
3191 rendering/mathml/RenderMathMLSubSup.cpp \
3192 rendering/mathml/RenderMathMLUnderOver.cpp
3195 contains(DEFINES, ENABLE_XHTMLMP=1) {
3197 html/HTMLNoScriptElement.cpp
3200 contains(DEFINES, WTF_USE_QT_BEARER=1) {
3202 platform/network/qt/NetworkStateNotifierPrivate.h
3205 platform/network/qt/NetworkStateNotifierQt.cpp
3208 # QRawFont feature added in Qt 4.8.0
3210 # If available, this is used to implement the fast path for text rendering
3211 # and measurement in WebCore. Because the feature is still undergoing
3212 # development, it is disabled in builds.
3214 # exists($$[QT_INSTALL_HEADERS]/QtGui/QRawFont): HAVE_QRAWFONT=1
3216 !isEmpty(HAVE_QRAWFONT) {
3217 DEFINES += HAVE_QRAWFONT=1
3220 platform/graphics/FontFastPath.cpp \
3221 platform/graphics/GlyphPageTreeNode.cpp \
3222 platform/graphics/WidthIterator.cpp \
3223 platform/graphics/SurrogatePairAwareTextIterator.cpp
3226 platform/graphics/WidthIterator.h \
3227 platform/graphics/SurrogatePairAwareTextIterator.h
3230 contains(DEFINES, ENABLE_GEOLOCATION=1) {
3233 bindings/v8/custom/V8GeolocationCustom.cpp
3237 contains(DEFINES, ENABLE_MEDIA_STREAM=1) {
3239 dom/LocalMediaStream.h \
3241 dom/MediaStreamList.h \
3242 dom/MediaStreamTrack.h \
3243 dom/MediaStreamTrackList.h \
3245 page/CallbackTask.h \
3246 page/MediaStreamClient.h \
3247 page/MediaStreamController.h \
3248 page/MediaStreamFrameController.h \
3249 page/NavigatorUserMediaError.h \
3250 page/NavigatorUserMediaErrorCallback.h \
3251 page/NavigatorUserMediaSuccessCallback.h
3254 dom/LocalMediaStream.cpp \
3255 dom/MediaStream.cpp \
3256 dom/MediaStreamList.cpp \
3257 dom/MediaStreamTrack.cpp \
3258 dom/MediaStreamTrackList.cpp \
3259 dom/StreamEvent.cpp \
3260 page/MediaStreamController.cpp \
3261 page/MediaStreamFrameController.cpp
3265 bindings/v8/custom/V8NavigatorCustom.cpp
3269 contains(DEFINES, ENABLE_SVG=1) {
3272 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
3273 bindings/js/JSSVGElementInstanceCustom.cpp \
3274 bindings/js/JSSVGLengthCustom.cpp \
3275 bindings/js/JSSVGPathSegCustom.cpp
3279 css/SVGCSSComputedStyleDeclaration.cpp \
3280 css/SVGCSSParser.cpp \
3281 css/SVGCSSStyleSelector.cpp \
3282 rendering/style/SVGRenderStyle.cpp \
3283 rendering/style/SVGRenderStyleDefs.cpp \
3284 rendering/PointerEventsHitRules.cpp \
3285 rendering/svg/RenderSVGPath.cpp \
3286 svg/animation/SMILTime.cpp \
3287 svg/animation/SMILTimeContainer.cpp \
3288 svg/animation/SVGSMILElement.cpp \
3289 svg/graphics/filters/SVGFEImage.cpp \
3290 svg/graphics/filters/SVGFilter.cpp \
3291 svg/graphics/filters/SVGFilterBuilder.cpp \
3292 svg/graphics/SVGImage.cpp \
3293 svg/properties/SVGAttributeToPropertyMap.cpp \
3294 svg/properties/SVGPathSegListPropertyTearOff.cpp
3296 linux-g++*:CONFIG(debug, debug|release):isEqual(QT_ARCH,i386) {
3297 # Using all in one files to avoid memory exhaustion
3298 # during the linking phase.
3300 rendering/svg/RenderSVGAllInOne.cpp \
3304 rendering/svg/RenderSVGBlock.cpp \
3305 rendering/svg/RenderSVGContainer.cpp \
3306 rendering/svg/RenderSVGForeignObject.cpp \
3307 rendering/svg/RenderSVGGradientStop.cpp \
3308 rendering/svg/RenderSVGHiddenContainer.cpp \
3309 rendering/svg/RenderSVGImage.cpp \
3310 rendering/svg/RenderSVGInline.cpp \
3311 rendering/svg/RenderSVGInlineText.cpp \
3312 rendering/svg/RenderSVGModelObject.cpp \
3313 rendering/svg/RenderSVGResource.cpp \
3314 rendering/svg/RenderSVGResourceClipper.cpp \
3315 rendering/svg/RenderSVGResourceContainer.cpp \
3316 rendering/svg/RenderSVGResourceFilter.cpp \
3317 rendering/svg/RenderSVGResourceFilterPrimitive.cpp \
3318 rendering/svg/RenderSVGResourceGradient.cpp \
3319 rendering/svg/RenderSVGResourceLinearGradient.cpp \
3320 rendering/svg/RenderSVGResourceMarker.cpp \
3321 rendering/svg/RenderSVGResourceMasker.cpp \
3322 rendering/svg/RenderSVGResourcePattern.cpp \
3323 rendering/svg/RenderSVGResourceRadialGradient.cpp \
3324 rendering/svg/RenderSVGResourceSolidColor.cpp \
3325 rendering/svg/RenderSVGRoot.cpp \
3326 rendering/svg/RenderSVGShadowTreeRootContainer.cpp \
3327 rendering/svg/RenderSVGTSpan.cpp \
3328 rendering/svg/RenderSVGText.cpp \
3329 rendering/svg/RenderSVGTextPath.cpp \
3330 rendering/svg/RenderSVGTransformableContainer.cpp \
3331 rendering/svg/RenderSVGViewportContainer.cpp \
3332 rendering/svg/SVGImageBufferTools.cpp \
3333 rendering/svg/SVGInlineFlowBox.cpp \
3334 rendering/svg/SVGInlineTextBox.cpp \
3335 rendering/svg/SVGMarkerLayoutInfo.cpp \
3336 rendering/svg/SVGRenderSupport.cpp \
3337 rendering/svg/SVGRenderTreeAsText.cpp \
3338 rendering/svg/SVGResources.cpp \
3339 rendering/svg/SVGResourcesCache.cpp \
3340 rendering/svg/SVGResourcesCycleSolver.cpp \
3341 rendering/svg/SVGRootInlineBox.cpp \
3342 rendering/svg/SVGShadowTreeElements.cpp \
3343 rendering/svg/SVGTextChunk.cpp \
3344 rendering/svg/SVGTextChunkBuilder.cpp \
3345 rendering/svg/SVGTextLayoutAttributes.cpp \
3346 rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
3347 rendering/svg/SVGTextLayoutEngine.cpp \
3348 rendering/svg/SVGTextLayoutEngineBaseline.cpp \
3349 rendering/svg/SVGTextLayoutEngineSpacing.cpp \
3350 rendering/svg/SVGTextMetrics.cpp \
3351 rendering/svg/SVGTextQuery.cpp \
3352 rendering/svg/SVGTextRunRenderingContext.cpp \
3353 svg/SVGDocumentExtensions.cpp \
3354 svg/SVGImageLoader.cpp \
3355 svg/ColorDistance.cpp \
3356 svg/SVGAElement.cpp \
3357 svg/SVGAltGlyphDefElement.cpp \
3358 svg/SVGAltGlyphElement.cpp \
3359 svg/SVGAltGlyphItemElement.cpp \
3361 svg/SVGAnimateColorElement.cpp \
3362 svg/SVGAnimatedAngle.cpp \
3363 svg/SVGAnimatedBoolean.cpp \
3364 svg/SVGAnimatedColor.cpp \
3365 svg/SVGAnimatedInteger.cpp \
3366 svg/SVGAnimatedLength.cpp \
3367 svg/SVGAnimatedLengthList.cpp \
3368 svg/SVGAnimatedNumber.cpp \
3369 svg/SVGAnimatedNumberList.cpp \
3370 svg/SVGAnimatedNumberOptionalNumber.cpp \
3371 svg/SVGAnimatedPath.cpp \
3372 svg/SVGAnimatedPointList.cpp \
3373 svg/SVGAnimatedPreserveAspectRatio.cpp \
3374 svg/SVGAnimatedRect.cpp \
3375 svg/SVGAnimatedString.cpp \
3376 svg/SVGAnimatedType.cpp \
3377 svg/SVGAnimateElement.cpp \
3378 svg/SVGAnimateMotionElement.cpp \
3379 svg/SVGAnimateTransformElement.cpp \
3380 svg/SVGAnimationElement.cpp \
3381 svg/SVGCircleElement.cpp \
3382 svg/SVGClipPathElement.cpp \
3384 svg/SVGComponentTransferFunctionElement.cpp \
3385 svg/SVGCursorElement.cpp \
3386 svg/SVGDefsElement.cpp \
3387 svg/SVGDescElement.cpp \
3388 svg/SVGDocument.cpp \
3389 svg/SVGElement.cpp \
3390 svg/SVGElementInstance.cpp \
3391 svg/SVGElementInstanceList.cpp \
3392 svg/SVGEllipseElement.cpp \
3393 svg/SVGExternalResourcesRequired.cpp \
3394 svg/SVGFEBlendElement.cpp \
3395 svg/SVGFEColorMatrixElement.cpp \
3396 svg/SVGFEComponentTransferElement.cpp \
3397 svg/SVGFECompositeElement.cpp \
3398 svg/SVGFEConvolveMatrixElement.cpp \
3399 svg/SVGFEDiffuseLightingElement.cpp \
3400 svg/SVGFEDisplacementMapElement.cpp \
3401 svg/SVGFEDistantLightElement.cpp \
3402 svg/SVGFEDropShadowElement.cpp \
3403 svg/SVGFEFloodElement.cpp \
3404 svg/SVGFEFuncAElement.cpp \
3405 svg/SVGFEFuncBElement.cpp \
3406 svg/SVGFEFuncGElement.cpp \
3407 svg/SVGFEFuncRElement.cpp \
3408 svg/SVGFEGaussianBlurElement.cpp \
3409 svg/SVGFEImageElement.cpp \
3410 svg/SVGFELightElement.cpp \
3411 svg/SVGFEMergeElement.cpp \
3412 svg/SVGFEMergeNodeElement.cpp \
3413 svg/SVGFEMorphologyElement.cpp \
3414 svg/SVGFEOffsetElement.cpp \
3415 svg/SVGFEPointLightElement.cpp \
3416 svg/SVGFESpecularLightingElement.cpp \
3417 svg/SVGFESpotLightElement.cpp \
3418 svg/SVGFETileElement.cpp \
3419 svg/SVGFETurbulenceElement.cpp \
3420 svg/SVGFilterElement.cpp \
3421 svg/SVGFilterPrimitiveStandardAttributes.cpp \
3422 svg/SVGFitToViewBox.cpp \
3423 svg/SVGFontData.cpp \
3424 svg/SVGFontElement.cpp \
3425 svg/SVGFontFaceElement.cpp \
3426 svg/SVGFontFaceFormatElement.cpp \
3427 svg/SVGFontFaceNameElement.cpp \
3428 svg/SVGFontFaceSrcElement.cpp \
3429 svg/SVGFontFaceUriElement.cpp \
3430 svg/SVGForeignObjectElement.cpp \
3431 svg/SVGGElement.cpp \
3432 svg/SVGGlyphElement.cpp \
3433 svg/SVGGlyphRefElement.cpp \
3434 svg/SVGGradientElement.cpp \
3435 svg/SVGHKernElement.cpp \
3436 svg/SVGImageElement.cpp \
3437 svg/SVGLangSpace.cpp \
3439 svg/SVGLengthList.cpp \
3440 svg/SVGLinearGradientElement.cpp \
3441 svg/SVGLineElement.cpp \
3442 svg/SVGLocatable.cpp \
3443 svg/SVGMarkerElement.cpp \
3444 svg/SVGMaskElement.cpp \
3445 svg/SVGMetadataElement.cpp \
3446 svg/SVGMissingGlyphElement.cpp \
3447 svg/SVGMPathElement.cpp \
3448 svg/SVGNumberList.cpp \
3450 svg/SVGParserUtilities.cpp \
3451 svg/SVGPathBlender.cpp \
3452 svg/SVGPathBuilder.cpp \
3453 svg/SVGPathByteStreamBuilder.cpp \
3454 svg/SVGPathByteStreamSource.cpp \
3455 svg/SVGPathElement.cpp \
3456 svg/SVGPathParser.cpp \
3457 svg/SVGPathParserFactory.cpp \
3458 svg/SVGPathSegList.cpp \
3459 svg/SVGPathSegListBuilder.cpp \
3460 svg/SVGPathSegListSource.cpp \
3461 svg/SVGPathStringBuilder.cpp \
3462 svg/SVGPathStringSource.cpp \
3463 svg/SVGPathTraversalStateBuilder.cpp \
3464 svg/SVGPatternElement.cpp \
3465 svg/SVGPointList.cpp \
3466 svg/SVGPolyElement.cpp \
3467 svg/SVGPolygonElement.cpp \
3468 svg/SVGPolylineElement.cpp \
3469 svg/SVGPreserveAspectRatio.cpp \
3470 svg/SVGRadialGradientElement.cpp \
3471 svg/SVGRectElement.cpp \
3472 svg/SVGScriptElement.cpp \
3473 svg/SVGSetElement.cpp \
3474 svg/SVGStopElement.cpp \
3475 svg/SVGStringList.cpp \
3476 svg/SVGStylable.cpp \
3477 svg/SVGStyledElement.cpp \
3478 svg/SVGStyledLocatableElement.cpp \
3479 svg/SVGStyledTransformableElement.cpp \
3480 svg/SVGStyleElement.cpp \
3481 svg/SVGSVGElement.cpp \
3482 svg/SVGSwitchElement.cpp \
3483 svg/SVGSymbolElement.cpp \
3485 svg/SVGTextContentElement.cpp \
3486 svg/SVGTextElement.cpp \
3487 svg/SVGTextPathElement.cpp \
3488 svg/SVGTextPositioningElement.cpp \
3489 svg/SVGTitleElement.cpp \
3490 svg/SVGTransformable.cpp \
3491 svg/SVGTransform.cpp \
3492 svg/SVGTransformDistance.cpp \
3493 svg/SVGTransformList.cpp \
3494 svg/SVGTRefElement.cpp \
3495 svg/SVGTSpanElement.cpp \
3496 svg/SVGURIReference.cpp \
3497 svg/SVGUseElement.cpp \
3498 svg/SVGViewElement.cpp \
3499 svg/SVGViewSpec.cpp \
3500 svg/SVGVKernElement.cpp \
3501 svg/SVGZoomAndPan.cpp \
3502 svg/SVGZoomEvent.cpp
3506 contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=1) {
3509 bindings/v8/ScriptDebugServer.cpp \
3510 bindings/v8/ScriptProfiler.cpp \
3511 bindings/v8/ScriptHeapSnapshot.cpp \
3512 bindings/v8/JavaScriptCallFrame.cpp \
3513 bindings/v8/custom/V8ScriptProfileCustom.cpp \
3514 bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp \
3515 bindings/v8/custom/V8ScriptProfileNodeCustom.cpp \
3516 bindings/v8/ScriptProfileNode.cpp \
3517 bindings/v8/ScriptProfile.cpp
3520 bindings/js/JSJavaScriptCallFrameCustom.cpp \
3521 bindings/js/ScriptProfiler.cpp \
3522 bindings/js/JavaScriptCallFrame.cpp
3526 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
3528 loader/appcache/ApplicationCache.cpp \
3529 loader/appcache/ApplicationCacheGroup.cpp \
3530 loader/appcache/ApplicationCacheHost.cpp \
3531 loader/appcache/ApplicationCacheStorage.cpp \
3532 loader/appcache/ApplicationCacheResource.cpp \
3533 loader/appcache/DOMApplicationCache.cpp \
3534 loader/appcache/ManifestParser.cpp
3538 bindings/js/JSDOMApplicationCacheCustom.cpp
3542 contains(DEFINES, ENABLE_WEB_SOCKETS=1) {
3544 websockets/CloseEvent.h \
3545 websockets/ThreadableWebSocketChannel.h \
3546 websockets/ThreadableWebSocketChannelClientWrapper.h \
3547 websockets/WebSocket.h \
3548 websockets/WebSocketChannel.h \
3549 websockets/WebSocketChannelClient.h \
3550 websockets/WebSocketHandshake.h \
3551 websockets/WebSocketHandshakeRequest.h \
3552 websockets/WebSocketHandshakeResponse.h \
3553 platform/network/qt/SocketStreamHandlePrivate.h
3556 websockets/WebSocket.cpp \
3557 websockets/WebSocketChannel.cpp \
3558 websockets/WebSocketHandshake.cpp \
3559 websockets/WebSocketHandshakeRequest.cpp \
3560 websockets/WebSocketHandshakeResponse.cpp \
3561 websockets/ThreadableWebSocketChannel.cpp \
3562 websockets/ThreadableWebSocketChannelClientWrapper.cpp \
3563 platform/network/SocketStreamErrorBase.cpp \
3564 platform/network/SocketStreamHandleBase.cpp \
3565 platform/network/qt/SocketStreamHandleQt.cpp
3569 bindings/js/JSWebSocketCustom.cpp
3572 contains(DEFINES, ENABLE_WORKERS=1) {
3574 websockets/WorkerThreadableWebSocketChannel.h
3577 websockets/WorkerThreadableWebSocketChannel.cpp
3581 contains(DEFINES, ENABLE_WEBGL=1) {
3583 html/canvas/CanvasContextAttributes.h \
3584 html/canvas/WebGLObject.h \
3585 html/canvas/WebGLActiveInfo.h \
3586 html/canvas/WebGLBuffer.h \
3587 html/canvas/WebGLContextAttributes.h \
3588 html/canvas/WebGLContextEvent.h \
3589 html/canvas/WebGLExtension.h \
3590 html/canvas/WebGLFramebuffer.h \
3591 html/canvas/WebGLGetInfo.h \
3592 html/canvas/WebGLProgram.h \
3593 html/canvas/WebGLRenderbuffer.h \
3594 html/canvas/WebGLRenderingContext.h \
3595 html/canvas/WebGLShader.h \
3596 html/canvas/OESStandardDerivatives.h \
3597 html/canvas/OESTextureFloat.h \
3598 html/canvas/OESVertexArrayObject.h \
3599 html/canvas/WebGLTexture.h \
3600 html/canvas/WebGLUniformLocation.h \
3601 html/canvas/WebGLVertexArrayObjectOES.h \
3602 html/canvas/WebKitLoseContext.h \
3603 platform/graphics/ANGLEWebKitBridge.h \
3604 platform/graphics/Extensions3D.h \
3605 platform/graphics/GraphicsContext3D.h \
3606 platform/graphics/gpu/DrawingBuffer.h \
3607 platform/graphics/qt/Extensions3DQt.h
3611 bindings/js/JSWebGLRenderingContextCustom.cpp
3615 html/canvas/CanvasContextAttributes.cpp \
3616 html/canvas/WebGLObject.cpp \
3617 html/canvas/WebGLBuffer.cpp \
3618 html/canvas/WebGLContextAttributes.cpp \
3619 html/canvas/WebGLContextEvent.cpp \
3620 html/canvas/WebGLExtension.cpp \
3621 html/canvas/WebGLFramebuffer.cpp \
3622 html/canvas/WebGLGetInfo.cpp \
3623 html/canvas/WebGLProgram.cpp \
3624 html/canvas/WebGLRenderbuffer.cpp \
3625 html/canvas/WebGLRenderingContext.cpp \
3626 html/canvas/WebGLShader.cpp \
3627 html/canvas/OESStandardDerivatives.cpp \
3628 html/canvas/OESTextureFloat.cpp \
3629 html/canvas/OESVertexArrayObject.cpp \
3630 html/canvas/WebGLTexture.cpp \
3631 html/canvas/WebGLUniformLocation.cpp \
3632 html/canvas/WebGLVertexArrayObjectOES.cpp \
3633 html/canvas/WebKitLoseContext.cpp \
3634 platform/graphics/ANGLEWebKitBridge.cpp \
3635 platform/graphics/GraphicsContext3D.cpp \
3636 platform/graphics/gpu/DrawingBuffer.cpp \
3637 platform/graphics/gpu/qt/DrawingBufferQt.cpp \
3638 platform/graphics/qt/Extensions3DQt.cpp \
3639 platform/graphics/qt/GraphicsContext3DQt.cpp
3641 INCLUDEPATH += $$PWD/platform/graphics/gpu
3643 !contains(QT_CONFIG, opengles2) {
3645 platform/graphics/opengl/GraphicsContext3DOpenGL.cpp
3647 ANGLE_DIR = $$replace(PWD, "WebCore", "ThirdParty/ANGLE")
3649 INCLUDEPATH += $$ANGLE_DIR/src $$ANGLE_DIR/include
3652 $$ANGLE_DIR/src/compiler/BaseTypes.h \
3653 $$ANGLE_DIR/src/compiler/Common.h \
3654 $$ANGLE_DIR/src/compiler/ConstantUnion.h \
3655 $$ANGLE_DIR/src/compiler/debug.h \
3656 $$ANGLE_DIR/src/compiler/ExtensionBehavior.h \
3657 $$ANGLE_DIR/src/compiler/ForLoopUnroll.h \
3658 $$ANGLE_DIR/src/compiler/glslang.h \
3659 $$ANGLE_DIR/src/compiler/glslang_tab.h \
3660 $$ANGLE_DIR/src/compiler/InfoSink.h \
3661 $$ANGLE_DIR/src/compiler/InitializeDll.h \
3662 $$ANGLE_DIR/src/compiler/InitializeGlobals.h \
3663 $$ANGLE_DIR/src/compiler/Initialize.h \
3664 $$ANGLE_DIR/src/compiler/InitializeParseContext.h \
3665 $$ANGLE_DIR/src/compiler/intermediate.h \
3666 $$ANGLE_DIR/src/compiler/localintermediate.h \
3667 $$ANGLE_DIR/src/compiler/MMap.h \
3668 $$ANGLE_DIR/src/compiler/MapLongVariableNames.h \
3669 $$ANGLE_DIR/src/compiler/osinclude.h \
3670 $$ANGLE_DIR/src/compiler/preprocessor/atom.h \
3671 $$ANGLE_DIR/src/compiler/preprocessor/compile.h \
3672 $$ANGLE_DIR/src/compiler/preprocessor/cpp.h \
3673 $$ANGLE_DIR/src/compiler/preprocessor/memory.h \
3674 $$ANGLE_DIR/src/compiler/preprocessor/parser.h \
3675 $$ANGLE_DIR/src/compiler/preprocessor/preprocess.h \
3676 $$ANGLE_DIR/src/compiler/preprocessor/scanner.h \
3677 $$ANGLE_DIR/src/compiler/preprocessor/slglobals.h \
3678 $$ANGLE_DIR/src/compiler/preprocessor/symbols.h \
3679 $$ANGLE_DIR/src/compiler/preprocessor/tokens.h \
3680 $$ANGLE_DIR/src/compiler/OutputESSL.h \
3681 $$ANGLE_DIR/src/compiler/OutputGLSL.h \
3682 $$ANGLE_DIR/src/compiler/OutputGLSLBase.h \
3683 $$ANGLE_DIR/src/compiler/OutputHLSL.h \
3684 $$ANGLE_DIR/src/compiler/ParseHelper.h \
3685 $$ANGLE_DIR/src/compiler/PoolAlloc.h \
3686 $$ANGLE_DIR/src/compiler/QualifierAlive.h \
3687 $$ANGLE_DIR/src/compiler/RemoveTree.h \
3688 $$ANGLE_DIR/src/compiler/SearchSymbol.h \
3689 $$ANGLE_DIR/src/compiler/ShHandle.h \
3690 $$ANGLE_DIR/src/compiler/SymbolTable.h \
3691 $$ANGLE_DIR/src/compiler/TranslatorESSL.h \
3692 $$ANGLE_DIR/src/compiler/TranslatorGLSL.h \
3693 $$ANGLE_DIR/src/compiler/TranslatorHLSL.h \
3694 $$ANGLE_DIR/src/compiler/Types.h \
3695 $$ANGLE_DIR/src/compiler/UnfoldSelect.h \
3696 $$ANGLE_DIR/src/compiler/util.h \
3697 $$ANGLE_DIR/src/compiler/ValidateLimitations.h \
3698 $$ANGLE_DIR/src/compiler/VariableInfo.h \
3699 $$ANGLE_DIR/src/compiler/VersionGLSL.h
3701 HEADERS += $$ANGLE_HEADERS
3704 $$ANGLE_DIR/src/compiler/CodeGenGLSL.cpp \
3705 $$ANGLE_DIR/src/compiler/CodeGenHLSL.cpp \
3706 $$ANGLE_DIR/src/compiler/Compiler.cpp \
3707 $$ANGLE_DIR/src/compiler/debug.cpp \
3708 $$ANGLE_DIR/src/compiler/ForLoopUnroll.cpp \
3709 $$ANGLE_DIR/src/compiler/glslang_lex.cpp \
3710 $$ANGLE_DIR/src/compiler/glslang_tab