1 # WebCore - qmake build info
2 CONFIG += building-libs
3 CONFIG += depend_includepath
6 TARGET.EPOCALLOWDLLDATA=1
7 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
8 TARGET.CAPABILITY = All -Tcb
10 webkitlibs.sources = QtWebKit.dll
11 webkitlibs.path = /sys/bin
12 DEPLOYMENT += webkitlibs
14 TARGET.UID3 = 0x200267C2
15 # Need to guarantee that these come before system includes of /epoc32/include
16 MMP_RULES += "USERINCLUDE rendering"
17 MMP_RULES += "USERINCLUDE platform/text"
18 # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
19 # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
20 MMP_RULES += "LINKEROPTION armcc --rw-base 0xE00000"
23 include($$PWD/../WebKit.pri)
28 contains(QT_CONFIG, embedded):CONFIG += embedded
31 GENERATED_SOURCES_DIR = $$PWD/generated
32 include($$QT_SOURCE_TREE/src/qbase.pri)
33 PRECOMPILED_HEADER = $$PWD/../WebKit/qt/WebKit_pch.h
36 !static: DEFINES += QT_MAKEDLL
38 CONFIG(debug, debug|release) {
39 isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}debug
40 OBJECTS_DIR = obj/debug
42 isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}release
43 OBJECTS_DIR = obj/release
46 DESTDIR = $$OUTPUT_DIR/lib
49 GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR${QMAKE_DIR_SEP}
52 QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork
53 lessThan(QT_MINOR_VERSION, 4): QMAKE_PKGCONFIG_REQUIRES += QtXml
56 unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
57 unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
59 CONFIG(release):!CONFIG(QTDIR_build) {
60 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
61 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
64 linux-*: DEFINES += HAVE_STDINT_H
65 freebsd-*: DEFINES += HAVE_PTHREAD_NP_H
67 DEFINES += BUILD_WEBKIT
69 # Remove whole program optimizations due to miscompilations
70 win32-msvc2005|win32-msvc2008:{
71 QMAKE_CFLAGS_RELEASE -= -GL
72 QMAKE_CXXFLAGS_RELEASE -= -GL
75 win32-*: DEFINES += _HAS_TR1=0
77 # DEFINES += ENABLE_SVG=0 ENABLE_XPATH=0 ENABLE_XBL=0 \
78 # ENABLE_SVG_ANIMATION=0 ENABLE_SVG_USE=0 \
79 # ENABLE_SVG_FOREIGN_OBJECT=0 ENABLE_SVG_AS_IMAGE=0
81 INCLUDEPATH += $$PWD/../JavaScriptCore/os-wince
82 INCLUDEPATH += $$PWD/../JavaScriptCore/os-win32
85 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
87 TMPPATH = $$quote($$(INCLUDE))
88 QMAKE_INCDIR_POST += $$split(TMPPATH,";")
89 TMPPATH = $$quote($$(LIB))
90 QMAKE_LIBDIR_POST += $$split(TMPPATH,";")
93 # Assume that symbian OS always comes with sqlite
94 symbian:!CONFIG(QTDIR_build): CONFIG += system-sqlite
96 # Try to locate sqlite3 source
98 SQLITE3SRCDIR = $$QT_SOURCE_TREE/src/3rdparty/sqlite/
100 SQLITE3SRCDIR = $$(SQLITE3SRCDIR)
101 isEmpty(SQLITE3SRCDIR) {
102 SQLITE3SRCDIR = $$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/
106 # Optional components (look for defs in config.h and included files!)
108 contains(DEFINES, ENABLE_SINGLE_THREADED=1) {
109 DEFINES+=ENABLE_DATABASE=0 ENABLE_DOM_STORAGE=0 ENABLE_ICONDATABASE=0 ENABLE_WORKERS=0 ENABLE_SHARED_WORKERS=0
112 # turn off SQLITE support if we do not have sqlite3 available
113 !CONFIG(QTDIR_build):win32-*:!exists( $${SQLITE3SRCDIR}/sqlite3.c ): DEFINES += ENABLE_SQLITE=0 ENABLE_DATABASE=0 ENABLE_ICONDATABASE=0 ENABLE_OFFLINE_WEB_APPLICATIONS=0 ENABLE_DOM_STORAGE=0
115 !contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=.): DEFINES += ENABLE_JAVASCRIPT_DEBUGGER=1
116 !contains(DEFINES, ENABLE_DATABASE=.): DEFINES += ENABLE_DATABASE=1
117 !contains(DEFINES, ENABLE_EVENTSOURCE=.): DEFINES += ENABLE_EVENTSOURCE=1
118 !contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=.): DEFINES += ENABLE_OFFLINE_WEB_APPLICATIONS=1
119 !contains(DEFINES, ENABLE_DOM_STORAGE=.): DEFINES += ENABLE_DOM_STORAGE=1
120 !contains(DEFINES, ENABLE_ICONDATABASE=.): DEFINES += ENABLE_ICONDATABASE=1
121 !contains(DEFINES, ENABLE_CHANNEL_MESSAGING=.): DEFINES += ENABLE_CHANNEL_MESSAGING=1
122 !contains(DEFINES, ENABLE_ORIENTATION_EVENTS=.): DEFINES += ENABLE_ORIENTATION_EVENTS=0
124 # turn on SQLITE support if any of the dependent features are turned on
125 !contains(DEFINES, ENABLE_SQLITE=.) {
126 contains(DEFINES, ENABLE_DATABASE=1)|contains(DEFINES, ENABLE_ICONDATABASE=1)|contains(DEFINES, ENABLE_DOM_STORAGE=1)|contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
127 DEFINES += ENABLE_SQLITE=1
129 DEFINES += ENABLE_SQLITE=0
133 !contains(DEFINES, ENABLE_DASHBOARD_SUPPORT=.): DEFINES += ENABLE_DASHBOARD_SUPPORT=0
134 !contains(DEFINES, ENABLE_FILTERS=.): DEFINES += ENABLE_FILTERS=0
135 !contains(DEFINES, ENABLE_XPATH=.): DEFINES += ENABLE_XPATH=1
136 #!contains(DEFINES, ENABLE_XBL=.): DEFINES += ENABLE_XBL=1
137 !contains(DEFINES, ENABLE_WCSS=.): DEFINES += ENABLE_WCSS=0
138 !contains(DEFINES, ENABLE_WML=.): DEFINES += ENABLE_WML=0
139 !contains(DEFINES, ENABLE_SHARED_WORKERS=.): DEFINES += ENABLE_SHARED_WORKERS=1
140 !contains(DEFINES, ENABLE_WORKERS=.): DEFINES += ENABLE_WORKERS=1
141 !contains(DEFINES, ENABLE_XHTMLMP=.): DEFINES += ENABLE_XHTMLMP=0
142 !contains(DEFINES, ENABLE_DATAGRID=.): DEFINES += ENABLE_DATAGRID=1
145 !contains(DEFINES, ENABLE_SVG=0) {
146 !contains(DEFINES, ENABLE_SVG=.): DEFINES += ENABLE_SVG=1
147 !contains(DEFINES, ENABLE_SVG_FONTS=.): DEFINES += ENABLE_SVG_FONTS=1
148 !contains(DEFINES, ENABLE_SVG_FOREIGN_OBJECT=.): DEFINES += ENABLE_SVG_FOREIGN_OBJECT=1
149 !contains(DEFINES, ENABLE_SVG_ANIMATION=.): DEFINES += ENABLE_SVG_ANIMATION=1
150 !contains(DEFINES, ENABLE_SVG_AS_IMAGE=.): DEFINES += ENABLE_SVG_AS_IMAGE=1
151 !contains(DEFINES, ENABLE_SVG_USE=.): DEFINES += ENABLE_SVG_USE=1
153 DEFINES += ENABLE_SVG_FONTS=0 ENABLE_SVG_FOREIGN_OBJECT=0 ENABLE_SVG_ANIMATION=0 ENABLE_SVG_AS_IMAGE=0 ENABLE_SVG_USE=0
156 # HTML5 media support
157 !contains(DEFINES, ENABLE_VIDEO=.) {
158 contains(QT_CONFIG, phonon):DEFINES += ENABLE_VIDEO=1
159 else:DEFINES += ENABLE_VIDEO=0
162 # HTML5 datalist support
163 !contains(DEFINES, ENABLE_DATALIST=.): DEFINES += ENABLE_DATALIST=1
165 # Nescape plugins support (NPAPI)
166 !contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=.) {
167 unix|win32-*:!embedded:!wince*: {
168 DEFINES += ENABLE_NETSCAPE_PLUGIN_API=1
170 DEFINES += ENABLE_NETSCAPE_PLUGIN_API=0
174 # Web Socket support.
175 !contains(DEFINES, ENABLE_WEB_SOCKETS=.): DEFINES += ENABLE_WEB_SOCKETS=1
177 # XSLT support with QtXmlPatterns
178 !contains(DEFINES, ENABLE_XSLT=.) {
179 contains(QT_CONFIG, xmlpatterns):!lessThan(QT_MINOR_VERSION, 5):DEFINES += ENABLE_XSLT=1
180 else:DEFINES += ENABLE_XSLT=0
183 DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1 WTF_CHANGES=1
185 # Used to compute defaults for the build-webkit script
186 CONFIG(compute_defaults) {
188 error("Done computing defaults")
192 $$PWD/../WebCore/WebCore.qrc
195 RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
198 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
202 $$PWD/accessibility \
215 $$PWD/loader/appcache \
216 $$PWD/loader/archive \
218 $$PWD/notifications \
220 $$PWD/page/animation \
222 $$PWD/platform/animation \
223 $$PWD/platform/graphics \
224 $$PWD/platform/graphics/filters \
225 $$PWD/platform/graphics/transforms \
226 $$PWD/platform/image-decoders \
227 $$PWD/platform/mock \
228 $$PWD/platform/network \
230 $$PWD/platform/text \
233 $$PWD/rendering/style \
236 $$PWD/svg/animation \
238 $$PWD/svg/graphics/filters \
243 $$GENERATED_SOURCES_DIR \
249 $$PWD/platform/graphics/qt \
250 $$PWD/platform/network/qt \
252 $$PWD/../WebKit/qt/WebCoreSupport \
256 lessThan(QT_MINOR_VERSION, 4): QT += xml
258 QMAKE_EXTRA_TARGETS += generated_files
260 FEATURE_DEFINES_JAVASCRIPT = LANGUAGE_JAVASCRIPT=1
262 TOKENIZER = $$PWD/css/tokenizer.flex
264 DOCTYPESTRINGS = $$PWD/html/DocTypeStrings.gperf
266 CSSBISON = $$PWD/css/CSSGrammar.y
268 HTML_NAMES = $$PWD/html/HTMLTagNames.in
270 XML_NAMES = $$PWD/xml/xmlattrs.in
272 ENTITIES_GPERF = $$PWD/html/HTMLEntityNames.gperf
274 COLORDAT_GPERF = $$PWD/platform/ColorData.gperf
276 WALDOCSSPROPS = $$PWD/css/CSSPropertyNames.in
278 WALDOCSSVALUES = $$PWD/css/CSSValueKeywords.in
280 DASHBOARDSUPPORTCSSPROPERTIES = $$PWD/css/DashboardSupportCSSPropertyNames.in
283 contains(DEFINES, ENABLE_SVG=1) {
284 EXTRACSSPROPERTIES += $$PWD/css/SVGCSSPropertyNames.in
285 EXTRACSSVALUES += $$PWD/css/SVGCSSValueKeywords.in
288 contains(DEFINES, ENABLE_WCSS=1) {
289 EXTRACSSPROPERTIES += $$PWD/css/WCSSPropertyNames.in
290 EXTRACSSVALUES += $$PWD/css/WCSSValueKeywords.in
293 STYLESHEETS_EMBED = \
295 $$PWD/css/quirks.css \
297 $$PWD/css/view-source.css \
299 $$PWD/css/mediaControls.css \
300 $$PWD/css/mediaControlsQt.css
304 css/CSSCharsetRule.idl \
305 css/CSSFontFaceRule.idl \
306 css/CSSImportRule.idl \
307 css/CSSMediaRule.idl \
308 css/CSSPageRule.idl \
309 css/CSSPrimitiveValue.idl \
311 css/CSSRuleList.idl \
312 css/CSSStyleDeclaration.idl \
313 css/CSSStyleRule.idl \
314 css/CSSStyleSheet.idl \
316 css/CSSValueList.idl \
317 css/CSSVariablesDeclaration.idl \
318 css/CSSVariablesRule.idl \
324 css/StyleSheetList.idl \
325 css/WebKitCSSKeyframeRule.idl \
326 css/WebKitCSSKeyframesRule.idl \
327 css/WebKitCSSMatrix.idl \
328 css/WebKitCSSTransformValue.idl \
330 dom/BeforeLoadEvent.idl \
331 dom/CharacterData.idl \
333 dom/ClientRectList.idl \
335 dom/CDATASection.idl \
337 dom/CompositionEvent.idl \
338 dom/DocumentFragment.idl \
340 dom/DocumentType.idl \
341 dom/DOMCoreException.idl \
342 dom/DOMImplementation.idl \
345 dom/EntityReference.idl \
348 dom/EventException.idl \
349 # dom/EventListener.idl \
350 # dom/EventTarget.idl \
351 dom/KeyboardEvent.idl \
353 dom/MessageChannel.idl \
354 dom/MessageEvent.idl \
355 dom/MessagePort.idl \
356 dom/MutationEvent.idl \
357 dom/NamedNodeMap.idl \
360 dom/NodeIterator.idl \
363 dom/OverflowEvent.idl \
364 dom/PageTransitionEvent.idl \
365 dom/ProcessingInstruction.idl \
366 dom/ProgressEvent.idl \
367 dom/RangeException.idl \
373 dom/WebKitAnimationEvent.idl \
374 dom/WebKitTransitionEvent.idl \
376 html/canvas/WebGLArray.idl \
377 html/canvas/WebGLArrayBuffer.idl \
378 html/canvas/WebGLByteArray.idl \
379 html/canvas/WebGLFloatArray.idl \
380 html/canvas/CanvasGradient.idl \
381 html/canvas/WebGLIntArray.idl \
382 html/canvas/CanvasPattern.idl \
383 html/canvas/CanvasRenderingContext.idl \
384 html/canvas/CanvasRenderingContext2D.idl \
385 html/canvas/WebGLRenderingContext.idl \
386 html/canvas/WebGLShortArray.idl \
387 html/canvas/WebGLUnsignedByteArray.idl \
388 html/canvas/WebGLUnsignedIntArray.idl \
389 html/canvas/WebGLUnsignedShortArray.idl \
390 html/DataGridColumn.idl \
391 html/DataGridColumnList.idl \
394 html/HTMLAllCollection.idl \
395 html/HTMLAudioElement.idl \
396 html/HTMLAnchorElement.idl \
397 html/HTMLAppletElement.idl \
398 html/HTMLAreaElement.idl \
399 html/HTMLBaseElement.idl \
400 html/HTMLBaseFontElement.idl \
401 html/HTMLBlockquoteElement.idl \
402 html/HTMLBodyElement.idl \
403 html/HTMLBRElement.idl \
404 html/HTMLButtonElement.idl \
405 html/HTMLCanvasElement.idl \
406 html/HTMLCollection.idl \
407 html/HTMLDataGridElement.idl \
408 html/HTMLDataGridCellElement.idl \
409 html/HTMLDataGridColElement.idl \
410 html/HTMLDataGridRowElement.idl \
411 html/HTMLDataListElement.idl \
412 html/HTMLDirectoryElement.idl \
413 html/HTMLDivElement.idl \
414 html/HTMLDListElement.idl \
415 html/HTMLDocument.idl \
416 html/HTMLElement.idl \
417 html/HTMLEmbedElement.idl \
418 html/HTMLFieldSetElement.idl \
419 html/HTMLFontElement.idl \
420 html/HTMLFormElement.idl \
421 html/HTMLFrameElement.idl \
422 html/HTMLFrameSetElement.idl \
423 html/HTMLHeadElement.idl \
424 html/HTMLHeadingElement.idl \
425 html/HTMLHRElement.idl \
426 html/HTMLHtmlElement.idl \
427 html/HTMLIFrameElement.idl \
428 html/HTMLImageElement.idl \
429 html/HTMLInputElement.idl \
430 html/HTMLIsIndexElement.idl \
431 html/HTMLLabelElement.idl \
432 html/HTMLLegendElement.idl \
433 html/HTMLLIElement.idl \
434 html/HTMLLinkElement.idl \
435 html/HTMLMapElement.idl \
436 html/HTMLMarqueeElement.idl \
437 html/HTMLMediaElement.idl \
438 html/HTMLMenuElement.idl \
439 html/HTMLMetaElement.idl \
440 html/HTMLModElement.idl \
441 html/HTMLObjectElement.idl \
442 html/HTMLOListElement.idl \
443 html/HTMLOptGroupElement.idl \
444 html/HTMLOptionElement.idl \
445 html/HTMLOptionsCollection.idl \
446 html/HTMLParagraphElement.idl \
447 html/HTMLParamElement.idl \
448 html/HTMLPreElement.idl \
449 html/HTMLQuoteElement.idl \
450 html/HTMLScriptElement.idl \
451 html/HTMLSelectElement.idl \
452 html/HTMLSourceElement.idl \
453 html/HTMLStyleElement.idl \
454 html/HTMLTableCaptionElement.idl \
455 html/HTMLTableCellElement.idl \
456 html/HTMLTableColElement.idl \
457 html/HTMLTableElement.idl \
458 html/HTMLTableRowElement.idl \
459 html/HTMLTableSectionElement.idl \
460 html/HTMLTextAreaElement.idl \
461 html/HTMLTitleElement.idl \
462 html/HTMLUListElement.idl \
463 html/HTMLVideoElement.idl \
465 html/MediaError.idl \
466 html/TextMetrics.idl \
467 html/TimeRanges.idl \
468 html/ValidityState.idl \
469 html/VoidCallback.idl \
470 inspector/InspectorBackend.idl \
471 inspector/JavaScriptCallFrame.idl \
472 loader/appcache/DOMApplicationCache.idl \
475 page/Coordinates.idl \
476 page/DOMSelection.idl \
478 page/EventSource.idl \
479 page/Geolocation.idl \
480 page/Geoposition.idl \
484 page/PositionError.idl \
486 page/WebKitPoint.idl \
487 page/WorkerNavigator.idl \
489 plugins/MimeType.idl \
490 plugins/PluginArray.idl \
491 plugins/MimeTypeArray.idl \
492 storage/Database.idl \
493 storage/Storage.idl \
494 storage/StorageEvent.idl \
495 storage/SQLError.idl \
496 storage/SQLResultSet.idl \
497 storage/SQLResultSetRowList.idl \
498 storage/SQLTransaction.idl \
499 svg/SVGZoomEvent.idl \
500 svg/SVGAElement.idl \
501 svg/SVGAltGlyphElement.idl \
503 svg/SVGAnimateColorElement.idl \
504 svg/SVGAnimatedAngle.idl \
505 svg/SVGAnimatedBoolean.idl \
506 svg/SVGAnimatedEnumeration.idl \
507 svg/SVGAnimatedInteger.idl \
508 svg/SVGAnimatedLength.idl \
509 svg/SVGAnimatedLengthList.idl \
510 svg/SVGAnimatedNumber.idl \
511 svg/SVGAnimatedNumberList.idl \
512 svg/SVGAnimatedPreserveAspectRatio.idl \
513 svg/SVGAnimatedRect.idl \
514 svg/SVGAnimatedString.idl \
515 svg/SVGAnimatedTransformList.idl \
516 svg/SVGAnimateElement.idl \
517 svg/SVGAnimateTransformElement.idl \
518 svg/SVGAnimationElement.idl \
519 svg/SVGCircleElement.idl \
520 svg/SVGClipPathElement.idl \
522 svg/SVGComponentTransferFunctionElement.idl \
523 svg/SVGCursorElement.idl \
524 svg/SVGDefsElement.idl \
525 svg/SVGDescElement.idl \
526 svg/SVGDocument.idl \
528 svg/SVGElementInstance.idl \
529 svg/SVGElementInstanceList.idl \
530 svg/SVGEllipseElement.idl \
531 svg/SVGException.idl \
532 svg/SVGFEBlendElement.idl \
533 svg/SVGFEColorMatrixElement.idl \
534 svg/SVGFEComponentTransferElement.idl \
535 svg/SVGFECompositeElement.idl \
536 svg/SVGFEDiffuseLightingElement.idl \
537 svg/SVGFEDisplacementMapElement.idl \
538 svg/SVGFEDistantLightElement.idl \
539 svg/SVGFEFloodElement.idl \
540 svg/SVGFEFuncAElement.idl \
541 svg/SVGFEFuncBElement.idl \
542 svg/SVGFEFuncGElement.idl \
543 svg/SVGFEFuncRElement.idl \
544 svg/SVGFEGaussianBlurElement.idl \
545 svg/SVGFEImageElement.idl \
546 svg/SVGFEMergeElement.idl \
547 svg/SVGFEMergeNodeElement.idl \
548 svg/SVGFEMorphologyElement.idl \
549 svg/SVGFEOffsetElement.idl \
550 svg/SVGFEPointLightElement.idl \
551 svg/SVGFESpecularLightingElement.idl \
552 svg/SVGFESpotLightElement.idl \
553 svg/SVGFETileElement.idl \
554 svg/SVGFETurbulenceElement.idl \
555 svg/SVGFilterElement.idl \
556 svg/SVGFontElement.idl \
557 svg/SVGFontFaceElement.idl \
558 svg/SVGFontFaceFormatElement.idl \
559 svg/SVGFontFaceNameElement.idl \
560 svg/SVGFontFaceSrcElement.idl \
561 svg/SVGFontFaceUriElement.idl \
562 svg/SVGForeignObjectElement.idl \
563 svg/SVGGElement.idl \
564 svg/SVGGlyphElement.idl \
565 svg/SVGGradientElement.idl \
566 svg/SVGHKernElement.idl \
567 svg/SVGImageElement.idl \
569 svg/SVGLengthList.idl \
570 svg/SVGLinearGradientElement.idl \
571 svg/SVGLineElement.idl \
572 svg/SVGMarkerElement.idl \
573 svg/SVGMaskElement.idl \
575 svg/SVGMetadataElement.idl \
576 svg/SVGMissingGlyphElement.idl \
578 svg/SVGNumberList.idl \
580 svg/SVGPathElement.idl \
581 svg/SVGPathSegArcAbs.idl \
582 svg/SVGPathSegArcRel.idl \
583 svg/SVGPathSegClosePath.idl \
584 svg/SVGPathSegCurvetoCubicAbs.idl \
585 svg/SVGPathSegCurvetoCubicRel.idl \
586 svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
587 svg/SVGPathSegCurvetoCubicSmoothRel.idl \
588 svg/SVGPathSegCurvetoQuadraticAbs.idl \
589 svg/SVGPathSegCurvetoQuadraticRel.idl \
590 svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
591 svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
593 svg/SVGPathSegLinetoAbs.idl \
594 svg/SVGPathSegLinetoHorizontalAbs.idl \
595 svg/SVGPathSegLinetoHorizontalRel.idl \
596 svg/SVGPathSegLinetoRel.idl \
597 svg/SVGPathSegLinetoVerticalAbs.idl \
598 svg/SVGPathSegLinetoVerticalRel.idl \
599 svg/SVGPathSegList.idl \
600 svg/SVGPathSegMovetoAbs.idl \
601 svg/SVGPathSegMovetoRel.idl \
602 svg/SVGPatternElement.idl \
604 svg/SVGPointList.idl \
605 svg/SVGPolygonElement.idl \
606 svg/SVGPolylineElement.idl \
607 svg/SVGPreserveAspectRatio.idl \
608 svg/SVGRadialGradientElement.idl \
609 svg/SVGRectElement.idl \
611 svg/SVGRenderingIntent.idl \
612 svg/SVGScriptElement.idl \
613 svg/SVGSetElement.idl \
614 svg/SVGStopElement.idl \
615 svg/SVGStringList.idl \
616 svg/SVGStyleElement.idl \
617 svg/SVGSVGElement.idl \
618 svg/SVGSwitchElement.idl \
619 svg/SVGSymbolElement.idl \
620 svg/SVGTextContentElement.idl \
621 svg/SVGTextElement.idl \
622 svg/SVGTextPathElement.idl \
623 svg/SVGTextPositioningElement.idl \
624 svg/SVGTitleElement.idl \
625 svg/SVGTransform.idl \
626 svg/SVGTransformList.idl \
627 svg/SVGTRefElement.idl \
628 svg/SVGTSpanElement.idl \
629 svg/SVGUnitTypes.idl \
630 svg/SVGUseElement.idl \
631 svg/SVGViewElement.idl \
632 websockets/WebSocket.idl \
633 workers/AbstractWorker.idl \
634 workers/DedicatedWorkerContext.idl \
635 workers/SharedWorker.idl \
636 workers/SharedWorkerContext.idl \
638 workers/WorkerContext.idl \
639 workers/WorkerLocation.idl \
641 xml/XMLHttpRequest.idl \
642 xml/XMLHttpRequestException.idl \
643 xml/XMLHttpRequestProgressEvent.idl \
644 xml/XMLHttpRequestUpload.idl \
645 xml/XMLSerializer.idl \
646 xml/XPathNSResolver.idl \
647 xml/XPathException.idl \
648 xml/XPathExpression.idl \
649 xml/XPathResult.idl \
650 xml/XPathEvaluator.idl \
651 xml/XSLTProcessor.idl
655 accessibility/AccessibilityImageMapLink.cpp \
656 accessibility/AccessibilityMediaControls.cpp \
657 accessibility/AccessibilityObject.cpp \
658 accessibility/AccessibilityList.cpp \
659 accessibility/AccessibilityListBox.cpp \
660 accessibility/AccessibilityListBoxOption.cpp \
661 accessibility/AccessibilityRenderObject.cpp \
662 accessibility/AccessibilitySlider.cpp \
663 accessibility/AccessibilityARIAGrid.cpp \
664 accessibility/AccessibilityARIAGridCell.cpp \
665 accessibility/AccessibilityARIAGridRow.cpp \
666 accessibility/AccessibilityTable.cpp \
667 accessibility/AccessibilityTableCell.cpp \
668 accessibility/AccessibilityTableColumn.cpp \
669 accessibility/AccessibilityTableHeaderContainer.cpp \
670 accessibility/AccessibilityTableRow.cpp \
671 accessibility/AXObjectCache.cpp \
672 bindings/js/GCController.cpp \
673 bindings/js/JSCallbackData.cpp \
674 bindings/js/JSAttrCustom.cpp \
675 bindings/js/JSCDATASectionCustom.cpp \
676 bindings/js/JSCanvasRenderingContextCustom.cpp \
677 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
678 bindings/js/JSClipboardCustom.cpp \
679 bindings/js/JSConsoleCustom.cpp \
680 bindings/js/JSCSSRuleCustom.cpp \
681 bindings/js/JSCSSRuleListCustom.cpp \
682 bindings/js/JSCSSStyleDeclarationCustom.cpp \
683 bindings/js/JSCSSValueCustom.cpp \
684 bindings/js/JSCoordinatesCustom.cpp \
685 bindings/js/JSCustomPositionCallback.cpp \
686 bindings/js/JSCustomPositionErrorCallback.cpp \
687 bindings/js/JSCustomVoidCallback.cpp \
688 bindings/js/JSCustomXPathNSResolver.cpp \
689 bindings/js/JSDataGridColumnListCustom.cpp \
690 bindings/js/JSDataGridDataSource.cpp \
691 bindings/js/JSDocumentCustom.cpp \
692 bindings/js/JSDocumentFragmentCustom.cpp \
693 bindings/js/JSDOMGlobalObject.cpp \
694 bindings/js/JSDOMWindowBase.cpp \
695 bindings/js/JSDOMWindowCustom.cpp \
696 bindings/js/JSDOMWindowShell.cpp \
697 bindings/js/JSElementCustom.cpp \
698 bindings/js/JSEventCustom.cpp \
699 bindings/js/JSEventSourceConstructor.cpp \
700 bindings/js/JSEventSourceCustom.cpp \
701 bindings/js/JSEventTarget.cpp \
702 bindings/js/JSExceptionBase.cpp \
703 bindings/js/JSGeolocationCustom.cpp \
704 bindings/js/JSHistoryCustom.cpp \
705 bindings/js/JSHTMLAppletElementCustom.cpp \
706 bindings/js/JSHTMLCanvasElementCustom.cpp \
707 bindings/js/JSHTMLAllCollectionCustom.cpp \
708 bindings/js/JSHTMLCollectionCustom.cpp \
709 bindings/js/JSHTMLDataGridElementCustom.cpp \
710 bindings/js/JSHTMLDocumentCustom.cpp \
711 bindings/js/JSHTMLElementCustom.cpp \
712 bindings/js/JSHTMLEmbedElementCustom.cpp \
713 bindings/js/JSHTMLFormElementCustom.cpp \
714 bindings/js/JSHTMLFrameElementCustom.cpp \
715 bindings/js/JSHTMLFrameSetElementCustom.cpp \
716 bindings/js/JSHTMLIFrameElementCustom.cpp \
717 bindings/js/JSHTMLInputElementCustom.cpp \
718 bindings/js/JSHTMLObjectElementCustom.cpp \
719 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
720 bindings/js/JSHTMLSelectElementCustom.cpp \
721 bindings/js/JSImageConstructor.cpp \
722 bindings/js/JSImageDataCustom.cpp \
723 bindings/js/JSInspectedObjectWrapper.cpp \
724 bindings/js/JSInspectorBackendCustom.cpp \
725 bindings/js/JSInspectorCallbackWrapper.cpp \
726 bindings/js/JSLocationCustom.cpp \
727 bindings/js/JSNamedNodeMapCustom.cpp \
728 bindings/js/JSNavigatorCustom.cpp \
729 bindings/js/JSNodeCustom.cpp \
730 bindings/js/JSNodeFilterCondition.cpp \
731 bindings/js/JSNodeFilterCustom.cpp \
732 bindings/js/JSNodeIteratorCustom.cpp \
733 bindings/js/JSNodeListCustom.cpp \
734 bindings/js/JSOptionConstructor.cpp \
735 bindings/js/JSQuarantinedObjectWrapper.cpp \
736 bindings/js/JSStyleSheetCustom.cpp \
737 bindings/js/JSStyleSheetListCustom.cpp \
738 bindings/js/JSTextCustom.cpp \
739 bindings/js/JSTreeWalkerCustom.cpp \
740 bindings/js/JSWebKitCSSMatrixConstructor.cpp \
741 bindings/js/JSWebKitPointConstructor.cpp \
742 bindings/js/JSXMLHttpRequestConstructor.cpp \
743 bindings/js/JSXMLHttpRequestCustom.cpp \
744 bindings/js/JSXMLHttpRequestUploadCustom.cpp \
745 bindings/js/JSPluginCustom.cpp \
746 bindings/js/JSPluginArrayCustom.cpp \
747 bindings/js/JSMessageChannelConstructor.cpp \
748 bindings/js/JSMessageChannelCustom.cpp \
749 bindings/js/JSMessageEventCustom.cpp \
750 bindings/js/JSMessagePortCustom.cpp \
751 bindings/js/JSMessagePortCustom.h \
752 bindings/js/JSMimeTypeArrayCustom.cpp \
753 bindings/js/JSDOMBinding.cpp \
754 bindings/js/JSEventListener.cpp \
755 bindings/js/JSLazyEventListener.cpp \
756 bindings/js/JSPluginElementFunctions.cpp \
757 bindings/js/ScriptArray.cpp \
758 bindings/js/ScriptCachedFrameData.cpp \
759 bindings/js/ScriptCallFrame.cpp \
760 bindings/js/ScriptCallStack.cpp \
761 bindings/js/ScriptController.cpp \
762 bindings/js/ScriptEventListener.cpp \
763 bindings/js/ScriptFunctionCall.cpp \
764 bindings/js/ScriptObject.cpp \
765 bindings/js/ScriptObjectQuarantine.cpp \
766 bindings/js/ScriptState.cpp \
767 bindings/js/ScriptValue.cpp \
768 bindings/js/ScheduledAction.cpp \
769 bindings/js/SerializedScriptValue.cpp \
770 bindings/ScriptControllerBase.cpp \
771 bridge/IdentifierRep.cpp \
772 bridge/NP_jsobject.cpp \
773 bridge/npruntime.cpp \
774 bridge/runtime_array.cpp \
776 bridge/runtime_method.cpp \
777 bridge/runtime_object.cpp \
778 bridge/runtime_root.cpp \
779 bridge/c/c_class.cpp \
780 bridge/c/c_instance.cpp \
781 bridge/c/c_runtime.cpp \
782 bridge/c/c_utility.cpp \
783 css/CSSBorderImageValue.cpp \
784 css/CSSCanvasValue.cpp \
785 css/CSSCharsetRule.cpp \
786 css/CSSComputedStyleDeclaration.cpp \
787 css/CSSCursorImageValue.cpp \
788 css/CSSFontFace.cpp \
789 css/CSSFontFaceRule.cpp \
790 css/CSSFontFaceSrcValue.cpp \
791 css/CSSFontSelector.cpp \
792 css/CSSFontFaceSource.cpp \
793 css/CSSFunctionValue.cpp \
794 css/CSSGradientValue.cpp \
796 css/CSSImageValue.cpp \
797 css/CSSImageGeneratorValue.cpp \
798 css/CSSImportRule.cpp \
799 css/CSSInheritedValue.cpp \
800 css/CSSInitialValue.cpp \
801 css/CSSMediaRule.cpp \
802 css/CSSMutableStyleDeclaration.cpp \
803 css/CSSPageRule.cpp \
805 css/CSSParserValues.cpp \
806 css/CSSPrimitiveValue.cpp \
807 css/CSSProperty.cpp \
808 css/CSSPropertyLonghand.cpp \
809 css/CSSReflectValue.cpp \
811 css/CSSRuleList.cpp \
812 css/CSSSelector.cpp \
813 css/CSSSelectorList.cpp \
814 css/CSSSegmentedFontFace.cpp \
815 css/CSSStyleDeclaration.cpp \
816 css/CSSStyleRule.cpp \
817 css/CSSStyleSelector.cpp \
818 css/CSSStyleSheet.cpp \
819 css/CSSTimingFunctionValue.cpp \
820 css/CSSUnicodeRangeValue.cpp \
821 css/CSSValueList.cpp \
822 css/CSSVariableDependentValue.cpp \
823 css/CSSVariablesDeclaration.cpp \
824 css/CSSVariablesRule.cpp \
825 css/FontFamilyValue.cpp \
827 css/MediaFeatureNames.cpp \
831 css/MediaQueryEvaluator.cpp \
832 css/MediaQueryExp.cpp \
834 css/ShadowValue.cpp \
838 css/StyleSheetList.cpp \
839 css/WebKitCSSKeyframeRule.cpp \
840 css/WebKitCSSKeyframesRule.cpp \
841 css/WebKitCSSMatrix.cpp \
842 css/WebKitCSSTransformValue.cpp \
843 dom/ActiveDOMObject.cpp \
846 dom/BeforeTextInsertedEvent.cpp \
847 dom/BeforeUnloadEvent.cpp \
848 dom/CDATASection.cpp \
849 dom/CharacterData.cpp \
850 dom/CheckedRadioButtons.cpp \
851 dom/ChildNodeList.cpp \
853 dom/ClassNodeList.cpp \
855 dom/ClientRectList.cpp \
857 dom/ClipboardEvent.cpp \
859 dom/CompositionEvent.cpp \
860 dom/ContainerNode.cpp \
861 dom/CSSMappedAttributeDeclaration.cpp \
863 dom/DocumentFragment.cpp \
864 dom/DocumentType.cpp \
865 dom/DOMImplementation.cpp \
866 dom/DynamicNodeList.cpp \
867 dom/EditingText.cpp \
870 dom/EntityReference.cpp \
874 dom/EventTarget.cpp \
875 dom/ExceptionBase.cpp \
876 dom/ExceptionCode.cpp \
877 dom/InputElement.cpp \
878 dom/KeyboardEvent.cpp \
879 dom/MappedAttribute.cpp \
880 dom/MessageChannel.cpp \
881 dom/MessageEvent.cpp \
882 dom/MessagePort.cpp \
883 dom/MessagePortChannel.cpp \
885 dom/MouseRelatedEvent.cpp \
886 dom/MutationEvent.cpp \
887 dom/NamedAttrMap.cpp \
888 dom/NamedMappedAttrMap.cpp \
889 dom/NameNodeList.cpp \
891 dom/NodeFilterCondition.cpp \
893 dom/NodeIterator.cpp \
895 dom/OptionGroupElement.cpp \
896 dom/OptionElement.cpp \
897 dom/OverflowEvent.cpp \
898 dom/PageTransitionEvent.cpp \
900 dom/PositionIterator.cpp \
901 dom/ProcessingInstruction.cpp \
902 dom/ProgressEvent.cpp \
903 dom/QualifiedName.cpp \
905 dom/RegisteredEventListener.cpp \
906 dom/ScriptElement.cpp \
907 dom/ScriptExecutionContext.cpp \
908 dom/SelectElement.cpp \
909 dom/SelectorNodeList.cpp \
910 dom/StaticNodeList.cpp \
911 dom/StyledElement.cpp \
912 dom/StyleElement.cpp \
913 dom/TagNodeList.cpp \
919 dom/UIEventWithKeyState.cpp \
920 dom/WebKitAnimationEvent.cpp \
921 dom/WebKitTransitionEvent.cpp \
923 dom/XMLTokenizer.cpp \
924 dom/XMLTokenizerQt.cpp \
925 dom/default/PlatformMessagePortChannel.cpp \
926 editing/AppendNodeCommand.cpp \
927 editing/ApplyStyleCommand.cpp \
928 editing/BreakBlockquoteCommand.cpp \
929 editing/CompositeEditCommand.cpp \
930 editing/CreateLinkCommand.cpp \
931 editing/DeleteButtonController.cpp \
932 editing/DeleteButton.cpp \
933 editing/DeleteFromTextNodeCommand.cpp \
934 editing/DeleteSelectionCommand.cpp \
935 editing/EditCommand.cpp \
937 editing/EditorCommand.cpp \
938 editing/FormatBlockCommand.cpp \
939 editing/htmlediting.cpp \
940 editing/HTMLInterchange.cpp \
941 editing/IndentOutdentCommand.cpp \
942 editing/InsertIntoTextNodeCommand.cpp \
943 editing/InsertLineBreakCommand.cpp \
944 editing/InsertListCommand.cpp \
945 editing/InsertNodeBeforeCommand.cpp \
946 editing/InsertParagraphSeparatorCommand.cpp \
947 editing/InsertTextCommand.cpp \
948 editing/JoinTextNodesCommand.cpp \
950 editing/MergeIdenticalElementsCommand.cpp \
951 editing/ModifySelectionListLevel.cpp \
952 editing/MoveSelectionCommand.cpp \
953 editing/RemoveCSSPropertyCommand.cpp \
954 editing/RemoveFormatCommand.cpp \
955 editing/RemoveNodeCommand.cpp \
956 editing/RemoveNodePreservingChildrenCommand.cpp \
957 editing/ReplaceNodeWithSpanCommand.cpp \
958 editing/ReplaceSelectionCommand.cpp \
959 editing/SelectionController.cpp \
960 editing/SetNodeAttributeCommand.cpp \
961 editing/SmartReplace.cpp \
962 editing/SmartReplaceICU.cpp \
963 editing/SplitElementCommand.cpp \
964 editing/SplitTextNodeCommand.cpp \
965 editing/SplitTextNodeContainingElementCommand.cpp \
966 editing/TextIterator.cpp \
967 editing/TypingCommand.cpp \
968 editing/UnlinkCommand.cpp \
969 editing/VisiblePosition.cpp \
970 editing/VisibleSelection.cpp \
971 editing/visible_units.cpp \
972 editing/WrapContentsInDummySpanCommand.cpp \
973 history/BackForwardList.cpp \
974 history/CachedFrame.cpp \
975 history/CachedPage.cpp \
976 history/HistoryItem.cpp \
977 history/qt/HistoryItemQt.cpp \
978 history/PageCache.cpp \
979 html/canvas/CanvasGradient.cpp \
980 html/canvas/CanvasPattern.cpp \
981 html/canvas/CanvasPixelArray.cpp \
982 html/canvas/CanvasRenderingContext.cpp \
983 html/canvas/CanvasRenderingContext2D.cpp \
984 html/canvas/CanvasStyle.cpp \
985 html/CollectionCache.cpp \
986 html/DataGridColumn.cpp \
987 html/DataGridColumnList.cpp \
988 html/DOMDataGridDataSource.cpp \
991 html/FormDataList.cpp \
992 html/HTMLAllCollection.cpp \
993 html/HTMLAnchorElement.cpp \
994 html/HTMLAppletElement.cpp \
995 html/HTMLAreaElement.cpp \
996 html/HTMLBaseElement.cpp \
997 html/HTMLBaseFontElement.cpp \
998 html/HTMLBlockquoteElement.cpp \
999 html/HTMLBodyElement.cpp \
1000 html/HTMLBRElement.cpp \
1001 html/HTMLButtonElement.cpp \
1002 html/HTMLCanvasElement.cpp \
1003 html/HTMLCollection.cpp \
1004 html/HTMLDataGridElement.cpp \
1005 html/HTMLDataGridCellElement.cpp \
1006 html/HTMLDataGridColElement.cpp \
1007 html/HTMLDataGridRowElement.cpp \
1008 html/HTMLDataListElement.cpp \
1009 html/HTMLDirectoryElement.cpp \
1010 html/HTMLDivElement.cpp \
1011 html/HTMLDListElement.cpp \
1012 html/HTMLDocument.cpp \
1013 html/HTMLElement.cpp \
1014 html/HTMLEmbedElement.cpp \
1015 html/HTMLFieldSetElement.cpp \
1016 html/HTMLFontElement.cpp \
1017 html/HTMLFormCollection.cpp \
1018 html/HTMLFormElement.cpp \
1019 html/HTMLFrameElementBase.cpp \
1020 html/HTMLFrameElement.cpp \
1021 html/HTMLFrameOwnerElement.cpp \
1022 html/HTMLFrameSetElement.cpp \
1023 html/HTMLFormControlElement.cpp \
1024 html/HTMLHeadElement.cpp \
1025 html/HTMLHeadingElement.cpp \
1026 html/HTMLHRElement.cpp \
1027 html/HTMLHtmlElement.cpp \
1028 html/HTMLIFrameElement.cpp \
1029 html/HTMLImageElement.cpp \
1030 html/HTMLImageLoader.cpp \
1031 html/HTMLInputElement.cpp \
1032 html/HTMLIsIndexElement.cpp \
1033 html/HTMLKeygenElement.cpp \
1034 html/HTMLLabelElement.cpp \
1035 html/HTMLLegendElement.cpp \
1036 html/HTMLLIElement.cpp \
1037 html/HTMLLinkElement.cpp \
1038 html/HTMLMapElement.cpp \
1039 html/HTMLMarqueeElement.cpp \
1040 html/HTMLMenuElement.cpp \
1041 html/HTMLMetaElement.cpp \
1042 html/HTMLModElement.cpp \
1043 html/HTMLNameCollection.cpp \
1044 html/HTMLObjectElement.cpp \
1045 html/HTMLOListElement.cpp \
1046 html/HTMLOptGroupElement.cpp \
1047 html/HTMLOptionElement.cpp \
1048 html/HTMLOptionsCollection.cpp \
1049 html/HTMLParagraphElement.cpp \
1050 html/HTMLParamElement.cpp \
1051 html/HTMLParser.cpp \
1052 html/HTMLParserErrorCodes.cpp \
1053 html/HTMLPlugInElement.cpp \
1054 html/HTMLPlugInImageElement.cpp \
1055 html/HTMLPreElement.cpp \
1056 html/HTMLQuoteElement.cpp \
1057 html/HTMLScriptElement.cpp \
1058 html/HTMLNoScriptElement.cpp \
1059 html/HTMLSelectElement.cpp \
1060 html/HTMLStyleElement.cpp \
1061 html/HTMLTableCaptionElement.cpp \
1062 html/HTMLTableCellElement.cpp \
1063 html/HTMLTableColElement.cpp \
1064 html/HTMLTableElement.cpp \
1065 html/HTMLTablePartElement.cpp \
1066 html/HTMLTableRowElement.cpp \
1067 html/HTMLTableRowsCollection.cpp \
1068 html/HTMLTableSectionElement.cpp \
1069 html/HTMLTextAreaElement.cpp \
1070 html/HTMLTitleElement.cpp \
1071 html/HTMLTokenizer.cpp \
1072 html/HTMLUListElement.cpp \
1073 html/HTMLViewSourceDocument.cpp \
1074 html/ImageData.cpp \
1075 html/PreloadScanner.cpp \
1076 html/ValidityState.cpp \
1077 inspector/ConsoleMessage.cpp \
1078 inspector/InspectorBackend.cpp \
1079 inspector/InspectorController.cpp \
1080 inspector/InspectorDatabaseResource.cpp \
1081 inspector/InspectorDOMAgent.cpp \
1082 inspector/InspectorDOMStorageResource.cpp \
1083 inspector/InspectorFrontend.cpp \
1084 inspector/InspectorResource.cpp \
1085 inspector/InspectorTimelineAgent.cpp \
1086 inspector/TimelineRecordFactory.cpp \
1087 loader/archive/ArchiveFactory.cpp \
1088 loader/archive/ArchiveResource.cpp \
1089 loader/archive/ArchiveResourceCollection.cpp \
1091 loader/CachedCSSStyleSheet.cpp \
1092 loader/CachedFont.cpp \
1093 loader/CachedImage.cpp \
1094 loader/CachedResourceClientWalker.cpp \
1095 loader/CachedResourceHandle.cpp \
1096 loader/CachedResource.cpp \
1097 loader/CachedScript.cpp \
1098 loader/CachedXSLStyleSheet.cpp \
1099 loader/CrossOriginAccessControl.cpp \
1100 loader/CrossOriginPreflightResultCache.cpp \
1101 loader/DocLoader.cpp \
1102 loader/DocumentLoader.cpp \
1103 loader/DocumentThreadableLoader.cpp \
1104 loader/FormState.cpp \
1105 loader/FrameLoader.cpp \
1106 loader/HistoryController.cpp \
1107 loader/FTPDirectoryDocument.cpp \
1108 loader/FTPDirectoryParser.cpp \
1109 loader/icon/IconLoader.cpp \
1110 loader/ImageDocument.cpp \
1111 loader/ImageLoader.cpp \
1113 loader/MainResourceLoader.cpp \
1114 loader/MediaDocument.cpp \
1115 loader/NavigationAction.cpp \
1116 loader/NetscapePlugInStreamLoader.cpp \
1117 loader/PlaceholderDocument.cpp \
1118 loader/PluginDocument.cpp \
1119 loader/PolicyCallback.cpp \
1120 loader/PolicyChecker.cpp \
1121 loader/ProgressTracker.cpp \
1122 loader/RedirectScheduler.cpp \
1123 loader/Request.cpp \
1124 loader/ResourceLoader.cpp \
1125 loader/ResourceLoadNotifier.cpp \
1126 loader/SubresourceLoader.cpp \
1127 loader/TextDocument.cpp \
1128 loader/TextResourceDecoder.cpp \
1129 loader/ThreadableLoader.cpp \
1130 page/animation/AnimationBase.cpp \
1131 page/animation/AnimationController.cpp \
1132 page/animation/CompositeAnimation.cpp \
1133 page/animation/ImplicitAnimation.cpp \
1134 page/animation/KeyframeAnimation.cpp \
1138 page/ContextMenuController.cpp \
1139 page/DOMSelection.cpp \
1141 page/DOMWindow.cpp \
1142 page/Navigator.cpp \
1143 page/NavigatorBase.cpp \
1144 page/DragController.cpp \
1145 page/EventHandler.cpp \
1146 page/EventSource.cpp \
1147 page/FocusController.cpp \
1149 page/FrameTree.cpp \
1150 page/FrameView.cpp \
1151 page/Geolocation.cpp \
1154 page/MouseEventWithHitTestResults.cpp \
1155 page/OriginAccessEntry.cpp \
1157 page/PageGroup.cpp \
1158 page/PageGroupLoadDeferrer.cpp \
1159 page/PluginHalter.cpp \
1160 page/PrintContext.cpp \
1161 page/SecurityOrigin.cpp \
1164 page/UserContentURLPattern.cpp \
1165 page/WindowFeatures.cpp \
1166 page/XSSAuditor.cpp \
1167 plugins/PluginData.cpp \
1168 plugins/PluginArray.cpp \
1169 plugins/Plugin.cpp \
1170 plugins/PluginMainThreadScheduler.cpp \
1171 plugins/MimeType.cpp \
1172 plugins/MimeTypeArray.cpp \
1173 platform/animation/Animation.cpp \
1174 platform/animation/AnimationList.cpp \
1175 platform/Arena.cpp \
1176 platform/text/AtomicString.cpp \
1177 platform/text/Base64.cpp \
1178 platform/text/BidiContext.cpp \
1179 platform/ContentType.cpp \
1180 platform/ContextMenu.cpp \
1181 platform/CrossThreadCopier.cpp \
1182 platform/text/CString.cpp \
1183 platform/DeprecatedPtrListImpl.cpp \
1184 platform/DragData.cpp \
1185 platform/DragImage.cpp \
1186 platform/FileChooser.cpp \
1187 platform/GeolocationService.cpp \
1188 platform/image-decoders/qt/RGBA32BufferQt.cpp \
1189 platform/graphics/filters/FEGaussianBlur.cpp \
1190 platform/graphics/FontDescription.cpp \
1191 platform/graphics/FontFamily.cpp \
1192 platform/graphics/BitmapImage.cpp \
1193 platform/graphics/Color.cpp \
1194 platform/graphics/FloatPoint3D.cpp \
1195 platform/graphics/FloatPoint.cpp \
1196 platform/graphics/FloatQuad.cpp \
1197 platform/graphics/FloatRect.cpp \
1198 platform/graphics/FloatSize.cpp \
1199 platform/graphics/FontData.cpp \
1200 platform/graphics/Font.cpp \
1201 platform/graphics/GeneratedImage.cpp \
1202 platform/graphics/Gradient.cpp \
1203 platform/graphics/GraphicsContext.cpp \
1204 platform/graphics/GraphicsTypes.cpp \
1205 platform/graphics/Image.cpp \
1206 platform/graphics/ImageBuffer.cpp \
1207 platform/graphics/ImageSource.cpp \
1208 platform/graphics/IntRect.cpp \
1209 platform/graphics/Path.cpp \
1210 platform/graphics/PathTraversalState.cpp \
1211 platform/graphics/Pattern.cpp \
1212 platform/graphics/Pen.cpp \
1213 platform/graphics/SegmentedFontData.cpp \
1214 platform/graphics/SimpleFontData.cpp \
1215 platform/graphics/transforms/TransformationMatrix.cpp \
1216 platform/graphics/transforms/MatrixTransformOperation.cpp \
1217 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1218 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1219 platform/graphics/transforms/RotateTransformOperation.cpp \
1220 platform/graphics/transforms/ScaleTransformOperation.cpp \
1221 platform/graphics/transforms/SkewTransformOperation.cpp \
1222 platform/graphics/transforms/TransformOperations.cpp \
1223 platform/graphics/transforms/TranslateTransformOperation.cpp \
1225 platform/Length.cpp \
1226 platform/LinkHash.cpp \
1227 platform/Logging.cpp \
1228 platform/MIMETypeRegistry.cpp \
1229 platform/mock/GeolocationServiceMock.cpp \
1230 platform/network/AuthenticationChallengeBase.cpp \
1231 platform/network/Credential.cpp \
1232 platform/network/FormData.cpp \
1233 platform/network/FormDataBuilder.cpp \
1234 platform/network/HTTPHeaderMap.cpp \
1235 platform/network/HTTPParsers.cpp \
1236 platform/network/NetworkStateNotifier.cpp \
1237 platform/network/ProtectionSpace.cpp \
1238 platform/network/ResourceErrorBase.cpp \
1239 platform/network/ResourceHandle.cpp \
1240 platform/network/ResourceRequestBase.cpp \
1241 platform/network/ResourceResponseBase.cpp \
1242 platform/text/RegularExpression.cpp \
1243 platform/Scrollbar.cpp \
1244 platform/ScrollbarThemeComposite.cpp \
1245 platform/ScrollView.cpp \
1246 platform/text/SegmentedString.cpp \
1247 platform/SharedBuffer.cpp \
1248 platform/text/String.cpp \
1249 platform/text/StringBuilder.cpp \
1250 platform/text/StringImpl.cpp \
1251 platform/text/TextCodec.cpp \
1252 platform/text/TextCodecLatin1.cpp \
1253 platform/text/TextCodecUserDefined.cpp \
1254 platform/text/TextCodecUTF16.cpp \
1255 platform/text/TextEncoding.cpp \
1256 platform/text/TextEncodingDetectorNone.cpp \
1257 platform/text/TextEncodingRegistry.cpp \
1258 platform/text/TextStream.cpp \
1259 platform/ThreadGlobalData.cpp \
1260 platform/ThreadTimers.cpp \
1261 platform/Timer.cpp \
1262 platform/text/UnicodeRange.cpp \
1263 platform/Widget.cpp \
1264 plugins/PluginDatabase.cpp \
1265 plugins/PluginDebug.cpp \
1266 plugins/PluginInfoStore.cpp \
1267 plugins/PluginPackage.cpp \
1268 plugins/PluginStream.cpp \
1269 plugins/PluginView.cpp \
1270 rendering/AutoTableLayout.cpp \
1271 rendering/break_lines.cpp \
1272 rendering/CounterNode.cpp \
1273 rendering/EllipsisBox.cpp \
1274 rendering/FixedTableLayout.cpp \
1275 rendering/HitTestResult.cpp \
1276 rendering/InlineBox.cpp \
1277 rendering/InlineFlowBox.cpp \
1278 rendering/InlineTextBox.cpp \
1279 rendering/LayoutState.cpp \
1280 rendering/RenderApplet.cpp \
1281 rendering/RenderArena.cpp \
1282 rendering/RenderBlock.cpp \
1283 rendering/RenderBlockLineLayout.cpp \
1284 rendering/RenderBox.cpp \
1285 rendering/RenderBoxModelObject.cpp \
1286 rendering/RenderBR.cpp \
1287 rendering/RenderButton.cpp \
1288 rendering/RenderCounter.cpp \
1289 rendering/RenderDataGrid.cpp \
1290 rendering/RenderFieldset.cpp \
1291 rendering/RenderFileUploadControl.cpp \
1292 rendering/RenderFlexibleBox.cpp \
1293 rendering/RenderFrame.cpp \
1294 rendering/RenderFrameSet.cpp \
1295 rendering/RenderHTMLCanvas.cpp \
1296 rendering/RenderImage.cpp \
1297 rendering/RenderImageGeneratedContent.cpp \
1298 rendering/RenderInline.cpp \
1299 rendering/RenderLayer.cpp \
1300 rendering/RenderLineBoxList.cpp \
1301 rendering/RenderListBox.cpp \
1302 rendering/RenderListItem.cpp \
1303 rendering/RenderListMarker.cpp \
1304 rendering/RenderMarquee.cpp \
1305 rendering/RenderMenuList.cpp \
1306 rendering/RenderObject.cpp \
1307 rendering/RenderObjectChildList.cpp \
1308 rendering/RenderPart.cpp \
1309 rendering/RenderPartObject.cpp \
1310 rendering/RenderReplaced.cpp \
1311 rendering/RenderReplica.cpp \
1312 rendering/RenderRuby.cpp \
1313 rendering/RenderRubyBase.cpp \
1314 rendering/RenderRubyRun.cpp \
1315 rendering/RenderRubyText.cpp \
1316 rendering/RenderScrollbar.cpp \
1317 rendering/RenderScrollbarPart.cpp \
1318 rendering/RenderScrollbarTheme.cpp \
1319 rendering/RenderSlider.cpp \
1320 rendering/RenderTable.cpp \
1321 rendering/RenderTableCell.cpp \
1322 rendering/RenderTableCol.cpp \
1323 rendering/RenderTableRow.cpp \
1324 rendering/RenderTableSection.cpp \
1325 rendering/RenderText.cpp \
1326 rendering/RenderTextControl.cpp \
1327 rendering/RenderTextControlMultiLine.cpp \
1328 rendering/RenderTextControlSingleLine.cpp \
1329 rendering/RenderTextFragment.cpp \
1330 rendering/RenderTheme.cpp \
1331 rendering/RenderTreeAsText.cpp \
1332 rendering/RenderView.cpp \
1333 rendering/RenderWidget.cpp \
1334 rendering/RenderWordBreak.cpp \
1335 rendering/RootInlineBox.cpp \
1336 rendering/SVGRenderTreeAsText.cpp \
1337 rendering/ScrollBehavior.cpp \
1338 rendering/TextControlInnerElements.cpp \
1339 rendering/TransformState.cpp \
1340 rendering/style/BindingURI.cpp \
1341 rendering/style/ContentData.cpp \
1342 rendering/style/CounterDirectives.cpp \
1343 rendering/style/FillLayer.cpp \
1344 rendering/style/KeyframeList.cpp \
1345 rendering/style/NinePieceImage.cpp \
1346 rendering/style/RenderStyle.cpp \
1347 rendering/style/ShadowData.cpp \
1348 rendering/style/StyleBackgroundData.cpp \
1349 rendering/style/StyleBoxData.cpp \
1350 rendering/style/StyleCachedImage.cpp \
1351 rendering/style/StyleFlexibleBoxData.cpp \
1352 rendering/style/StyleGeneratedImage.cpp \
1353 rendering/style/StyleInheritedData.cpp \
1354 rendering/style/StyleMarqueeData.cpp \
1355 rendering/style/StyleMultiColData.cpp \
1356 rendering/style/StyleRareInheritedData.cpp \
1357 rendering/style/StyleRareNonInheritedData.cpp \
1358 rendering/style/StyleSurroundData.cpp \
1359 rendering/style/StyleTransformData.cpp \
1360 rendering/style/StyleVisualData.cpp \
1362 xml/XMLHttpRequest.cpp \
1363 xml/XMLHttpRequestUpload.cpp \
1364 xml/XMLSerializer.cpp
1367 accessibility/AccessibilityARIAGridCell.h \
1368 accessibility/AccessibilityARIAGrid.h \
1369 accessibility/AccessibilityARIAGridRow.h \
1370 accessibility/AccessibilityImageMapLink.h \
1371 accessibility/AccessibilityListBox.h \
1372 accessibility/AccessibilityListBoxOption.h \
1373 accessibility/AccessibilityList.h \
1374 accessibility/AccessibilityMediaControls.h \
1375 accessibility/AccessibilityObject.h \
1376 accessibility/AccessibilityRenderObject.h \
1377 accessibility/AccessibilitySlider.h \
1378 accessibility/AccessibilityTableCell.h \
1379 accessibility/AccessibilityTableColumn.h \
1380 accessibility/AccessibilityTable.h \
1381 accessibility/AccessibilityTableHeaderContainer.h \
1382 accessibility/AccessibilityTableRow.h \
1383 accessibility/AXObjectCache.h \
1384 bindings/js/CachedScriptSourceProvider.h \
1385 bindings/js/DOMObjectWithSVGContext.h \
1386 bindings/js/GCController.h \
1387 bindings/js/JSCallbackData.h \
1388 bindings/js/JSAudioConstructor.h \
1389 bindings/js/JSCSSStyleDeclarationCustom.h \
1390 bindings/js/JSCustomPositionCallback.h \
1391 bindings/js/JSCustomPositionErrorCallback.h \
1392 bindings/js/JSCustomSQLStatementCallback.h \
1393 bindings/js/JSCustomSQLStatementErrorCallback.h \
1394 bindings/js/JSCustomSQLTransactionCallback.h \
1395 bindings/js/JSCustomSQLTransactionErrorCallback.h \
1396 bindings/js/JSCustomVoidCallback.h \
1397 bindings/js/JSCustomXPathNSResolver.h \
1398 bindings/js/JSDataGridDataSource.h \
1399 bindings/js/JSDOMBinding.h \
1400 bindings/js/JSDOMGlobalObject.h \
1401 bindings/js/JSDOMWindowBase.h \
1402 bindings/js/JSDOMWindowBase.h \
1403 bindings/js/JSDOMWindowCustom.h \
1404 bindings/js/JSDOMWindowShell.h \
1405 bindings/js/JSEventListener.h \
1406 bindings/js/JSEventSourceConstructor.h \
1407 bindings/js/JSEventTarget.h \
1408 bindings/js/JSHistoryCustom.h \
1409 bindings/js/JSHTMLAppletElementCustom.h \
1410 bindings/js/JSHTMLEmbedElementCustom.h \
1411 bindings/js/JSHTMLInputElementCustom.h \
1412 bindings/js/JSHTMLObjectElementCustom.h \
1413 bindings/js/JSHTMLSelectElementCustom.h \
1414 bindings/js/JSImageConstructor.h \
1415 bindings/js/JSInspectedObjectWrapper.h \
1416 bindings/js/JSInspectorCallbackWrapper.h \
1417 bindings/js/JSLazyEventListener.h \
1418 bindings/js/JSLocationCustom.h \
1419 bindings/js/JSMessageChannelConstructor.h \
1420 bindings/js/JSNodeFilterCondition.h \
1421 bindings/js/JSOptionConstructor.h \
1422 bindings/js/JSPluginElementFunctions.h \
1423 bindings/js/JSQuarantinedObjectWrapper.h \
1424 bindings/js/JSSharedWorkerConstructor.h \
1425 bindings/js/JSStorageCustom.h \
1426 bindings/js/JSWebKitCSSMatrixConstructor.h \
1427 bindings/js/JSWebKitPointConstructor.h \
1428 bindings/js/JSWorkerConstructor.h \
1429 bindings/js/JSWorkerContextBase.h \
1430 bindings/js/JSWorkerContextBase.h \
1431 bindings/js/JSXMLHttpRequestConstructor.h \
1432 bindings/js/JSXSLTProcessorConstructor.h \
1433 bindings/js/ScheduledAction.h \
1434 bindings/js/ScriptArray.h \
1435 bindings/js/ScriptCachedFrameData.h \
1436 bindings/js/ScriptCallFrame.h \
1437 bindings/js/ScriptCallStack.h \
1438 bindings/js/ScriptController.h \
1439 bindings/js/ScriptEventListener.h \
1440 bindings/js/ScriptFunctionCall.h \
1441 bindings/js/ScriptObject.h \
1442 bindings/js/ScriptObjectQuarantine.h \
1443 bindings/js/ScriptSourceCode.h \
1444 bindings/js/ScriptSourceProvider.h \
1445 bindings/js/ScriptState.h \
1446 bindings/js/ScriptValue.h \
1447 bindings/js/SerializedScriptValue.h \
1448 bindings/js/StringSourceProvider.h \
1449 bindings/js/WorkerScriptController.h \
1450 bridge/c/c_class.h \
1451 bridge/c/c_instance.h \
1452 bridge/c/c_runtime.h \
1453 bridge/c/c_utility.h \
1454 bridge/IdentifierRep.h \
1455 bridge/NP_jsobject.h \
1456 bridge/npruntime.h \
1457 bridge/qt/qt_class.h \
1458 bridge/qt/qt_instance.h \
1459 bridge/qt/qt_runtime.h \
1460 bridge/runtime_array.h \
1462 bridge/runtime_method.h \
1463 bridge/runtime_object.h \
1464 bridge/runtime_root.h \
1465 css/CSSBorderImageValue.h \
1466 css/CSSCanvasValue.h \
1467 css/CSSCharsetRule.h \
1468 css/CSSComputedStyleDeclaration.h \
1469 css/CSSCursorImageValue.h \
1471 css/CSSFontFaceRule.h \
1472 css/CSSFontFaceSource.h \
1473 css/CSSFontFaceSrcValue.h \
1474 css/CSSFontSelector.h \
1475 css/CSSFunctionValue.h \
1476 css/CSSGradientValue.h \
1478 css/CSSImageGeneratorValue.h \
1479 css/CSSImageValue.h \
1480 css/CSSImportRule.h \
1481 css/CSSInheritedValue.h \
1482 css/CSSInitialValue.h \
1483 css/CSSMediaRule.h \
1484 css/CSSMutableStyleDeclaration.h \
1487 css/CSSParserValues.h \
1488 css/CSSPrimitiveValue.h \
1490 css/CSSPropertyLonghand.h \
1491 css/CSSReflectValue.h \
1494 css/CSSSegmentedFontFace.h \
1496 css/CSSSelectorList.h \
1497 css/CSSStyleDeclaration.h \
1498 css/CSSStyleRule.h \
1499 css/CSSStyleSelector.h \
1500 css/CSSStyleSheet.h \
1501 css/CSSTimingFunctionValue.h \
1502 css/CSSUnicodeRangeValue.h \
1503 css/CSSValueList.h \
1504 css/CSSVariableDependentValue.h \
1505 css/CSSVariablesDeclaration.h \
1506 css/CSSVariablesRule.h \
1507 css/FontFamilyValue.h \
1509 css/MediaFeatureNames.h \
1512 css/MediaQueryEvaluator.h \
1513 css/MediaQueryExp.h \
1520 css/StyleSheetList.h \
1521 css/WebKitCSSKeyframeRule.h \
1522 css/WebKitCSSKeyframesRule.h \
1523 css/WebKitCSSMatrix.h \
1524 css/WebKitCSSTransformValue.h \
1525 dom/ActiveDOMObject.h \
1528 dom/BeforeTextInsertedEvent.h \
1529 dom/BeforeUnloadEvent.h \
1530 dom/CDATASection.h \
1531 dom/CharacterData.h \
1532 dom/CheckedRadioButtons.h \
1533 dom/ChildNodeList.h \
1535 dom/ClassNodeList.h \
1537 dom/ClientRectList.h \
1538 dom/ClipboardEvent.h \
1541 dom/ContainerNode.h \
1542 dom/CSSMappedAttributeDeclaration.h \
1543 dom/default/PlatformMessagePortChannel.h \
1544 dom/DocumentFragment.h \
1546 dom/DocumentType.h \
1547 dom/DOMImplementation.h \
1548 dom/DynamicNodeList.h \
1552 dom/EntityReference.h \
1556 dom/ExceptionBase.h \
1557 dom/ExceptionCode.h \
1558 dom/InputElement.h \
1559 dom/KeyboardEvent.h \
1560 dom/MappedAttribute.h \
1561 dom/MessageChannel.h \
1562 dom/MessageEvent.h \
1563 dom/MessagePortChannel.h \
1566 dom/MouseRelatedEvent.h \
1567 dom/MutationEvent.h \
1568 dom/NamedAttrMap.h \
1569 dom/NamedMappedAttrMap.h \
1570 dom/NameNodeList.h \
1571 dom/NodeFilterCondition.h \
1574 dom/NodeIterator.h \
1576 dom/OptionElement.h \
1577 dom/OptionGroupElement.h \
1578 dom/OverflowEvent.h \
1579 dom/PageTransitionEvent.h \
1581 dom/PositionIterator.h \
1582 dom/ProcessingInstruction.h \
1583 dom/ProgressEvent.h \
1584 dom/QualifiedName.h \
1586 dom/RegisteredEventListener.h \
1587 dom/ScriptElement.h \
1588 dom/ScriptExecutionContext.h \
1589 dom/SelectElement.h \
1590 dom/SelectorNodeList.h \
1591 dom/StaticNodeList.h \
1592 dom/StyledElement.h \
1593 dom/StyleElement.h \
1597 dom/TransformSource.h \
1601 dom/UIEventWithKeyState.h \
1602 dom/WebKitAnimationEvent.h \
1603 dom/WebKitTransitionEvent.h \
1605 dom/XMLTokenizer.h \
1606 editing/AppendNodeCommand.h \
1607 editing/ApplyStyleCommand.h \
1608 editing/BreakBlockquoteCommand.h \
1609 editing/CompositeEditCommand.h \
1610 editing/CreateLinkCommand.h \
1611 editing/DeleteButtonController.h \
1612 editing/DeleteButton.h \
1613 editing/DeleteFromTextNodeCommand.h \
1614 editing/DeleteSelectionCommand.h \
1615 editing/EditCommand.h \
1617 editing/FormatBlockCommand.h \
1618 editing/htmlediting.h \
1619 editing/HTMLInterchange.h \
1620 editing/IndentOutdentCommand.h \
1621 editing/InsertIntoTextNodeCommand.h \
1622 editing/InsertLineBreakCommand.h \
1623 editing/InsertListCommand.h \
1624 editing/InsertNodeBeforeCommand.h \
1625 editing/InsertParagraphSeparatorCommand.h \
1626 editing/InsertTextCommand.h \
1627 editing/JoinTextNodesCommand.h \
1629 editing/MergeIdenticalElementsCommand.h \
1630 editing/ModifySelectionListLevel.h \
1631 editing/MoveSelectionCommand.h \
1632 editing/RemoveCSSPropertyCommand.h \
1633 editing/RemoveFormatCommand.h \
1634 editing/RemoveNodeCommand.h \
1635 editing/RemoveNodePreservingChildrenCommand.h \
1636 editing/ReplaceNodeWithSpanCommand.h \
1637 editing/ReplaceSelectionCommand.h \
1638 editing/SelectionController.h \
1639 editing/SetNodeAttributeCommand.h \
1640 editing/SmartReplace.h \
1641 editing/SplitElementCommand.h \
1642 editing/SplitTextNodeCommand.h \
1643 editing/SplitTextNodeContainingElementCommand.h \
1644 editing/TextIterator.h \
1645 editing/TypingCommand.h \
1646 editing/UnlinkCommand.h \
1647 editing/VisiblePosition.h \
1648 editing/VisibleSelection.h \
1649 editing/visible_units.h \
1650 editing/WrapContentsInDummySpanCommand.h \
1651 history/BackForwardList.h \
1652 history/CachedFrame.h \
1653 history/CachedPage.h \
1654 history/HistoryItem.h \
1655 history/PageCache.h \
1656 html/canvas/CanvasGradient.h \
1657 html/canvas/CanvasPattern.h \
1658 html/canvas/CanvasPixelArray.h \
1659 html/canvas/CanvasRenderingContext.h \
1660 html/canvas/CanvasRenderingContext2D.h \
1661 html/canvas/CanvasStyle.h \
1662 html/CollectionCache.h \
1663 html/DataGridColumn.h \
1664 html/DataGridColumnList.h \
1665 html/DOMDataGridDataSource.h \
1668 html/FormDataList.h \
1669 html/HTMLAllCollection.h \
1670 html/HTMLAnchorElement.h \
1671 html/HTMLAppletElement.h \
1672 html/HTMLAreaElement.h \
1673 html/HTMLAudioElement.h \
1674 html/HTMLBaseElement.h \
1675 html/HTMLBaseFontElement.h \
1676 html/HTMLBlockquoteElement.h \
1677 html/HTMLBodyElement.h \
1678 html/HTMLBRElement.h \
1679 html/HTMLButtonElement.h \
1680 html/HTMLCanvasElement.h \
1681 html/HTMLCollection.h \
1682 html/HTMLDataGridCellElement.h \
1683 html/HTMLDataGridColElement.h \
1684 html/HTMLDataGridElement.h \
1685 html/HTMLDataGridRowElement.h \
1686 html/HTMLDirectoryElement.h \
1687 html/HTMLDivElement.h \
1688 html/HTMLDListElement.h \
1689 html/HTMLDocument.h \
1690 html/HTMLElement.h \
1691 html/HTMLEmbedElement.h \
1692 html/HTMLFieldSetElement.h \
1693 html/HTMLFontElement.h \
1694 html/HTMLFormCollection.h \
1695 html/HTMLFormControlElement.h \
1696 html/HTMLFormElement.h \
1697 html/HTMLFrameElementBase.h \
1698 html/HTMLFrameElement.h \
1699 html/HTMLFrameOwnerElement.h \
1700 html/HTMLFrameSetElement.h \
1701 html/HTMLHeadElement.h \
1702 html/HTMLHeadingElement.h \
1703 html/HTMLHRElement.h \
1704 html/HTMLHtmlElement.h \
1705 html/HTMLIFrameElement.h \
1706 html/HTMLImageElement.h \
1707 html/HTMLImageLoader.h \
1708 html/HTMLInputElement.h \
1709 html/HTMLIsIndexElement.h \
1710 html/HTMLKeygenElement.h \
1711 html/HTMLLabelElement.h \
1712 html/HTMLLegendElement.h \
1713 html/HTMLLIElement.h \
1714 html/HTMLLinkElement.h \
1715 html/HTMLMapElement.h \
1716 html/HTMLMarqueeElement.h \
1717 html/HTMLMediaElement.h \
1718 html/HTMLMenuElement.h \
1719 html/HTMLMetaElement.h \
1720 html/HTMLModElement.h \
1721 html/HTMLNameCollection.h \
1722 html/HTMLNoScriptElement.h \
1723 html/HTMLObjectElement.h \
1724 html/HTMLOListElement.h \
1725 html/HTMLOptGroupElement.h \
1726 html/HTMLOptionElement.h \
1727 html/HTMLOptionsCollection.h \
1728 html/HTMLParagraphElement.h \
1729 html/HTMLParamElement.h \
1730 html/HTMLParserErrorCodes.h \
1732 html/HTMLPlugInElement.h \
1733 html/HTMLPlugInImageElement.h \
1734 html/HTMLPreElement.h \
1735 html/HTMLQuoteElement.h \
1736 html/HTMLScriptElement.h \
1737 html/HTMLSelectElement.h \
1738 html/HTMLSourceElement.h \
1739 html/HTMLStyleElement.h \
1740 html/HTMLTableCaptionElement.h \
1741 html/HTMLTableCellElement.h \
1742 html/HTMLTableColElement.h \
1743 html/HTMLTableElement.h \
1744 html/HTMLTablePartElement.h \
1745 html/HTMLTableRowElement.h \
1746 html/HTMLTableRowsCollection.h \
1747 html/HTMLTableSectionElement.h \
1748 html/HTMLTextAreaElement.h \
1749 html/HTMLTitleElement.h \
1750 html/HTMLTokenizer.h \
1751 html/HTMLUListElement.h \
1752 html/HTMLVideoElement.h \
1753 html/HTMLViewSourceDocument.h \
1755 html/PreloadScanner.h \
1757 html/ValidityState.h \
1758 inspector/ConsoleMessage.h \
1759 inspector/InspectorBackend.h \
1760 inspector/InspectorController.h \
1761 inspector/InspectorDatabaseResource.h \
1762 inspector/InspectorDOMStorageResource.h \
1763 inspector/InspectorFrontend.h \
1764 inspector/InspectorResource.h \
1765 inspector/InspectorTimelineAgent.h \
1766 inspector/JavaScriptCallFrame.h \
1767 inspector/JavaScriptDebugServer.h \
1768 inspector/JavaScriptProfile.h \
1769 inspector/JavaScriptProfileNode.h \
1770 inspector/TimelineRecordFactory.h \
1771 loader/appcache/ApplicationCacheGroup.h \
1772 loader/appcache/ApplicationCacheHost.h \
1773 loader/appcache/ApplicationCache.h \
1774 loader/appcache/ApplicationCacheResource.h \
1775 loader/appcache/ApplicationCacheStorage.h \
1776 loader/appcache/DOMApplicationCache.h \
1777 loader/appcache/ManifestParser.h \
1778 loader/archive/ArchiveFactory.h \
1779 loader/archive/ArchiveResourceCollection.h \
1780 loader/archive/ArchiveResource.h \
1781 loader/CachedCSSStyleSheet.h \
1782 loader/CachedFont.h \
1783 loader/CachedImage.h \
1784 loader/CachedResourceClientWalker.h \
1785 loader/CachedResource.h \
1786 loader/CachedResourceHandle.h \
1787 loader/CachedScript.h \
1788 loader/CachedXSLStyleSheet.h \
1790 loader/CrossOriginAccessControl.h \
1791 loader/CrossOriginPreflightResultCache.h \
1792 loader/DocLoader.h \
1793 loader/DocumentLoader.h \
1794 loader/DocumentThreadableLoader.h \
1795 loader/FormState.h \
1796 loader/FrameLoader.h \
1797 loader/FTPDirectoryDocument.h \
1798 loader/FTPDirectoryParser.h \
1799 loader/icon/IconDatabase.h \
1800 loader/icon/IconLoader.h \
1801 loader/icon/IconRecord.h \
1802 loader/icon/PageURLRecord.h \
1803 loader/ImageDocument.h \
1804 loader/ImageLoader.h \
1806 loader/MainResourceLoader.h \
1807 loader/MediaDocument.h \
1808 loader/NavigationAction.h \
1809 loader/NetscapePlugInStreamLoader.h \
1810 loader/PlaceholderDocument.h \
1811 loader/PluginDocument.h \
1812 loader/ProgressTracker.h \
1814 loader/ResourceLoader.h \
1815 loader/SubresourceLoader.h \
1816 loader/TextDocument.h \
1817 loader/TextResourceDecoder.h \
1818 loader/ThreadableLoader.h \
1819 loader/WorkerThreadableLoader.h \
1820 page/animation/AnimationBase.h \
1821 page/animation/AnimationController.h \
1822 page/animation/CompositeAnimation.h \
1823 page/animation/ImplicitAnimation.h \
1824 page/animation/KeyframeAnimation.h \
1828 page/ContextMenuController.h \
1829 page/Coordinates.h \
1830 page/DOMSelection.h \
1833 page/DragController.h \
1834 page/EventHandler.h \
1835 page/EventSource.h \
1836 page/FocusController.h \
1840 page/Geolocation.h \
1841 page/Geoposition.h \
1842 page/HaltablePlugin.h \
1845 page/MouseEventWithHitTestResults.h \
1846 page/NavigatorBase.h \
1849 page/PageGroupLoadDeferrer.h \
1851 page/PluginHalter.h \
1852 page/PluginHalterClient.h \
1853 page/PrintContext.h \
1855 page/SecurityOrigin.h \
1857 page/WindowFeatures.h \
1858 page/WorkerNavigator.h \
1860 platform/animation/Animation.h \
1861 platform/animation/AnimationList.h \
1863 platform/ContentType.h \
1864 platform/ContextMenu.h \
1865 platform/CrossThreadCopier.h \
1866 platform/DeprecatedPtrListImpl.h \
1867 platform/DragData.h \
1868 platform/DragImage.h \
1869 platform/FileChooser.h \
1870 platform/GeolocationService.h \
1871 platform/image-decoders/ImageDecoder.h \
1872 platform/mock/GeolocationServiceMock.h \
1873 platform/graphics/BitmapImage.h \
1874 platform/graphics/Color.h \
1875 platform/graphics/filters/FEBlend.h \
1876 platform/graphics/filters/FEColorMatrix.h \
1877 platform/graphics/filters/FEComponentTransfer.h \
1878 platform/graphics/filters/FEComposite.h \
1879 platform/graphics/filters/FEGaussianBlur.h \
1880 platform/graphics/filters/FilterEffect.h \
1881 platform/graphics/filters/SourceAlpha.h \
1882 platform/graphics/filters/SourceGraphic.h \
1883 platform/graphics/FloatPoint3D.h \
1884 platform/graphics/FloatPoint.h \
1885 platform/graphics/FloatQuad.h \
1886 platform/graphics/FloatRect.h \
1887 platform/graphics/FloatSize.h \
1888 platform/graphics/FontData.h \
1889 platform/graphics/FontDescription.h \
1890 platform/graphics/FontFamily.h \
1891 platform/graphics/Font.h \
1892 platform/graphics/GeneratedImage.h \
1893 platform/graphics/Gradient.h \
1894 platform/graphics/GraphicsContext.h \
1895 platform/graphics/GraphicsTypes.h \
1896 platform/graphics/Image.h \
1897 platform/graphics/ImageSource.h \
1898 platform/graphics/IntRect.h \
1899 platform/graphics/MediaPlayer.h \
1900 platform/graphics/Path.h \
1901 platform/graphics/PathTraversalState.h \
1902 platform/graphics/Pattern.h \
1903 platform/graphics/Pen.h \
1904 platform/graphics/qt/FontCustomPlatformData.h \
1905 platform/graphics/qt/ImageDecoderQt.h \
1906 platform/graphics/qt/StillImageQt.h \
1907 platform/graphics/SegmentedFontData.h \
1908 platform/graphics/SimpleFontData.h \
1909 platform/graphics/transforms/Matrix3DTransformOperation.h \
1910 platform/graphics/transforms/MatrixTransformOperation.h \
1911 platform/graphics/transforms/PerspectiveTransformOperation.h \
1912 platform/graphics/transforms/RotateTransformOperation.h \
1913 platform/graphics/transforms/ScaleTransformOperation.h \
1914 platform/graphics/transforms/SkewTransformOperation.h \
1915 platform/graphics/transforms/TransformationMatrix.h \
1916 platform/graphics/transforms/TransformOperations.h \
1917 platform/graphics/transforms/TranslateTransformOperation.h \
1920 platform/LinkHash.h \
1921 platform/Logging.h \
1922 platform/MIMETypeRegistry.h \
1923 platform/network/AuthenticationChallengeBase.h \
1924 platform/network/AuthenticationClient.h \
1925 platform/network/Credential.h \
1926 platform/network/FormDataBuilder.h \
1927 platform/network/FormData.h \
1928 platform/network/HTTPHeaderMap.h \
1929 platform/network/HTTPParsers.h \
1930 platform/network/NetworkStateNotifier.h \
1931 platform/network/ProtectionSpace.h \
1932 platform/network/qt/QNetworkReplyHandler.h \
1933 platform/network/ResourceErrorBase.h \
1934 platform/network/ResourceHandle.h \
1935 platform/network/ResourceRequestBase.h \
1936 platform/network/ResourceResponseBase.h \
1937 platform/qt/ClipboardQt.h \
1938 platform/qt/QWebPageClient.h \
1939 platform/qt/QWebPopup.h \
1940 platform/qt/RenderThemeQt.h \
1941 platform/qt/ScrollbarThemeQt.h \
1942 platform/Scrollbar.h \
1943 platform/ScrollbarThemeComposite.h \
1944 platform/ScrollView.h \
1945 platform/SharedBuffer.h \
1946 platform/sql/SQLiteDatabase.h \
1947 platform/sql/SQLiteFileSystem.h \
1948 platform/sql/SQLiteStatement.h \
1949 platform/sql/SQLiteTransaction.h \
1950 platform/sql/SQLValue.h \
1951 platform/text/AtomicString.h \
1952 platform/text/Base64.h \
1953 platform/text/BidiContext.h \
1954 platform/text/CString.h \
1955 platform/text/qt/TextCodecQt.h \
1956 platform/text/RegularExpression.h \
1957 platform/text/SegmentedString.h \
1958 platform/text/StringBuilder.h \
1959 platform/text/StringImpl.h \
1960 platform/text/TextCodec.h \
1961 platform/text/TextCodecLatin1.h \
1962 platform/text/TextCodecUserDefined.h \
1963 platform/text/TextCodecUTF16.h \
1964 platform/text/TextEncoding.h \
1965 platform/text/TextEncodingRegistry.h \
1966 platform/text/TextStream.h \
1967 platform/text/UnicodeRange.h \
1968 platform/ThreadGlobalData.h \
1969 platform/ThreadTimers.h \
1972 plugins/MimeTypeArray.h \
1973 plugins/MimeType.h \
1974 plugins/PluginArray.h \
1975 plugins/PluginDatabase.h \
1976 plugins/PluginData.h \
1977 plugins/PluginDebug.h \
1979 plugins/PluginInfoStore.h \
1980 plugins/PluginMainThreadScheduler.h \
1981 plugins/PluginPackage.h \
1982 plugins/PluginStream.h \
1983 plugins/PluginView.h \
1984 plugins/win/PluginMessageThrottlerWin.h \
1985 rendering/AutoTableLayout.h \
1986 rendering/break_lines.h \
1987 rendering/CounterNode.h \
1988 rendering/EllipsisBox.h \
1989 rendering/FixedTableLayout.h \
1990 rendering/HitTestResult.h \
1991 rendering/InlineBox.h \
1992 rendering/InlineFlowBox.h \
1993 rendering/InlineTextBox.h \
1994 rendering/LayoutState.h \
1995 rendering/MediaControlElements.h \
1996 rendering/PointerEventsHitRules.h \
1997 rendering/RenderApplet.h \
1998 rendering/RenderArena.h \
1999 rendering/RenderBlock.h \
2000 rendering/RenderBox.h \
2001 rendering/RenderBoxModelObject.h \
2002 rendering/RenderBR.h \
2003 rendering/RenderButton.h \
2004 rendering/RenderCounter.h \
2005 rendering/RenderDataGrid.h \
2006 rendering/RenderFieldset.h \
2007 rendering/RenderFileUploadControl.h \
2008 rendering/RenderFlexibleBox.h \
2009 rendering/RenderForeignObject.h \
2010 rendering/RenderFrame.h \
2011 rendering/RenderFrameSet.h \
2012 rendering/RenderHTMLCanvas.h \
2013 rendering/RenderImageGeneratedContent.h \
2014 rendering/RenderImage.h \
2015 rendering/RenderInline.h \
2016 rendering/RenderLayer.h \
2017 rendering/RenderLineBoxList.h \
2018 rendering/RenderListBox.h \
2019 rendering/RenderListItem.h \
2020 rendering/RenderListMarker.h \
2021 rendering/RenderMarquee.h \
2022 rendering/RenderMedia.h \
2023 rendering/RenderMenuList.h \
2024 rendering/RenderObjectChildList.h \
2025 rendering/RenderObject.h \
2026 rendering/RenderPart.h \
2027 rendering/RenderPartObject.h \
2028 rendering/RenderPath.h \
2029 rendering/RenderReplaced.h \
2030 rendering/RenderReplica.h \
2031 rendering/RenderRuby.h \
2032 rendering/RenderRubyBase.h \
2033 rendering/RenderRubyRun.h \
2034 rendering/RenderRubyText.h \
2035 rendering/RenderScrollbar.h \
2036 rendering/RenderScrollbarPart.h \
2037 rendering/RenderScrollbarTheme.h \
2038 rendering/RenderSlider.h \
2039 rendering/RenderSVGBlock.h \
2040 rendering/RenderSVGContainer.h \
2041 rendering/RenderSVGGradientStop.h \
2042 rendering/RenderSVGHiddenContainer.h \
2043 rendering/RenderSVGImage.h \
2044 rendering/RenderSVGInline.h \
2045 rendering/RenderSVGInlineText.h \
2046 rendering/RenderSVGModelObject.h \
2047 rendering/RenderSVGRoot.h \
2048 rendering/RenderSVGText.h \
2049 rendering/RenderSVGTextPath.h \
2050 rendering/RenderSVGTransformableContainer.h \
2051 rendering/RenderSVGTSpan.h \
2052 rendering/RenderSVGViewportContainer.h \
2053 rendering/RenderTableCell.h \
2054 rendering/RenderTableCol.h \
2055 rendering/RenderTable.h \
2056 rendering/RenderTableRow.h \
2057 rendering/RenderTableSection.h \
2058 rendering/RenderTextControl.h \
2059 rendering/RenderTextControlMultiLine.h \
2060 rendering/RenderTextControlSingleLine.h \
2061 rendering/RenderTextFragment.h \
2062 rendering/RenderText.h \
2063 rendering/RenderTheme.h \
2064 rendering/RenderTreeAsText.h \
2065 rendering/RenderVideo.h \
2066 rendering/RenderView.h \
2067 rendering/RenderWidget.h \
2068 rendering/RenderWordBreak.h \
2069 rendering/RootInlineBox.h \
2070 rendering/ScrollBehavior.h \
2071 rendering/style/BindingURI.h \
2072 rendering/style/ContentData.h \
2073 rendering/style/CounterDirectives.h \
2074 rendering/style/CursorData.h \
2075 rendering/style/CursorList.h \
2076 rendering/style/FillLayer.h \
2077 rendering/style/KeyframeList.h \
2078 rendering/style/NinePieceImage.h \
2079 rendering/style/RenderStyle.h \
2080 rendering/style/ShadowData.h \
2081 rendering/style/StyleBackgroundData.h \
2082 rendering/style/StyleBoxData.h \
2083 rendering/style/StyleCachedImage.h \
2084 rendering/style/StyleFlexibleBoxData.h \
2085 rendering/style/StyleGeneratedImage.h \
2086 rendering/style/StyleInheritedData.h \
2087 rendering/style/StyleMarqueeData.h \
2088 rendering/style/StyleMultiColData.h \
2089 rendering/style/StyleRareInheritedData.h \
2090 rendering/style/StyleRareNonInheritedData.h \
2091 rendering/style/StyleReflection.h \
2092 rendering/style/StyleSurroundData.h \
2093 rendering/style/StyleTransformData.h \
2094 rendering/style/StyleVisualData.h \
2095 rendering/style/SVGRenderStyleDefs.h \
2096 rendering/style/SVGRenderStyle.h \
2097 rendering/SVGCharacterLayoutInfo.h \
2098 rendering/SVGInlineFlowBox.h \
2099 rendering/SVGInlineTextBox.h \
2100 rendering/SVGRenderSupport.h \
2101 rendering/SVGRenderTreeAsText.h \
2102 rendering/SVGRootInlineBox.h \
2103 rendering/TextControlInnerElements.h \
2104 rendering/TransformState.h \
2105 svg/animation/SMILTimeContainer.h \
2106 svg/animation/SMILTime.h \
2107 svg/animation/SVGSMILElement.h \
2108 svg/ColorDistance.h \
2109 svg/graphics/filters/SVGFEConvolveMatrix.h \
2110 svg/graphics/filters/SVGFEDiffuseLighting.h \
2111 svg/graphics/filters/SVGFEDisplacementMap.h \
2112 svg/graphics/filters/SVGFEFlood.h \
2113 svg/graphics/filters/SVGFEImage.h \
2114 svg/graphics/filters/SVGFEMerge.h \
2115 svg/graphics/filters/SVGFEMorphology.h \
2116 svg/graphics/filters/SVGFEOffset.h \
2117 svg/graphics/filters/SVGFESpecularLighting.h \
2118 svg/graphics/filters/SVGFETile.h \
2119 svg/graphics/filters/SVGFETurbulence.h \
2120 svg/graphics/filters/SVGFilterBuilder.h \
2121 svg/graphics/filters/SVGFilter.h \
2122 svg/graphics/filters/SVGLightSource.h \
2123 svg/graphics/SVGImage.h \
2124 svg/graphics/SVGPaintServerGradient.h \
2125 svg/graphics/SVGPaintServer.h \
2126 svg/graphics/SVGPaintServerLinearGradient.h \
2127 svg/graphics/SVGPaintServerPattern.h \
2128 svg/graphics/SVGPaintServerRadialGradient.h \
2129 svg/graphics/SVGPaintServerSolid.h \
2130 svg/graphics/SVGResourceClipper.h \
2131 svg/graphics/SVGResourceFilter.h \
2132 svg/graphics/SVGResource.h \
2133 svg/graphics/SVGResourceMarker.h \
2134 svg/graphics/SVGResourceMasker.h \
2136 svg/SVGAltGlyphElement.h \
2138 svg/SVGAnimateColorElement.h \
2139 svg/SVGAnimatedPathData.h \
2140 svg/SVGAnimatedPoints.h \
2141 svg/SVGAnimateElement.h \
2142 svg/SVGAnimateMotionElement.h \
2143 svg/SVGAnimateTransformElement.h \
2144 svg/SVGAnimationElement.h \
2145 svg/SVGCircleElement.h \
2146 svg/SVGClipPathElement.h \
2148 svg/SVGComponentTransferFunctionElement.h \
2149 svg/SVGCursorElement.h \
2150 svg/SVGDefsElement.h \
2151 svg/SVGDescElement.h \
2152 svg/SVGDocumentExtensions.h \
2155 svg/SVGElementInstance.h \
2156 svg/SVGElementInstanceList.h \
2157 svg/SVGEllipseElement.h \
2158 svg/SVGExternalResourcesRequired.h \
2159 svg/SVGFEBlendElement.h \
2160 svg/SVGFEColorMatrixElement.h \
2161 svg/SVGFEComponentTransferElement.h \
2162 svg/SVGFECompositeElement.h \
2163 svg/SVGFEDiffuseLightingElement.h \
2164 svg/SVGFEDisplacementMapElement.h \
2165 svg/SVGFEDistantLightElement.h \
2166 svg/SVGFEFloodElement.h \
2167 svg/SVGFEFuncAElement.h \
2168 svg/SVGFEFuncBElement.h \
2169 svg/SVGFEFuncGElement.h \
2170 svg/SVGFEFuncRElement.h \
2171 svg/SVGFEGaussianBlurElement.h \
2172 svg/SVGFEImageElement.h \
2173 svg/SVGFELightElement.h \
2174 svg/SVGFEMergeElement.h \
2175 svg/SVGFEMergeNodeElement.h \
2176 svg/SVGFEMorphologyElement.h \
2177 svg/SVGFEOffsetElement.h \
2178 svg/SVGFEPointLightElement.h \
2179 svg/SVGFESpecularLightingElement.h \
2180 svg/SVGFESpotLightElement.h \
2181 svg/SVGFETileElement.h \
2182 svg/SVGFETurbulenceElement.h \
2183 svg/SVGFilterElement.h \
2184 svg/SVGFilterPrimitiveStandardAttributes.h \
2185 svg/SVGFitToViewBox.h \
2187 svg/SVGFontElement.h \
2188 svg/SVGFontFaceElement.h \
2189 svg/SVGFontFaceFormatElement.h \
2190 svg/SVGFontFaceNameElement.h \
2191 svg/SVGFontFaceSrcElement.h \
2192 svg/SVGFontFaceUriElement.h \
2193 svg/SVGForeignObjectElement.h \
2195 svg/SVGGlyphElement.h \
2196 svg/SVGGradientElement.h \
2197 svg/SVGHKernElement.h \
2198 svg/SVGImageElement.h \
2199 svg/SVGImageLoader.h \
2200 svg/SVGLangSpace.h \
2202 svg/SVGLengthList.h \
2203 svg/SVGLinearGradientElement.h \
2204 svg/SVGLineElement.h \
2205 svg/SVGLocatable.h \
2206 svg/SVGMarkerElement.h \
2207 svg/SVGMaskElement.h \
2208 svg/SVGMetadataElement.h \
2209 svg/SVGMissingGlyphElement.h \
2210 svg/SVGMPathElement.h \
2211 svg/SVGNumberList.h \
2213 svg/SVGParserUtilities.h \
2214 svg/SVGPathElement.h \
2215 svg/SVGPathSegArc.h \
2216 svg/SVGPathSegClosePath.h \
2217 svg/SVGPathSegCurvetoCubic.h \
2218 svg/SVGPathSegCurvetoCubicSmooth.h \
2219 svg/SVGPathSegCurvetoQuadratic.h \
2220 svg/SVGPathSegCurvetoQuadraticSmooth.h \
2221 svg/SVGPathSegLineto.h \
2222 svg/SVGPathSegLinetoHorizontal.h \
2223 svg/SVGPathSegLinetoVertical.h \
2224 svg/SVGPathSegList.h \
2225 svg/SVGPathSegMoveto.h \
2226 svg/SVGPatternElement.h \
2227 svg/SVGPointList.h \
2228 svg/SVGPolyElement.h \
2229 svg/SVGPolygonElement.h \
2230 svg/SVGPolylineElement.h \
2231 svg/SVGPreserveAspectRatio.h \
2232 svg/SVGRadialGradientElement.h \
2233 svg/SVGRectElement.h \
2234 svg/SVGScriptElement.h \
2235 svg/SVGSetElement.h \
2236 svg/SVGStopElement.h \
2237 svg/SVGStringList.h \
2239 svg/SVGStyledElement.h \
2240 svg/SVGStyledLocatableElement.h \
2241 svg/SVGStyledTransformableElement.h \
2242 svg/SVGStyleElement.h \
2243 svg/SVGSVGElement.h \
2244 svg/SVGSwitchElement.h \
2245 svg/SVGSymbolElement.h \
2247 svg/SVGTextContentElement.h \
2248 svg/SVGTextElement.h \
2249 svg/SVGTextPathElement.h \
2250 svg/SVGTextPositioningElement.h \
2251 svg/SVGTitleElement.h \
2252 svg/SVGTransformable.h \
2253 svg/SVGTransformDistance.h \
2254 svg/SVGTransform.h \
2255 svg/SVGTransformList.h \
2256 svg/SVGTRefElement.h \
2257 svg/SVGTSpanElement.h \
2258 svg/SVGURIReference.h \
2259 svg/SVGUseElement.h \
2260 svg/SVGViewElement.h \
2262 svg/SVGZoomAndPan.h \
2263 svg/SVGZoomEvent.h \
2264 svg/SynchronizablePropertyController.h \
2265 wml/WMLAccessElement.h \
2267 wml/WMLAnchorElement.h \
2268 wml/WMLBRElement.h \
2269 wml/WMLCardElement.h \
2271 wml/WMLDoElement.h \
2273 wml/WMLErrorHandling.h \
2274 wml/WMLEventHandlingElement.h \
2275 wml/WMLFieldSetElement.h \
2276 wml/WMLFormControlElement.h \
2277 wml/WMLGoElement.h \
2278 wml/WMLImageElement.h \
2279 wml/WMLImageLoader.h \
2280 wml/WMLInputElement.h \
2281 wml/WMLInsertedLegendElement.h \
2282 wml/WMLIntrinsicEvent.h \
2283 wml/WMLIntrinsicEventHandler.h \
2284 wml/WMLMetaElement.h \
2285 wml/WMLNoopElement.h \
2286 wml/WMLOnEventElement.h \
2287 wml/WMLOptGroupElement.h \
2288 wml/WMLOptionElement.h \
2289 wml/WMLPageState.h \
2291 wml/WMLPostfieldElement.h \
2292 wml/WMLPrevElement.h \
2293 wml/WMLRefreshElement.h \
2294 wml/WMLSelectElement.h \
2295 wml/WMLSetvarElement.h \
2296 wml/WMLTableElement.h \
2297 wml/WMLTaskElement.h \
2298 wml/WMLTemplateElement.h \
2299 wml/WMLTimerElement.h \
2300 wml/WMLVariables.h \
2301 workers/AbstractWorker.h \
2302 workers/DedicatedWorkerContext.h \
2303 workers/DedicatedWorkerThread.h \
2304 workers/SharedWorker.h \
2305 workers/WorkerContext.h \
2307 workers/WorkerLocation.h \
2308 workers/WorkerMessagingProxy.h \
2309 workers/WorkerRunLoop.h \
2310 workers/WorkerScriptLoader.h \
2311 workers/WorkerThread.h \
2313 xml/NativeXPathNSResolver.h \
2314 xml/XMLHttpRequest.h \
2315 xml/XMLHttpRequestUpload.h \
2316 xml/XMLSerializer.h \
2317 xml/XPathEvaluator.h \
2318 xml/XPathExpression.h \
2319 xml/XPathExpressionNode.h \
2320 xml/XPathFunctions.h \
2321 xml/XPathNamespace.h \
2322 xml/XPathNodeSet.h \
2323 xml/XPathNSResolver.h \
2326 xml/XPathPredicate.h \
2331 xml/XPathVariableReference.h \
2332 xml/XSLImportRule.h \
2333 xml/XSLStyleSheet.h \
2334 xml/XSLTExtensions.h \
2335 xml/XSLTProcessor.h \
2336 xml/XSLTUnicodeSort.h \
2337 $$PWD/../WebKit/qt/Api/qwebplugindatabase_p.h \
2338 $$PWD/../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h \
2339 $$PWD/platform/network/qt/DnsPrefetchHelper.h
2342 accessibility/qt/AccessibilityObjectQt.cpp \
2343 bindings/js/ScriptControllerQt.cpp \
2344 bridge/qt/qt_class.cpp \
2345 bridge/qt/qt_instance.cpp \
2346 bridge/qt/qt_runtime.cpp \
2347 page/qt/DragControllerQt.cpp \
2348 page/qt/EventHandlerQt.cpp \
2349 page/qt/FrameQt.cpp \
2350 platform/graphics/qt/TransformationMatrixQt.cpp \
2351 platform/graphics/qt/ColorQt.cpp \
2352 platform/graphics/qt/FontQt.cpp \
2353 platform/graphics/qt/FontQt43.cpp \
2354 platform/graphics/qt/FontPlatformDataQt.cpp \
2355 platform/graphics/qt/FloatPointQt.cpp \
2356 platform/graphics/qt/FloatRectQt.cpp \
2357 platform/graphics/qt/GradientQt.cpp \
2358 platform/graphics/qt/GraphicsContextQt.cpp \
2359 platform/graphics/qt/IconQt.cpp \
2360 platform/graphics/qt/ImageBufferQt.cpp \
2361 platform/graphics/qt/ImageDecoderQt.cpp \
2362 platform/graphics/qt/ImageQt.cpp \
2363 platform/graphics/qt/IntPointQt.cpp \
2364 platform/graphics/qt/IntRectQt.cpp \
2365 platform/graphics/qt/IntSizeQt.cpp \
2366 platform/graphics/qt/PathQt.cpp \
2367 platform/graphics/qt/PatternQt.cpp \
2368 platform/graphics/qt/StillImageQt.cpp \
2369 platform/network/qt/ResourceHandleQt.cpp \
2370 platform/network/qt/ResourceRequestQt.cpp \
2371 platform/network/qt/DnsPrefetchHelper.cpp \
2372 platform/network/qt/QNetworkReplyHandler.cpp \
2373 editing/qt/EditorQt.cpp \
2374 platform/qt/ClipboardQt.cpp \
2375 platform/qt/ContextMenuItemQt.cpp \
2376 platform/qt/ContextMenuQt.cpp \
2377 platform/qt/CookieJarQt.cpp \
2378 platform/qt/CursorQt.cpp \
2379 platform/qt/DragDataQt.cpp \
2380 platform/qt/DragImageQt.cpp \
2381 platform/qt/EventLoopQt.cpp \
2382 platform/qt/FileChooserQt.cpp \
2383 platform/qt/FileSystemQt.cpp \
2384 platform/qt/SharedBufferQt.cpp \
2385 platform/graphics/qt/FontCacheQt.cpp \
2386 platform/graphics/qt/FontCustomPlatformData.cpp \
2387 platform/graphics/qt/FontFallbackListQt.cpp \
2388 platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2389 platform/graphics/qt/SimpleFontDataQt.cpp \
2390 platform/qt/KURLQt.cpp \
2391 platform/qt/Localizations.cpp \
2392 platform/qt/MIMETypeRegistryQt.cpp \
2393 platform/qt/PasteboardQt.cpp \
2394 platform/qt/PlatformKeyboardEventQt.cpp \
2395 platform/qt/PlatformMouseEventQt.cpp \
2396 platform/qt/PlatformScreenQt.cpp \
2397 platform/qt/PopupMenuQt.cpp \
2398 platform/qt/QWebPopup.cpp \
2399 platform/qt/RenderThemeQt.cpp \
2400 platform/qt/ScrollbarQt.cpp \
2401 platform/qt/ScrollbarThemeQt.cpp \
2402 platform/qt/ScrollViewQt.cpp \
2403 platform/qt/SearchPopupMenuQt.cpp \
2404 platform/qt/SharedTimerQt.cpp \
2405 platform/qt/SoundQt.cpp \
2406 platform/qt/LoggingQt.cpp \
2407 platform/text/qt/StringQt.cpp \
2408 platform/qt/TemporaryLinkStubs.cpp \
2409 platform/text/qt/TextBoundaries.cpp \
2410 platform/text/qt/TextBreakIteratorQt.cpp \
2411 platform/text/qt/TextCodecQt.cpp \
2412 platform/qt/WheelEventQt.cpp \
2413 platform/qt/WidgetQt.cpp \
2414 plugins/qt/PluginDataQt.cpp \
2415 ../WebKit/qt/WebCoreSupport/ChromeClientQt.cpp \
2416 ../WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp \
2417 ../WebKit/qt/WebCoreSupport/DragClientQt.cpp \
2418 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \
2419 ../WebKit/qt/WebCoreSupport/EditCommandQt.cpp \
2420 ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp \
2421 ../WebKit/qt/WebCoreSupport/InspectorClientQt.cpp \
2422 ../WebKit/qt/Api/qwebframe.cpp \
2423 ../WebKit/qt/Api/qgraphicswebview.cpp \
2424 ../WebKit/qt/Api/qwebpage.cpp \
2425 ../WebKit/qt/Api/qwebview.cpp \
2426 ../WebKit/qt/Api/qwebelement.cpp \
2427 ../WebKit/qt/Api/qwebhistory.cpp \
2428 ../WebKit/qt/Api/qwebsettings.cpp \
2429 ../WebKit/qt/Api/qwebhistoryinterface.cpp \
2430 ../WebKit/qt/Api/qwebplugindatabase.cpp \
2431 ../WebKit/qt/Api/qwebpluginfactory.cpp \
2432 ../WebKit/qt/Api/qwebsecurityorigin.cpp \
2433 ../WebKit/qt/Api/qwebdatabase.cpp \
2434 ../WebKit/qt/Api/qwebinspector.cpp \
2435 ../WebKit/qt/Api/qwebkitversion.cpp
2438 win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp
2442 platform/text/cf/StringCF.cpp \
2443 platform/text/cf/StringImplCF.cpp \
2444 platform/cf/SharedBufferCF.cpp \
2445 editing/SmartReplaceCF.cpp
2446 LIBS_PRIVATE += -framework Carbon -framework AppKit
2454 wince*: LIBS += -lmmtimer
2456 # Files belonging to the Qt 4.3 build
2457 lessThan(QT_MINOR_VERSION, 4) {
2459 $$PWD/../WebKit/qt/Api/qwebnetworkinterface.h \
2460 $$PWD/../WebKit/qt/Api/qwebnetworkinterface_p.h \
2461 $$PWD/../WebKit/qt/Api/qcookiejar.h
2464 ../WebKit/qt/Api/qwebnetworkinterface.cpp \
2465 ../WebKit/qt/Api/qcookiejar.cpp
2467 DEFINES += QT_BEGIN_NAMESPACE="" QT_END_NAMESPACE=""
2470 contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
2472 SOURCES += plugins/npapi.cpp
2476 plugins/symbian/PluginPackageSymbian.cpp \
2477 plugins/symbian/PluginDatabaseSymbian.cpp \
2478 plugins/symbian/PluginViewSymbian.cpp \
2479 plugins/symbian/PluginContainerSymbian.cpp
2482 plugins/symbian/PluginContainerSymbian.h \
2483 plugins/symbian/npinterface.h
2493 plugins/mac/PluginPackageMac.cpp \
2494 plugins/mac/PluginViewMac.cpp
2495 OBJECTIVE_SOURCES += \
2496 platform/text/mac/StringImplMac.mm \
2497 platform/mac/WebCoreNSStringExtras.mm
2498 INCLUDEPATH += platform/mac
2499 # Note: XP_MACOSX is defined in npapi.h
2501 !embedded: CONFIG += x11
2503 plugins/qt/PluginContainerQt.cpp \
2504 plugins/qt/PluginPackageQt.cpp \
2505 plugins/qt/PluginViewQt.cpp
2507 plugins/qt/PluginContainerQt.h
2513 INCLUDEPATH += $$PWD/plugins/win \
2516 SOURCES += page/win/PageWin.cpp \
2517 plugins/win/PluginDatabaseWin.cpp \
2518 plugins/win/PluginPackageWin.cpp \
2519 plugins/win/PluginMessageThrottlerWin.cpp \
2520 plugins/win/PluginViewWin.cpp \
2521 platform/win/BitmapInfo.cpp
2535 plugins/PluginPackageNone.cpp \
2536 plugins/PluginViewNone.cpp
2539 contains(DEFINES, ENABLE_CHANNEL_MESSAGING=1) {
2540 FEATURE_DEFINES_JAVASCRIPT += ENABLE_CHANNEL_MESSAGING=1
2543 contains(DEFINES, ENABLE_ORIENTATION_EVENTS=1) {
2544 FEATURE_DEFINES_JAVASCRIPT += ENABLE_ORIENTATION_EVENTS=1
2547 contains(DEFINES, ENABLE_DASHBOARD_SUPPORT=0) {
2548 DASHBOARDSUPPORTCSSPROPERTIES -= $$PWD/css/DashboardSupportCSSPropertyNames.in
2551 contains(DEFINES, ENABLE_DATAGRID=1) {
2552 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATAGRID=1
2555 contains(DEFINES, ENABLE_EVENTSOURCE=1) {
2556 FEATURE_DEFINES_JAVASCRIPT += ENABLE_EVENTSOURCE=1
2559 contains(DEFINES, ENABLE_SQLITE=1) {
2560 !system-sqlite:exists( $${SQLITE3SRCDIR}/sqlite3.c ) {
2561 # Build sqlite3 into WebCore from source
2562 # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
2563 INCLUDEPATH += $${SQLITE3SRCDIR}
2564 SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
2565 DEFINES += SQLITE_CORE SQLITE_OMIT_LOAD_EXTENSION SQLITE_OMIT_COMPLETE
2566 CONFIG(release, debug|release): DEFINES *= NDEBUG
2567 contains(DEFINES, ENABLE_SINGLE_THREADED=1): DEFINES += SQLITE_THREADSAFE=0
2569 # Use sqlite3 from the underlying OS
2570 CONFIG(QTDIR_build) {
2571 QMAKE_CXXFLAGS *= $$QT_CFLAGS_SQLITE
2572 LIBS *= $$QT_LFLAGS_SQLITE
2574 INCLUDEPATH += $${SQLITE3SRCDIR}
2580 platform/sql/SQLiteAuthorizer.cpp \
2581 platform/sql/SQLiteDatabase.cpp \
2582 platform/sql/SQLiteFileSystem.cpp \
2583 platform/sql/SQLiteStatement.cpp \
2584 platform/sql/SQLiteTransaction.cpp \
2585 platform/sql/SQLValue.cpp \
2586 storage/Database.cpp \
2587 storage/DatabaseAuthorizer.cpp
2591 contains(DEFINES, ENABLE_DATABASE=1) {
2592 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATABASE=1
2595 storage/ChangeVersionWrapper.cpp \
2596 storage/DatabaseTask.cpp \
2597 storage/DatabaseThread.cpp \
2598 storage/DatabaseTracker.cpp \
2599 storage/OriginQuotaManager.cpp \
2600 storage/OriginUsageRecord.cpp \
2601 storage/SQLResultSet.cpp \
2602 storage/SQLResultSetRowList.cpp \
2603 storage/SQLStatement.cpp \
2604 storage/SQLTransaction.cpp \
2605 storage/SQLTransactionClient.cpp \
2606 storage/SQLTransactionCoordinator.cpp \
2607 bindings/js/JSCustomSQLStatementCallback.cpp \
2608 bindings/js/JSCustomSQLStatementErrorCallback.cpp \
2609 bindings/js/JSCustomSQLTransactionCallback.cpp \
2610 bindings/js/JSCustomSQLTransactionErrorCallback.cpp \
2611 bindings/js/JSDatabaseCustom.cpp \
2612 bindings/js/JSSQLResultSetRowListCustom.cpp \
2613 bindings/js/JSSQLTransactionCustom.cpp
2616 contains(DEFINES, ENABLE_DOM_STORAGE=1) {
2617 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DOM_STORAGE=1
2620 storage/ChangeVersionWrapper.h \
2621 storage/DatabaseAuthorizer.h \
2622 storage/Database.h \
2623 storage/DatabaseTask.h \
2624 storage/DatabaseThread.h \
2625 storage/DatabaseTracker.h \
2626 storage/LocalStorageTask.h \
2627 storage/LocalStorageThread.h \
2628 storage/OriginQuotaManager.h \
2629 storage/OriginUsageRecord.h \
2630 storage/SQLResultSet.h \
2631 storage/SQLResultSetRowList.h \
2632 storage/SQLStatement.h \
2633 storage/SQLTransaction.h \
2634 storage/SQLTransactionClient.h \
2635 storage/SQLTransactionCoordinator.h \
2636 storage/StorageArea.h \
2637 storage/StorageAreaImpl.h \
2638 storage/StorageAreaSync.h \
2639 storage/StorageEvent.h \
2640 storage/StorageEventDispatcher.h \
2642 storage/StorageMap.h \
2643 storage/StorageNamespace.h \
2644 storage/StorageNamespaceImpl.h \
2645 storage/StorageSyncManager.h
2648 bindings/js/JSStorageCustom.cpp \
2649 storage/LocalStorageTask.cpp \
2650 storage/LocalStorageThread.cpp \
2651 storage/Storage.cpp \
2652 storage/StorageAreaImpl.cpp \
2653 storage/StorageAreaSync.cpp \
2654 storage/StorageEvent.cpp \
2655 storage/StorageEventDispatcher.cpp \
2656 storage/StorageMap.cpp \
2657 storage/StorageNamespace.cpp \
2658 storage/StorageNamespaceImpl.cpp \
2659 storage/StorageSyncManager.cpp
2662 contains(DEFINES, ENABLE_ICONDATABASE=1) {
2664 loader/icon/IconDatabase.cpp \
2665 loader/icon/IconRecord.cpp \
2666 loader/icon/PageURLRecord.cpp
2669 loader/icon/IconDatabaseNone.cpp
2672 contains(DEFINES, ENABLE_WORKERS=1) {
2673 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WORKERS=1
2676 bindings/js/JSAbstractWorkerCustom.cpp \
2677 bindings/js/JSDedicatedWorkerContextCustom.cpp \
2678 bindings/js/JSWorkerConstructor.cpp \
2679 bindings/js/JSWorkerContextBase.cpp \
2680 bindings/js/JSWorkerContextCustom.cpp \
2681 bindings/js/JSWorkerCustom.cpp \
2682 bindings/js/WorkerScriptController.cpp \
2683 loader/WorkerThreadableLoader.cpp \
2684 page/WorkerNavigator.cpp \
2685 workers/AbstractWorker.cpp \
2686 workers/DedicatedWorkerContext.cpp \
2687 workers/DedicatedWorkerThread.cpp \
2688 workers/Worker.cpp \
2689 workers/WorkerContext.cpp \
2690 workers/WorkerLocation.cpp \
2691 workers/WorkerMessagingProxy.cpp \
2692 workers/WorkerRunLoop.cpp \
2693 workers/WorkerThread.cpp \
2694 workers/WorkerScriptLoader.cpp
2697 contains(DEFINES, ENABLE_SHARED_WORKERS=1) {
2698 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SHARED_WORKERS=1
2701 bindings/js/JSSharedWorkerConstructor.cpp \
2702 bindings/js/JSSharedWorkerCustom.cpp \
2703 workers/DefaultSharedWorkerRepository.cpp \
2704 workers/SharedWorker.cpp \
2705 workers/SharedWorkerContext.cpp \
2706 workers/SharedWorkerThread.cpp
2709 contains(DEFINES, ENABLE_VIDEO=1) {
2710 FEATURE_DEFINES_JAVASCRIPT += ENABLE_VIDEO=1
2713 html/HTMLAudioElement.cpp \
2714 html/HTMLMediaElement.cpp \
2715 html/HTMLSourceElement.cpp \
2716 html/HTMLVideoElement.cpp \
2717 html/TimeRanges.cpp \
2718 platform/graphics/MediaPlayer.cpp \
2719 rendering/MediaControlElements.cpp \
2720 rendering/RenderVideo.cpp \
2721 rendering/RenderMedia.cpp \
2722 bindings/js/JSAudioConstructor.cpp
2725 platform/graphics/qt/MediaPlayerPrivatePhonon.h
2728 platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
2730 # Add phonon manually to prevent it from coming first in
2731 # the include paths, as Phonon's path.h conflicts with
2732 # WebCore's Path.h on case-insensitive filesystems.
2733 qtAddLibrary(phonon)
2734 INCLUDEPATH -= $$QMAKE_INCDIR_QT/phonon
2735 INCLUDEPATH += $$QMAKE_INCDIR_QT/phonon
2737 INCLUDEPATH -= $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2738 INCLUDEPATH += $$QMAKE_LIBDIR_QT/phonon.framework/Headers
2743 contains(DEFINES, ENABLE_XPATH=1) {
2744 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XPATH=1
2746 XPATHBISON = $$PWD/xml/XPathGrammar.y
2749 xml/NativeXPathNSResolver.cpp \
2750 xml/XPathEvaluator.cpp \
2751 xml/XPathExpression.cpp \
2752 xml/XPathExpressionNode.cpp \
2753 xml/XPathFunctions.cpp \
2754 xml/XPathNamespace.cpp \
2755 xml/XPathNodeSet.cpp \
2756 xml/XPathNSResolver.cpp \
2757 xml/XPathParser.cpp \
2759 xml/XPathPredicate.cpp \
2760 xml/XPathResult.cpp \
2763 xml/XPathValue.cpp \
2764 xml/XPathVariableReference.cpp
2767 unix:!mac:CONFIG += link_pkgconfig
2769 contains(DEFINES, ENABLE_XSLT=1) {
2770 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XSLT=1
2775 bindings/js/JSXSLTProcessorConstructor.cpp \
2776 bindings/js/JSXSLTProcessorCustom.cpp \
2777 dom/TransformSourceQt.cpp \
2778 xml/XSLStyleSheetQt.cpp \
2779 xml/XSLTProcessor.cpp \
2780 xml/XSLTProcessorQt.cpp
2783 contains(DEFINES, ENABLE_XBL=1) {
2784 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XBL=1
2787 contains(DEFINES, ENABLE_FILTERS=1) {
2789 platform/graphics/filters/FEBlend.cpp \
2790 platform/graphics/filters/FEColorMatrix.cpp \
2791 platform/graphics/filters/FEComponentTransfer.cpp \
2792 platform/graphics/filters/FEComposite.cpp \
2793 platform/graphics/filters/FEGaussianBlur.cpp \
2794 platform/graphics/filters/FilterEffect.cpp \
2795 platform/graphics/filters/SourceAlpha.cpp \
2796 platform/graphics/filters/SourceGraphic.cpp
2798 FEATURE_DEFINES_JAVASCRIPT += ENABLE_FILTERS=1
2801 contains(DEFINES, ENABLE_WCSS=1) {
2802 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WCSS=1
2803 contains(DEFINES, ENABLE_XHTMLMP=0) {
2804 DEFINES -= ENABLE_XHTMLMP=0
2805 DEFINES += ENABLE_XHTMLMP=1
2809 contains(DEFINES, ENABLE_WML=1) {
2811 wml/WMLAElement.cpp \
2812 wml/WMLAccessElement.cpp \
2813 wml/WMLAnchorElement.cpp \
2814 wml/WMLBRElement.cpp \
2815 wml/WMLCardElement.cpp \
2816 wml/WMLDoElement.cpp \
2817 wml/WMLDocument.cpp \
2818 wml/WMLElement.cpp \
2819 wml/WMLErrorHandling.cpp \
2820 wml/WMLEventHandlingElement.cpp \
2821 wml/WMLFormControlElement.cpp \
2822 wml/WMLFieldSetElement.cpp \
2823 wml/WMLGoElement.cpp \
2824 wml/WMLImageElement.cpp \
2825 wml/WMLImageLoader.cpp \
2826 wml/WMLInputElement.cpp \
2827 wml/WMLInsertedLegendElement.cpp \
2828 wml/WMLIntrinsicEvent.cpp \
2829 wml/WMLIntrinsicEventHandler.cpp \
2830 wml/WMLMetaElement.cpp \
2831 wml/WMLNoopElement.cpp \
2832 wml/WMLOnEventElement.cpp \
2833 wml/WMLPElement.cpp \
2834 wml/WMLOptGroupElement.cpp \
2835 wml/WMLOptionElement.cpp \
2836 wml/WMLPageState.cpp \
2837 wml/WMLPostfieldElement.cpp \
2838 wml/WMLPrevElement.cpp \
2839 wml/WMLRefreshElement.cpp \
2840 wml/WMLSelectElement.cpp \
2841 wml/WMLSetvarElement.cpp \
2842 wml/WMLTableElement.cpp \
2843 wml/WMLTaskElement.cpp \
2844 wml/WMLTemplateElement.cpp \
2845 wml/WMLTimerElement.cpp \
2846 wml/WMLVariables.cpp
2848 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WML=1
2850 WML_NAMES = $$PWD/wml/WMLTagNames.in
2852 wmlnames_a.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}WMLNames.cpp
2853 wmlnames_a.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/wml/WMLTagNames.in --attrs $$PWD/wml/WMLAttributeNames.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$GENERATED_SOURCES_DIR
2854 wmlnames_a.input = WML_NAMES
2855 wmlnames_a.dependency_type = TYPE_C
2856 wmlnames_a.CONFIG = target_predeps
2857 wmlnames_a.variable_out = GENERATED_SOURCES
2858 addExtraCompilerWithHeader(wmlnames_a)
2859 wmlnames_b.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}WMLElementFactory.cpp
2860 wmlnames_b.commands = @echo -n ''
2861 wmlnames_b.input = SVG_NAMES
2862 wmlnames_b.depends = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}WMLNames.cpp
2863 wmlnames_b.CONFIG = target_predeps
2864 wmlnames_b.variable_out = GENERATED_SOURCES
2865 addExtraCompilerWithHeader(wmlnames_b)
2868 contains(DEFINES, ENABLE_XHTMLMP=1) {
2869 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XHTMLMP=1
2872 contains(DEFINES, ENABLE_SVG=1) {
2873 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG=1
2875 SVG_NAMES = $$PWD/svg/svgtags.in
2877 XLINK_NAMES = $$PWD/svg/xlinkattrs.in
2880 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
2881 bindings/js/JSSVGElementInstanceCustom.cpp \
2882 bindings/js/JSSVGLengthCustom.cpp \
2883 bindings/js/JSSVGMatrixCustom.cpp \
2884 bindings/js/JSSVGPathSegCustom.cpp \
2885 bindings/js/JSSVGPathSegListCustom.cpp \
2886 bindings/js/JSSVGPointListCustom.cpp \
2887 bindings/js/JSSVGTransformListCustom.cpp \
2888 css/SVGCSSComputedStyleDeclaration.cpp \
2889 css/SVGCSSParser.cpp \
2890 css/SVGCSSStyleSelector.cpp \
2891 rendering/style/SVGRenderStyle.cpp \
2892 rendering/style/SVGRenderStyleDefs.cpp \
2893 svg/SVGZoomEvent.cpp \
2894 rendering/PointerEventsHitRules.cpp \
2895 svg/SVGDocumentExtensions.cpp \
2896 svg/SVGImageLoader.cpp \
2897 svg/ColorDistance.cpp \
2898 svg/SVGAElement.cpp \
2899 svg/SVGAltGlyphElement.cpp \
2901 svg/SVGAnimateColorElement.cpp \
2902 svg/SVGAnimatedPathData.cpp \
2903 svg/SVGAnimatedPoints.cpp \
2904 svg/SVGAnimateElement.cpp \
2905 svg/SVGAnimateMotionElement.cpp \
2906 svg/SVGAnimateTransformElement.cpp \
2907 svg/SVGAnimationElement.cpp \
2908 svg/SVGCircleElement.cpp \
2909 svg/SVGClipPathElement.cpp \
2911 svg/SVGComponentTransferFunctionElement.cpp \
2912 svg/SVGCursorElement.cpp \
2913 svg/SVGDefsElement.cpp \
2914 svg/SVGDescElement.cpp \
2915 svg/SVGDocument.cpp \
2916 svg/SVGElement.cpp \
2917 svg/SVGElementInstance.cpp \
2918 svg/SVGElementInstanceList.cpp \
2919 svg/SVGEllipseElement.cpp \
2920 svg/SVGExternalResourcesRequired.cpp \
2921 svg/SVGFEBlendElement.cpp \
2922 svg/SVGFEColorMatrixElement.cpp \
2923 svg/SVGFEComponentTransferElement.cpp \
2924 svg/SVGFECompositeElement.cpp \
2925 svg/SVGFEDiffuseLightingElement.cpp \
2926 svg/SVGFEDisplacementMapElement.cpp \
2927 svg/SVGFEDistantLightElement.cpp \
2928 svg/SVGFEFloodElement.cpp \
2929 svg/SVGFEFuncAElement.cpp \
2930 svg/SVGFEFuncBElement.cpp \
2931 svg/SVGFEFuncGElement.cpp \
2932 svg/SVGFEFuncRElement.cpp \
2933 svg/SVGFEGaussianBlurElement.cpp \
2934 svg/SVGFEImageElement.cpp \
2935 svg/SVGFELightElement.cpp \
2936 svg/SVGFEMergeElement.cpp \
2937 svg/SVGFEMergeNodeElement.cpp \
2938 svg/SVGFEMorphologyElement.cpp \
2939 svg/SVGFEOffsetElement.cpp \
2940 svg/SVGFEPointLightElement.cpp \
2941 svg/SVGFESpecularLightingElement.cpp \
2942 svg/SVGFESpotLightElement.cpp \
2943 svg/SVGFETileElement.cpp \
2944 svg/SVGFETurbulenceElement.cpp \
2945 svg/SVGFilterElement.cpp \
2946 svg/SVGFilterPrimitiveStandardAttributes.cpp \
2947 svg/SVGFitToViewBox.cpp \
2949 svg/SVGFontData.cpp \
2950 svg/SVGFontElement.cpp \
2951 svg/SVGFontFaceElement.cpp \
2952 svg/SVGFontFaceFormatElement.cpp \
2953 svg/SVGFontFaceNameElement.cpp \
2954 svg/SVGFontFaceSrcElement.cpp \
2955 svg/SVGFontFaceUriElement.cpp \
2956 svg/SVGForeignObjectElement.cpp \
2957 svg/SVGGElement.cpp \
2958 svg/SVGGlyphElement.cpp \
2959 svg/SVGGradientElement.cpp \
2960 svg/SVGHKernElement.cpp \
2961 svg/SVGImageElement.cpp \
2962 svg/SVGLangSpace.cpp \
2964 svg/SVGLengthList.cpp \
2965 svg/SVGLinearGradientElement.cpp \
2966 svg/SVGLineElement.cpp \
2967 svg/SVGLocatable.cpp \
2968 svg/SVGMarkerElement.cpp \
2969 svg/SVGMaskElement.cpp \
2970 svg/SVGMetadataElement.cpp \
2971 svg/SVGMissingGlyphElement.cpp \
2972 svg/SVGMPathElement.cpp \
2973 svg/SVGNumberList.cpp \
2975 svg/SVGParserUtilities.cpp \
2976 svg/SVGPathElement.cpp \
2977 svg/SVGPathSegArc.cpp \
2978 svg/SVGPathSegClosePath.cpp \
2979 svg/SVGPathSegCurvetoCubic.cpp \
2980 svg/SVGPathSegCurvetoCubicSmooth.cpp \
2981 svg/SVGPathSegCurvetoQuadratic.cpp \
2982 svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
2983 svg/SVGPathSegLineto.cpp \
2984 svg/SVGPathSegLinetoHorizontal.cpp \
2985 svg/SVGPathSegLinetoVertical.cpp \
2986 svg/SVGPathSegList.cpp \
2987 svg/SVGPathSegMoveto.cpp \
2988 svg/SVGPatternElement.cpp \
2989 svg/SVGPointList.cpp \
2990 svg/SVGPolyElement.cpp \
2991 svg/SVGPolygonElement.cpp \
2992 svg/SVGPolylineElement.cpp \
2993 svg/SVGPreserveAspectRatio.cpp \
2994 svg/SVGRadialGradientElement.cpp \
2995 svg/SVGRectElement.cpp \
2996 svg/SVGScriptElement.cpp \
2997 svg/SVGSetElement.cpp \
2998 svg/SVGStopElement.cpp \
2999 svg/SVGStringList.cpp \
3000 svg/SVGStylable.cpp \
3001 svg/SVGStyledElement.cpp \
3002 svg/SVGStyledLocatableElement.cpp \
3003 svg/SVGStyledTransformableElement.cpp \
3004 svg/SVGStyleElement.cpp \
3005 svg/SVGSVGElement.cpp \
3006 svg/SVGSwitchElement.cpp \
3007 svg/SVGSymbolElement.cpp \
3009 svg/SVGTextContentElement.cpp \
3010 svg/SVGTextElement.cpp \
3011 svg/SVGTextPathElement.cpp \
3012 svg/SVGTextPositioningElement.cpp \
3013 svg/SVGTitleElement.cpp \
3014 svg/SVGTransformable.cpp \
3015 svg/SVGTransform.cpp \
3016 svg/SVGTransformDistance.cpp \
3017 svg/SVGTransformList.cpp \
3018 svg/SVGTRefElement.cpp \
3019 svg/SVGTSpanElement.cpp \
3020 svg/SVGURIReference.cpp \
3021 svg/SVGUseElement.cpp \
3022 svg/SVGViewElement.cpp \
3023 svg/SVGViewSpec.cpp \
3024 svg/SVGZoomAndPan.cpp \
3025 svg/SynchronizablePropertyController.cpp \
3026 svg/animation/SMILTime.cpp \
3027 svg/animation/SMILTimeContainer.cpp \
3028 svg/animation/SVGSMILElement.cpp \
3029 svg/graphics/filters/SVGFEConvolveMatrix.cpp \
3030 svg/graphics/filters/SVGFEDiffuseLighting.cpp \
3031 svg/graphics/filters/SVGFEDisplacementMap.cpp \
3032 svg/graphics/filters/SVGFEFlood.cpp \
3033 svg/graphics/filters/SVGFEImage.cpp \
3034 svg/graphics/filters/SVGFEMerge.cpp \
3035 svg/graphics/filters/SVGFEMorphology.cpp \
3036 svg/graphics/filters/SVGFEOffset.cpp \
3037 svg/graphics/filters/SVGFESpecularLighting.cpp \
3038 svg/graphics/filters/SVGFETile.cpp \
3039 svg/graphics/filters/SVGFETurbulence.cpp \
3040 svg/graphics/filters/SVGFilter.cpp \
3041 svg/graphics/filters/SVGFilterBuilder.cpp \
3042 svg/graphics/filters/SVGLightSource.cpp \
3043 svg/graphics/SVGImage.cpp \
3044 svg/graphics/SVGPaintServer.cpp \
3045 svg/graphics/SVGPaintServerGradient.cpp \
3046 svg/graphics/SVGPaintServerLinearGradient.cpp \
3047 svg/graphics/SVGPaintServerPattern.cpp \
3048 svg/graphics/SVGPaintServerRadialGradient.cpp \
3049 svg/graphics/SVGPaintServerSolid.cpp \
3050 svg/graphics/SVGResourceClipper.cpp \
3051 svg/graphics/SVGResource.cpp \
3052 svg/graphics/SVGResourceFilter.cpp \
3053 svg/graphics/SVGResourceMarker.cpp \
3054 svg/graphics/SVGResourceMasker.cpp \
3055 rendering/RenderForeignObject.cpp \
3056 rendering/RenderPath.cpp \
3057 rendering/RenderSVGBlock.cpp \
3058 rendering/RenderSVGContainer.cpp \
3059 rendering/RenderSVGGradientStop.cpp \
3060 rendering/RenderSVGHiddenContainer.cpp \
3061 rendering/RenderSVGImage.cpp \
3062 rendering/RenderSVGInline.cpp \
3063 rendering/RenderSVGInlineText.cpp \
3064 rendering/RenderSVGModelObject.cpp \
3065 rendering/RenderSVGRoot.cpp \
3066 rendering/RenderSVGText.cpp \
3067 rendering/RenderSVGTextPath.cpp \
3068 rendering/RenderSVGTransformableContainer.cpp \
3069 rendering/RenderSVGTSpan.cpp \
3070 rendering/RenderSVGViewportContainer.cpp \
3071 rendering/SVGCharacterLayoutInfo.cpp \
3072 rendering/SVGInlineFlowBox.cpp \
3073 rendering/SVGInlineTextBox.cpp \
3074 rendering/SVGRenderSupport.cpp \
3075 rendering/SVGRootInlineBox.cpp
3079 svgnames_a.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}SVGNames.cpp
3080 svgnames_a.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/svg/svgtags.in --attrs $$PWD/svg/svgattrs.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$GENERATED_SOURCES_DIR
3081 svgnames_a.input = SVG_NAMES
3082 svgnames_a.dependency_type = TYPE_C
3083 svgnames_a.CONFIG = target_predeps
3084 svgnames_a.variable_out = GENERATED_SOURCES
3085 addExtraCompilerWithHeader(svgnames_a)
3086 svgnames_b.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}SVGElementFactory.cpp
3087 svgnames_b.commands = @echo -n ''
3088 svgnames_b.input = SVG_NAMES
3089 svgnames_b.depends = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}SVGNames.cpp
3090 svgnames_b.CONFIG = target_predeps
3091 svgnames_b.variable_out = GENERATED_SOURCES
3092 addExtraCompilerWithHeader(svgnames_b)
3093 svgelementwrapper.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}JSSVGElementWrapperFactory.cpp
3094 svgelementwrapper.commands = @echo -n ''
3095 svgelementwrapper.input = SVG_NAMES
3096 svgelementwrapper.depends = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}SVGNames.cpp
3097 svgelementwrapper.CONFIG = target_predeps
3098 svgelementwrapper.variable_out = GENERATED_SOURCES
3099 addExtraCompiler(svgelementwrapper)
3100 svgelementwrapper_header.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}JSSVGElementWrapperFactory.h
3101 svgelementwrapper_header.commands = @echo -n ''
3102 svgelementwrapper_header.input = SVG_NAMES
3103 svgelementwrapper_header.depends = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}SVGNames.cpp
3104 svgelementwrapper_header.CONFIG = target_predeps
3105 svgelementwrapper_header.variable_out = GENERATED_FILES
3106 addExtraCompiler(svgelementwrapper_header)
3109 xlinknames.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}XLinkNames.cpp
3110 xlinknames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --attrs $$PWD/svg/xlinkattrs.in --preprocessor \"$${QMAKE_MOC} -E\" --outputDir $$GENERATED_SOURCES_DIR
3111 xlinknames.input = XLINK_NAMES
3112 xlinknames.dependency_type = TYPE_C
3113 xlinknames.CONFIG = target_predeps
3114 xlinknames.variable_out = GENERATED_SOURCES
3115 addExtraCompilerWithHeader(xlinknames)
3119 cssprops.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.cpp
3120 cssprops.input = WALDOCSSPROPS
3121 cssprops.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} $$DASHBOARDSUPPORTCSSPROPERTIES $$EXTRACSSPROPERTIES > $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.in && cd $$GENERATED_SOURCES_DIR && perl $$PWD/css/makeprop.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf
3122 cssprops.CONFIG = target_predeps no_link
3123 cssprops.variable_out =
3124 cssprops.depend = ${QMAKE_FILE_NAME} DASHBOARDSUPPORTCSSPROPERTIES EXTRACSSPROPERTIES
3125 addExtraCompilerWithHeader(cssprops)
3128 cssvalues.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.c
3129 cssvalues.input = WALDOCSSVALUES
3130 cssvalues.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} $$EXTRACSSVALUES > $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.in && cd $$GENERATED_SOURCES_DIR && perl $$PWD/css/makevalues.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.gperf
3131 cssvalues.CONFIG = target_predeps no_link
3132 cssvalues.variable_out =
3133 cssvalues.depend = ${QMAKE_FILE_NAME} EXTRACSSVALUES
3134 cssvalues.clean = ${QMAKE_FILE_OUT} ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}${QMAKE_FILE_BASE}.h
3135 addExtraCompiler(cssvalues)
3137 contains(DEFINES, ENABLE_JAVASCRIPT_DEBUGGER=1) {
3138 FEATURE_DEFINES_JAVASCRIPT += ENABLE_JAVASCRIPT_DEBUGGER=1
3141 bindings/js/JSJavaScriptCallFrameCustom.cpp \
3142 inspector/JavaScriptCallFrame.cpp \
3143 inspector/JavaScriptDebugServer.cpp \
3144 inspector/JavaScriptProfile.cpp \
3145 inspector/JavaScriptProfileNode.cpp
3148 contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1) {
3149 FEATURE_DEFINES_JAVASCRIPT += ENABLE_OFFLINE_WEB_APPLICATIONS=1
3152 loader/appcache/ApplicationCache.cpp \
3153 loader/appcache/ApplicationCacheGroup.cpp \
3154 loader/appcache/ApplicationCacheHost.cpp \
3155 loader/appcache/ApplicationCacheStorage.cpp \
3156 loader/appcache/ApplicationCacheResource.cpp \
3157 loader/appcache/DOMApplicationCache.cpp \
3158 loader/appcache/ManifestParser.cpp \
3159 bindings/js/JSDOMApplicationCacheCustom.cpp
3162 contains(DEFINES, ENABLE_WEB_SOCKETS=1) {
3163 FEATURE_DEFINES_JAVASCRIPT += ENABLE_WEB_SOCKETS=1
3166 websockets/WebSocket.cpp \
3167 websockets/WebSocketChannel.cpp \
3168 websockets/WebSocketHandshake.cpp \
3169 platform/network/SocketStreamErrorBase.cpp \
3170 platform/network/SocketStreamHandleBase.cpp \
3171 platform/network/qt/SocketStreamHandleSoup.cpp \
3172 bindings/js/JSWebSocketCustom.cpp \
3173 bindings/js/JSWebSocketConstructor.cpp
3176 # GENERATOR 1: IDL compiler
3177 idl.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}JS${QMAKE_FILE_BASE}.cpp
3178 idl.variable_out = GENERATED_SOURCES
3179 idl.input = IDL_BINDINGS
3180 idl.commands = perl -I$$PWD/bindings/scripts $$PWD/bindings/scripts/generate-bindings.pl --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" --generator JS --include $$PWD/dom --include $$PWD/html --include $$PWD/xml --include $$PWD/svg --outputDir $$GENERATED_SOURCES_DIR --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_FILE_NAME}
3181 idl.depends = $$PWD/bindings/scripts/generate-bindings.pl \
3182 $$PWD/bindings/scripts/CodeGenerator.pm \
3183 $$PWD/bindings/scripts/CodeGeneratorJS.pm \
3184 $$PWD/bindings/scripts/IDLParser.pm \
3185 $$PWD/bindings/scripts/IDLStructure.pm \
3186 $$PWD/bindings/scripts/InFilesParser.pm
3187 idl.CONFIG += target_predeps
3188 addExtraCompilerWithHeader(idl)
3190 # GENERATOR 3: tokenizer (flex)
3191 tokenizer.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.cpp
3192 tokenizer.commands = flex -t < ${QMAKE_FILE_NAME} | perl $$PWD/css/maketokenizer > ${QMAKE_FILE_OUT}
3193 tokenizer.dependency_type = TYPE_C
3194 tokenizer.input = TOKENIZER
3195 tokenizer.CONFIG += target_predeps no_link
3196 tokenizer.variable_out =
3197 addExtraCompiler(tokenizer)
3199 # GENERATOR 4: CSS grammar
3200 cssbison.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.cpp
3201 cssbison.commands = perl $$PWD/css/makegrammar.pl ${QMAKE_FILE_NAME} $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}
3202 cssbison.depend = ${QMAKE_FILE_NAME}
3203 cssbison.input = CSSBISON
3204 cssbison.CONFIG = target_predeps
3205 cssbison.dependency_type = TYPE_C
3206 cssbison.variable_out = GENERATED_SOURCES
3207 addExtraCompilerWithHeader(cssbison)
3210 htmlnames.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}HTMLNames.cpp
3211 htmlnames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --tags $$PWD/html/HTMLTagNames.in --attrs $$PWD/html/HTMLAttributeNames.in --extraDefines \"$${DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outputDir $$GENERATED_SOURCES_DIR
3212 htmlnames.input = HTML_NAMES
3213 htmlnames.dependency_type = TYPE_C
3214 htmlnames.CONFIG = target_predeps
3215 htmlnames.variable_out = GENERATED_SOURCES
3216 htmlnames.depends = $$PWD/html/HTMLAttributeNames.in
3217 addExtraCompilerWithHeader(htmlnames)
3219 htmlelementfactory.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}HTMLElementFactory.cpp
3220 htmlelementfactory.commands = @echo -n ''
3221 htmlelementfactory.input = HTML_NAMES
3222 htmlelementfactory.depends = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}HTMLNames.cpp
3223 htmlelementfactory.CONFIG = target_predeps
3224 htmlelementfactory.variable_out = GENERATED_SOURCES
3225 htmlelementfactory.clean += ${QMAKE_FILE_OUT}
3226 addExtraCompilerWithHeader(htmlelementfactory)
3228 elementwrapperfactory.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}JSHTMLElementWrapperFactory.cpp
3229 elementwrapperfactory.commands = @echo -n ''
3230 elementwrapperfactory.input = HTML_NAMES
3231 elementwrapperfactory.depends = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}HTMLNames.cpp
3232 elementwrapperfactory.CONFIG = target_predeps
3233 elementwrapperfactory.variable_out = GENERATED_SOURCES
3234 elementwrapperfactory.clean += ${QMAKE_FILE_OUT}
3235 addExtraCompilerWithHeader(elementwrapperfactory)
3238 xmlnames.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}XMLNames.cpp
3239 xmlnames.commands = perl -I$$PWD/bindings/scripts $$PWD/dom/make_names.pl --attrs $$PWD/xml/xmlattrs.in --preprocessor \"$${QMAKE_MOC} -E\" --outputDir $$GENERATED_SOURCES_DIR
3240 xmlnames.input = XML_NAMES
3241 xmlnames.dependency_type = TYPE_C
3242 xmlnames.CONFIG = target_predeps
3243 xmlnames.variable_out = GENERATED_SOURCES
3244 addExtraCompilerWithHeader(xmlnames)
3247 entities.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}HTMLEntityNames.c
3248 entities.commands = gperf -a -L ANSI-C -C -G -c -o -t --includes --key-positions="*" -N findEntity -D -s 2 < $$PWD/html/HTMLEntityNames.gperf > $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}HTMLEntityNames.c
3249 entities.input = ENTITIES_GPERF
3250 entities.dependency_type = TYPE_C
3251 entities.CONFIG = target_predeps no_link
3252 entities.variable_out =
3253 entities.clean = ${QMAKE_FILE_OUT}
3254 addExtraCompiler(entities)
3257 doctypestrings.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.cpp
3258 doctypestrings.input = DOCTYPESTRINGS
3259 doctypestrings.commands = gperf -CEot -L ANSI-C --includes --key-positions="*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT}
3260 doctypestrings.dependency_type = TYPE_C
3261 doctypestrings.CONFIG += target_predeps no_link
3262 doctypestrings.variable_out =
3263 doctypestrings.clean = ${QMAKE_FILE_OUT}
3264 addExtraCompiler(doctypestrings)
3267 colordata.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}ColorData.c
3268 colordata.commands = gperf -CDEot -L ANSI-C --includes --key-positions="*" -N findColor -D -s 2 < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT}
3269 colordata.input = COLORDAT_GPERF
3270 colordata.CONFIG = target_predeps no_link
3271 colordata.variable_out =
3272 addExtraCompiler(colordata)
3275 stylesheets.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}UserAgentStyleSheetsData.cpp
3276 stylesheets.commands = perl $$PWD/css/make-css-file-arrays.pl --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}UserAgentStyleSheets.h ${QMAKE_FILE_OUT} $$STYLESHEETS_EMBED
3277 STYLESHEETS_EMBED_GENERATOR_SCRIPT = $$PWD/css/make-css-file-arrays.pl
3278 stylesheets.input = STYLESHEETS_EMBED_GENERATOR_SCRIPT
3279 stylesheets.depends = $$STYLESHEETS_EMBED
3280 stylesheets.CONFIG = target_predeps
3281 stylesheets.variable_out = GENERATED_SOURCES
3282 stylesheets.clean = ${QMAKE_FILE_OUT} ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}UserAgentStyleSheets.h
3283 addExtraCompilerWithHeader(stylesheets, $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}UserAgentStyleSheets.h)
3285 # GENERATOR 10: XPATH grammar
3286 xpathbison.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.cpp
3287 xpathbison.commands = bison -d -p xpathyy ${QMAKE_FILE_NAME} -o $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.tab.c && $(MOVE) $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.tab.c $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.cpp && $(MOVE) $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.tab.h $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}${QMAKE_FILE_BASE}.h
3288 xpathbison.depend = ${QMAKE_FILE_NAME}
3289 xpathbison.input = XPATHBISON
3290 xpathbison.CONFIG = target_predeps
3291 xpathbison.dependency_type = TYPE_C
3292 xpathbison.variable_out = GENERATED_SOURCES
3293 addExtraCompilerWithHeader(xpathbison)
3295 # GENERATOR 11: WebKit Version
3296 # The appropriate Apple-maintained Version.xcconfig file for WebKit version information is in WebKit/mac/Configurations/.
3297 webkitversion.output = $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}WebKitVersion.h
3298 webkitversion.commands = perl $$PWD/../WebKit/scripts/generate-webkitversion.pl --config $$PWD/../WebKit/mac/Configurations/Version.xcconfig --outputDir $${GENERATED_SOURCES_DIR}$${QMAKE_DIR_SEP}
3299 WEBKITVERSION_SCRIPT = $$PWD/../WebKit/scripts/generate-webkitversion.pl
3300 webkitversion.input = WEBKITVERSION_SCRIPT
3301 webkitversion.CONFIG = target_predeps
3302 webkitversion.depend = $$PWD/../WebKit/scripts/generate-webkitversion.pl
3303 webkitversion.variable_out = GENERATED_SOURCES
3304 webkitversion.clean = ${QMAKE_VAR_GENERATED_SOURCES_DIR_SLASH}WebKitVersion.h
3305 addExtraCompiler(webkitversion)
3308 include($$PWD/../WebKit/qt/Api/headers.pri)
3309 HEADERS += $$WEBKIT_API_HEADERS
3310 !CONFIG(QTDIR_build) {
3311 target.path = $$[QT_INSTALL_LIBS]
3312 headers.files = $$WEBKIT_API_HEADERS
3313 headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
3315 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
3318 DLLDESTDIR = $$OUTPUT_DIR/bin
3320 dlltarget.commands = $(COPY_FILE) $(DESTDIR)$(TARGET) $$[QT_INSTALL_BINS]
3321 dlltarget.CONFIG = no_path
3322 INSTALLS += dlltarget
3326 INSTALLS += target headers
3329 CONFIG += create_pc create_prl
3330 QMAKE_PKGCONFIG_LIBDIR = $$target.path
3331 QMAKE_PKGCONFIG_INCDIR = $$headers.path
3332 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
3333 lib_replace.match = $$DESTDIR
3334 lib_replace.replace = $$[QT_INSTALL_LIBS]
3335 QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
3339 !static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
3341 message("Building QtWebKit as a framework, as that's how Qt was built. You can")
3342 message("override this by passing CONFIG+=webkit_no_framework to build-webkit.")
3346 debug_and_release:TARGET = $$qtLibraryTarget($$TARGET)
3349 CONFIG += lib_bundle qt_no_framework_direct_includes qt_framework
3350 FRAMEWORK_HEADERS.version = Versions
3351 FRAMEWORK_HEADERS.files = $$WEBKIT_API_HEADERS
3352 FRAMEWORK_HEADERS.path = Headers
3353 QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
3356 QMAKE_LFLAGS_SONAME = "$${QMAKE_LFLAGS_SONAME}$${DESTDIR}$${QMAKE_DIR_SEP}"
3357 LIBS += -framework Carbon -framework AppKit
3361 CONFIG(QTDIR_build):isEqual(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 4) {
3363 # Remove the following 2 lines if you want debug information in WebCore
3364 CONFIG -= separate_debug_info
3365 CONFIG += no_debug_info
3368 !win32-g++:win32:contains(QMAKE_HOST.arch, x86_64):{
3369 asm_compiler.commands = ml64 /c
3370 asm_compiler.commands += /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
3371 asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
3372 asm_compiler.input = ASM_SOURCES
3373 asm_compiler.variable_out = OBJECTS
3374 asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
3375 silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
3376 QMAKE_EXTRA_COMPILERS += asm_compiler
3379 plugins/win/PaintHooks.asm
3380 if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
3382 plugins/win/PaintHooks.asm