1 # WebCore - qmake build info
2 CONFIG += building-libs
3 CONFIG += depend_includepath
6 TARGET.EPOCALLOWDLLDATA=1
7 TARGET.CAPABILITY = All -Tcb
9 TARGET.UID3 = 0x200267C2
11 TARGET.UID3 = 0xE00267C2
13 webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
14 CONFIG(QTDIR_build): webkitlibs.sources = $$QMAKE_LIBDIR_QT/$$webkitlibs.sources
15 webkitlibs.path = /sys/bin
17 "; Localised Vendor name" \
20 "; Unique Vendor name" \
23 webkitlibs.pkg_prerules = vendorinfo
25 webkitbackup.sources = ../WebKit/qt/symbian/backup_registration.xml
26 webkitbackup.path = /private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
28 contains(QT_CONFIG, declarative) {
29 declarativeImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dll
30 declarativeImport.sources += ../WebKit/qt/declarative/qmldir
31 declarativeImport.path = c:$$QT_IMPORTS_BASE_DIR/QtWebKit
32 DEPLOYMENT += declarativeImport
35 DEPLOYMENT += webkitlibs webkitbackup
37 # Need to guarantee that these come before system includes of /epoc32/include
38 MMP_RULES += "USERINCLUDE bridge"
39 MMP_RULES += "USERINCLUDE platform/animation"
40 MMP_RULES += "USERINCLUDE platform/text"
41 MMP_RULES += "USERINCLUDE rendering"
42 symbian-abld|symbian-sbsv2 {
43 # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
44 # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
45 QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
46 MMP_RULES += ALWAYS_BUILD_AS_ARM
48 QMAKE_CFLAGS -= --thumb
49 QMAKE_CXXFLAGS -= --thumb
51 CONFIG(release, debug|release): QMAKE_CXXFLAGS.ARMCC += -OTime -O3
54 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ..
55 include($$PWD/../WebKit.pri)
60 contains(QT_CONFIG, embedded):CONFIG += embedded
62 CONFIG(standalone_package) {
63 isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/generated
64 isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = $$PWD/../JavaScriptCore/generated
66 PRECOMPILED_HEADER = $$PWD/../WebKit/qt/WebKit_pch.h
68 isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = generated
69 isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = ../JavaScriptCore/generated
71 !CONFIG(release, debug|release) {
72 OBJECTS_DIR = obj/debug
74 OBJECTS_DIR = obj/release
80 include($$QT_SOURCE_TREE/src/qbase.pri)
82 DESTDIR = $$OUTPUT_DIR/lib
83 !static: DEFINES += QT_MAKEDLL
84 symbian: TARGET =$$TARGET$${QT_LIBINFIX}
86 moduleFile=$$PWD/../WebKit/qt/qt_webkit_version.pri
88 VERSION = $${QT_WEBKIT_MAJOR_VERSION}.$${QT_WEBKIT_MINOR_VERSION}.$${QT_WEBKIT_PATCH_VERSION}
91 QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork
94 unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
95 unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
96 linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
98 CONFIG(release):!CONFIG(standalone_package) {
99 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
100 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
103 DEFINES += BUILD_WEBKIT
105 # Remove whole program optimizations due to miscompilations
106 win32-msvc2005|win32-msvc2008:{
107 QMAKE_CFLAGS_RELEASE -= -GL
108 QMAKE_CXXFLAGS_RELEASE -= -GL
111 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
113 TMPPATH = $$quote($$(INCLUDE))
114 QMAKE_INCDIR_POST += $$split(TMPPATH,";")
115 TMPPATH = $$quote($$(LIB))
116 QMAKE_LIBDIR_POST += $$split(TMPPATH,";")
119 # Assume that symbian OS always comes with sqlite
120 symbian:!CONFIG(QTDIR_build): CONFIG += system-sqlite
125 $$PWD/../WebCore/WebCore.qrc
128 RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
131 maemo5|symbian|embedded {
132 DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
136 DEFINES += WTF_USE_QT_MOBILE_THEME=1
139 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
140 DEFINES += ENABLE_NO_LISTBOX_RENDERING=1
143 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
144 addJavaScriptCoreLib(../JavaScriptCore)
147 # HTML5 Media Support
148 # We require phonon. QtMultimedia support is disabled currently.
149 !contains(DEFINES, ENABLE_VIDEO=.) {
150 DEFINES -= ENABLE_VIDEO=1
151 DEFINES += ENABLE_VIDEO=0
153 contains(QT_CONFIG, phonon) {
154 DEFINES -= ENABLE_VIDEO=0
155 DEFINES += ENABLE_VIDEO=1
159 # Extract sources to build from the generator definitions
160 defineTest(addExtraCompiler) {
161 isEqual($${1}.wkAddOutputToSources, false): return(true)
163 outputRule = $$eval($${1}.output)
164 input = $$eval($${1}.input)
165 input = $$eval($$input)
168 base = $$basename(file)
170 newfile=$$replace(outputRule,\\$\\{QMAKE_FILE_BASE\\},$$base)
173 SOURCES += $$eval($${1}.wkExtraSources)
182 $$PWD/accessibility \
196 $$PWD/loader/appcache \
197 $$PWD/loader/archive \
200 $$PWD/notifications \
202 $$PWD/page/animation \
204 $$PWD/platform/animation \
205 $$PWD/platform/graphics \
206 $$PWD/platform/graphics/filters \
207 $$PWD/platform/graphics/transforms \
208 $$PWD/platform/image-decoders \
209 $$PWD/platform/mock \
210 $$PWD/platform/network \
212 $$PWD/platform/text \
213 $$PWD/platform/text/transcoder \
216 $$PWD/rendering/style \
219 $$PWD/svg/animation \
221 $$PWD/svg/graphics/filters \
226 $$WC_GENERATED_SOURCES_DIR \
232 $$PWD/platform/graphics/qt \
233 $$PWD/platform/network/qt \
235 $$PWD/../WebKit/qt/Api \
236 $$PWD/../WebKit/qt/WebCoreSupport \
242 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
245 contains(DEFINES, ENABLE_SVG=1) {
246 EXTRACSSPROPERTIES += $$PWD/css/SVGCSSPropertyNames.in
247 EXTRACSSVALUES += $$PWD/css/SVGCSSValueKeywords.in
250 contains(DEFINES, ENABLE_WCSS=1) {
251 EXTRACSSPROPERTIES += $$PWD/css/WCSSPropertyNames.in
252 EXTRACSSVALUES += $$PWD/css/WCSSValueKeywords.in
256 accessibility/AccessibilityImageMapLink.cpp \
257 accessibility/AccessibilityMediaControls.cpp \
258 accessibility/AccessibilityMenuList.cpp \
259 accessibility/AccessibilityMenuListOption.cpp \
260 accessibility/AccessibilityMenuListPopup.cpp \
261 accessibility/AccessibilityObject.cpp \
262 accessibility/AccessibilityList.cpp \
263 accessibility/AccessibilityListBox.cpp \
264 accessibility/AccessibilityListBoxOption.cpp \
265 accessibility/AccessibilityProgressIndicator.cpp \
266 accessibility/AccessibilityRenderObject.cpp \
267 accessibility/AccessibilityScrollbar.cpp \
268 accessibility/AccessibilitySlider.cpp \
269 accessibility/AccessibilityARIAGrid.cpp \
270 accessibility/AccessibilityARIAGridCell.cpp \
271 accessibility/AccessibilityARIAGridRow.cpp \
272 accessibility/AccessibilityTable.cpp \
273 accessibility/AccessibilityTableCell.cpp \
274 accessibility/AccessibilityTableColumn.cpp \
275 accessibility/AccessibilityTableHeaderContainer.cpp \
276 accessibility/AccessibilityTableRow.cpp \
277 accessibility/AXObjectCache.cpp \
278 bindings/js/GCController.cpp \
279 bindings/js/DOMObjectHashTableMap.cpp \
280 bindings/js/DOMWrapperWorld.cpp \
281 bindings/js/JSCallbackData.cpp \
282 bindings/js/JSAttrCustom.cpp \
283 bindings/js/JSCDATASectionCustom.cpp \
284 bindings/js/JSCanvasRenderingContextCustom.cpp \
285 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
286 bindings/js/JSClipboardCustom.cpp \
287 bindings/js/JSConsoleCustom.cpp \
288 bindings/js/JSCSSRuleCustom.cpp \
289 bindings/js/JSCSSRuleListCustom.cpp \
290 bindings/js/JSCSSStyleDeclarationCustom.cpp \
291 bindings/js/JSCSSValueCustom.cpp \
292 bindings/js/JSCoordinatesCustom.cpp \
293 bindings/js/JSCustomPositionCallback.cpp \
294 bindings/js/JSCustomPositionErrorCallback.cpp \
295 bindings/js/JSCustomVoidCallback.cpp \
296 bindings/js/JSCustomXPathNSResolver.cpp \
297 bindings/js/JSDataGridColumnListCustom.cpp \
298 bindings/js/JSDataGridDataSource.cpp \
299 bindings/js/JSDebugWrapperSet.cpp \
300 bindings/js/JSDesktopNotificationsCustom.cpp \
301 bindings/js/JSDocumentCustom.cpp \
302 bindings/js/JSDOMFormDataCustom.cpp \
303 bindings/js/JSDOMGlobalObject.cpp \
304 bindings/js/JSDOMStringMapCustom.cpp \
305 bindings/js/JSDOMWindowBase.cpp \
306 bindings/js/JSDOMWindowCustom.cpp \
307 bindings/js/JSDOMWindowShell.cpp \
308 bindings/js/JSDOMWrapper.cpp \
309 bindings/js/JSElementCustom.cpp \
310 bindings/js/JSEventCustom.cpp \
311 bindings/js/JSEventSourceCustom.cpp \
312 bindings/js/JSEventTarget.cpp \
313 bindings/js/JSExceptionBase.cpp \
314 bindings/js/JSGeolocationCustom.cpp \
315 bindings/js/JSHistoryCustom.cpp \
316 bindings/js/JSHTMLAppletElementCustom.cpp \
317 bindings/js/JSHTMLCanvasElementCustom.cpp \
318 bindings/js/JSHTMLAllCollectionCustom.cpp \
319 bindings/js/JSHTMLCollectionCustom.cpp \
320 bindings/js/JSHTMLDataGridElementCustom.cpp \
321 bindings/js/JSHTMLDocumentCustom.cpp \
322 bindings/js/JSHTMLElementCustom.cpp \
323 bindings/js/JSHTMLEmbedElementCustom.cpp \
324 bindings/js/JSHTMLFormElementCustom.cpp \
325 bindings/js/JSHTMLFrameElementCustom.cpp \
326 bindings/js/JSHTMLFrameSetElementCustom.cpp \
327 bindings/js/JSHTMLInputElementCustom.cpp \
328 bindings/js/JSHTMLObjectElementCustom.cpp \
329 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
330 bindings/js/JSHTMLSelectElementCustom.cpp \
331 bindings/js/JSImageConstructor.cpp \
332 bindings/js/JSImageDataCustom.cpp \
333 bindings/js/JSInjectedScriptHostCustom.cpp \
334 bindings/js/JSInspectorFrontendHostCustom.cpp \
335 bindings/js/JSLocationCustom.cpp \
336 bindings/js/JSNamedNodeMapCustom.cpp \
337 bindings/js/JSNavigatorCustom.cpp \
338 bindings/js/JSNodeCustom.cpp \
339 bindings/js/JSNodeFilterCondition.cpp \
340 bindings/js/JSNodeFilterCustom.cpp \
341 bindings/js/JSNodeIteratorCustom.cpp \
342 bindings/js/JSNodeListCustom.cpp \
343 bindings/js/JSOptionConstructor.cpp \
344 bindings/js/JSScriptProfileNodeCustom.cpp \
345 bindings/js/JSStyleSheetCustom.cpp \
346 bindings/js/JSStyleSheetListCustom.cpp \
347 bindings/js/JSTextCustom.cpp \
348 bindings/js/JSTreeWalkerCustom.cpp \
349 bindings/js/JSWebKitCSSMatrixCustom.cpp \
350 bindings/js/JSWebKitPointCustom.cpp \
351 bindings/js/JSXMLHttpRequestCustom.cpp \
352 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
353 bindings/js/JSPluginCustom.cpp \
354 bindings/js/JSPluginArrayCustom.cpp \
355 bindings/js/JSMessageChannelCustom.cpp \
356 bindings/js/JSMessageEventCustom.cpp \
357 bindings/js/JSMessagePortCustom.cpp \
358 bindings/js/JSMessagePortCustom.h \
359 bindings/js/JSMimeTypeArrayCustom.cpp \
360 bindings/js/JSDOMBinding.cpp \
361 bindings/js/JSEventListener.cpp \
362 bindings/js/JSLazyEventListener.cpp \
363 bindings/js/JSMainThreadExecState.cpp \
364 bindings/js/JSPluginElementFunctions.cpp \
365 bindings/js/JSPopStateEventCustom.cpp \
366 bindings/js/JSWorkerContextErrorHandler.cpp \
367 bindings/js/ScriptArray.cpp \
368 bindings/js/ScriptCachedFrameData.cpp \
369 bindings/js/ScriptCallFrame.cpp \
370 bindings/js/ScriptCallStack.cpp \
371 bindings/js/ScriptController.cpp \
372 bindings/js/ScriptDebugServer.cpp \
373 bindings/js/ScriptEventListener.cpp \
374 bindings/js/ScriptFunctionCall.cpp \
375 bindings/js/ScriptGCEvent.cpp \
376 bindings/js/ScriptObject.cpp \
377 bindings/js/ScriptState.cpp \
378 bindings/js/ScriptValue.cpp \
379 bindings/js/ScheduledAction.cpp \
380 bindings/js/SerializedScriptValue.cpp \
381 bindings/ScriptControllerBase.cpp \
382 bridge/IdentifierRep.cpp \
383 bridge/NP_jsobject.cpp \
384 bridge/npruntime.cpp \
385 bridge/runtime_array.cpp \
386 bridge/runtime_method.cpp \
387 bridge/runtime_object.cpp \
388 bridge/runtime_root.cpp \
389 bridge/c/CRuntimeObject.cpp \
390 bridge/c/c_class.cpp \
391 bridge/c/c_instance.cpp \
392 bridge/c/c_runtime.cpp \
393 bridge/c/c_utility.cpp \
394 bridge/jsc/BridgeJSC.cpp \
395 css/CSSBorderImageValue.cpp \
396 css/CSSCanvasValue.cpp \
397 css/CSSCharsetRule.cpp \
398 css/CSSComputedStyleDeclaration.cpp \
399 css/CSSCursorImageValue.cpp \
400 css/CSSFontFace.cpp \
401 css/CSSFontFaceRule.cpp \
402 css/CSSFontFaceSrcValue.cpp \
403 css/CSSFontSelector.cpp \
404 css/CSSFontFaceSource.cpp \
405 css/CSSFunctionValue.cpp \
406 css/CSSGradientValue.cpp \
408 css/CSSImageValue.cpp \
409 css/CSSImageGeneratorValue.cpp \
410 css/CSSImportRule.cpp \
411 css/CSSInheritedValue.cpp \
412 css/CSSInitialValue.cpp \
413 css/CSSMediaRule.cpp \
414 css/CSSMutableStyleDeclaration.cpp \
416 css/CSSPageRule.cpp \
418 css/CSSParserValues.cpp \
419 css/CSSPrimitiveValue.cpp \
420 css/CSSProperty.cpp \
421 css/CSSPropertyLonghand.cpp \
422 css/CSSReflectValue.cpp \
424 css/CSSRuleList.cpp \
425 css/CSSSelector.cpp \
426 css/CSSSelectorList.cpp \
427 css/CSSSegmentedFontFace.cpp \
428 css/CSSStyleDeclaration.cpp \
429 css/CSSStyleRule.cpp \
430 css/CSSStyleSelector.cpp \
431 css/CSSStyleSheet.cpp \
432 css/CSSTimingFunctionValue.cpp \
433 css/CSSUnicodeRangeValue.cpp \
434 css/CSSValueList.cpp \
435 css/CSSVariableDependentValue.cpp \
436 css/CSSVariablesDeclaration.cpp \
437 css/CSSVariablesRule.cpp \
438 css/FontFamilyValue.cpp \
440 css/MediaFeatureNames.cpp \
443 css/MediaQueryEvaluator.cpp \
444 css/MediaQueryExp.cpp \
446 css/ShadowValue.cpp \
451 css/StyleSheetList.cpp \
452 css/WebKitCSSKeyframeRule.cpp \
453 css/WebKitCSSKeyframesRule.cpp \
454 css/WebKitCSSMatrix.cpp \
455 css/WebKitCSSTransformValue.cpp \
456 dom/ActiveDOMObject.cpp \
459 dom/BeforeProcessEvent.cpp \
460 dom/BeforeTextInsertedEvent.cpp \
461 dom/BeforeUnloadEvent.cpp \
462 dom/CDATASection.cpp \
463 dom/CanvasSurface.cpp \
464 dom/CharacterData.cpp \
465 dom/CheckedRadioButtons.cpp \
466 dom/ChildNodeList.cpp \
467 dom/ClassNodeList.cpp \
469 dom/ClientRectList.cpp \
471 dom/ClipboardEvent.cpp \
473 dom/CompositionEvent.cpp \
474 dom/ContainerNode.cpp \
475 dom/CSSMappedAttributeDeclaration.cpp \
476 dom/CustomEvent.cpp \
477 dom/DecodedDataDocumentParser.cpp \
478 dom/DeviceOrientation.cpp \
479 dom/DeviceOrientationEvent.cpp \
481 dom/DocumentFragment.cpp \
482 dom/DocumentParser.cpp \
483 dom/DocumentType.cpp \
484 dom/DOMImplementation.cpp \
485 dom/DOMStringList.cpp \
486 dom/DOMStringMap.cpp \
487 dom/DatasetDOMStringMap.cpp \
488 dom/DynamicNodeList.cpp \
489 dom/EditingText.cpp \
492 dom/EntityReference.cpp \
496 dom/EventTarget.cpp \
497 dom/ExceptionBase.cpp \
498 dom/ExceptionCode.cpp \
499 dom/InputElement.cpp \
500 dom/KeyboardEvent.cpp \
501 dom/MessageChannel.cpp \
502 dom/MessageEvent.cpp \
503 dom/MessagePort.cpp \
504 dom/MessagePortChannel.cpp \
506 dom/MouseRelatedEvent.cpp \
507 dom/MutationEvent.cpp \
508 dom/NamedNodeMap.cpp \
509 dom/NameNodeList.cpp \
511 dom/NodeFilterCondition.cpp \
513 dom/NodeIterator.cpp \
515 dom/OptionGroupElement.cpp \
516 dom/OptionElement.cpp \
517 dom/StaticHashSetNodeList.cpp \
518 dom/OverflowEvent.cpp \
519 dom/PageTransitionEvent.cpp \
520 dom/PopStateEvent.cpp \
522 dom/PositionIterator.cpp \
523 dom/ProcessingInstruction.cpp \
524 dom/ProgressEvent.cpp \
525 dom/QualifiedName.cpp \
527 dom/RawDataDocumentParser.h \
528 dom/RegisteredEventListener.cpp \
529 dom/ScriptableDocumentParser.cpp \
530 dom/ScriptElement.cpp \
531 dom/ScriptExecutionContext.cpp \
532 dom/SelectElement.cpp \
533 dom/SelectorNodeList.cpp \
534 dom/SpaceSplitString.cpp \
535 dom/StaticNodeList.cpp \
536 dom/StyledElement.cpp \
537 dom/StyleElement.cpp \
538 dom/TagNodeList.cpp \
547 dom/UIEventWithKeyState.cpp \
548 dom/UserGestureIndicator.cpp \
549 dom/ViewportArguments.cpp \
550 dom/WebKitAnimationEvent.cpp \
551 dom/WebKitTransitionEvent.cpp \
553 dom/XMLDocumentParser.cpp \
554 dom/XMLDocumentParserQt.cpp \
555 dom/default/PlatformMessagePortChannel.cpp \
556 editing/AppendNodeCommand.cpp \
557 editing/ApplyStyleCommand.cpp \
558 editing/BreakBlockquoteCommand.cpp \
559 editing/CompositeEditCommand.cpp \
560 editing/CreateLinkCommand.cpp \
561 editing/DeleteButtonController.cpp \
562 editing/DeleteButton.cpp \
563 editing/DeleteFromTextNodeCommand.cpp \
564 editing/DeleteSelectionCommand.cpp \
565 editing/EditCommand.cpp \
567 editing/EditorCommand.cpp \
568 editing/FormatBlockCommand.cpp \
569 editing/htmlediting.cpp \
570 editing/HTMLInterchange.cpp \
571 editing/IndentOutdentCommand.cpp \
572 editing/InsertIntoTextNodeCommand.cpp \
573 editing/InsertLineBreakCommand.cpp \
574 editing/InsertListCommand.cpp \
575 editing/InsertNodeBeforeCommand.cpp \
576 editing/InsertParagraphSeparatorCommand.cpp \
577 editing/InsertTextCommand.cpp \
578 editing/JoinTextNodesCommand.cpp \
580 editing/MergeIdenticalElementsCommand.cpp \
581 editing/ModifySelectionListLevel.cpp \
582 editing/MoveSelectionCommand.cpp \
583 editing/RemoveCSSPropertyCommand.cpp \
584 editing/RemoveFormatCommand.cpp \
585 editing/RemoveNodeCommand.cpp \
586 editing/RemoveNodePreservingChildrenCommand.cpp \
587 editing/ReplaceNodeWithSpanCommand.cpp \
588 editing/ReplaceSelectionCommand.cpp \
589 editing/SelectionController.cpp \
590 editing/SetNodeAttributeCommand.cpp \
591 editing/SmartReplaceICU.cpp \
592 editing/SplitElementCommand.cpp \
593 editing/SplitTextNodeCommand.cpp \
594 editing/SplitTextNodeContainingElementCommand.cpp \
595 editing/TextIterator.cpp \
596 editing/TypingCommand.cpp \
597 editing/UnlinkCommand.cpp \
598 editing/VisiblePosition.cpp \
599 editing/VisibleSelection.cpp \
600 editing/visible_units.cpp \
601 editing/WrapContentsInDummySpanCommand.cpp \
602 history/BackForwardList.cpp \
603 history/CachedFrame.cpp \
604 history/CachedPage.cpp \
605 history/HistoryItem.cpp \
606 history/qt/HistoryItemQt.cpp \
607 history/PageCache.cpp \
608 html/AsyncImageResizer.cpp \
610 html/BlobBuilder.cpp \
611 html/canvas/CanvasGradient.cpp \
612 html/canvas/CanvasPattern.cpp \
613 html/canvas/CanvasPixelArray.cpp \
614 html/canvas/CanvasRenderingContext.cpp \
615 html/canvas/CanvasRenderingContext2D.cpp \
616 html/canvas/CanvasStyle.cpp \
617 html/CollectionCache.cpp \
618 html/CSSPreloadScanner.cpp \
619 html/DataGridColumn.cpp \
620 html/DataGridColumnList.cpp \
621 html/DateComponents.cpp \
622 html/DOMDataGridDataSource.cpp \
623 html/DOMFormData.cpp \
626 html/FileReader.cpp \
627 html/FileStream.cpp \
628 html/FileStreamProxy.cpp \
629 html/FileThread.cpp \
630 html/FormDataList.cpp \
631 html/HTMLEntityParser.cpp \
632 html/HTMLTokenizer.cpp \
633 html/HTMLDocumentParser.cpp \
634 html/HTMLPreloadScanner.cpp \
635 html/HTMLScriptRunner.cpp \
636 html/HTMLTreeBuilder.cpp \
637 html/HTMLAllCollection.cpp \
638 html/HTMLAnchorElement.cpp \
639 html/HTMLAppletElement.cpp \
640 html/HTMLAreaElement.cpp \
641 html/HTMLBaseElement.cpp \
642 html/HTMLBaseFontElement.cpp \
643 html/HTMLBlockquoteElement.cpp \
644 html/HTMLBodyElement.cpp \
645 html/HTMLBRElement.cpp \
646 html/HTMLButtonElement.cpp \
647 html/HTMLCanvasElement.cpp \
648 html/HTMLCollection.cpp \
649 html/HTMLDataGridElement.cpp \
650 html/HTMLDataGridCellElement.cpp \
651 html/HTMLDataGridColElement.cpp \
652 html/HTMLDataGridRowElement.cpp \
653 html/HTMLDataListElement.cpp \
654 html/HTMLDirectoryElement.cpp \
655 html/HTMLDivElement.cpp \
656 html/HTMLDListElement.cpp \
657 html/HTMLDocument.cpp \
658 html/HTMLElement.cpp \
659 html/HTMLElementStack.cpp \
660 html/HTMLEmbedElement.cpp \
661 html/HTMLFieldSetElement.cpp \
662 html/HTMLFontElement.cpp \
663 html/HTMLFormattingElementList.cpp \
664 html/HTMLFormCollection.cpp \
665 html/HTMLFormElement.cpp \
666 html/HTMLFrameElementBase.cpp \
667 html/HTMLFrameElement.cpp \
668 html/HTMLFrameOwnerElement.cpp \
669 html/HTMLFrameSetElement.cpp \
670 html/HTMLFormControlElement.cpp \
671 html/HTMLHeadElement.cpp \
672 html/HTMLHeadingElement.cpp \
673 html/HTMLHRElement.cpp \
674 html/HTMLHtmlElement.cpp \
675 html/HTMLIFrameElement.cpp \
676 html/HTMLImageElement.cpp \
677 html/HTMLImageLoader.cpp \
678 html/HTMLInputElement.cpp \
679 html/HTMLIsIndexElement.cpp \
680 html/HTMLKeygenElement.cpp \
681 html/HTMLLabelElement.cpp \
682 html/HTMLLegendElement.cpp \
683 html/HTMLLIElement.cpp \
684 html/HTMLLinkElement.cpp \
685 html/HTMLMapElement.cpp \
686 html/HTMLMarqueeElement.cpp \
687 html/HTMLMenuElement.cpp \
688 html/HTMLMetaElement.cpp \
689 html/HTMLMeterElement.cpp \
690 html/HTMLModElement.cpp \
691 html/HTMLNameCollection.cpp \
692 html/HTMLObjectElement.cpp \
693 html/HTMLOListElement.cpp \
694 html/HTMLOptGroupElement.cpp \
695 html/HTMLOptionElement.cpp \
696 html/HTMLOptionsCollection.cpp \
697 html/HTMLParagraphElement.cpp \
698 html/HTMLParamElement.cpp \
699 html/LegacyHTMLTreeBuilder.cpp \
700 html/HTMLParserErrorCodes.cpp \
701 html/HTMLParserScheduler.cpp \
702 html/HTMLPlugInElement.cpp \
703 html/HTMLPlugInImageElement.cpp \
704 html/HTMLPreElement.cpp \
705 html/HTMLProgressElement.cpp \
706 html/HTMLQuoteElement.cpp \
707 html/HTMLScriptElement.cpp \
708 html/HTMLSelectElement.cpp \
709 html/HTMLStyleElement.cpp \
710 html/HTMLTableCaptionElement.cpp \
711 html/HTMLTableCellElement.cpp \
712 html/HTMLTableColElement.cpp \
713 html/HTMLTableElement.cpp \
714 html/HTMLTablePartElement.cpp \
715 html/HTMLTableRowElement.cpp \
716 html/HTMLTableRowsCollection.cpp \
717 html/HTMLTableSectionElement.cpp \
718 html/HTMLTextAreaElement.cpp \
719 html/HTMLTitleElement.cpp \
720 html/LegacyHTMLDocumentParser.cpp \
721 html/HTMLUListElement.cpp \
722 html/HTMLViewSourceDocument.cpp \
724 html/ImageResizerThread.cpp \
725 html/LabelsNodeList.cpp \
726 html/LegacyPreloadScanner.cpp \
728 html/ValidityState.cpp \
729 inspector/ConsoleMessage.cpp \
730 inspector/InjectedScript.cpp \
731 inspector/InjectedScriptHost.cpp \
732 inspector/InspectorBackend.cpp \
733 inspector/InspectorCSSStore.cpp \
734 inspector/InspectorController.cpp \
735 inspector/InspectorDatabaseResource.cpp \
736 inspector/InspectorDOMAgent.cpp \
737 inspector/InspectorDOMStorageResource.cpp \
738 inspector/InspectorFrontend.cpp \
739 inspector/InspectorFrontendClientLocal.cpp \
740 inspector/InspectorFrontendHost.cpp \
741 inspector/InspectorResource.cpp \
742 inspector/InspectorTimelineAgent.cpp \
743 inspector/InspectorValues.cpp \
744 inspector/ScriptBreakpoint.cpp \
745 inspector/TimelineRecordFactory.cpp \
746 loader/archive/ArchiveFactory.cpp \
747 loader/archive/ArchiveResource.cpp \
748 loader/archive/ArchiveResourceCollection.cpp \
750 loader/CachedCSSStyleSheet.cpp \
751 loader/CachedFont.cpp \
752 loader/CachedImage.cpp \
753 loader/CachedResourceClientWalker.cpp \
754 loader/CachedResourceHandle.cpp \
755 loader/CachedResource.cpp \
756 loader/CachedScript.cpp \
757 loader/CachedXSLStyleSheet.cpp \
758 loader/CrossOriginAccessControl.cpp \
759 loader/CrossOriginPreflightResultCache.cpp \
760 loader/DocLoader.cpp \
761 loader/DocumentLoader.cpp \
762 loader/DocumentThreadableLoader.cpp \
763 loader/DocumentWriter.cpp \
764 loader/FormState.cpp \
765 loader/FormSubmission.cpp \
766 loader/FrameLoader.cpp \
767 loader/FrameLoaderStateMachine.cpp \
768 loader/HistoryController.cpp \
769 loader/FTPDirectoryDocument.cpp \
770 loader/FTPDirectoryParser.cpp \
771 loader/icon/IconLoader.cpp \
772 loader/ImageDocument.cpp \
773 loader/ImageLoader.cpp \
775 loader/MainResourceLoader.cpp \
776 loader/MediaDocument.cpp \
777 loader/NavigationAction.cpp \
778 loader/NetscapePlugInStreamLoader.cpp \
779 loader/PlaceholderDocument.cpp \
780 loader/PluginDocument.cpp \
781 loader/PolicyCallback.cpp \
782 loader/PolicyChecker.cpp \
783 loader/ProgressTracker.cpp \
784 loader/RedirectScheduler.cpp \
786 loader/ResourceLoader.cpp \
787 loader/ResourceLoadNotifier.cpp \
788 loader/SinkDocument.cpp \
789 loader/SubframeLoader.cpp \
790 loader/SubresourceLoader.cpp \
791 loader/TextDocument.cpp \
792 loader/TextResourceDecoder.cpp \
793 loader/ThreadableLoader.cpp \
794 notifications/Notification.cpp \
795 notifications/NotificationCenter.cpp \
796 page/animation/AnimationBase.cpp \
797 page/animation/AnimationController.cpp \
798 page/animation/CompositeAnimation.cpp \
799 page/animation/ImplicitAnimation.cpp \
800 page/animation/KeyframeAnimation.cpp \
804 page/ContextMenuController.cpp \
805 page/DOMSelection.cpp \
808 page/Navigation.cpp \
810 page/NavigatorBase.cpp \
811 page/DragController.cpp \
812 page/EventHandler.cpp \
813 page/EventSource.cpp \
814 page/FocusController.cpp \
818 page/Geolocation.cpp \
819 page/GeolocationController.cpp \
820 page/GeolocationPositionCache.cpp \
823 page/MemoryInfo.cpp \
824 page/MouseEventWithHitTestResults.cpp \
825 page/OriginAccessEntry.cpp \
828 page/PageGroupLoadDeferrer.cpp \
829 page/Performance.cpp \
830 page/PluginHalter.cpp \
831 page/PrintContext.cpp \
832 page/SecurityOrigin.cpp \
835 page/SpatialNavigation.cpp \
836 page/SuspendableTimer.cpp \
838 page/UserContentURLPattern.cpp \
839 page/WindowFeatures.cpp \
840 page/XSSAuditor.cpp \
841 plugins/PluginData.cpp \
842 plugins/PluginArray.cpp \
844 plugins/PluginMainThreadScheduler.cpp \
845 plugins/MimeType.cpp \
846 plugins/MimeTypeArray.cpp \
847 platform/animation/Animation.cpp \
848 platform/animation/AnimationList.cpp \
850 platform/BlobItem.cpp \
851 platform/text/Base64.cpp \
852 platform/text/BidiContext.cpp \
853 platform/text/Hyphenation.cpp \
854 platform/ContentType.cpp \
855 platform/ContextMenu.cpp \
856 platform/CrossThreadCopier.cpp \
857 platform/DeprecatedPtrListImpl.cpp \
858 platform/DragData.cpp \
859 platform/DragImage.cpp \
860 platform/FileChooser.cpp \
861 platform/GeolocationService.cpp \
862 platform/image-decoders/qt/RGBA32BufferQt.cpp \
863 platform/graphics/FontDescription.cpp \
864 platform/graphics/FontFallbackList.cpp \
865 platform/graphics/FontFamily.cpp \
866 platform/graphics/BitmapImage.cpp \
867 platform/graphics/Color.cpp \
868 platform/graphics/FloatPoint3D.cpp \
869 platform/graphics/FloatPoint.cpp \
870 platform/graphics/FloatQuad.cpp \
871 platform/graphics/FloatRect.cpp \
872 platform/graphics/FloatSize.cpp \
873 platform/graphics/FontData.cpp \
874 platform/graphics/Font.cpp \
875 platform/graphics/FontCache.cpp \
876 platform/graphics/GeneratedImage.cpp \
877 platform/graphics/Gradient.cpp \
878 platform/graphics/GraphicsContext.cpp \
879 platform/graphics/GraphicsTypes.cpp \
880 platform/graphics/Image.cpp \
881 platform/graphics/ImageBuffer.cpp \
882 platform/graphics/ImageSource.cpp \
883 platform/graphics/IntRect.cpp \
884 platform/graphics/Path.cpp \
885 platform/graphics/PathTraversalState.cpp \
886 platform/graphics/Pattern.cpp \
887 platform/graphics/Pen.cpp \
888 platform/graphics/SegmentedFontData.cpp \
889 platform/graphics/SimpleFontData.cpp \
890 platform/graphics/TiledBackingStore.cpp \
891 platform/graphics/transforms/AffineTransform.cpp \
892 platform/graphics/transforms/TransformationMatrix.cpp \
893 platform/graphics/transforms/MatrixTransformOperation.cpp \
894 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
895 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
896 platform/graphics/transforms/RotateTransformOperation.cpp \
897 platform/graphics/transforms/ScaleTransformOperation.cpp \
898 platform/graphics/transforms/SkewTransformOperation.cpp \
899 platform/graphics/transforms/TransformOperations.cpp \
900 platform/graphics/transforms/TranslateTransformOperation.cpp \
901 platform/KillRingNone.cpp \
903 platform/Length.cpp \
904 platform/LinkHash.cpp \
905 platform/Logging.cpp \
906 platform/MIMETypeRegistry.cpp \
907 platform/mock/GeolocationServiceMock.cpp \
908 platform/network/AuthenticationChallengeBase.cpp \
909 platform/network/Credential.cpp \
910 platform/network/FormData.cpp \
911 platform/network/FormDataBuilder.cpp \
912 platform/network/HTTPHeaderMap.cpp \
913 platform/network/HTTPParsers.cpp \
914 platform/network/NetworkStateNotifier.cpp \
915 platform/network/ProtectionSpace.cpp \
916 platform/network/ResourceErrorBase.cpp \
917 platform/network/ResourceHandle.cpp \
918 platform/network/ResourceRequestBase.cpp \
919 platform/network/ResourceResponseBase.cpp \
920 platform/text/RegularExpression.cpp \
921 platform/Scrollbar.cpp \
922 platform/ScrollbarThemeComposite.cpp \
923 platform/ScrollView.cpp \
924 platform/text/SegmentedString.cpp \
925 platform/SharedBuffer.cpp \
926 platform/text/String.cpp \
927 platform/text/StringBuilder.cpp \
928 platform/text/TextCodec.cpp \
929 platform/text/TextCodecLatin1.cpp \
930 platform/text/TextCodecUserDefined.cpp \
931 platform/text/TextCodecUTF16.cpp \
932 platform/text/TextEncoding.cpp \
933 platform/text/TextEncodingDetectorNone.cpp \
934 platform/text/TextEncodingRegistry.cpp \
935 platform/text/TextStream.cpp \
936 platform/ThreadGlobalData.cpp \
937 platform/ThreadTimers.cpp \
939 platform/text/UnicodeRange.cpp \
940 platform/text/transcoder/FontTranscoder.cpp \
942 platform/Widget.cpp \
943 plugins/PluginDatabase.cpp \
944 plugins/PluginDebug.cpp \
945 plugins/PluginPackage.cpp \
946 plugins/PluginStream.cpp \
947 plugins/PluginView.cpp \
948 rendering/AutoTableLayout.cpp \
949 rendering/break_lines.cpp \
950 rendering/BidiRun.cpp \
951 rendering/CounterNode.cpp \
952 rendering/EllipsisBox.cpp \
953 rendering/FixedTableLayout.cpp \
954 rendering/HitTestResult.cpp \
955 rendering/InlineBox.cpp \
956 rendering/InlineFlowBox.cpp \
957 rendering/InlineTextBox.cpp \
958 rendering/LayoutState.cpp \
959 rendering/RenderApplet.cpp \
960 rendering/RenderArena.cpp \
961 rendering/RenderBlock.cpp \
962 rendering/RenderBlockLineLayout.cpp \
963 rendering/RenderBox.cpp \
964 rendering/RenderBoxModelObject.cpp \
965 rendering/RenderBR.cpp \
966 rendering/RenderButton.cpp \
967 rendering/RenderCounter.cpp \
968 rendering/RenderDataGrid.cpp \
969 rendering/RenderEmbeddedObject.cpp \
970 rendering/RenderFieldset.cpp \
971 rendering/RenderFileUploadControl.cpp \
972 rendering/RenderFlexibleBox.cpp \
973 rendering/RenderFrame.cpp \
974 rendering/RenderFrameBase.cpp \
975 rendering/RenderFrameSet.cpp \
976 rendering/RenderHTMLCanvas.cpp \
977 rendering/RenderIFrame.cpp \
978 rendering/RenderImage.cpp \
979 rendering/RenderImageGeneratedContent.cpp \
980 rendering/RenderIndicator.cpp \
981 rendering/RenderInline.cpp \
982 rendering/RenderLayer.cpp \
983 rendering/RenderLineBoxList.cpp \
984 rendering/RenderListBox.cpp \
985 rendering/RenderListItem.cpp \
986 rendering/RenderListMarker.cpp \
987 rendering/RenderMarquee.cpp \
988 rendering/RenderMenuList.cpp \
989 rendering/RenderMeter.cpp \
990 rendering/RenderObject.cpp \
991 rendering/RenderObjectChildList.cpp \
992 rendering/RenderPart.cpp \
993 rendering/RenderProgress.cpp \
994 rendering/RenderReplaced.cpp \
995 rendering/RenderReplica.cpp \
996 rendering/RenderRuby.cpp \
997 rendering/RenderRubyBase.cpp \
998 rendering/RenderRubyRun.cpp \
999 rendering/RenderRubyText.cpp \
1000 rendering/RenderScrollbar.cpp \
1001 rendering/RenderScrollbarPart.cpp \
1002 rendering/RenderScrollbarTheme.cpp \
1003 rendering/RenderSlider.cpp \
1004 rendering/RenderTable.cpp \
1005 rendering/RenderTableCell.cpp \
1006 rendering/RenderTableCol.cpp \
1007 rendering/RenderTableRow.cpp \
1008 rendering/RenderTableSection.cpp \
1009 rendering/RenderText.cpp \
1010 rendering/RenderTextControl.cpp \
1011 rendering/RenderTextControlMultiLine.cpp \
1012 rendering/RenderTextControlSingleLine.cpp \
1013 rendering/RenderTextFragment.cpp \
1014 rendering/RenderTheme.cpp \
1015 rendering/RenderTreeAsText.cpp \
1016 rendering/RenderView.cpp \
1017 rendering/RenderWidget.cpp \
1018 rendering/RenderWordBreak.cpp \
1019 rendering/RootInlineBox.cpp \
1020 rendering/SVGRenderTreeAsText.cpp \
1021 rendering/ScrollBehavior.cpp \
1022 rendering/ShadowElement.cpp \
1023 rendering/TextControlInnerElements.cpp \
1024 rendering/TransformState.cpp \
1025 rendering/style/BindingURI.cpp \
1026 rendering/style/ContentData.cpp \
1027 rendering/style/CounterDirectives.cpp \
1028 rendering/style/FillLayer.cpp \
1029 rendering/style/KeyframeList.cpp \
1030 rendering/style/NinePieceImage.cpp \
1031 rendering/style/RenderStyle.cpp \
1032 rendering/style/ShadowData.cpp \
1033 rendering/style/StyleBackgroundData.cpp \
1034 rendering/style/StyleBoxData.cpp \
1035 rendering/style/StyleCachedImage.cpp \
1036 rendering/style/StyleFlexibleBoxData.cpp \
1037 rendering/style/StyleGeneratedImage.cpp \
1038 rendering/style/StyleInheritedData.cpp \
1039 rendering/style/StyleMarqueeData.cpp \
1040 rendering/style/StyleMultiColData.cpp \
1041 rendering/style/StyleRareInheritedData.cpp \
1042 rendering/style/StyleRareNonInheritedData.cpp \
1043 rendering/style/StyleSurroundData.cpp \
1044 rendering/style/StyleTransformData.cpp \
1045 rendering/style/StyleVisualData.cpp \
1047 xml/XMLHttpRequest.cpp \
1048 xml/XMLHttpRequestProgressEventThrottle.cpp \
1049 xml/XMLHttpRequestUpload.cpp \
1050 xml/XMLSerializer.cpp
1053 accessibility/AccessibilityARIAGridCell.h \
1054 accessibility/AccessibilityARIAGrid.h \
1055 accessibility/AccessibilityARIAGridRow.h \
1056 accessibility/AccessibilityImageMapLink.h \
1057 accessibility/AccessibilityListBox.h \
1058 accessibility/AccessibilityListBoxOption.h \
1059 accessibility/AccessibilityList.h \
1060 accessibility/AccessibilityMediaControls.h \
1061 accessibility/AccessibilityObject.h \
1062 accessibility/AccessibilityProgressIndicator.h \
1063 accessibility/AccessibilityRenderObject.h \
1064 accessibility/AccessibilityScrollbar.h \
1065 accessibility/AccessibilitySlider.h \
1066 accessibility/AccessibilityTableCell.h \
1067 accessibility/AccessibilityTableColumn.h \
1068 accessibility/AccessibilityTable.h \
1069 accessibility/AccessibilityTableHeaderContainer.h \
1070 accessibility/AccessibilityTableRow.h \
1071 accessibility/AXObjectCache.h \
1072 bindings/js/CachedScriptSourceProvider.h \
1073 bindings/js/GCController.h \
1074 bindings/js/DOMObjectHashTableMap.h \
1075 bindings/js/DOMWrapperWorld.h \
1076 bindings/js/JSCallbackData.h \
1077 bindings/js/JSAudioConstructor.h \
1078 bindings/js/JSCSSStyleDeclarationCustom.h \
1079 bindings/js/JSCustomPositionCallback.h \
1080 bindings/js/JSCustomPositionErrorCallback.h \
1081 bindings/js/JSCustomVoidCallback.h \
1082 bindings/js/JSCustomXPathNSResolver.h \
1083 bindings/js/JSDataGridDataSource.h \
1084 bindings/js/JSDebugWrapperSet.h \
1085 bindings/js/JSDOMBinding.h \
1086 bindings/js/JSDOMGlobalObject.h \
1087 bindings/js/JSDOMStringMapCustom.h \
1088 bindings/js/JSDOMWindowBase.h \
1089 bindings/js/JSDOMWindowCustom.h \
1090 bindings/js/JSDOMWindowShell.h \
1091 bindings/js/JSDOMWrapper.h \
1092 bindings/js/JSEventListener.h \
1093 bindings/js/JSEventTarget.h \
1094 bindings/js/JSHistoryCustom.h \
1095 bindings/js/JSHTMLAppletElementCustom.h \
1096 bindings/js/JSHTMLEmbedElementCustom.h \
1097 bindings/js/JSHTMLInputElementCustom.h \
1098 bindings/js/JSHTMLObjectElementCustom.h \
1099 bindings/js/JSHTMLSelectElementCustom.h \
1100 bindings/js/JSImageConstructor.h \
1101 bindings/js/JSLazyEventListener.h \
1102 bindings/js/JSLocationCustom.h \
1103 bindings/js/JSNodeCustom.h \
1104 bindings/js/JSNodeFilterCondition.h \
1105 bindings/js/JSOptionConstructor.h \
1106 bindings/js/JSPluginElementFunctions.h \
1107 bindings/js/JSStorageCustom.h \
1108 bindings/js/JSWorkerContextBase.h \
1109 bindings/js/JSWorkerContextErrorHandler.h \
1110 bindings/js/JavaScriptCallFrame.h \
1111 bindings/js/ScheduledAction.h \
1112 bindings/js/ScriptArray.h \
1113 bindings/js/ScriptCachedFrameData.h \
1114 bindings/js/ScriptCallFrame.h \
1115 bindings/js/ScriptCallStack.h \
1116 bindings/js/ScriptController.h \
1117 bindings/js/ScriptEventListener.h \
1118 bindings/js/ScriptFunctionCall.h \
1119 bindings/js/ScriptGCEvent.h \
1120 bindings/js/ScriptObject.h \
1121 bindings/js/ScriptProfile.h \
1122 bindings/js/ScriptProfileNode.h \
1123 bindings/js/ScriptProfiler.h \
1124 bindings/js/ScriptSourceCode.h \
1125 bindings/js/ScriptSourceProvider.h \
1126 bindings/js/ScriptState.h \
1127 bindings/js/ScriptValue.h \
1128 bindings/js/ScriptWrappable.h \
1129 bindings/js/SerializedScriptValue.h \
1130 bindings/js/StringSourceProvider.h \
1131 bindings/js/WebCoreJSClientData.h \
1132 bindings/js/WorkerScriptController.h \
1134 bridge/c/CRuntimeObject.h \
1135 bridge/c/c_class.h \
1136 bridge/c/c_instance.h \
1137 bridge/c/c_runtime.h \
1138 bridge/c/c_utility.h \
1139 bridge/jsc/BridgeJSC.h \
1140 bridge/IdentifierRep.h \
1141 bridge/NP_jsobject.h \
1142 bridge/npruntime.h \
1143 bridge/qt/qt_class.h \
1144 bridge/qt/qt_instance.h \
1145 bridge/qt/qt_runtime.h \
1146 bridge/qt/qt_pixmapruntime.h \
1147 bridge/runtime_array.h \
1148 bridge/runtime_method.h \
1149 bridge/runtime_object.h \
1150 bridge/runtime_root.h \
1151 css/CSSBorderImageValue.h \
1152 css/CSSCanvasValue.h \
1153 css/CSSCharsetRule.h \
1154 css/CSSComputedStyleDeclaration.h \
1155 css/CSSCursorImageValue.h \
1157 css/CSSFontFaceRule.h \
1158 css/CSSFontFaceSource.h \
1159 css/CSSFontFaceSrcValue.h \
1160 css/CSSFontSelector.h \
1161 css/CSSFunctionValue.h \
1162 css/CSSGradientValue.h \
1164 css/CSSImageGeneratorValue.h \
1165 css/CSSImageValue.h \
1166 css/CSSImportRule.h \
1167 css/CSSInheritedValue.h \
1168 css/CSSInitialValue.h \
1169 css/CSSMediaRule.h \
1170 css/CSSMutableStyleDeclaration.h \
1174 css/CSSParserValues.h \
1175 css/CSSPrimitiveValue.h \
1177 css/CSSPropertyLonghand.h \
1178 css/CSSReflectValue.h \
1181 css/CSSSegmentedFontFace.h \
1183 css/CSSSelectorList.h \
1184 css/CSSStyleDeclaration.h \
1185 css/CSSStyleRule.h \
1186 css/CSSStyleSelector.h \
1187 css/CSSStyleSheet.h \
1188 css/CSSTimingFunctionValue.h \
1189 css/CSSUnicodeRangeValue.h \
1190 css/CSSValueList.h \
1191 css/CSSVariableDependentValue.h \
1192 css/CSSVariablesDeclaration.h \
1193 css/CSSVariablesRule.h \
1194 css/FontFamilyValue.h \
1196 css/MediaFeatureNames.h \
1198 css/MediaQueryEvaluator.h \
1199 css/MediaQueryExp.h \
1207 css/StyleSheetList.h \
1208 css/WebKitCSSKeyframeRule.h \
1209 css/WebKitCSSKeyframesRule.h \
1210 css/WebKitCSSMatrix.h \
1211 css/WebKitCSSTransformValue.h \
1212 dom/ActiveDOMObject.h \
1215 dom/BeforeTextInsertedEvent.h \
1216 dom/BeforeUnloadEvent.h \
1217 dom/CDATASection.h \
1218 dom/CharacterData.h \
1219 dom/CheckedRadioButtons.h \
1220 dom/ChildNodeList.h \
1221 dom/ClassNodeList.h \
1223 dom/ClientRectList.h \
1224 dom/ClipboardEvent.h \
1227 dom/ContainerNode.h \
1228 dom/CSSMappedAttributeDeclaration.h \
1230 dom/default/PlatformMessagePortChannel.h \
1231 dom/DeviceOrientation.h \
1232 dom/DeviceOrientationClient.h \
1233 dom/DeviceOrientationEvent.h \
1234 dom/DocumentFragment.h \
1236 dom/DocumentType.h \
1237 dom/DOMImplementation.h \
1238 dom/DOMStringList.h \
1239 dom/DOMStringMap.h \
1240 dom/DatasetDOMStringMap.h \
1241 dom/DynamicNodeList.h \
1245 dom/EntityReference.h \
1249 dom/ExceptionBase.h \
1250 dom/ExceptionCode.h \
1251 dom/FragmentScriptingPermission.h \
1252 dom/InputElement.h \
1253 dom/KeyboardEvent.h \
1254 dom/MessageChannel.h \
1255 dom/MessageEvent.h \
1256 dom/MessagePortChannel.h \
1259 dom/MouseRelatedEvent.h \
1260 dom/MutationEvent.h \
1261 dom/NamedNodeMap.h \
1262 dom/NameNodeList.h \
1263 dom/NodeFilterCondition.h \
1266 dom/NodeIterator.h \
1268 dom/OptionElement.h \
1269 dom/OptionGroupElement.h \
1270 dom/StaticHashSetNodeList.h \
1271 dom/OverflowEvent.h \
1272 dom/PageTransitionEvent.h \
1274 dom/PositionIterator.h \
1275 dom/ProcessingInstruction.h \
1276 dom/ProgressEvent.h \
1277 dom/QualifiedName.h \
1279 dom/RegisteredEventListener.h \
1280 dom/ScriptElement.h \
1281 dom/ScriptExecutionContext.h \
1282 dom/SelectElement.h \
1283 dom/SelectorNodeList.h \
1284 dom/SpaceSplitString.h \
1285 dom/StaticNodeList.h \
1286 dom/StyledElement.h \
1287 dom/StyleElement.h \
1294 dom/TransformSource.h \
1296 dom/TreeDepthLimit.h \
1299 dom/UIEventWithKeyState.h \
1300 dom/UserGestureIndicator.h \
1301 dom/ViewportArguments.h \
1302 dom/WebKitAnimationEvent.h \
1303 dom/WebKitTransitionEvent.h \
1305 dom/XMLDocumentParser.h \
1306 editing/AppendNodeCommand.h \
1307 editing/ApplyStyleCommand.h \
1308 editing/BreakBlockquoteCommand.h \
1309 editing/CompositeEditCommand.h \
1310 editing/CreateLinkCommand.h \
1311 editing/DeleteButtonController.h \
1312 editing/DeleteButton.h \
1313 editing/DeleteFromTextNodeCommand.h \
1314 editing/DeleteSelectionCommand.h \
1315 editing/EditCommand.h \
1316 editing/EditingBehavior.h \
1318 editing/FormatBlockCommand.h \
1319 editing/htmlediting.h \
1320 editing/HTMLInterchange.h \
1321 editing/IndentOutdentCommand.h \
1322 editing/InsertIntoTextNodeCommand.h \
1323 editing/InsertLineBreakCommand.h \
1324 editing/InsertListCommand.h \
1325 editing/InsertNodeBeforeCommand.h \
1326 editing/InsertParagraphSeparatorCommand.h \
1327 editing/InsertTextCommand.h \
1328 editing/JoinTextNodesCommand.h \
1330 editing/MergeIdenticalElementsCommand.h \
1331 editing/ModifySelectionListLevel.h \
1332 editing/MoveSelectionCommand.h \
1333 editing/RemoveCSSPropertyCommand.h \
1334 editing/RemoveFormatCommand.h \
1335 editing/RemoveNodeCommand.h \
1336 editing/RemoveNodePreservingChildrenCommand.h \
1337 editing/ReplaceNodeWithSpanCommand.h \
1338 editing/ReplaceSelectionCommand.h \
1339 editing/SelectionController.h \
1340 editing/SetNodeAttributeCommand.h \
1341 editing/SmartReplace.h \
1342 editing/SplitElementCommand.h \
1343 editing/SplitTextNodeCommand.h \
1344 editing/SplitTextNodeContainingElementCommand.h \
1345 editing/TextIterator.h \
1346 editing/TypingCommand.h \
1347 editing/UnlinkCommand.h \
1348 editing/VisiblePosition.h \
1349 editing/VisibleSelection.h \
1350 editing/visible_units.h \
1351 editing/WrapContentsInDummySpanCommand.h \
1352 history/BackForwardList.h \
1353 history/CachedFrame.h \
1354 history/CachedPage.h \
1355 history/HistoryItem.h \
1356 history/PageCache.h \
1357 html/AsyncImageResizer.h \
1359 html/BlobBuilder.h \
1360 html/canvas/CanvasGradient.h \
1361 html/canvas/CanvasPattern.h \
1362 html/canvas/CanvasPixelArray.h \
1363 html/canvas/CanvasRenderingContext.h \
1364 html/canvas/CanvasRenderingContext2D.h \
1365 html/canvas/CanvasStyle.h \
1366 html/CollectionCache.h \
1367 html/DataGridColumn.h \
1368 html/DataGridColumnList.h \
1369 html/DateComponents.h \
1370 html/DOMDataGridDataSource.h \
1371 html/DOMFormData.h \
1377 html/FileStreamClient.h \
1378 html/FileStreamProxy.h \
1380 html/FileThreadTask.h \
1381 html/FormDataList.h \
1382 html/HTMLAllCollection.h \
1383 html/HTMLAnchorElement.h \
1384 html/HTMLAppletElement.h \
1385 html/HTMLAreaElement.h \
1386 html/HTMLAudioElement.h \
1387 html/HTMLBaseElement.h \
1388 html/HTMLBaseFontElement.h \
1389 html/HTMLBlockquoteElement.h \
1390 html/HTMLBodyElement.h \
1391 html/HTMLBRElement.h \
1392 html/HTMLButtonElement.h \
1393 html/HTMLCanvasElement.h \
1394 html/HTMLCollection.h \
1395 html/HTMLDataGridCellElement.h \
1396 html/HTMLDataGridColElement.h \
1397 html/HTMLDataGridElement.h \
1398 html/HTMLDataGridRowElement.h \
1399 html/HTMLDirectoryElement.h \
1400 html/HTMLDivElement.h \
1401 html/HTMLDListElement.h \
1402 html/HTMLDocument.h \
1403 html/HTMLElement.h \
1404 html/HTMLEmbedElement.h \
1405 html/HTMLFieldSetElement.h \
1406 html/HTMLFontElement.h \
1407 html/HTMLFormCollection.h \
1408 html/HTMLFormControlElement.h \
1409 html/HTMLFormElement.h \
1410 html/HTMLFrameElementBase.h \
1411 html/HTMLFrameElement.h \
1412 html/HTMLFrameOwnerElement.h \
1413 html/HTMLFrameSetElement.h \
1414 html/HTMLHeadElement.h \
1415 html/HTMLHeadingElement.h \
1416 html/HTMLHRElement.h \
1417 html/HTMLHtmlElement.h \
1418 html/HTMLIFrameElement.h \
1419 html/HTMLImageElement.h \
1420 html/HTMLImageLoader.h \
1421 html/HTMLInputElement.h \
1422 html/HTMLIsIndexElement.h \
1423 html/HTMLKeygenElement.h \
1424 html/HTMLLabelElement.h \
1425 html/HTMLLegendElement.h \
1426 html/HTMLLIElement.h \
1427 html/HTMLLinkElement.h \
1428 html/HTMLMapElement.h \
1429 html/HTMLMarqueeElement.h \
1430 html/HTMLMediaElement.h \
1431 html/HTMLMenuElement.h \
1432 html/HTMLMetaElement.h \
1433 html/HTMLMeterElement.h \
1434 html/HTMLModElement.h \
1435 html/HTMLNameCollection.h \
1436 html/HTMLNoScriptElement.h \
1437 html/HTMLObjectElement.h \
1438 html/HTMLOListElement.h \
1439 html/HTMLOptGroupElement.h \
1440 html/HTMLOptionElement.h \
1441 html/HTMLOptionsCollection.h \
1442 html/HTMLParagraphElement.h \
1443 html/HTMLParamElement.h \
1444 html/HTMLParserErrorCodes.h \
1445 html/LegacyHTMLTreeBuilder.h \
1446 html/HTMLPlugInElement.h \
1447 html/HTMLPlugInImageElement.h \
1448 html/HTMLPreElement.h \
1449 html/HTMLProgressElement.h \
1450 html/HTMLQuoteElement.h \
1451 html/HTMLScriptElement.h \
1452 html/HTMLSelectElement.h \
1453 html/HTMLSourceElement.h \
1454 html/HTMLStyleElement.h \
1455 html/HTMLTableCaptionElement.h \
1456 html/HTMLTableCellElement.h \
1457 html/HTMLTableColElement.h \
1458 html/HTMLTableElement.h \
1459 html/HTMLTablePartElement.h \
1460 html/HTMLTableRowElement.h \
1461 html/HTMLTableRowsCollection.h \
1462 html/HTMLTableSectionElement.h \
1463 html/HTMLTextAreaElement.h \
1464 html/HTMLTitleElement.h \
1465 html/LegacyHTMLDocumentParser.h \
1466 html/HTMLUListElement.h \
1467 html/HTMLVideoElement.h \
1468 html/HTMLViewSourceDocument.h \
1470 html/ImageResizerThread.h \
1471 html/LabelsNodeList.h \
1472 html/LegacyPreloadScanner.h \
1475 html/ValidityState.h \
1476 inspector/ConsoleMessage.h \
1477 inspector/InjectedScript.h \
1478 inspector/InjectedScriptHost.h \
1479 inspector/InspectorBackend.h \
1480 inspector/InspectorController.h \
1481 inspector/InspectorDatabaseResource.h \
1482 inspector/InspectorDOMStorageResource.h \
1483 inspector/InspectorFrontend.h \
1484 inspector/InspectorFrontendClient.h \
1485 inspector/InspectorFrontendClientLocal.h \
1486 inspector/InspectorFrontendHost.h \
1487 inspector/InspectorResource.h \
1488 inspector/InspectorTimelineAgent.h \
1489 inspector/ScriptGCEventListener.h \
1490 inspector/TimelineRecordFactory.h \
1491 loader/appcache/ApplicationCacheGroup.h \
1492 loader/appcache/ApplicationCacheHost.h \
1493 loader/appcache/ApplicationCache.h \
1494 loader/appcache/ApplicationCacheResource.h \
1495 loader/appcache/ApplicationCacheStorage.h \
1496 loader/appcache/DOMApplicationCache.h \
1497 loader/appcache/ManifestParser.h \
1498 loader/archive/ArchiveFactory.h \
1499 loader/archive/ArchiveResourceCollection.h \
1500 loader/archive/ArchiveResource.h \
1501 loader/CachedCSSStyleSheet.h \
1502 loader/CachedFont.h \
1503 loader/CachedImage.h \
1504 loader/CachedResourceClientWalker.h \
1505 loader/CachedResource.h \
1506 loader/CachedResourceHandle.h \
1507 loader/CachedScript.h \
1508 loader/CachedXSLStyleSheet.h \
1510 loader/CrossOriginAccessControl.h \
1511 loader/CrossOriginPreflightResultCache.h \
1512 loader/DocLoader.h \
1513 loader/DocumentLoader.h \
1514 loader/DocumentThreadableLoader.h \
1515 loader/FormState.h \
1516 loader/FrameLoader.h \
1517 loader/FrameLoaderStateMachine.h \
1518 loader/FTPDirectoryDocument.h \
1519 loader/FTPDirectoryParser.h \
1520 loader/icon/IconDatabase.h \
1521 loader/icon/IconLoader.h \
1522 loader/icon/IconRecord.h \
1523 loader/icon/PageURLRecord.h \
1524 loader/ImageDocument.h \
1525 loader/ImageLoader.h \
1527 loader/MainResourceLoader.h \
1528 loader/MediaDocument.h \
1529 loader/NavigationAction.h \
1530 loader/NetscapePlugInStreamLoader.h \
1531 loader/PlaceholderDocument.h \
1532 loader/PluginDocument.h \
1533 loader/ProgressTracker.h \
1535 loader/ResourceLoader.h \
1536 loader/SubresourceLoader.h \
1537 loader/TextDocument.h \
1538 loader/TextResourceDecoder.h \
1539 loader/ThreadableLoader.h \
1540 loader/WorkerThreadableLoader.h \
1541 mathml/MathMLElement.h \
1542 mathml/MathMLInlineContainerElement.h \
1543 mathml/MathMLMathElement.h \
1544 mathml/MathMLTextElement.h \
1545 mathml/RenderMathMLBlock.h \
1546 mathml/RenderMathMLFraction.h \
1547 mathml/RenderMathMLMath.h \
1548 mathml/RenderMathMLOperator.h \
1549 mathml/RenderMathMLRoot.h \
1550 mathml/RenderMathMLRow.h \
1551 mathml/RenderMathMLSquareRoot.h \
1552 mathml/RenderMathMLSubSup.h \
1553 mathml/RenderMathMLUnderOver.h \
1554 notifications/Notification.h \
1555 notifications/NotificationCenter.h \
1556 notifications/NotificationPresenter.h \
1557 notifications/NotificationContents.h \
1558 page/animation/AnimationBase.h \
1559 page/animation/AnimationController.h \
1560 page/animation/CompositeAnimation.h \
1561 page/animation/ImplicitAnimation.h \
1562 page/animation/KeyframeAnimation.h \
1566 page/ContextMenuController.h \
1567 page/ContextMenuProvider.h \
1568 page/Coordinates.h \
1569 page/DOMSelection.h \
1572 page/DragController.h \
1573 page/EventHandler.h \
1574 page/EventSource.h \
1575 page/FocusController.h \
1579 page/Geolocation.h \
1580 page/GeolocationPositionCache.h \
1581 page/Geoposition.h \
1582 page/HaltablePlugin.h \
1585 page/MouseEventWithHitTestResults.h \
1586 page/NavigatorBase.h \
1589 page/PageGroupLoadDeferrer.h \
1591 page/PluginHalter.h \
1592 page/PluginHalterClient.h \
1593 page/PrintContext.h \
1595 page/SecurityOrigin.h \
1597 page/SpatialNavigation.h \
1598 page/WindowFeatures.h \
1599 page/WorkerNavigator.h \
1602 platform/animation/Animation.h \
1603 platform/animation/AnimationList.h \
1605 platform/BlobItem.h \
1606 platform/ContentType.h \
1607 platform/ContextMenu.h \
1608 platform/CrossThreadCopier.h \
1609 platform/DeprecatedPtrListImpl.h \
1610 platform/DragData.h \
1611 platform/DragImage.h \
1612 platform/FileChooser.h \
1613 platform/GeolocationService.h \
1614 platform/image-decoders/ImageDecoder.h \
1615 platform/mock/GeolocationServiceMock.h \
1616 platform/graphics/BitmapImage.h \
1617 platform/graphics/Color.h \
1618 platform/graphics/filters/FEBlend.h \
1619 platform/graphics/filters/FEColorMatrix.h \
1620 platform/graphics/filters/FEComponentTransfer.h \
1621 platform/graphics/filters/FEComposite.h \
1622 platform/graphics/filters/FEGaussianBlur.h \
1623 platform/graphics/filters/FilterEffect.h \
1624 platform/graphics/filters/SourceAlpha.h \
1625 platform/graphics/filters/SourceGraphic.h \
1626 platform/graphics/FloatPoint3D.h \
1627 platform/graphics/FloatPoint.h \
1628 platform/graphics/FloatQuad.h \
1629 platform/graphics/FloatRect.h \
1630 platform/graphics/FloatSize.h \
1631 platform/graphics/FontData.h \
1632 platform/graphics/FontDescription.h \
1633 platform/graphics/FontFamily.h \
1634 platform/graphics/Font.h \
1635 platform/graphics/GeneratedImage.h \
1636 platform/graphics/Gradient.h \
1637 platform/graphics/GraphicsContext.h \
1638 platform/graphics/GraphicsTypes.h \
1639 platform/graphics/Image.h \
1640 platform/graphics/ImageSource.h \
1641 platform/graphics/IntPoint.h \
1642 platform/graphics/IntPointHash.h \
1643 platform/graphics/IntRect.h \
1644 platform/graphics/MediaPlayer.h \
1645 platform/graphics/Path.h \
1646 platform/graphics/PathTraversalState.h \
1647 platform/graphics/Pattern.h \
1648 platform/graphics/Pen.h \
1649 platform/graphics/qt/FontCustomPlatformData.h \
1650 platform/graphics/qt/ImageDecoderQt.h \
1651 platform/graphics/qt/StillImageQt.h \
1652 platform/graphics/SegmentedFontData.h \
1653 platform/graphics/SimpleFontData.h \
1654 platform/graphics/Tile.h \
1655 platform/graphics/TiledBackingStore.h \
1656 platform/graphics/TiledBackingStoreClient.h \
1657 platform/graphics/transforms/Matrix3DTransformOperation.h \
1658 platform/graphics/transforms/MatrixTransformOperation.h \
1659 platform/graphics/transforms/PerspectiveTransformOperation.h \
1660 platform/graphics/transforms/RotateTransformOperation.h \
1661 platform/graphics/transforms/ScaleTransformOperation.h \
1662 platform/graphics/transforms/SkewTransformOperation.h \
1663 platform/graphics/transforms/TransformationMatrix.h \
1664 platform/graphics/transforms/TransformOperations.h \
1665 platform/graphics/transforms/TranslateTransformOperation.h \
1666 platform/KillRing.h \
1669 platform/LinkHash.h \
1670 platform/Logging.h \
1671 platform/MIMETypeRegistry.h \
1672 platform/network/AuthenticationChallengeBase.h \
1673 platform/network/AuthenticationClient.h \
1674 platform/network/Credential.h \
1675 platform/network/FormDataBuilder.h \
1676 platform/network/FormData.h \
1677 platform/network/HTTPHeaderMap.h \
1678 platform/network/HTTPParsers.h \
1679 platform/network/NetworkStateNotifier.h \
1680 platform/network/ProtectionSpace.h \
1681 platform/network/qt/QNetworkReplyHandler.h \
1682 platform/network/ResourceErrorBase.h \
1683 platform/network/ResourceHandle.h \
1684 platform/network/ResourceLoadTiming.h \
1685 platform/network/ResourceRequestBase.h \
1686 platform/network/ResourceResponseBase.h \
1687 platform/PlatformTouchEvent.h \
1688 platform/PlatformTouchPoint.h \
1689 platform/qt/ClipboardQt.h \
1690 platform/qt/QWebPageClient.h \
1691 platform/qt/QtAbstractWebPopup.h \
1692 platform/qt/QtStyleOptionWebComboBox.h \
1693 platform/qt/RenderThemeQt.h \
1694 platform/qt/ScrollbarThemeQt.h \
1695 platform/Scrollbar.h \
1696 platform/ScrollbarThemeComposite.h \
1697 platform/ScrollView.h \
1698 platform/SharedBuffer.h \
1699 platform/sql/SQLiteDatabase.h \
1700 platform/sql/SQLiteFileSystem.h \
1701 platform/sql/SQLiteStatement.h \
1702 platform/sql/SQLiteTransaction.h \
1703 platform/sql/SQLValue.h \
1704 platform/text/AtomicString.h \
1705 platform/text/Base64.h \
1706 platform/text/BidiContext.h \
1707 platform/text/Hyphenation.h \
1708 platform/text/qt/TextCodecQt.h \
1709 platform/text/RegularExpression.h \
1710 platform/text/SegmentedString.h \
1711 platform/text/StringBuilder.h \
1712 platform/text/StringImpl.h \
1713 platform/text/TextCodec.h \
1714 platform/text/TextCodecLatin1.h \
1715 platform/text/TextCodecUserDefined.h \
1716 platform/text/TextCodecUTF16.h \
1717 platform/text/TextEncoding.h \
1718 platform/text/TextEncodingRegistry.h \
1719 platform/text/TextStream.h \
1720 platform/text/UnicodeRange.h \
1721 platform/text/transcoder/FontTranscoder.h \
1722 platform/ThreadGlobalData.h \
1723 platform/ThreadTimers.h \
1726 plugins/MimeTypeArray.h \
1727 plugins/MimeType.h \
1728 plugins/PluginArray.h \
1729 plugins/PluginDatabase.h \
1730 plugins/PluginData.h \
1731 plugins/PluginDebug.h \
1733 plugins/PluginMainThreadScheduler.h \
1734 plugins/PluginPackage.h \
1735 plugins/PluginStream.h \
1736 plugins/PluginView.h \
1737 plugins/win/PluginMessageThrottlerWin.h \
1738 rendering/AutoTableLayout.h \
1739 rendering/break_lines.h \
1740 rendering/CounterNode.h \
1741 rendering/EllipsisBox.h \
1742 rendering/FixedTableLayout.h \
1743 rendering/HitTestResult.h \
1744 rendering/InlineBox.h \
1745 rendering/InlineFlowBox.h \
1746 rendering/InlineTextBox.h \
1747 rendering/LayoutState.h \
1748 rendering/MediaControlElements.h \
1749 rendering/PaintInfo.h \
1750 rendering/PaintPhase.h \
1751 rendering/PointerEventsHitRules.h \
1752 rendering/RenderApplet.h \
1753 rendering/RenderArena.h \
1754 rendering/RenderBlock.h \
1755 rendering/RenderBox.h \
1756 rendering/RenderBoxModelObject.h \
1757 rendering/RenderBR.h \
1758 rendering/RenderButton.h \
1759 rendering/RenderCounter.h \
1760 rendering/RenderDataGrid.h \
1761 rendering/RenderEmbeddedObject.h \
1762 rendering/RenderFieldset.h \
1763 rendering/RenderFileUploadControl.h \
1764 rendering/RenderFlexibleBox.h \
1765 rendering/RenderForeignObject.h \
1766 rendering/RenderFrame.h \
1767 rendering/RenderFrameBase.h \
1768 rendering/RenderFrameSet.h \
1769 rendering/RenderHTMLCanvas.h \
1770 rendering/RenderIFrame.h \
1771 rendering/RenderImageGeneratedContent.h \
1772 rendering/RenderImage.h \
1773 rendering/RenderIndicator.h \
1774 rendering/RenderInline.h \
1775 rendering/RenderInputSpeech.h \
1776 rendering/RenderLayer.h \
1777 rendering/RenderLineBoxList.h \
1778 rendering/RenderListBox.h \
1779 rendering/RenderListItem.h \
1780 rendering/RenderListMarker.h \
1781 rendering/RenderMarquee.h \
1782 rendering/RenderMedia.h \
1783 rendering/RenderMenuList.h \
1784 rendering/RenderMeter.h \
1785 rendering/RenderObjectChildList.h \
1786 rendering/RenderObject.h \
1787 rendering/RenderPart.h \
1788 rendering/RenderPath.h \
1789 rendering/RenderProgress.h \
1790 rendering/RenderReplaced.h \
1791 rendering/RenderReplica.h \
1792 rendering/RenderRuby.h \
1793 rendering/RenderRubyBase.h \
1794 rendering/RenderRubyRun.h \
1795 rendering/RenderRubyText.h \
1796 rendering/RenderScrollbar.h \
1797 rendering/RenderScrollbarPart.h \
1798 rendering/RenderScrollbarTheme.h \
1799 rendering/RenderSlider.h \
1800 rendering/RenderSVGBlock.h \
1801 rendering/RenderSVGContainer.h \
1802 rendering/RenderSVGGradientStop.h \
1803 rendering/RenderSVGHiddenContainer.h \
1804 rendering/RenderSVGImage.h \
1805 rendering/RenderSVGInline.h \
1806 rendering/RenderSVGInlineText.h \
1807 rendering/RenderSVGModelObject.h \
1808 rendering/RenderSVGResource.h \
1809 rendering/RenderSVGResourceClipper.h \
1810 rendering/RenderSVGResourceFilter.h \
1811 rendering/RenderSVGResourceGradient.h \
1812 rendering/RenderSVGResourceLinearGradient.h \
1813 rendering/RenderSVGResourceMarker.h \
1814 rendering/RenderSVGResourceMasker.h \
1815 rendering/RenderSVGResourcePattern.h \
1816 rendering/RenderSVGResourceRadialGradient.h \
1817 rendering/RenderSVGResourceSolidColor.h \
1818 rendering/RenderSVGRoot.h \
1819 rendering/RenderSVGShadowTreeRootContainer.h \
1820 rendering/RenderSVGText.h \
1821 rendering/RenderSVGTextPath.h \
1822 rendering/RenderSVGTransformableContainer.h \
1823 rendering/RenderSVGTSpan.h \
1824 rendering/RenderSVGViewportContainer.h \
1825 rendering/RenderTableCell.h \
1826 rendering/RenderTableCol.h \
1827 rendering/RenderTable.h \
1828 rendering/RenderTableRow.h \
1829 rendering/RenderTableSection.h \
1830 rendering/RenderTextControl.h \
1831 rendering/RenderTextControlMultiLine.h \
1832 rendering/RenderTextControlSingleLine.h \
1833 rendering/RenderTextFragment.h \
1834 rendering/RenderText.h \
1835 rendering/RenderTheme.h \
1836 rendering/RenderTreeAsText.h \
1837 rendering/RenderVideo.h \
1838 rendering/RenderView.h \
1839 rendering/RenderWidget.h \
1840 rendering/RenderWordBreak.h \
1841 rendering/RootInlineBox.h \
1842 rendering/ScrollBehavior.h \
1843 rendering/ShadowElement.h \
1844 rendering/style/BindingURI.h \
1845 rendering/style/ContentData.h \
1846 rendering/style/CounterDirectives.h \
1847 rendering/style/CursorData.h \
1848 rendering/style/CursorList.h \
1849 rendering/style/FillLayer.h \
1850 rendering/style/KeyframeList.h \
1851 rendering/style/NinePieceImage.h \
1852 rendering/style/RenderStyle.h \
1853 rendering/style/ShadowData.h \
1854 rendering/style/StyleBackgroundData.h \
1855 rendering/style/StyleBoxData.h \
1856 rendering/style/StyleCachedImage.h \
1857 rendering/style/StyleFlexibleBoxData.h \
1858 rendering/style/StyleGeneratedImage.h \
1859 rendering/style/StyleInheritedData.h \
1860 rendering/style/StyleMarqueeData.h \
1861 rendering/style/StyleMultiColData.h \
1862 rendering/style/StyleRareInheritedData.h \
1863 rendering/style/StyleRareNonInheritedData.h \
1864 rendering/style/StyleReflection.h \
1865 rendering/style/StyleSurroundData.h \
1866 rendering/style/StyleTransformData.h \
1867 rendering/style/StyleVisualData.h \
1868 rendering/style/SVGRenderStyleDefs.h \
1869 rendering/style/SVGRenderStyle.h \
1870 rendering/SVGCharacterData.h \
1871 rendering/SVGCharacterLayoutInfo.h \
1872 rendering/SVGInlineFlowBox.h \
1873 rendering/SVGInlineTextBox.h \
1874 rendering/SVGMarkerData.h \
1875 rendering/SVGMarkerLayoutInfo.h \
1876 rendering/SVGRenderSupport.h \
1877 rendering/SVGRenderTreeAsText.h \
1878 rendering/SVGRootInlineBox.h \
1879 rendering/SVGShadowTreeElements.h \
1880 rendering/SVGTextChunkLayoutInfo.h \
1881 rendering/SVGTextLayoutUtilities.h \
1882 rendering/SVGTextQuery.h \
1883 rendering/TextControlInnerElements.h \
1884 rendering/TransformState.h \
1885 svg/animation/SMILTimeContainer.h \
1886 svg/animation/SMILTime.h \
1887 svg/animation/SVGSMILElement.h \
1888 svg/ColorDistance.h \
1889 svg/graphics/filters/SVGFEConvolveMatrix.h \
1890 svg/graphics/filters/SVGFEDiffuseLighting.h \
1891 svg/graphics/filters/SVGFEDisplacementMap.h \
1892 svg/graphics/filters/SVGFEFlood.h \
1893 svg/graphics/filters/SVGFEImage.h \
1894 svg/graphics/filters/SVGFELighting.h \
1895 svg/graphics/filters/SVGFEMerge.h \
1896 svg/graphics/filters/SVGFEMorphology.h \
1897 svg/graphics/filters/SVGFEOffset.h \
1898 svg/graphics/filters/SVGFESpecularLighting.h \
1899 svg/graphics/filters/SVGFETile.h \
1900 svg/graphics/filters/SVGFETurbulence.h \
1901 svg/graphics/filters/SVGFilterBuilder.h \
1902 svg/graphics/filters/SVGFilter.h \
1903 svg/graphics/filters/SVGLightSource.h \
1904 svg/graphics/SVGImage.h \
1906 svg/SVGAltGlyphElement.h \
1908 svg/SVGAnimateColorElement.h \
1909 svg/SVGAnimatedPathData.h \
1910 svg/SVGAnimatedPoints.h \
1911 svg/SVGAnimatedProperty.h \
1912 svg/SVGAnimatedPropertySynchronizer.h \
1913 svg/SVGAnimatedPropertyTraits.h \
1914 svg/SVGAnimatedTemplate.h \
1915 svg/SVGAnimateElement.h \
1916 svg/SVGAnimateMotionElement.h \
1917 svg/SVGAnimateTransformElement.h \
1918 svg/SVGAnimationElement.h \
1919 svg/SVGCircleElement.h \
1920 svg/SVGClipPathElement.h \
1922 svg/SVGComponentTransferFunctionElement.h \
1923 svg/SVGCursorElement.h \
1924 svg/SVGDefsElement.h \
1925 svg/SVGDescElement.h \
1926 svg/SVGDocumentExtensions.h \
1929 svg/SVGElementInstance.h \
1930 svg/SVGElementInstanceList.h \
1931 svg/SVGElementRareData.h \
1932 svg/SVGEllipseElement.h \
1933 svg/SVGExternalResourcesRequired.h \
1934 svg/SVGFEBlendElement.h \
1935 svg/SVGFEColorMatrixElement.h \
1936 svg/SVGFEComponentTransferElement.h \
1937 svg/SVGFECompositeElement.h \
1938 svg/SVGFEConvolveMatrixElement.h \
1939 svg/SVGFEDiffuseLightingElement.h \
1940 svg/SVGFEDisplacementMapElement.h \
1941 svg/SVGFEDistantLightElement.h \
1942 svg/SVGFEFloodElement.h \
1943 svg/SVGFEFuncAElement.h \
1944 svg/SVGFEFuncBElement.h \
1945 svg/SVGFEFuncGElement.h \
1946 svg/SVGFEFuncRElement.h \
1947 svg/SVGFEGaussianBlurElement.h \
1948 svg/SVGFEImageElement.h \
1949 svg/SVGFELightElement.h \
1950 svg/SVGFEMergeElement.h \
1951 svg/SVGFEMergeNodeElement.h \
1952 svg/SVGFEMorphologyElement.h \
1953 svg/SVGFEOffsetElement.h \
1954 svg/SVGFEPointLightElement.h \
1955 svg/SVGFESpecularLightingElement.h \
1956 svg/SVGFESpotLightElement.h \
1957 svg/SVGFETileElement.h \
1958 svg/SVGFETurbulenceElement.h \
1959 svg/SVGFilterElement.h \
1960 svg/SVGFilterPrimitiveStandardAttributes.h \
1961 svg/SVGFitToViewBox.h \
1963 svg/SVGFontElement.h \
1964 svg/SVGFontFaceElement.h \
1965 svg/SVGFontFaceFormatElement.h \
1966 svg/SVGFontFaceNameElement.h \
1967 svg/SVGFontFaceSrcElement.h \
1968 svg/SVGFontFaceUriElement.h \
1969 svg/SVGForeignObjectElement.h \
1971 svg/SVGGlyphElement.h \
1972 svg/SVGGradientElement.h \
1973 svg/SVGHKernElement.h \
1974 svg/SVGImageElement.h \
1975 svg/SVGImageLoader.h \
1976 svg/SVGLangSpace.h \
1978 svg/SVGLengthList.h \
1979 svg/SVGLinearGradientElement.h \
1980 svg/SVGLineElement.h \
1981 svg/SVGLocatable.h \
1982 svg/SVGMarkerElement.h \
1983 svg/SVGMaskElement.h \
1984 svg/SVGMetadataElement.h \
1985 svg/SVGMissingGlyphElement.h \
1986 svg/SVGMPathElement.h \
1987 svg/SVGNumberList.h \
1989 svg/SVGParserUtilities.h \
1990 svg/SVGPathElement.h \
1991 svg/SVGPathSegArc.h \
1992 svg/SVGPathSegClosePath.h \
1993 svg/SVGPathSegCurvetoCubic.h \
1994 svg/SVGPathSegCurvetoCubicSmooth.h \
1995 svg/SVGPathSegCurvetoQuadratic.h \
1996 svg/SVGPathSegCurvetoQuadraticSmooth.h \
1997 svg/SVGPathSegLineto.h \
1998 svg/SVGPathSegLinetoHorizontal.h \
1999 svg/SVGPathSegLinetoVertical.h \
2000 svg/SVGPathSegList.h \
2001 svg/SVGPathSegMoveto.h \
2002 svg/SVGPatternElement.h \
2003 svg/SVGPointList.h \
2004 svg/SVGPolyElement.h \
2005 svg/SVGPolygonElement.h \
2006 svg/SVGPolylineElement.h \
2007 svg/SVGPreserveAspectRatio.h \
2008 svg/SVGRadialGradientElement.h \
2009 svg/SVGRectElement.h \
2010 svg/SVGScriptElement.h \
2011 svg/SVGSetElement.h \
2012 svg/SVGStopElement.h \
2013 svg/SVGStringList.h \
2015 svg/SVGStyledElement.h \
2016 svg/SVGStyledLocatableElement.h \
2017 svg/SVGStyledTransformableElement.h \
2018 svg/SVGStyleElement.h \
2019 svg/SVGSVGElement.h \
2020 svg/SVGSwitchElement.h \
2021 svg/SVGSymbolElement.h \
2023 svg/SVGTextContentElement.h \
2024 svg/SVGTextElement.h \
2025 svg/SVGTextPathElement.h \
2026 svg/SVGTextPositioningElement.h \
2027 svg/SVGTitleElement.h \
2028 svg/SVGTransformable.h \
2029 svg/SVGTransformDistance.h \
2030 svg/SVGTransform.h \
2031 svg/SVGTransformList.h \
2032 svg/SVGTRefElement.h \
2033 svg/SVGTSpanElement.h \
2034 svg/SVGURIReference.h \
2035 svg/SVGUseElement.h \
2036 svg/SVGViewElement.h \
2038 svg/SVGVKernElement.h \
2039 svg/SVGZoomAndPan.h \
2040 svg/SVGZoomEvent.h \
2041 wml/WMLAccessElement.h \
2043 wml/WMLAnchorElement.h \
2044 wml/WMLBRElement.h \
2045 wml/WMLCardElement.h \
2047 wml/WMLDoElement.h \
2049 wml/WMLErrorHandling.h \
2050 wml/WMLEventHandlingElement.h \
2051 wml/WMLFieldSetElement.h \
2052 wml/WMLFormControlElement.h \
2053 wml/WMLGoElement.h \
2054 wml/WMLImageElement.h \
2055 wml/WMLImageLoader.h \
2056 wml/WMLInputElement.h \
2057 wml/WMLInsertedLegendElement.h \
2058 wml/WMLIntrinsicEvent.h \
2059 wml/WMLIntrinsicEventHandler.h \
2060 wml/WMLMetaElement.h \
2061 wml/WMLNoopElement.h \
2062 wml/WMLOnEventElement.h \
2063 wml/WMLOptGroupElement.h \
2064 wml/WMLOptionElement.h \
2065 wml/WMLPageState.h \
2067 wml/WMLPostfieldElement.h \
2068 wml/WMLPrevElement.h \
2069 wml/WMLRefreshElement.h \
2070 wml/WMLSelectElement.h \
2071 wml/WMLSetvarElement.h \
2072 wml/WMLTableElement.h \
2073 wml/WMLTaskElement.h \
2074 wml/WMLTemplateElement.h \
2075 wml/WMLTimerElement.h \
2076 wml/WMLVariables.h \
2077 workers/AbstractWorker.h \
2078 workers/DedicatedWorkerContext.h \
2079 workers/DedicatedWorkerThread.h \
2080 workers/SharedWorker.h \
2081 workers/WorkerContext.h \
2083 workers/WorkerLocation.h \
2084 workers/WorkerMessagingProxy.h \
2085 workers/WorkerRunLoop.h \
2086 workers/WorkerScriptLoader.h \
2087 workers/WorkerThread.h \
2089 xml/NativeXPathNSResolver.h \
2090 xml/XMLHttpRequest.h \
2091 xml/XMLHttpRequestUpload.h \
2092 xml/XMLSerializer.h \
2093 xml/XPathEvaluator.h \
2094 xml/XPathExpression.h \
2095 xml/XPathExpressionNode.h \
2096 xml/XPathFunctions.h \
2097 xml/XPathNamespace.h \
2098 xml/XPathNodeSet.h \
2099 xml/XPathNSResolver.h \
2102 xml/XPathPredicate.h \
2107 xml/XPathVariableReference.h \
2108 xml/XSLImportRule.h \
2109 xml/XSLStyleSheet.h \
2110 xml/XSLTExtensions.h \
2111 xml/XSLTProcessor.h \
2112 xml/XSLTUnicodeSort.h \
2113 $$PWD/../WebKit/qt/Api/qwebplugindatabase_p.h \
2114 $$PWD/../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h \
2115 $$PWD/../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h \
2116 $$PWD/../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h \
2117 $$PWD/../WebKit/qt/WebCoreSupport/PageClientQt.h \
2118 $$PWD/../WebKit/qt/WebCoreSupport/QtPlatformPlugin.h \
2119 $$PWD/platform/network/qt/DnsPrefetchHelper.h
2122 accessibility/qt/AccessibilityObjectQt.cpp \
2123 bindings/js/ScriptControllerQt.cpp \
2124 bridge/qt/qt_class.cpp \
2125 bridge/qt/qt_instance.cpp \
2126 bridge/qt/qt_pixmapruntime.cpp \
2127 bridge/qt/qt_runtime.cpp \
2128 page/qt/DragControllerQt.cpp \
2129 page/qt/EventHandlerQt.cpp \
2130 page/qt/FrameQt.cpp \
2131 platform/graphics/qt/TransformationMatrixQt.cpp \
2132 platform/graphics/qt/ColorQt.cpp \
2133 platform/graphics/qt/FontQt.cpp \
2134 platform/graphics/qt/FontPlatformDataQt.cpp \
2135 platform/graphics/qt/FloatPointQt.cpp \
2136 platform/graphics/qt/FloatRectQt.cpp \
2137 platform/graphics/qt/GradientQt.cpp \
2138 platform/graphics/qt/GraphicsContextQt.cpp \
2139 platform/graphics/qt/IconQt.cpp \
2140 platform/graphics/qt/ImageBufferQt.cpp \
2141 platform/graphics/qt/ImageDecoderQt.cpp \
2142 platform/graphics/qt/ImageQt.cpp \
2143 platform/graphics/qt/IntPointQt.cpp \
2144 platform/graphics/qt/IntRectQt.cpp \
2145 platform/graphics/qt/IntSizeQt.cpp \
2146 platform/graphics/qt/PathQt.cpp \
2147 platform/graphics/qt/PatternQt.cpp \
2148 platform/graphics/qt/StillImageQt.cpp \
2149 platform/network/qt/ResourceHandleQt.cpp \
2150 platform/network/qt/ResourceRequestQt.cpp \
2151 platform/network/qt/DnsPrefetchHelper.cpp \
2152 platform/network/qt/QNetworkReplyHandler.cpp \
2153 editing/qt/EditorQt.cpp \
2154 editing/qt/SmartReplaceQt.cpp \
2155 platform/Cursor.cpp \
2156 platform/qt/ClipboardQt.cpp \
2157 platform/qt/ContextMenuItemQt.cpp \
2158 platform/qt/ContextMenuQt.cpp \
2159 platform/qt/CookieJarQt.cpp \
2160 platform/qt/CursorQt.cpp \
2161 platform/qt/DragDataQt.cpp \
2162 platform/qt/DragImageQt.cpp \
2163 platform/qt/EventLoopQt.cpp \
2164 platform/qt/FileChooserQt.cpp \
2165 platform/qt/FileSystemQt.cpp \
2166 platform/qt/SharedBufferQt.cpp \
2167 platform/graphics/qt/FontCacheQt.cpp \
2168 platform/graphics/qt/FontCustomPlatformDataQt.cpp \
2169 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2170 platform/graphics/qt/SimpleFontDataQt.cpp \
2171 platform/graphics/qt/TileQt.cpp \
2172 platform/qt/KURLQt.cpp \
2173 platform/qt/Localizations.cpp \
2174 platform/qt/MIMETypeRegistryQt.cpp \
2175 platform/qt/PasteboardQt.cpp \
2176 platform/qt/PlatformKeyboardEventQt.cpp \
2177 platform/qt/PlatformMouseEventQt.cpp \
2178 platform/qt/PlatformScreenQt.cpp \
2179 platform/qt/PlatformTouchEventQt.cpp \
2180 platform/qt/PlatformTouchPointQt.cpp \
2181 platform/qt/PopupMenuQt.cpp \
2182 platform/qt/QtAbstractWebPopup.cpp \
2183 platform/qt/RenderThemeQt.cpp \
2184 platform/qt/ScrollbarQt.cpp \
2185 platform/qt/ScrollbarThemeQt.cpp \
2186 platform/qt/ScrollViewQt.cpp \
2187 platform/qt/SearchPopupMenuQt.cpp \
2188 platform/qt/SharedTimerQt.cpp \
2189 platform/qt/SoundQt.cpp \
2190 platform/qt/LoggingQt.cpp \
2191 platform/qt/TemporaryLinkStubsQt.cpp \
2192 platform/text/qt/TextBoundariesQt.cpp \
2193 platform/text/qt/TextBreakIteratorQt.cpp \
2194 platform/text/qt/TextCodecQt.cpp \
2195 platform/qt/WheelEventQt.cpp \
2196 platform/qt/WidgetQt.cpp \
2197 plugins/qt/PluginDataQt.cpp \
2198 ../WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp \
2199 ../WebKit/qt/WebCoreSupport/ChromeClientQt.cpp \
2200 ../WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp \
2201 ../WebKit/qt/WebCoreSupport/DragClientQt.cpp \
2202 ../WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp \
2203 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \
2204 ../WebKit/qt/WebCoreSupport/EditCommandQt.cpp \
2205 ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp \
2206 ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp \
2207 ../WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp \
2208 ../WebKit/qt/WebCoreSupport/PageClientQt.cpp \
2209 ../WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp \
2210 ../WebKit/qt/Api/qwebframe.cpp \
2211 ../WebKit/qt/Api/qgraphicswebview.cpp \
2212 ../WebKit/qt/Api/qwebpage.cpp \
2213 ../WebKit/qt/Api/qwebview.cpp \
2214 ../WebKit/qt/Api/qwebelement.cpp \
2215 ../WebKit/qt/Api/qwebhistory.cpp \
2216 ../WebKit/qt/Api/qwebsettings.cpp \
2217 ../WebKit/qt/Api/qwebhistoryinterface.cpp \
2218 ../WebKit/qt/Api/qwebplugindatabase.cpp \
2219 ../WebKit/qt/Api/qwebpluginfactory.cpp \
2220 ../WebKit/qt/Api/qwebsecurityorigin.cpp \
2221 ../WebKit/qt/Api/qwebscriptworld.cpp \
2222 ../WebKit/qt/Api/qwebdatabase.cpp \
2223 ../WebKit/qt/Api/qwebinspector.cpp \
2224 ../WebKit/qt/Api/qwebkitversion.cpp
2227 contains(DEFINES, WTF_USE_QT_MOBILE_THEME=1) {
2228 HEADERS += platform/qt/Maemo5Webstyle.h
2229 SOURCES += platform/qt/Maemo5Webstyle.cpp
2233 HEADERS += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.h
2234 SOURCES += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.cpp
2238 win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp \
2239 platform/graphics/win/TransformationMatrixWin.cpp
2243 platform/text/cf/StringCF.cpp \
2244 platform/text/cf/StringImplCF.cpp \
2245 platform/cf/SharedBufferCF.cpp
2246 LIBS_PRIVATE += -framework Carbon -framework AppKit
2259 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
2261 SOURCES += plugins/npapi.cpp
2265 plugins/symbian/PluginPackageSymbian.cpp \
2266 plugins/symbian/PluginDatabaseSymbian.cpp \
2267 plugins/symbian/PluginViewSymbian.cpp \
2268 plugins/symbian/PluginContainerSymbian.cpp
2271 plugins/symbian/PluginContainerSymbian.h \
2272 plugins/symbian/npinterface.h
2282 plugins/mac/PluginPackageMac.cpp \
2283 plugins/mac/PluginViewMac.mm
2284 OBJECTIVE_SOURCES += \
2285 platform/text/mac/StringImplMac.mm \
2286 platform/mac/WebCoreNSStringExtras.mm
2287 INCLUDEPATH += platform/mac
2288 # Note: XP_MACOSX is defined in npapi.h
2295 plugins/qt/PluginContainerQt.cpp \
2296 plugins/qt/PluginPackageQt.cpp \
2297 plugins/qt/PluginViewQt.cpp
2299 plugins/qt/PluginContainerQt.h
2305 INCLUDEPATH += $$PWD/plugins/win \
2308 SOURCES += plugins/win/PluginDatabaseWin.cpp \
2309 plugins/win/PluginPackageWin.cpp \
2310 plugins/win/PluginMessageThrottlerWin.cpp \
2311 plugins/win/PluginViewWin.cpp \
2312 platform/win/BitmapInfo.cpp \
2313 platform/win/WebCoreInstanceHandle.cpp
2327 plugins/PluginPackageNone.cpp \
2328 plugins/PluginViewNone.cpp
2331 contains(DEFINES, ENABLE_SQLITE=1) {
2332 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
2333 # Build sqlite3 into WebCore from source
2334 # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
2335 INCLUDEPATH += $${SQLITE3SRCDIR}
2336 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
2337 DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
2338 CONFIG(release, debug|release): DEFINES *= NDEBUG
2339 contains(DEFINES, ENABLE_SINGLE_THREADED=1): DEFINES += SQLITE_THREADSAFE=0
2341 # Use sqlite3 from the underlying OS
2342 CONFIG(QTDIR_build) {
2343 QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE
2344 LIBS *= $$QT_LFLAGS_SQLITE
2346 INCLUDEPATH += $${SQLITE3SRCDIR}
2352 platform/sql/SQLiteAuthorizer.cpp \
2353 platform/sql/SQLiteDatabase.cpp \
2354 platform/sql/SQLiteFileSystem.cpp \
2355 platform/sql/SQLiteStatement.cpp \
2356 platform/sql/SQLiteTransaction.cpp \
2357 platform/sql/SQLValue.cpp \
2358 storage/AbstractDatabase.cpp \
2359 storage/Database.cpp \
2360 storage/DatabaseAuthorizer.cpp \
2361 storage/DatabaseSync.cpp
2365 contains(DEFINES, ENABLE_DATABASE=1) {
2367 storage/ChangeVersionWrapper.cpp \
2368 storage/DatabaseTask.cpp \
2369 storage/DatabaseThread.cpp \
2370 storage/DatabaseTracker.cpp \
2371 storage/OriginQuotaManager.cpp \
2372 storage/OriginUsageRecord.cpp \
2373 storage/SQLResultSet.cpp \
2374 storage/SQLResultSetRowList.cpp \
2375 storage/SQLStatement.cpp \
2376 storage/SQLTransaction.cpp \
2377 storage/SQLTransactionClient.cpp \
2378 storage/SQLTransactionCoordinator.cpp \
2379 storage/SQLTransactionSync.cpp \
2380 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2381 bindings/js/JSDatabaseCustom.cpp \
2382 bindings/js/JSDatabaseSyncCustom.cpp \
2383 bindings/js/JSSQLResultSetRowListCustom.cpp \
2384 bindings/js/JSSQLTransactionCustom.cpp \
2385 bindings/js/JSSQLTransactionSyncCustom.cpp
2388 contains(DEFINES, ENABLE_INDEXED_DATABASE=1) {
2391 storage/IDBCallbacks.h \
2392 storage/IDBDatabase.h \
2393 storage/IDBDatabaseImpl.h \
2394 storage/IDBDatabaseError.h \
2395 storage/IDBDatabaseException.h \
2396 storage/IDBDatabaseRequest.h \
2397 storage/IDBErrorEvent.h \
2398 storage/IDBEvent.h \
2399 storage/IDBIndex.h \
2400 storage/IDBIndexImpl.h \
2401 storage/IDBIndexRequest.h \
2402 storage/IDBKeyRange.h \
2403 storage/IDBObjectStore.h \
2404 storage/IDBObjectStoreImpl.h \
2405 storage/IDBObjectStoreRequest.h \
2406 storage/IDBRequest.h \
2407 storage/IDBSuccessEvent.h \
2408 storage/IndexedDatabase.h \
2409 storage/IndexedDatabaseImpl.h \
2410 storage/IndexedDatabaseRequest.h
2413 bindings/js/JSIDBAnyCustom.cpp \
2414 storage/IDBAny.cpp \
2415 storage/IDBDatabaseImpl.cpp \
2416 storage/IDBDatabaseRequest.cpp \
2417 storage/IDBErrorEvent.cpp \
2418 storage/IDBEvent.cpp \
2419 storage/IDBIndexImpl.cpp \
2420 storage/IDBIndexRequest.cpp \
2421 storage/IDBKeyRange.cpp \
2422 storage/IDBObjectStoreImpl.cpp \
2423 storage/IDBObjectStoreRequest.cpp \
2424 storage/IDBRequest.cpp \
2425 storage/IDBSuccessEvent.cpp \
2426 storage/IndexedDatabase.cpp \
2427 storage/IndexedDatabaseImpl.cpp \
2428 storage/IndexedDatabaseRequest.cpp
2431 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
2433 storage/AbstractDatabase.h \
2434 storage/ChangeVersionWrapper.h \
2435 storage/DatabaseAuthorizer.h \
2436 storage/Database.h \
2437 storage/DatabaseCallback.h \
2438 storage/DatabaseSync.h \
2439 storage/DatabaseTask.h \
2440 storage/DatabaseThread.h \
2441 storage/DatabaseTracker.h \
2442 storage/LocalStorageTask.h \
2443 storage/LocalStorageThread.h \
2444 storage/OriginQuotaManager.h \
2445 storage/OriginUsageRecord.h \
2446 storage/SQLResultSet.h \
2447 storage/SQLResultSetRowList.h \
2448 storage/SQLStatement.h \
2449 storage/SQLTransaction.h \
2450 storage/SQLTransactionClient.h \
2451 storage/SQLTransactionCoordinator.h \
2452 storage/SQLTransactionSync.h \
2453 storage/SQLTransactionSyncCallback.h \
2454 storage/StorageArea.h \
2455 storage/StorageAreaImpl.h \
2456 storage/StorageAreaSync.h \
2457 storage/StorageEvent.h \
2458 storage/StorageEventDispatcher.h \
2460 storage/StorageMap.h \
2461 storage/StorageNamespace.h \
2462 storage/StorageNamespaceImpl.h \
2463 storage/StorageSyncManager.h
2466 bindings/js/JSStorageCustom.cpp \
2467 storage/LocalStorageTask.cpp \
2468 storage/LocalStorageThread.cpp \
2469 storage/Storage.cpp \
2470 storage/StorageAreaImpl.cpp \
2471 storage/StorageAreaSync.cpp \
2472 storage/StorageEvent.cpp \
2473 storage/StorageEventDispatcher.cpp \
2474 storage/StorageMap.cpp \
2475 storage/StorageNamespace.cpp \
2476 storage/StorageNamespaceImpl.cpp \
2477 storage/StorageSyncManager.cpp
2480 contains(DEFINES, ENABLE_ICONDATABASE=1) {
2482 loader/icon/IconDatabase.cpp \
2483 loader/icon/IconRecord.cpp \
2484 loader/icon/PageURLRecord.cpp
2487 loader/icon/IconDatabaseNone.cpp
2490 contains(DEFINES, ENABLE_WORKERS=1) {
2492 bindings/js/JSDedicatedWorkerContextCustom.cpp \
2493 bindings/js/JSWorkerContextBase.cpp \
2494 bindings/js/JSWorkerContextCustom.cpp \
2495 bindings/js/JSWorkerCustom.cpp \
2496 bindings/js/WorkerScriptController.cpp \
2497 loader/WorkerThreadableLoader.cpp \
2498 page/WorkerNavigator.cpp \
2499 workers/AbstractWorker.cpp \
2500 workers/DedicatedWorkerContext.cpp \
2501 workers/DedicatedWorkerThread.cpp \
2502 workers/Worker.cpp \
2503 workers/WorkerContext.cpp \
2504 workers/WorkerLocation.cpp \
2505 workers/WorkerMessagingProxy.cpp \
2506 workers/WorkerRunLoop.cpp \
2507 workers/WorkerThread.cpp \
2508 workers/WorkerScriptLoader.cpp
2511 contains(DEFINES, ENABLE_SHARED_WORKERS=1) {
2513 bindings/js/JSSharedWorkerCustom.cpp \
2514 workers/DefaultSharedWorkerRepository.cpp \
2515 workers/SharedWorker.cpp \
2516 workers/SharedWorkerContext.cpp \
2517 workers/SharedWorkerThread.cpp
2520 contains(DEFINES, ENABLE_INPUT_SPEECH=1) {
2522 rendering/RenderInputSpeech.cpp
2525 contains(DEFINES, ENABLE_VIDEO=1) {
2527 html/HTMLAudioElement.cpp \
2528 html/HTMLMediaElement.cpp \
2529 html/HTMLSourceElement.cpp \
2530 html/HTMLVideoElement.cpp \
2531 html/TimeRanges.cpp \
2532 platform/graphics/MediaPlayer.cpp \
2533 rendering/MediaControlElements.cpp \
2534 rendering/RenderVideo.cpp \
2535 rendering/RenderMedia.cpp \
2536 bindings/js/JSAudioConstructor.cpp
2538 # QtMultimedia disabled currently
2539 false:greaterThan(QT_MINOR_VERSION, 6) {
2540 HEADERS += platform/graphics/qt/MediaPlayerPrivateQt.h
2541 SOURCES += platform/graphics/qt/MediaPlayerPrivateQt.cpp
2543 tobe|!tobe: QT += mediaservices
2546 platform/graphics/qt/MediaPlayerPrivatePhonon.h
2549 platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
2551 # Add phonon manually to prevent it from coming first in
2552 # the include paths, as Phonon's path.h conflicts with
2553 # WebCore's Path.h on case-insensitive filesystems.
2554 qtAddLibrary(phonon)
2555 INCLUDEPATH -= $$QMAKE_INCDIR_QT/phonon
2556 INCLUDEPATH += $$QMAKE_INCDIR_QT/phonon
2558 INCLUDEPATH -= $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2559 INCLUDEPATH += $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2565 contains(DEFINES, ENABLE_XPATH=1) {
2567 xml/NativeXPathNSResolver.cpp \
2568 xml/XPathEvaluator.cpp \
2569 xml/XPathExpression.cpp \
2570 xml/XPathExpressionNode.cpp \
2571 xml/XPathFunctions.cpp \
2572 xml/XPathNamespace.cpp \
2573 xml/XPathNodeSet.cpp \
2574 xml/XPathNSResolver.cpp \
2575 xml/XPathParser.cpp \
2577 xml/XPathPredicate.cpp \
2578 xml/XPathResult.cpp \
2581 xml/XPathValue.cpp \
2582 xml/XPathVariableReference.cpp
2585 unix:!mac:CONFIG += link_pkgconfig
2587 contains(DEFINES, ENABLE_XSLT=1) {
2588 tobe|!tobe: QT += xmlpatterns
2591 bindings/js/JSXSLTProcessorCustom.cpp \
2592 dom/TransformSourceQt.cpp \
2593 xml/XSLStyleSheetQt.cpp \
2594 xml/XSLTProcessor.cpp \
2595 xml/XSLTProcessorQt.cpp
2598 contains(DEFINES, ENABLE_FILTERS=1) {
2600 platform/graphics/filters/FEBlend.cpp \
2601 platform/graphics/filters/FEColorMatrix.cpp \
2602 platform/graphics/filters/FEComponentTransfer.cpp \
2603 platform/graphics/filters/FEComposite.cpp \
2604 platform/graphics/filters/FEGaussianBlur.cpp \
2605 platform/graphics/filters/FilterEffect.cpp \
2606 platform/graphics/filters/SourceAlpha.cpp \
2607 platform/graphics/filters/SourceGraphic.cpp
2610 contains(DEFINES, ENABLE_MATHML=1) {
2612 mathml/MathMLElement.cpp \
2613 mathml/MathMLInlineContainerElement.cpp \
2614 mathml/MathMLMathElement.cpp \
2615 mathml/MathMLTextElement.cpp \
2616 mathml/RenderMathMLBlock.cpp \
2617 mathml/RenderMathMLFraction.cpp \
2618 mathml/RenderMathMLMath.cpp \
2619 mathml/RenderMathMLOperator.cpp \
2620 mathml/RenderMathMLRoot.cpp \
2621 mathml/RenderMathMLRow.cpp \
2622 mathml/RenderMathMLSquareRoot.cpp \
2623 mathml/RenderMathMLSubSup.cpp \
2624 mathml/RenderMathMLUnderOver.cpp
2627 contains(DEFINES, ENABLE_WML=1) {
2629 wml/WMLAElement.cpp \
2630 wml/WMLAccessElement.cpp \
2631 wml/WMLAnchorElement.cpp \
2632 wml/WMLBRElement.cpp \
2633 wml/WMLCardElement.cpp \
2634 wml/WMLDoElement.cpp \
2635 wml/WMLDocument.cpp \
2636 wml/WMLElement.cpp \
2637 wml/WMLErrorHandling.cpp \
2638 wml/WMLEventHandlingElement.cpp \
2639 wml/WMLFormControlElement.cpp \
2640 wml/WMLFieldSetElement.cpp \
2641 wml/WMLGoElement.cpp \
2642 wml/WMLImageElement.cpp \
2643 wml/WMLImageLoader.cpp \
2644 wml/WMLInputElement.cpp \
2645 wml/WMLInsertedLegendElement.cpp \
2646 wml/WMLIntrinsicEvent.cpp \
2647 wml/WMLIntrinsicEventHandler.cpp \
2648 wml/WMLMetaElement.cpp \
2649 wml/WMLNoopElement.cpp \
2650 wml/WMLOnEventElement.cpp \
2651 wml/WMLPElement.cpp \
2652 wml/WMLOptGroupElement.cpp \
2653 wml/WMLOptionElement.cpp \
2654 wml/WMLPageState.cpp \
2655 wml/WMLPostfieldElement.cpp \
2656 wml/WMLPrevElement.cpp \
2657 wml/WMLRefreshElement.cpp \
2658 wml/WMLSelectElement.cpp \
2659 wml/WMLSetvarElement.cpp \
2660 wml/WMLTableElement.cpp \
2661 wml/WMLTaskElement.cpp \
2662 wml/WMLTemplateElement.cpp \
2663 wml/WMLTimerElement.cpp \
2664 wml/WMLVariables.cpp
2667 contains(DEFINES, ENABLE_XHTMLMP=1) {
2669 html/HTMLNoScriptElement.cpp
2672 contains(DEFINES, ENABLE_QT_BEARER=1) {
2674 platform/network/qt/NetworkStateNotifierPrivate.h
2677 platform/network/qt/NetworkStateNotifierQt.cpp
2679 # Bearer management is part of Qt 4.7, so don't accidentially
2680 # pull in Qt Mobility when building against >= 4.7
2681 !greaterThan(QT_MINOR_VERSION, 6) {
2687 contains(DEFINES, ENABLE_GEOLOCATION=1) {
2689 platform/qt/GeolocationServiceQt.h
2691 platform/qt/GeolocationServiceQt.cpp
2694 MOBILITY += location
2697 contains(DEFINES, ENABLE_SVG=1) {
2699 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
2700 bindings/js/JSSVGElementInstanceCustom.cpp \
2701 bindings/js/JSSVGLengthCustom.cpp \
2702 bindings/js/JSSVGMatrixCustom.cpp \
2703 bindings/js/JSSVGPathSegCustom.cpp \
2704 bindings/js/JSSVGPathSegListCustom.cpp \
2705 css/SVGCSSComputedStyleDeclaration.cpp \
2706 css/SVGCSSParser.cpp \
2707 css/SVGCSSStyleSelector.cpp \
2708 rendering/style/SVGRenderStyle.cpp \
2709 rendering/style/SVGRenderStyleDefs.cpp \
2710 svg/SVGZoomEvent.cpp \
2711 rendering/PointerEventsHitRules.cpp \
2712 svg/SVGDocumentExtensions.cpp \
2713 svg/SVGImageLoader.cpp \
2714 svg/ColorDistance.cpp \
2715 svg/SVGAElement.cpp \
2716 svg/SVGAltGlyphElement.cpp \
2718 svg/SVGAnimateColorElement.cpp \
2719 svg/SVGAnimatedPathData.cpp \
2720 svg/SVGAnimatedPoints.cpp \
2721 svg/SVGAnimateElement.cpp \
2722 svg/SVGAnimateMotionElement.cpp \
2723 svg/SVGAnimateTransformElement.cpp \
2724 svg/SVGAnimationElement.cpp \
2725 svg/SVGCircleElement.cpp \
2726 svg/SVGClipPathElement.cpp \
2728 svg/SVGComponentTransferFunctionElement.cpp \
2729 svg/SVGCursorElement.cpp \
2730 svg/SVGDefsElement.cpp \
2731 svg/SVGDescElement.cpp \
2732 svg/SVGDocument.cpp \
2733 svg/SVGElement.cpp \
2734 svg/SVGElementInstance.cpp \
2735 svg/SVGElementInstanceList.cpp \
2736 svg/SVGEllipseElement.cpp \
2737 svg/SVGExternalResourcesRequired.cpp \
2738 svg/SVGFEBlendElement.cpp \
2739 svg/SVGFEColorMatrixElement.cpp \
2740 svg/SVGFEComponentTransferElement.cpp \
2741 svg/SVGFECompositeElement.cpp \
2742 svg/SVGFEConvolveMatrixElement.cpp \
2743 svg/SVGFEDiffuseLightingElement.cpp \
2744 svg/SVGFEDisplacementMapElement.cpp \
2745 svg/SVGFEDistantLightElement.cpp \
2746 svg/SVGFEFloodElement.cpp \
2747 svg/SVGFEFuncAElement.cpp \
2748 svg/SVGFEFuncBElement.cpp \
2749 svg/SVGFEFuncGElement.cpp \
2750 svg/SVGFEFuncRElement.cpp \
2751 svg/SVGFEGaussianBlurElement.cpp \
2752 svg/SVGFEImageElement.cpp \
2753 svg/SVGFELightElement.cpp \
2754 svg/SVGFEMergeElement.cpp \
2755 svg/SVGFEMergeNodeElement.cpp \
2756 svg/SVGFEMorphologyElement.cpp \
2757 svg/SVGFEOffsetElement.cpp \
2758 svg/SVGFEPointLightElement.cpp \
2759 svg/SVGFESpecularLightingElement.cpp \
2760 svg/SVGFESpotLightElement.cpp \
2761 svg/SVGFETileElement.cpp \
2762 svg/SVGFETurbulenceElement.cpp \
2763 svg/SVGFilterElement.cpp \
2764 svg/SVGFilterPrimitiveStandardAttributes.cpp \
2765 svg/SVGFitToViewBox.cpp \
2767 svg/SVGFontData.cpp \
2768 svg/SVGFontElement.cpp \
2769 svg/SVGFontFaceElement.cpp \
2770 svg/SVGFontFaceFormatElement.cpp \
2771 svg/SVGFontFaceNameElement.cpp \
2772 svg/SVGFontFaceSrcElement.cpp \
2773 svg/SVGFontFaceUriElement.cpp \
2774 svg/SVGForeignObjectElement.cpp \
2775 svg/SVGGElement.cpp \
2776 svg/SVGGlyphElement.cpp \
2777 svg/SVGGradientElement.cpp \
2778 svg/SVGHKernElement.cpp \
2779 svg/SVGImageElement.cpp \
2780 svg/SVGLangSpace.cpp \
2782 svg/SVGLengthList.cpp \
2783 svg/SVGLinearGradientElement.cpp \
2784 svg/SVGLineElement.cpp \
2785 svg/SVGLocatable.cpp \
2786 svg/SVGMarkerElement.cpp \
2787 svg/SVGMaskElement.cpp \
2788 svg/SVGMetadataElement.cpp \
2789 svg/SVGMissingGlyphElement.cpp \
2790 svg/SVGMPathElement.cpp \
2791 svg/SVGNumberList.cpp \
2793 svg/SVGParserUtilities.cpp \
2794 svg/SVGPathElement.cpp \
2795 svg/SVGPathSegArc.cpp \
2796 svg/SVGPathSegClosePath.cpp \
2797 svg/SVGPathSegCurvetoCubic.cpp \
2798 svg/SVGPathSegCurvetoCubicSmooth.cpp \
2799 svg/SVGPathSegCurvetoQuadratic.cpp \
2800 svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
2801 svg/SVGPathSegLineto.cpp \
2802 svg/SVGPathSegLinetoHorizontal.cpp \
2803 svg/SVGPathSegLinetoVertical.cpp \
2804 svg/SVGPathSegList.cpp \
2805 svg/SVGPathSegMoveto.cpp \
2806 svg/SVGPatternElement.cpp \
2807 svg/SVGPointList.cpp \
2808 svg/SVGPolyElement.cpp \
2809 svg/SVGPolygonElement.cpp \
2810 svg/SVGPolylineElement.cpp \
2811 svg/SVGPreserveAspectRatio.cpp \
2812 svg/SVGRadialGradientElement.cpp \
2813 svg/SVGRectElement.cpp \
2814 svg/SVGScriptElement.cpp \
2815 svg/SVGSetElement.cpp \
2816 svg/SVGStopElement.cpp \
2817 svg/SVGStringList.cpp \
2818 svg/SVGStylable.cpp \
2819 svg/SVGStyledElement.cpp \
2820 svg/SVGStyledLocatableElement.cpp \
2821 svg/SVGStyledTransformableElement.cpp \
2822 svg/SVGStyleElement.cpp \
2823 svg/SVGSVGElement.cpp \
2824 svg/SVGSwitchElement.cpp \
2825 svg/SVGSymbolElement.cpp \
2827 svg/SVGTextContentElement.cpp \
2828 svg/SVGTextElement.cpp \
2829 svg/SVGTextPathElement.cpp \
2830 svg/SVGTextPositioningElement.cpp \
2831 svg/SVGTitleElement.cpp \
2832 svg/SVGTransformable.cpp \
2833 svg/SVGTransform.cpp \
2834 svg/SVGTransformDistance.cpp \
2835 svg/SVGTransformList.cpp \
2836 svg/SVGTRefElement.cpp \
2837 svg/SVGTSpanElement.cpp \
2838 svg/SVGURIReference.cpp \
2839 svg/SVGUseElement.cpp \
2840 svg/SVGViewElement.cpp \
2841 svg/SVGViewSpec.cpp \
2842 svg/SVGVKernElement.cpp \
2843 svg/SVGZoomAndPan.cpp \
2844 svg/animation/SMILTime.cpp \
2845 svg/animation/SMILTimeContainer.cpp \
2846 svg/animation/SVGSMILElement.cpp \
2847 svg/graphics/filters/SVGFEConvolveMatrix.cpp \
2848 svg/graphics/filters/SVGFEDiffuseLighting.cpp \
2849 svg/graphics/filters/SVGFEDisplacementMap.cpp \
2850 svg/graphics/filters/SVGFEFlood.cpp \
2851 svg/graphics/filters/SVGFEImage.cpp \
2852 svg/graphics/filters/SVGFELighting.cpp \
2853 svg/graphics/filters/SVGFEMerge.cpp \
2854 svg/graphics/filters/SVGFEMorphology.cpp \
2855 svg/graphics/filters/SVGFEOffset.cpp \
2856 svg/graphics/filters/SVGFESpecularLighting.cpp \
2857 svg/graphics/filters/SVGFETile.cpp \
2858 svg/graphics/filters/SVGFETurbulence.cpp \
2859 svg/graphics/filters/SVGFilter.cpp \
2860 svg/graphics/filters/SVGFilterBuilder.cpp \
2861 svg/graphics/filters/SVGLightSource.cpp \
2862 svg/graphics/SVGImage.cpp \
2863 rendering/RenderForeignObject.cpp \
2864 rendering/RenderPath.cpp \
2865 rendering/RenderSVGBlock.cpp \
2866 rendering/RenderSVGContainer.cpp \
2867 rendering/RenderSVGGradientStop.cpp \
2868 rendering/RenderSVGHiddenContainer.cpp \
2869 rendering/RenderSVGImage.cpp \
2870 rendering/RenderSVGInline.cpp \
2871 rendering/RenderSVGInlineText.cpp \
2872 rendering/RenderSVGModelObject.cpp \
2873 rendering/RenderSVGResource.cpp \
2874 rendering/RenderSVGResourceClipper.cpp \
2875 rendering/RenderSVGResourceFilter.cpp \
2876 rendering/RenderSVGResourceGradient.cpp \
2877 rendering/RenderSVGResourceLinearGradient.cpp \
2878 rendering/RenderSVGResourceMarker.cpp \
2879 rendering/RenderSVGResourceMasker.cpp \
2880 rendering/RenderSVGResourcePattern.cpp \
2881 rendering/RenderSVGResourceRadialGradient.cpp \
2882 rendering/RenderSVGResourceSolidColor.cpp \
2883 rendering/RenderSVGRoot.cpp \
2884 rendering/RenderSVGShadowTreeRootContainer.cpp \
2885 rendering/RenderSVGText.cpp \
2886 rendering/RenderSVGTextPath.cpp \
2887 rendering/RenderSVGTransformableContainer.cpp \
2888 rendering/RenderSVGTSpan.cpp \
2889 rendering/RenderSVGViewportContainer.cpp \
2890 rendering/SVGCharacterData.cpp \
2891 rendering/SVGCharacterLayoutInfo.cpp \
2892 rendering/SVGInlineFlowBox.cpp \
2893 rendering/SVGInlineTextBox.cpp \
2894 rendering/SVGMarkerLayoutInfo.cpp \
2895 rendering/SVGRenderSupport.cpp \
2896 rendering/SVGRootInlineBox.cpp \
2897 rendering/SVGShadowTreeElements.cpp \
2898 rendering/SVGTextChunkLayoutInfo.cpp \
2899 rendering/SVGTextLayoutUtilities.cpp \
2900 rendering/SVGTextQuery.cpp
2903 contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=1) {
2905 bindings/js/JSJavaScriptCallFrameCustom.cpp \
2906 bindings/js/ScriptProfiler.cpp \
2907 bindings/js/JavaScriptCallFrame.cpp \
2910 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
2912 loader/appcache/ApplicationCache.cpp \
2913 loader/appcache/ApplicationCacheGroup.cpp \
2914 loader/appcache/ApplicationCacheHost.cpp \
2915 loader/appcache/ApplicationCacheStorage.cpp \
2916 loader/appcache/ApplicationCacheResource.cpp \
2917 loader/appcache/DOMApplicationCache.cpp \
2918 loader/appcache/ManifestParser.cpp \
2919 bindings/js/JSDOMApplicationCacheCustom.cpp
2922 contains(DEFINES, ENABLE_WEB_SOCKETS=1) {
2924 websockets/ThreadableWebSocketChannel.h \
2925 websockets/ThreadableWebSocketChannelClientWrapper.h \
2926 websockets/WebSocket.h \
2927 websockets/WebSocketChannel.h \
2928 websockets/WebSocketChannelClient.h \
2929 websockets/WebSocketHandshake.h \
2930 websockets/WebSocketHandshakeRequest.h \
2931 websockets/WebSocketHandshakeResponse.h \
2932 platform/network/qt/SocketStreamHandlePrivate.h
2935 websockets/WebSocket.cpp \
2936 websockets/WebSocketChannel.cpp \
2937 websockets/WebSocketHandshake.cpp \
2938 websockets/WebSocketHandshakeRequest.cpp \
2939 websockets/WebSocketHandshakeResponse.cpp \
2940 websockets/ThreadableWebSocketChannel.cpp \
2941 platform/network/SocketStreamErrorBase.cpp \
2942 platform/network/SocketStreamHandleBase.cpp \
2943 platform/network/qt/SocketStreamHandleQt.cpp \
2944 bindings/js/JSWebSocketCustom.cpp
2946 contains(DEFINES, ENABLE_WORKERS=1) {
2948 websockets/WorkerThreadableWebSocketChannel.h
2951 websockets/WorkerThreadableWebSocketChannel.cpp
2955 contains(DEFINES, ENABLE_3D_CANVAS=1) {
2956 tobe|!tobe: QT += opengl
2958 bindings/js/JSArrayBufferViewHelper.h \
2959 html/canvas/CanvasContextAttributes.h \
2960 html/canvas/CanvasObject.h \
2961 html/canvas/WebGLActiveInfo.h \
2962 html/canvas/ArrayBuffer.h \
2963 html/canvas/ArrayBufferView.h \
2964 html/canvas/WebGLBuffer.h \
2965 html/canvas/Int8Array.h \
2966 html/canvas/WebGLContextAttributes.h \
2967 html/canvas/Float32Array.h \
2968 html/canvas/WebGLFramebuffer.h \
2969 html/canvas/WebGLGetInfo.h \
2970 html/canvas/Int32Array.h \
2971 html/canvas/WebGLProgram.h \
2972 html/canvas/WebGLRenderbuffer.h \
2973 html/canvas/WebGLRenderingContext.h \
2974 html/canvas/WebGLShader.h \
2975 html/canvas/Int16Array.h \
2976 html/canvas/WebGLTexture.h \
2977 html/canvas/WebGLUniformLocation.h \
2978 html/canvas/Uint8Array.h \
2979 html/canvas/Uint32Array.h \
2980 html/canvas/Uint16Array.h \
2981 platform/graphics/GraphicsContext3D.h
2984 bindings/js/JSArrayBufferCustom.cpp \
2985 bindings/js/JSArrayBufferViewCustom.cpp \
2986 bindings/js/JSInt8ArrayCustom.cpp \
2987 bindings/js/JSFloat32ArrayCustom.cpp \
2988 bindings/js/JSInt32ArrayCustom.cpp \
2989 bindings/js/JSWebGLRenderingContextCustom.cpp \
2990 bindings/js/JSInt16ArrayCustom.cpp \
2991 bindings/js/JSUint8ArrayCustom.cpp \
2992 bindings/js/JSUint32ArrayCustom.cpp \
2993 bindings/js/JSUint16ArrayCustom.cpp \
2994 html/canvas/CanvasContextAttributes.cpp \
2995 html/canvas/CanvasObject.cpp \
2996 html/canvas/ArrayBuffer.cpp \
2997 html/canvas/ArrayBufferView.cpp \
2998 html/canvas/WebGLBuffer.cpp \
2999 html/canvas/Int8Array.cpp \
3000 html/canvas/WebGLContextAttributes.cpp \
3001 html/canvas/Float32Array.cpp \
3002 html/canvas/WebGLFramebuffer.cpp \
3003 html/canvas/WebGLGetInfo.cpp \
3004 html/canvas/Int32Array.cpp \
3005 html/canvas/WebGLProgram.cpp \
3006 html/canvas/WebGLRenderbuffer.cpp \
3007 html/canvas/WebGLRenderingContext.cpp \
3008 html/canvas/WebGLShader.cpp \
3009 html/canvas/Int16Array.cpp \
3010 html/canvas/WebGLTexture.cpp \
3011 html/canvas/WebGLUniformLocation.cpp \
3012 html/canvas/Uint8Array.cpp \
3013 html/canvas/Uint32Array.cpp \
3014 html/canvas/Uint16Array.cpp \
3015 platform/graphics/GraphicsContext3D.cpp \
3016 platform/graphics/qt/GraphicsContext3DQt.cpp \
3020 contains(DEFINES, ENABLE_SYMBIAN_DIALOG_PROVIDERS) {
3021 # this feature requires the S60 platform private BrowserDialogsProvider.h header file
3022 # and is therefore not enabled by default but only meant for platform builds.
3024 LIBS += -lbrowserdialogsprovider
3028 include($$PWD/../WebKit/qt/Api/headers.pri)
3029 HEADERS += $$WEBKIT_API_HEADERS
3031 !CONFIG(QTDIR_build) {
3032 exists($$OUTPUT_DIR/include/QtWebKit/classheaders.pri): include($$OUTPUT_DIR/include/QtWebKit/classheaders.pri)
3033 WEBKIT_INSTALL_HEADERS = $$WEBKIT_API_HEADERS $$WEBKIT_CLASS_HEADERS
3036 headers.files = $$WEBKIT_INSTALL_HEADERS
3038 !isEmpty(INSTALL_HEADERS): headers.path = $$INSTALL_HEADERS/QtWebKit
3039 else: headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
3041 !isEmpty(INSTALL_LIBS): target.path = $$INSTALL_LIBS
3042 else: target.path = $$[QT_INSTALL_LIBS]
3044 modfile.files = $$moduleFile
3045 modfile.path = $$[QMAKE_MKSPECS]/modules
3047 INSTALLS += target headers modfile
3049 # INSTALLS is not implemented in qmake's s60 generators, copy headers manually
3050 inst_headers.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
3051 inst_headers.input = WEBKIT_INSTALL_HEADERS
3052 inst_headers.CONFIG = no_clean
3054 !isEmpty(INSTALL_HEADERS): inst_headers.output = $$INSTALL_HEADERS/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
3055 else: inst_headers.output = $$[QT_INSTALL_HEADERS]/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
3057 QMAKE_EXTRA_COMPILERS += inst_headers
3059 inst_modfile.commands = $$inst_headers.commands
3060 inst_modfile.input = moduleFile
3061 inst_modfile.output = $$[QMAKE_MKSPECS]/modules
3062 inst_modfile.CONFIG = no_clean
3064 QMAKE_EXTRA_COMPILERS += inst_modfile
3066 install.depends += compiler_inst_headers_make_all compiler_inst_modfile_make_all
3067 QMAKE_EXTRA_TARGETS += install
3071 DLLDESTDIR = $$OUTPUT_DIR/bin
3072 build_pass: TARGET = $$qtLibraryTarget($$TARGET)
3074 dlltarget.commands = $(COPY_FILE) $(DESTDIR_TARGET) $$[QT_INSTALL_BINS]
3075 dlltarget.CONFIG = no_path
3076 INSTALLS += dlltarget
3080 CONFIG += create_pc create_prl
3081 QMAKE_PKGCONFIG_LIBDIR = $$target.path
3082 QMAKE_PKGCONFIG_INCDIR = $$headers.path
3083 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
3084 lib_replace.match = $$re_escape($$DESTDIR)
3085 lib_replace.replace = $$[QT_INSTALL_LIBS]
3086 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
3090 !static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
3092 message("Building QtWebKit as a framework, as that's how Qt was built. You can")
3093 message("override this by passing CONFIG+=webkit_no_framework to build-webkit.")
3097 debug_and_release:TARGET = $$qtLibraryTarget($$TARGET)
3100 CONFIG += lib_bundle qt_no_framework_direct_includes qt_framework
3101 FRAMEWORK_HEADERS.version = Versions
3102 FRAMEWORK_HEADERS.files = $${headers.files}
3103 FRAMEWORK_HEADERS.path = Headers
3104 QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
3107 QMAKE_LFLAGS_SONAME = "$${QMAKE_LFLAGS_SONAME}$${DESTDIR}$${QMAKE_DIR_SEP}"
3108 LIBS += -framework Carbon -framework AppKit
3112 CONFIG(QTDIR_build) {
3113 # Remove the following 2 lines if you want debug information in WebCore
3114 CONFIG -= separate_debug_info
3115 CONFIG += no_debug_info
3118 win32:!win32-g++*:contains(QMAKE_HOST.arch, x86_64):{
3119 asm_compiler.commands = ml64 /c
3120 asm_compiler.commands += /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
3121 asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
3122 asm_compiler.input = ASM_SOURCES
3123 asm_compiler.variable_out = OBJECTS
3124 asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
3125 silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
3126 QMAKE_EXTRA_COMPILERS += asm_compiler
3129 plugins/win/PaintHooks.asm
3130 if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
3132 plugins/win/PaintHooks.asm
3135 contains(DEFINES, WTF_USE_ACCELERATED_COMPOSITING) {
3137 rendering/RenderLayerBacking.h \
3138 rendering/RenderLayerCompositor.h \
3139 platform/graphics/GraphicsLayer.h \
3140 platform/graphics/GraphicsLayerClient.h \
3141 platform/graphics/qt/GraphicsLayerQt.h
3143 platform/graphics/GraphicsLayer.cpp \
3144 platform/graphics/qt/GraphicsLayerQt.cpp \
3145 rendering/RenderLayerBacking.cpp \
3146 rendering/RenderLayerCompositor.cpp
3151 contains(CONFIG, def_files) {
3152 DEF_FILE=../WebKit/qt/symbian
3153 # defFilePath is for Qt4.6 compatibility
3154 defFilePath=../WebKit/qt/symbian
3156 MMP_RULES += EXPORTUNFROZEN
3161 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec
3162 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x