1 set(WebCore_INCLUDE_DIRECTORIES
3 "${WEBCORE_DIR}/Modules/battery"
4 "${WEBCORE_DIR}/Modules/gamepad"
5 "${WEBCORE_DIR}/Modules/geolocation"
6 "${WEBCORE_DIR}/Modules/indexeddb"
7 "${WEBCORE_DIR}/Modules/indexeddb/leveldb"
8 "${WEBCORE_DIR}/Modules/indieui"
9 "${WEBCORE_DIR}/Modules/mediasource"
10 "${WEBCORE_DIR}/Modules/mediastream"
11 "${WEBCORE_DIR}/Modules/navigatorcontentutils"
12 "${WEBCORE_DIR}/Modules/networkinfo"
13 "${WEBCORE_DIR}/Modules/notifications"
14 "${WEBCORE_DIR}/Modules/proximity"
15 "${WEBCORE_DIR}/Modules/quota"
16 "${WEBCORE_DIR}/Modules/vibration"
17 "${WEBCORE_DIR}/Modules/webaudio"
18 "${WEBCORE_DIR}/Modules/webdatabase"
19 "${WEBCORE_DIR}/Modules/websockets"
20 "${WEBCORE_DIR}/accessibility"
21 "${WEBCORE_DIR}/bindings"
22 "${WEBCORE_DIR}/bindings/generic"
23 "${WEBCORE_DIR}/bridge"
24 "${WEBCORE_DIR}/bridge/c"
25 "${WEBCORE_DIR}/crypto"
28 "${WEBCORE_DIR}/dom/default"
29 "${WEBCORE_DIR}/editing"
30 "${WEBCORE_DIR}/fileapi"
31 "${WEBCORE_DIR}/history"
33 "${WEBCORE_DIR}/html/canvas"
34 "${WEBCORE_DIR}/html/forms"
35 "${WEBCORE_DIR}/html/parser"
36 "${WEBCORE_DIR}/html/shadow"
37 "${WEBCORE_DIR}/html/track"
38 "${WEBCORE_DIR}/inspector"
39 "${WEBCORE_DIR}/loader"
40 "${WEBCORE_DIR}/loader/appcache"
41 "${WEBCORE_DIR}/loader/archive"
42 "${WEBCORE_DIR}/loader/archive/mhtml"
43 "${WEBCORE_DIR}/loader/cache"
44 "${WEBCORE_DIR}/loader/icon"
45 "${WEBCORE_DIR}/mathml"
47 "${WEBCORE_DIR}/page/animation"
48 "${WEBCORE_DIR}/page/scrolling"
49 "${WEBCORE_DIR}/page/scrolling/coordinatedgraphics"
50 "${WEBCORE_DIR}/platform"
51 "${WEBCORE_DIR}/platform/animation"
52 "${WEBCORE_DIR}/platform/audio"
53 "${WEBCORE_DIR}/platform/graphics"
54 "${WEBCORE_DIR}/platform/graphics/cpu/arm"
55 "${WEBCORE_DIR}/platform/graphics/cpu/arm/filters"
56 "${WEBCORE_DIR}/platform/graphics/filters"
57 "${WEBCORE_DIR}/platform/graphics/filters/texmap"
58 "${WEBCORE_DIR}/platform/graphics/harfbuzz"
59 "${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
60 "${WEBCORE_DIR}/platform/graphics/opentype"
61 "${WEBCORE_DIR}/platform/graphics/texmap"
62 "${WEBCORE_DIR}/platform/graphics/texmap/coordinated"
63 "${WEBCORE_DIR}/platform/graphics/transforms"
64 "${WEBCORE_DIR}/platform/image-decoders"
65 "${WEBCORE_DIR}/platform/image-decoders/bmp"
66 "${WEBCORE_DIR}/platform/image-decoders/gif"
67 "${WEBCORE_DIR}/platform/image-decoders/ico"
68 "${WEBCORE_DIR}/platform/image-decoders/jpeg"
69 "${WEBCORE_DIR}/platform/image-decoders/png"
70 "${WEBCORE_DIR}/platform/image-decoders/webp"
71 "${WEBCORE_DIR}/platform/leveldb"
72 "${WEBCORE_DIR}/platform/mediastream"
73 "${WEBCORE_DIR}/platform/mock"
74 "${WEBCORE_DIR}/platform/network"
75 "${WEBCORE_DIR}/platform/sql"
76 "${WEBCORE_DIR}/platform/text"
77 "${WEBCORE_DIR}/plugins"
78 "${WEBCORE_DIR}/rendering"
79 "${WEBCORE_DIR}/rendering/mathml"
80 "${WEBCORE_DIR}/rendering/shapes"
81 "${WEBCORE_DIR}/rendering/style"
82 "${WEBCORE_DIR}/rendering/svg"
83 "${WEBCORE_DIR}/storage"
84 "${WEBCORE_DIR}/style"
86 "${WEBCORE_DIR}/svg/animation"
87 "${WEBCORE_DIR}/svg/graphics"
88 "${WEBCORE_DIR}/svg/graphics/filters"
89 "${WEBCORE_DIR}/svg/properties"
90 "${WEBCORE_DIR}/websockets"
91 "${WEBCORE_DIR}/workers"
93 "${WEBCORE_DIR}/xml/parser"
94 "${JAVASCRIPTCORE_DIR}"
95 "${JAVASCRIPTCORE_DIR}/ForwardingHeaders"
96 "${JAVASCRIPTCORE_DIR}/API"
97 "${JAVASCRIPTCORE_DIR}/assembler"
98 "${JAVASCRIPTCORE_DIR}/bytecode"
99 "${JAVASCRIPTCORE_DIR}/bytecompiler"
100 "${JAVASCRIPTCORE_DIR}/dfg"
101 "${JAVASCRIPTCORE_DIR}/disassembler"
102 "${JAVASCRIPTCORE_DIR}/heap"
103 "${JAVASCRIPTCORE_DIR}/debugger"
104 "${JAVASCRIPTCORE_DIR}/interpreter"
105 "${JAVASCRIPTCORE_DIR}/jit"
106 "${JAVASCRIPTCORE_DIR}/llint"
107 "${JAVASCRIPTCORE_DIR}/parser"
108 "${JAVASCRIPTCORE_DIR}/profiler"
109 "${JAVASCRIPTCORE_DIR}/runtime"
110 "${JAVASCRIPTCORE_DIR}/yarr"
112 "${DERIVED_SOURCES_WEBCORE_DIR}"
113 "${CMAKE_SOURCE_DIR}/Source"
114 "${CMAKE_BINARY_DIR}"
117 set(WebCore_IDL_INCLUDES
125 Modules/notifications
151 set(WebCore_IDL_FILES
152 Modules/battery/BatteryManager.idl
153 Modules/battery/NavigatorBattery.idl
155 Modules/gamepad/Gamepad.idl
156 Modules/gamepad/GamepadList.idl
157 Modules/gamepad/NavigatorGamepad.idl
159 Modules/geolocation/Coordinates.idl
160 Modules/geolocation/Geolocation.idl
161 Modules/geolocation/Geoposition.idl
162 Modules/geolocation/NavigatorGeolocation.idl
163 Modules/geolocation/PositionCallback.idl
164 Modules/geolocation/PositionError.idl
165 Modules/geolocation/PositionErrorCallback.idl
167 Modules/indexeddb/DOMWindowIndexedDatabase.idl
168 Modules/indexeddb/IDBAny.idl
169 Modules/indexeddb/IDBCursor.idl
170 Modules/indexeddb/IDBCursorWithValue.idl
171 Modules/indexeddb/IDBDatabase.idl
172 Modules/indexeddb/IDBFactory.idl
173 Modules/indexeddb/IDBIndex.idl
174 Modules/indexeddb/IDBKeyRange.idl
175 Modules/indexeddb/IDBObjectStore.idl
176 Modules/indexeddb/IDBOpenDBRequest.idl
177 Modules/indexeddb/IDBRequest.idl
178 Modules/indexeddb/IDBTransaction.idl
179 Modules/indexeddb/IDBVersionChangeEvent.idl
180 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
182 Modules/mediasource/DOMURLMediaSource.idl
183 Modules/mediasource/MediaSource.idl
184 Modules/mediasource/SourceBuffer.idl
185 Modules/mediasource/SourceBufferList.idl
186 Modules/mediasource/WebKitMediaSource.idl
187 Modules/mediasource/WebKitSourceBuffer.idl
188 Modules/mediasource/WebKitSourceBufferList.idl
190 Modules/mediastream/AllAudioCapabilities.idl
191 Modules/mediastream/AllVideoCapabilities.idl
192 Modules/mediastream/AudioStreamTrack.idl
193 Modules/mediastream/CapabilityRange.idl
194 Modules/mediastream/MediaSourceStates.idl
195 Modules/mediastream/MediaStream.idl
196 Modules/mediastream/MediaStreamCapabilities.idl
197 Modules/mediastream/MediaStreamEvent.idl
198 Modules/mediastream/MediaStreamTrack.idl
199 Modules/mediastream/MediaStreamTrackEvent.idl
200 Modules/mediastream/MediaStreamTrackSourcesCallback.idl
201 Modules/mediastream/MediaTrackConstraint.idl
202 Modules/mediastream/MediaTrackConstraintSet.idl
203 Modules/mediastream/MediaTrackConstraints.idl
204 Modules/mediastream/NavigatorMediaStream.idl
205 Modules/mediastream/NavigatorUserMediaError.idl
206 Modules/mediastream/NavigatorUserMediaErrorCallback.idl
207 Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
208 Modules/mediastream/RTCDTMFSender.idl
209 Modules/mediastream/RTCDTMFToneChangeEvent.idl
210 Modules/mediastream/RTCDataChannel.idl
211 Modules/mediastream/RTCDataChannelEvent.idl
212 Modules/mediastream/RTCErrorCallback.idl
213 Modules/mediastream/RTCIceCandidate.idl
214 Modules/mediastream/RTCIceCandidateEvent.idl
215 Modules/mediastream/RTCPeerConnection.idl
216 Modules/mediastream/RTCSessionDescription.idl
217 Modules/mediastream/RTCSessionDescriptionCallback.idl
218 Modules/mediastream/RTCStatsCallback.idl
219 Modules/mediastream/RTCStatsReport.idl
220 Modules/mediastream/RTCStatsResponse.idl
221 Modules/mediastream/SourceInfo.idl
222 Modules/mediastream/VideoStreamTrack.idl
224 Modules/navigatorcontentutils/NavigatorContentUtils.idl
226 Modules/networkinfo/NavigatorNetworkInfoConnection.idl
227 Modules/networkinfo/NetworkInfoConnection.idl
229 Modules/notifications/DOMWindowNotifications.idl
230 Modules/notifications/Notification.idl
231 Modules/notifications/NotificationCenter.idl
232 Modules/notifications/NotificationPermissionCallback.idl
233 Modules/notifications/WorkerGlobalScopeNotifications.idl
235 Modules/proximity/DeviceProximityEvent.idl
237 Modules/vibration/NavigatorVibration.idl
239 Modules/webaudio/AnalyserNode.idl
240 Modules/webaudio/AudioBuffer.idl
241 Modules/webaudio/AudioBufferCallback.idl
242 Modules/webaudio/AudioBufferSourceNode.idl
243 Modules/webaudio/AudioContext.idl
244 Modules/webaudio/AudioDestinationNode.idl
245 Modules/webaudio/AudioListener.idl
246 Modules/webaudio/AudioNode.idl
247 Modules/webaudio/AudioParam.idl
248 Modules/webaudio/AudioProcessingEvent.idl
249 Modules/webaudio/BiquadFilterNode.idl
250 Modules/webaudio/ChannelMergerNode.idl
251 Modules/webaudio/ChannelSplitterNode.idl
252 Modules/webaudio/ConvolverNode.idl
253 Modules/webaudio/DelayNode.idl
254 Modules/webaudio/DynamicsCompressorNode.idl
255 Modules/webaudio/GainNode.idl
256 Modules/webaudio/MediaElementAudioSourceNode.idl
257 Modules/webaudio/MediaStreamAudioDestinationNode.idl
258 Modules/webaudio/MediaStreamAudioSourceNode.idl
259 Modules/webaudio/OfflineAudioCompletionEvent.idl
260 Modules/webaudio/OfflineAudioContext.idl
261 Modules/webaudio/OscillatorNode.idl
262 Modules/webaudio/PannerNode.idl
263 Modules/webaudio/PeriodicWave.idl
264 Modules/webaudio/ScriptProcessorNode.idl
265 Modules/webaudio/WaveShaperNode.idl
267 Modules/webdatabase/DOMWindowWebDatabase.idl
268 Modules/webdatabase/Database.idl
269 Modules/webdatabase/DatabaseCallback.idl
270 Modules/webdatabase/DatabaseSync.idl
271 Modules/webdatabase/SQLError.idl
272 Modules/webdatabase/SQLException.idl
273 Modules/webdatabase/SQLResultSet.idl
274 Modules/webdatabase/SQLResultSetRowList.idl
275 Modules/webdatabase/SQLStatementCallback.idl
276 Modules/webdatabase/SQLStatementErrorCallback.idl
277 Modules/webdatabase/SQLTransaction.idl
278 Modules/webdatabase/SQLTransactionCallback.idl
279 Modules/webdatabase/SQLTransactionErrorCallback.idl
280 Modules/webdatabase/SQLTransactionSync.idl
281 Modules/webdatabase/SQLTransactionSyncCallback.idl
283 Modules/websockets/CloseEvent.idl
284 Modules/websockets/WebSocket.idl
286 crypto/SubtleCrypto.idl
288 css/CSSCharsetRule.idl
289 css/CSSFontFaceLoadEvent.idl
290 css/CSSFontFaceRule.idl
292 css/CSSImportRule.idl
295 css/CSSPrimitiveValue.idl
298 css/CSSStyleDeclaration.idl
300 css/CSSStyleSheet.idl
301 css/CSSSupportsRule.idl
308 css/MediaQueryList.idl
309 css/MediaQueryListListener.idl
314 css/StyleSheetList.idl
315 css/WebKitCSSFilterRule.idl
316 css/WebKitCSSFilterValue.idl
317 css/WebKitCSSKeyframeRule.idl
318 css/WebKitCSSKeyframesRule.idl
319 css/WebKitCSSMatrix.idl
320 css/WebKitCSSMixFunctionValue.idl
321 css/WebKitCSSRegionRule.idl
322 css/WebKitCSSTransformValue.idl
323 css/WebKitCSSViewportRule.idl
326 dom/BeforeLoadEvent.idl
327 dom/BeforeUnloadEvent.idl
329 dom/CharacterData.idl
332 dom/ClientRectList.idl
335 dom/CompositionEvent.idl
337 dom/DOMCoreException.idl
339 dom/DOMImplementation.idl
340 dom/DOMNamedFlowCollection.idl
341 dom/DOMStringList.idl
343 dom/DataTransferItem.idl
344 dom/DataTransferItemList.idl
345 dom/DeviceMotionEvent.idl
346 dom/DeviceOrientationEvent.idl
348 dom/DocumentFragment.idl
352 dom/EntityReference.idl
355 dom/EventException.idl
358 dom/HashChangeEvent.idl
359 dom/KeyboardEvent.idl
360 dom/MessageChannel.idl
364 dom/MutationEvent.idl
365 dom/MutationObserver.idl
366 dom/MutationRecord.idl
373 dom/OverflowEvent.idl
374 dom/PageTransitionEvent.idl
375 dom/PopStateEvent.idl
376 dom/ProcessingInstruction.idl
377 dom/ProgressEvent.idl
379 dom/RangeException.idl
380 dom/RequestAnimationFrameCallback.idl
381 dom/SecurityPolicyViolationEvent.idl
383 dom/StringCallback.idl
389 dom/TransitionEvent.idl
392 dom/WebKitAnimationEvent.idl
393 dom/WebKitNamedFlow.idl
394 dom/WebKitTransitionEvent.idl
399 fileapi/FileError.idl
400 fileapi/FileException.idl
402 fileapi/FileReader.idl
403 fileapi/FileReaderSync.idl
406 html/DOMSettableTokenList.idl
407 html/DOMTokenList.idl
409 html/HTMLAllCollection.idl
410 html/HTMLAnchorElement.idl
411 html/HTMLAppletElement.idl
412 html/HTMLAreaElement.idl
413 html/HTMLAudioElement.idl
414 html/HTMLBRElement.idl
415 html/HTMLBaseElement.idl
416 html/HTMLBaseFontElement.idl
417 html/HTMLBodyElement.idl
418 html/HTMLButtonElement.idl
419 html/HTMLCanvasElement.idl
420 html/HTMLCollection.idl
421 html/HTMLDListElement.idl
422 html/HTMLDataListElement.idl
423 html/HTMLDetailsElement.idl
424 html/HTMLDirectoryElement.idl
425 html/HTMLDivElement.idl
426 html/HTMLDocument.idl
428 html/HTMLEmbedElement.idl
429 html/HTMLFieldSetElement.idl
430 html/HTMLFontElement.idl
431 html/HTMLFormControlsCollection.idl
432 html/HTMLFormElement.idl
433 html/HTMLFrameElement.idl
434 html/HTMLFrameSetElement.idl
435 html/HTMLHRElement.idl
436 html/HTMLHeadElement.idl
437 html/HTMLHeadingElement.idl
438 html/HTMLHtmlElement.idl
439 html/HTMLIFrameElement.idl
440 html/HTMLImageElement.idl
441 html/HTMLInputElement.idl
442 html/HTMLKeygenElement.idl
443 html/HTMLLIElement.idl
444 html/HTMLLabelElement.idl
445 html/HTMLLegendElement.idl
446 html/HTMLLinkElement.idl
447 html/HTMLMapElement.idl
448 html/HTMLMarqueeElement.idl
449 html/HTMLMediaElement.idl
450 html/HTMLMenuElement.idl
451 html/HTMLMetaElement.idl
452 html/HTMLMeterElement.idl
453 html/HTMLModElement.idl
454 html/HTMLOListElement.idl
455 html/HTMLObjectElement.idl
456 html/HTMLOptGroupElement.idl
457 html/HTMLOptionElement.idl
458 html/HTMLOptionsCollection.idl
459 html/HTMLOutputElement.idl
460 html/HTMLParagraphElement.idl
461 html/HTMLParamElement.idl
462 html/HTMLPreElement.idl
463 html/HTMLProgressElement.idl
464 html/HTMLQuoteElement.idl
465 html/HTMLScriptElement.idl
466 html/HTMLSelectElement.idl
467 html/HTMLSourceElement.idl
468 html/HTMLSpanElement.idl
469 html/HTMLStyleElement.idl
470 html/HTMLTableCaptionElement.idl
471 html/HTMLTableCellElement.idl
472 html/HTMLTableColElement.idl
473 html/HTMLTableElement.idl
474 html/HTMLTableRowElement.idl
475 html/HTMLTableSectionElement.idl
476 html/HTMLTemplateElement.idl
477 html/HTMLTextAreaElement.idl
478 html/HTMLTitleElement.idl
479 html/HTMLTrackElement.idl
480 html/HTMLUListElement.idl
481 html/HTMLUnknownElement.idl
482 html/HTMLVideoElement.idl
484 html/MediaController.idl
486 html/RadioNodeList.idl
489 html/ValidityState.idl
490 html/VoidCallback.idl
492 html/canvas/CanvasGradient.idl
493 html/canvas/CanvasPattern.idl
494 html/canvas/CanvasProxy.idl
495 html/canvas/CanvasRenderingContext.idl
496 html/canvas/CanvasRenderingContext2D.idl
497 html/canvas/DOMPath.idl
498 html/canvas/EXTDrawBuffers.idl
499 html/canvas/EXTTextureFilterAnisotropic.idl
500 html/canvas/OESElementIndexUint.idl
501 html/canvas/OESStandardDerivatives.idl
502 html/canvas/OESTextureFloat.idl
503 html/canvas/OESTextureHalfFloat.idl
504 html/canvas/OESVertexArrayObject.idl
505 html/canvas/WebGLActiveInfo.idl
506 html/canvas/WebGLBuffer.idl
507 html/canvas/WebGLCompressedTextureATC.idl
508 html/canvas/WebGLCompressedTexturePVRTC.idl
509 html/canvas/WebGLCompressedTextureS3TC.idl
510 html/canvas/WebGLContextAttributes.idl
511 html/canvas/WebGLContextEvent.idl
512 html/canvas/WebGLDebugRendererInfo.idl
513 html/canvas/WebGLDebugShaders.idl
514 html/canvas/WebGLDepthTexture.idl
515 html/canvas/WebGLFramebuffer.idl
516 html/canvas/WebGLLoseContext.idl
517 html/canvas/WebGLProgram.idl
518 html/canvas/WebGLRenderbuffer.idl
519 html/canvas/WebGLRenderingContext.idl
520 html/canvas/WebGLShader.idl
521 html/canvas/WebGLShaderPrecisionFormat.idl
522 html/canvas/WebGLTexture.idl
523 html/canvas/WebGLUniformLocation.idl
524 html/canvas/WebGLVertexArrayObjectOES.idl
526 inspector/InjectedScriptHost.idl
527 inspector/InspectorFrontendHost.idl
528 inspector/JavaScriptCallFrame.idl
529 inspector/ScriptProfile.idl
530 inspector/ScriptProfileNode.idl
532 loader/appcache/DOMApplicationCache.idl
537 page/DOMSecurityPolicy.idl
538 page/DOMSelection.idl
545 page/PerformanceEntry.idl
546 page/PerformanceEntryList.idl
547 page/PerformanceNavigation.idl
548 page/PerformanceResourceTiming.idl
549 page/PerformanceTiming.idl
551 page/SpeechInputEvent.idl
552 page/SpeechInputResult.idl
553 page/SpeechInputResultList.idl
555 page/WindowBase64.idl
556 page/WindowTimers.idl
557 page/WorkerNavigator.idl
559 plugins/DOMMimeType.idl
560 plugins/DOMMimeTypeArray.idl
561 plugins/DOMPlugin.idl
562 plugins/DOMPluginArray.idl
565 storage/StorageEvent.idl
567 workers/AbstractWorker.idl
568 workers/DedicatedWorkerGlobalScope.idl
569 workers/SharedWorker.idl
570 workers/SharedWorkerGlobalScope.idl
572 workers/WorkerGlobalScope.idl
573 workers/WorkerLocation.idl
576 xml/XMLHttpRequest.idl
577 xml/XMLHttpRequestException.idl
578 xml/XMLHttpRequestProgressEvent.idl
579 xml/XMLHttpRequestUpload.idl
580 xml/XMLSerializer.idl
581 xml/XPathEvaluator.idl
582 xml/XPathException.idl
583 xml/XPathExpression.idl
584 xml/XPathNSResolver.idl
586 xml/XSLTProcessor.idl
589 # FIXME: The BlackBerry port doesn't support generating DOM bindings from the SVG IDL files.
590 # For now, we explicitly demarcate the SVG IDL files so that the BlackBerry port can skip them
591 # during DOM binding generation. See <https://bugs.webkit.org/show_bug.cgi?id=72773>.
592 set(WebCore_SVG_IDL_FILES
594 svg/SVGAltGlyphDefElement.idl
595 svg/SVGAltGlyphElement.idl
596 svg/SVGAltGlyphItemElement.idl
598 svg/SVGAnimateColorElement.idl
599 svg/SVGAnimateElement.idl
600 svg/SVGAnimateMotionElement.idl
601 svg/SVGAnimateTransformElement.idl
602 svg/SVGAnimatedAngle.idl
603 svg/SVGAnimatedBoolean.idl
604 svg/SVGAnimatedEnumeration.idl
605 svg/SVGAnimatedInteger.idl
606 svg/SVGAnimatedLength.idl
607 svg/SVGAnimatedLengthList.idl
608 svg/SVGAnimatedNumber.idl
609 svg/SVGAnimatedNumberList.idl
610 svg/SVGAnimatedPreserveAspectRatio.idl
611 svg/SVGAnimatedRect.idl
612 svg/SVGAnimatedString.idl
613 svg/SVGAnimatedTransformList.idl
614 svg/SVGAnimationElement.idl
615 svg/SVGCircleElement.idl
616 svg/SVGClipPathElement.idl
618 svg/SVGComponentTransferFunctionElement.idl
619 svg/SVGCursorElement.idl
620 svg/SVGDefsElement.idl
621 svg/SVGDescElement.idl
624 svg/SVGElementInstance.idl
625 svg/SVGElementInstanceList.idl
626 svg/SVGEllipseElement.idl
628 svg/SVGExternalResourcesRequired.idl
629 svg/SVGFEBlendElement.idl
630 svg/SVGFEColorMatrixElement.idl
631 svg/SVGFEComponentTransferElement.idl
632 svg/SVGFECompositeElement.idl
633 svg/SVGFEConvolveMatrixElement.idl
634 svg/SVGFEDiffuseLightingElement.idl
635 svg/SVGFEDisplacementMapElement.idl
636 svg/SVGFEDistantLightElement.idl
637 svg/SVGFEDropShadowElement.idl
638 svg/SVGFEFloodElement.idl
639 svg/SVGFEFuncAElement.idl
640 svg/SVGFEFuncBElement.idl
641 svg/SVGFEFuncGElement.idl
642 svg/SVGFEFuncRElement.idl
643 svg/SVGFEGaussianBlurElement.idl
644 svg/SVGFEImageElement.idl
645 svg/SVGFEMergeElement.idl
646 svg/SVGFEMergeNodeElement.idl
647 svg/SVGFEMorphologyElement.idl
648 svg/SVGFEOffsetElement.idl
649 svg/SVGFEPointLightElement.idl
650 svg/SVGFESpecularLightingElement.idl
651 svg/SVGFESpotLightElement.idl
652 svg/SVGFETileElement.idl
653 svg/SVGFETurbulenceElement.idl
654 svg/SVGFilterElement.idl
655 svg/SVGFilterPrimitiveStandardAttributes.idl
656 svg/SVGFitToViewBox.idl
657 svg/SVGFontElement.idl
658 svg/SVGFontFaceElement.idl
659 svg/SVGFontFaceFormatElement.idl
660 svg/SVGFontFaceNameElement.idl
661 svg/SVGFontFaceSrcElement.idl
662 svg/SVGFontFaceUriElement.idl
663 svg/SVGForeignObjectElement.idl
665 svg/SVGGlyphElement.idl
666 svg/SVGGlyphRefElement.idl
667 svg/SVGGradientElement.idl
668 svg/SVGGraphicsElement.idl
669 svg/SVGHKernElement.idl
670 svg/SVGImageElement.idl
672 svg/SVGLengthList.idl
673 svg/SVGLineElement.idl
674 svg/SVGLinearGradientElement.idl
675 svg/SVGMPathElement.idl
676 svg/SVGMarkerElement.idl
677 svg/SVGMaskElement.idl
679 svg/SVGMetadataElement.idl
680 svg/SVGMissingGlyphElement.idl
682 svg/SVGNumberList.idl
684 svg/SVGPathElement.idl
686 svg/SVGPathSegArcAbs.idl
687 svg/SVGPathSegArcRel.idl
688 svg/SVGPathSegClosePath.idl
689 svg/SVGPathSegCurvetoCubicAbs.idl
690 svg/SVGPathSegCurvetoCubicRel.idl
691 svg/SVGPathSegCurvetoCubicSmoothAbs.idl
692 svg/SVGPathSegCurvetoCubicSmoothRel.idl
693 svg/SVGPathSegCurvetoQuadraticAbs.idl
694 svg/SVGPathSegCurvetoQuadraticRel.idl
695 svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl
696 svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
697 svg/SVGPathSegLinetoAbs.idl
698 svg/SVGPathSegLinetoHorizontalAbs.idl
699 svg/SVGPathSegLinetoHorizontalRel.idl
700 svg/SVGPathSegLinetoRel.idl
701 svg/SVGPathSegLinetoVerticalAbs.idl
702 svg/SVGPathSegLinetoVerticalRel.idl
703 svg/SVGPathSegList.idl
704 svg/SVGPathSegMovetoAbs.idl
705 svg/SVGPathSegMovetoRel.idl
706 svg/SVGPatternElement.idl
709 svg/SVGPolygonElement.idl
710 svg/SVGPolylineElement.idl
711 svg/SVGPreserveAspectRatio.idl
712 svg/SVGRadialGradientElement.idl
714 svg/SVGRectElement.idl
715 svg/SVGRenderingIntent.idl
716 svg/SVGSVGElement.idl
717 svg/SVGScriptElement.idl
718 svg/SVGSetElement.idl
719 svg/SVGStopElement.idl
720 svg/SVGStringList.idl
721 svg/SVGStyleElement.idl
722 svg/SVGSwitchElement.idl
723 svg/SVGSymbolElement.idl
724 svg/SVGTRefElement.idl
725 svg/SVGTSpanElement.idl
727 svg/SVGTextContentElement.idl
728 svg/SVGTextElement.idl
729 svg/SVGTextPathElement.idl
730 svg/SVGTextPositioningElement.idl
731 svg/SVGTitleElement.idl
733 svg/SVGTransformList.idl
734 svg/SVGURIReference.idl
736 svg/SVGUseElement.idl
737 svg/SVGVKernElement.idl
738 svg/SVGViewElement.idl
740 svg/SVGZoomAndPan.idl
744 list(APPEND WebCore_IDL_FILES
745 ${WebCore_SVG_IDL_FILES}
749 Modules/battery/BatteryController.cpp
750 Modules/battery/BatteryManager.cpp
751 Modules/battery/BatteryStatus.cpp
752 Modules/battery/NavigatorBattery.cpp
754 Modules/gamepad/Gamepad.cpp
755 Modules/gamepad/GamepadList.cpp
756 Modules/gamepad/NavigatorGamepad.cpp
758 Modules/geolocation/Coordinates.cpp
759 Modules/geolocation/Geolocation.cpp
760 Modules/geolocation/GeolocationController.cpp
761 Modules/geolocation/NavigatorGeolocation.cpp
763 Modules/indexeddb/DOMWindowIndexedDatabase.cpp
764 Modules/indexeddb/IDBAny.cpp
765 Modules/indexeddb/IDBCursor.cpp
766 Modules/indexeddb/IDBCursorWithValue.cpp
767 Modules/indexeddb/IDBDatabase.cpp
768 Modules/indexeddb/IDBDatabaseBackendImpl.cpp
769 Modules/indexeddb/IDBDatabaseCallbacksImpl.cpp
770 Modules/indexeddb/IDBDatabaseException.cpp
771 Modules/indexeddb/IDBEventDispatcher.cpp
772 Modules/indexeddb/IDBFactory.cpp
773 Modules/indexeddb/IDBFactoryBackendInterface.cpp
774 Modules/indexeddb/IDBIndex.cpp
775 Modules/indexeddb/IDBIndexWriter.cpp
776 Modules/indexeddb/IDBKey.cpp
777 Modules/indexeddb/IDBKeyPath.cpp
778 Modules/indexeddb/IDBKeyRange.cpp
779 Modules/indexeddb/IDBObjectStore.cpp
780 Modules/indexeddb/IDBOpenDBRequest.cpp
781 Modules/indexeddb/IDBPendingTransactionMonitor.cpp
782 Modules/indexeddb/IDBRequest.cpp
783 Modules/indexeddb/IDBTransaction.cpp
784 Modules/indexeddb/IDBTransactionCoordinator.cpp
785 Modules/indexeddb/IDBVersionChangeEvent.cpp
786 Modules/indexeddb/PageGroupIndexedDatabase.cpp
787 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
788 Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp
789 Modules/indexeddb/leveldb/IDBCursorBackendLevelDB.cpp
790 Modules/indexeddb/leveldb/IDBFactoryBackendLevelDB.cpp
791 Modules/indexeddb/leveldb/IDBLevelDBCoding.cpp
792 Modules/indexeddb/leveldb/IDBTransactionBackendLevelDB.cpp
793 Modules/indexeddb/leveldb/IDBTransactionBackendLevelDBOperations.cpp
795 Modules/mediasource/MediaSource.cpp
796 Modules/mediasource/MediaSourceRegistry.cpp
797 Modules/mediasource/SourceBuffer.cpp
798 Modules/mediasource/SourceBufferList.cpp
800 Modules/mediastream/AudioStreamTrack.cpp
801 Modules/mediastream/CapabilityRange.cpp
802 Modules/mediastream/MediaConstraintsImpl.cpp
803 Modules/mediastream/MediaSourceStates.cpp
804 Modules/mediastream/MediaStream.cpp
805 Modules/mediastream/MediaStreamCapabilities.cpp
806 Modules/mediastream/MediaStreamEvent.cpp
807 Modules/mediastream/MediaStreamRegistry.cpp
808 Modules/mediastream/MediaStreamTrack.cpp
809 Modules/mediastream/MediaStreamTrackEvent.cpp
810 Modules/mediastream/MediaStreamTrackSourcesRequest.cpp
811 Modules/mediastream/MediaTrackConstraint.cpp
812 Modules/mediastream/MediaTrackConstraintSet.cpp
813 Modules/mediastream/MediaTrackConstraints.cpp
814 Modules/mediastream/NavigatorMediaStream.cpp
815 Modules/mediastream/NavigatorUserMediaError.cpp
816 Modules/mediastream/RTCDTMFSender.cpp
817 Modules/mediastream/RTCDTMFToneChangeEvent.cpp
818 Modules/mediastream/RTCDataChannel.cpp
819 Modules/mediastream/RTCDataChannelEvent.cpp
820 Modules/mediastream/RTCIceCandidate.cpp
821 Modules/mediastream/RTCIceCandidateEvent.cpp
822 Modules/mediastream/RTCPeerConnection.cpp
823 Modules/mediastream/RTCSessionDescription.cpp
824 Modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
825 Modules/mediastream/RTCStatsReport.cpp
826 Modules/mediastream/RTCStatsRequestImpl.cpp
827 Modules/mediastream/RTCStatsResponse.cpp
828 Modules/mediastream/RTCVoidRequestImpl.cpp
829 Modules/mediastream/SourceInfo.cpp
830 Modules/mediastream/UserMediaController.cpp
831 Modules/mediastream/UserMediaRequest.cpp
832 Modules/mediastream/VideoStreamTrack.cpp
834 Modules/navigatorcontentutils/NavigatorContentUtils.cpp
836 Modules/networkinfo/NavigatorNetworkInfoConnection.cpp
837 Modules/networkinfo/NetworkInfo.cpp
838 Modules/networkinfo/NetworkInfoConnection.cpp
839 Modules/networkinfo/NetworkInfoController.cpp
841 Modules/notifications/DOMWindowNotifications.cpp
842 Modules/notifications/Notification.cpp
843 Modules/notifications/NotificationCenter.cpp
844 Modules/notifications/NotificationController.cpp
845 Modules/notifications/WorkerGlobalScopeNotifications.cpp
847 Modules/proximity/DeviceProximityController.cpp
848 Modules/proximity/DeviceProximityEvent.cpp
850 Modules/vibration/NavigatorVibration.cpp
851 Modules/vibration/Vibration.cpp
853 Modules/webaudio/AnalyserNode.cpp
854 Modules/webaudio/AsyncAudioDecoder.cpp
855 Modules/webaudio/AudioBasicInspectorNode.cpp
856 Modules/webaudio/AudioBasicProcessorNode.cpp
857 Modules/webaudio/AudioBuffer.cpp
858 Modules/webaudio/AudioBufferSourceNode.cpp
859 Modules/webaudio/AudioContext.cpp
860 Modules/webaudio/AudioDestinationNode.cpp
861 Modules/webaudio/AudioListener.cpp
862 Modules/webaudio/AudioNode.cpp
863 Modules/webaudio/AudioNodeInput.cpp
864 Modules/webaudio/AudioNodeOutput.cpp
865 Modules/webaudio/AudioParam.cpp
866 Modules/webaudio/AudioParamTimeline.cpp
867 Modules/webaudio/AudioProcessingEvent.cpp
868 Modules/webaudio/AudioScheduledSourceNode.cpp
869 Modules/webaudio/AudioSummingJunction.cpp
870 Modules/webaudio/BiquadDSPKernel.cpp
871 Modules/webaudio/BiquadFilterNode.cpp
872 Modules/webaudio/BiquadProcessor.cpp
873 Modules/webaudio/ChannelMergerNode.cpp
874 Modules/webaudio/ChannelSplitterNode.cpp
875 Modules/webaudio/ConvolverNode.cpp
876 Modules/webaudio/DefaultAudioDestinationNode.cpp
877 Modules/webaudio/DelayDSPKernel.cpp
878 Modules/webaudio/DelayNode.cpp
879 Modules/webaudio/DelayProcessor.cpp
880 Modules/webaudio/DynamicsCompressorNode.cpp
881 Modules/webaudio/GainNode.cpp
882 Modules/webaudio/MediaElementAudioSourceNode.cpp
883 Modules/webaudio/MediaStreamAudioDestinationNode.cpp
884 Modules/webaudio/MediaStreamAudioSource.cpp
885 Modules/webaudio/MediaStreamAudioSourceNode.cpp
886 Modules/webaudio/OfflineAudioCompletionEvent.cpp
887 Modules/webaudio/OfflineAudioContext.cpp
888 Modules/webaudio/OfflineAudioDestinationNode.cpp
889 Modules/webaudio/OscillatorNode.cpp
890 Modules/webaudio/PannerNode.cpp
891 Modules/webaudio/PeriodicWave.cpp
892 Modules/webaudio/RealtimeAnalyser.cpp
893 Modules/webaudio/ScriptProcessorNode.cpp
894 Modules/webaudio/WaveShaperDSPKernel.cpp
895 Modules/webaudio/WaveShaperNode.cpp
896 Modules/webaudio/WaveShaperProcessor.cpp
898 Modules/webdatabase/ChangeVersionWrapper.cpp
899 Modules/webdatabase/DOMWindowWebDatabase.cpp
900 Modules/webdatabase/Database.cpp
901 Modules/webdatabase/DatabaseAuthorizer.cpp
902 Modules/webdatabase/DatabaseBackend.cpp
903 Modules/webdatabase/DatabaseBackendBase.cpp
904 Modules/webdatabase/DatabaseBackendContext.cpp
905 Modules/webdatabase/DatabaseBackendSync.cpp
906 Modules/webdatabase/DatabaseBase.cpp
907 Modules/webdatabase/DatabaseContext.cpp
908 Modules/webdatabase/DatabaseManager.cpp
909 Modules/webdatabase/DatabaseServer.cpp
910 Modules/webdatabase/DatabaseSync.cpp
911 Modules/webdatabase/DatabaseTask.cpp
912 Modules/webdatabase/DatabaseThread.cpp
913 Modules/webdatabase/DatabaseTracker.cpp
914 Modules/webdatabase/OriginLock.cpp
915 Modules/webdatabase/SQLException.cpp
916 Modules/webdatabase/SQLResultSet.cpp
917 Modules/webdatabase/SQLResultSetRowList.cpp
918 Modules/webdatabase/SQLStatement.cpp
919 Modules/webdatabase/SQLStatementBackend.cpp
920 Modules/webdatabase/SQLStatementSync.cpp
921 Modules/webdatabase/SQLTransaction.cpp
922 Modules/webdatabase/SQLTransactionBackend.cpp
923 Modules/webdatabase/SQLTransactionBackendSync.cpp
924 Modules/webdatabase/SQLTransactionClient.cpp
925 Modules/webdatabase/SQLTransactionCoordinator.cpp
926 Modules/webdatabase/SQLTransactionStateMachine.cpp
927 Modules/webdatabase/SQLTransactionSync.cpp
929 Modules/websockets/ThreadableWebSocketChannel.cpp
930 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
931 Modules/websockets/WebSocket.cpp
932 Modules/websockets/WebSocketChannel.cpp
933 Modules/websockets/WebSocketDeflateFramer.cpp
934 Modules/websockets/WebSocketDeflater.cpp
935 Modules/websockets/WebSocketExtensionDispatcher.cpp
936 Modules/websockets/WebSocketExtensionParser.cpp
937 Modules/websockets/WebSocketFrame.cpp
938 Modules/websockets/WebSocketHandshake.cpp
939 Modules/websockets/WorkerThreadableWebSocketChannel.cpp
941 accessibility/AXObjectCache.cpp
942 accessibility/AccessibilityARIAGrid.cpp
943 accessibility/AccessibilityARIAGridCell.cpp
944 accessibility/AccessibilityARIAGridRow.cpp
945 accessibility/AccessibilityImageMapLink.cpp
946 accessibility/AccessibilityList.cpp
947 accessibility/AccessibilityListBox.cpp
948 accessibility/AccessibilityListBoxOption.cpp
949 accessibility/AccessibilityMediaControls.cpp
950 accessibility/AccessibilityMenuList.cpp
951 accessibility/AccessibilityMenuListOption.cpp
952 accessibility/AccessibilityMenuListPopup.cpp
953 accessibility/AccessibilityMockObject.cpp
954 accessibility/AccessibilityNodeObject.cpp
955 accessibility/AccessibilityObject.cpp
956 accessibility/AccessibilityProgressIndicator.cpp
957 accessibility/AccessibilityRenderObject.cpp
958 accessibility/AccessibilitySVGRoot.cpp
959 accessibility/AccessibilityScrollView.cpp
960 accessibility/AccessibilityScrollbar.cpp
961 accessibility/AccessibilitySearchFieldButtons.cpp
962 accessibility/AccessibilitySlider.cpp
963 accessibility/AccessibilitySpinButton.cpp
964 accessibility/AccessibilityTable.cpp
965 accessibility/AccessibilityTableCell.cpp
966 accessibility/AccessibilityTableColumn.cpp
967 accessibility/AccessibilityTableHeaderContainer.cpp
968 accessibility/AccessibilityTableRow.cpp
970 bindings/generic/ActiveDOMCallback.cpp
971 bindings/generic/BindingSecurity.cpp
972 bindings/generic/RuntimeEnabledFeatures.cpp
974 css/BasicShapeFunctions.cpp
975 css/CSSAspectRatioValue.cpp
976 css/CSSBasicShapes.cpp
977 css/CSSBorderImage.cpp
978 css/CSSBorderImageSliceValue.cpp
979 css/CSSCalculationValue.cpp
980 css/CSSCanvasValue.cpp
981 css/CSSCharsetRule.cpp
982 css/CSSComputedStyleDeclaration.cpp
983 css/CSSCrossfadeValue.cpp
984 css/CSSCursorImageValue.cpp
985 css/CSSDefaultStyleSheets.cpp
986 css/CSSFilterImageValue.cpp
988 css/CSSFontFaceLoadEvent.cpp
989 css/CSSFontFaceRule.cpp
990 css/CSSFontFaceSource.cpp
991 css/CSSFontFaceSrcValue.cpp
992 css/CSSFontFeatureValue.cpp
993 css/CSSFontSelector.cpp
995 css/CSSFunctionValue.cpp
996 css/CSSGradientValue.cpp
997 css/CSSGridTemplateValue.cpp
998 css/CSSGroupingRule.cpp
1000 css/CSSImageGeneratorValue.cpp
1001 css/CSSImageSetValue.cpp
1002 css/CSSImageValue.cpp
1003 css/CSSImportRule.cpp
1004 css/CSSInheritedValue.cpp
1005 css/CSSInitialValue.cpp
1006 css/CSSLineBoxContainValue.cpp
1007 css/CSSMediaRule.cpp
1011 css/CSSParserValues.cpp
1012 css/CSSPrimitiveValue.cpp
1014 css/CSSPropertySourceData.cpp
1015 css/CSSReflectValue.cpp
1018 css/CSSSegmentedFontFace.cpp
1020 css/CSSSelectorList.cpp
1021 css/CSSShadowValue.cpp
1022 css/CSSStyleRule.cpp
1023 css/CSSStyleSheet.cpp
1024 css/CSSSupportsRule.cpp
1025 css/CSSTimingFunctionValue.cpp
1026 css/CSSToStyleMap.cpp
1027 css/CSSUnicodeRangeValue.cpp
1029 css/CSSValueList.cpp
1030 css/CSSValuePool.cpp
1031 css/DOMWindowCSS.cpp
1032 css/DeprecatedStyleBuilder.cpp
1033 css/DocumentRuleSets.cpp
1034 css/ElementRuleCollector.cpp
1036 css/InspectorCSSOMWrappers.cpp
1037 css/LengthFunctions.cpp
1038 css/MediaFeatureNames.cpp
1041 css/MediaQueryEvaluator.cpp
1042 css/MediaQueryExp.cpp
1043 css/MediaQueryList.cpp
1044 css/MediaQueryMatcher.cpp
1045 css/PageRuleCollector.cpp
1046 css/PropertySetCSSStyleDeclaration.cpp
1050 css/SVGCSSComputedStyleDeclaration.cpp
1051 css/SVGCSSParser.cpp
1052 css/SVGCSSStyleSelector.cpp
1053 css/SelectorChecker.cpp
1054 css/SelectorCheckerFastPath.cpp
1055 css/SelectorFilter.cpp
1056 css/StyleInvalidationAnalysis.cpp
1058 css/StylePropertySet.cpp
1059 css/StylePropertyShorthand.cpp
1060 css/StyleResolver.cpp
1062 css/StyleRuleImport.cpp
1063 css/StyleScopeResolver.cpp
1065 css/StyleSheetContents.cpp
1066 css/StyleSheetList.cpp
1067 css/TransformFunctions.cpp
1068 css/ViewportStyleResolver.cpp
1069 css/WebKitCSSArrayFunctionValue.cpp
1070 css/WebKitCSSFilterRule.cpp
1071 css/WebKitCSSFilterValue.cpp
1072 css/WebKitCSSKeyframeRule.cpp
1073 css/WebKitCSSKeyframesRule.cpp
1074 css/WebKitCSSMatFunctionValue.cpp
1075 css/WebKitCSSMatrix.cpp
1076 css/WebKitCSSMixFunctionValue.cpp
1077 css/WebKitCSSRegionRule.cpp
1078 css/WebKitCSSSVGDocumentValue.cpp
1079 css/WebKitCSSShaderValue.cpp
1080 css/WebKitCSSTransformValue.cpp
1081 css/WebKitCSSViewportRule.cpp
1083 dom/ActiveDOMObject.cpp
1085 dom/BeforeTextInsertedEvent.cpp
1086 dom/BeforeUnloadEvent.cpp
1087 dom/CDATASection.cpp
1088 dom/CharacterData.cpp
1089 dom/CheckedRadioButtons.cpp
1090 dom/ChildListMutationScope.cpp
1091 dom/ChildNodeList.cpp
1092 dom/ClassNodeList.cpp
1094 dom/ClientRectList.cpp
1096 dom/ClipboardEvent.cpp
1098 dom/CompositionEvent.cpp
1099 dom/ContainerNode.cpp
1100 dom/ContainerNodeAlgorithms.cpp
1101 dom/ContextDestructionObserver.cpp
1103 dom/DOMCoreException.cpp
1105 dom/DOMImplementation.cpp
1106 dom/DOMNamedFlowCollection.cpp
1107 dom/DOMStringList.cpp
1108 dom/DOMStringMap.cpp
1109 dom/DataTransferItem.cpp
1110 dom/DatasetDOMStringMap.cpp
1111 dom/DecodedDataDocumentParser.cpp
1112 dom/DeviceMotionController.cpp
1113 dom/DeviceMotionData.cpp
1114 dom/DeviceMotionEvent.cpp
1115 dom/DeviceOrientationController.cpp
1116 dom/DeviceOrientationData.cpp
1117 dom/DeviceOrientationEvent.cpp
1119 dom/DocumentEventQueue.cpp
1120 dom/DocumentFragment.cpp
1121 dom/DocumentMarker.cpp
1122 dom/DocumentMarkerController.cpp
1123 dom/DocumentOrderedMap.cpp
1124 dom/DocumentParser.cpp
1125 dom/DocumentSharedObjectPool.cpp
1126 dom/DocumentStyleSheetCollection.cpp
1127 dom/DocumentType.cpp
1130 dom/ElementRareData.cpp
1131 dom/EntityReference.cpp
1134 dom/EventContext.cpp
1135 dom/EventDispatcher.cpp
1136 dom/EventException.cpp
1137 dom/EventListenerMap.cpp
1140 dom/ExceptionBase.cpp
1141 dom/ExceptionCodePlaceholder.cpp
1143 dom/GenericEventQueue.cpp
1145 dom/IdTargetObserver.cpp
1146 dom/IdTargetObserverRegistry.cpp
1147 dom/InlineStyleSheetOwner.cpp
1148 dom/KeyboardEvent.cpp
1149 dom/LiveNodeList.cpp
1150 dom/MessageChannel.cpp
1151 dom/MessageEvent.cpp
1153 dom/MessagePortChannel.cpp
1155 dom/MouseRelatedEvent.cpp
1156 dom/MutationEvent.cpp
1157 dom/MutationObserver.cpp
1158 dom/MutationObserverInterestGroup.cpp
1159 dom/MutationObserverRegistration.cpp
1160 dom/MutationRecord.cpp
1161 dom/NameNodeList.cpp
1162 dom/NamedFlowCollection.cpp
1163 dom/NamedNodeMap.cpp
1166 dom/NodeFilterCondition.cpp
1167 dom/NodeIterator.cpp
1168 dom/NodeRareData.cpp
1169 dom/NodeRenderingTraversal.cpp
1170 dom/NodeTraversal.cpp
1172 dom/OverflowEvent.cpp
1173 dom/PageTransitionEvent.cpp
1174 dom/PendingScript.cpp
1175 dom/PopStateEvent.cpp
1177 dom/PositionIterator.cpp
1178 dom/ProcessingInstruction.cpp
1179 dom/ProgressEvent.cpp
1180 dom/PseudoElement.cpp
1181 dom/QualifiedName.cpp
1183 dom/RangeException.cpp
1184 dom/RegisteredEventListener.cpp
1185 dom/ScopedEventQueue.cpp
1186 dom/ScriptElement.cpp
1187 dom/ScriptExecutionContext.cpp
1188 dom/ScriptRunner.cpp
1189 dom/ScriptableDocumentParser.cpp
1190 dom/ScriptedAnimationController.cpp
1191 dom/SecurityContext.cpp
1192 dom/SelectorQuery.cpp
1194 dom/SpaceSplitString.cpp
1195 dom/StaticNodeList.cpp
1196 dom/StringCallback.cpp
1197 dom/StyledElement.cpp
1201 dom/TextNodeTraversal.cpp
1205 dom/TransformSourceLibxslt.cpp
1206 dom/TransitionEvent.cpp
1209 dom/TreeScopeAdopter.cpp
1212 dom/UIEventWithKeyState.cpp
1213 dom/UserActionElementSet.cpp
1214 dom/UserGestureIndicator.cpp
1215 dom/UserTypingGestureIndicator.cpp
1216 dom/ViewportArguments.cpp
1217 dom/VisitedLinkState.cpp
1218 dom/WebKitAnimationEvent.cpp
1219 dom/WebKitNamedFlow.cpp
1220 dom/WebKitTransitionEvent.cpp
1223 dom/default/PlatformMessagePortChannel.cpp
1225 editing/AlternativeTextController.cpp
1226 editing/AppendNodeCommand.cpp
1227 editing/ApplyBlockElementCommand.cpp
1228 editing/ApplyStyleCommand.cpp
1229 editing/BreakBlockquoteCommand.cpp
1230 editing/CompositeEditCommand.cpp
1231 editing/CreateLinkCommand.cpp
1232 editing/DeleteButton.cpp
1233 editing/DeleteButtonController.cpp
1234 editing/DeleteFromTextNodeCommand.cpp
1235 editing/DeleteSelectionCommand.cpp
1236 editing/DictationAlternative.cpp
1237 editing/DictationCommand.cpp
1238 editing/EditCommand.cpp
1239 editing/EditingStyle.cpp
1241 editing/EditorCommand.cpp
1242 editing/FormatBlockCommand.cpp
1243 editing/FrameSelection.cpp
1244 editing/HTMLInterchange.cpp
1245 editing/IndentOutdentCommand.cpp
1246 editing/InsertIntoTextNodeCommand.cpp
1247 editing/InsertLineBreakCommand.cpp
1248 editing/InsertListCommand.cpp
1249 editing/InsertNodeBeforeCommand.cpp
1250 editing/InsertParagraphSeparatorCommand.cpp
1251 editing/InsertTextCommand.cpp
1252 editing/MarkupAccumulator.cpp
1253 editing/MergeIdenticalElementsCommand.cpp
1254 editing/ModifySelectionListLevel.cpp
1255 editing/MoveSelectionCommand.cpp
1256 editing/RemoveCSSPropertyCommand.cpp
1257 editing/RemoveFormatCommand.cpp
1258 editing/RemoveNodeCommand.cpp
1259 editing/RemoveNodePreservingChildrenCommand.cpp
1260 editing/RenderedPosition.cpp
1261 editing/ReplaceNodeWithSpanCommand.cpp
1262 editing/ReplaceSelectionCommand.cpp
1263 editing/SetNodeAttributeCommand.cpp
1264 editing/SetSelectionCommand.cpp
1265 editing/SimplifyMarkupCommand.cpp
1266 editing/SmartReplace.cpp
1267 editing/SpellChecker.cpp
1268 editing/SpellingCorrectionCommand.cpp
1269 editing/SplitElementCommand.cpp
1270 editing/SplitTextNodeCommand.cpp
1271 editing/SplitTextNodeContainingElementCommand.cpp
1272 editing/TextCheckingHelper.cpp
1273 editing/TextInsertionBaseCommand.cpp
1274 editing/TextIterator.cpp
1275 editing/TypingCommand.cpp
1276 editing/UnlinkCommand.cpp
1277 editing/VisiblePosition.cpp
1278 editing/VisibleSelection.cpp
1279 editing/VisibleUnits.cpp
1280 editing/WrapContentsInDummySpanCommand.cpp
1281 editing/htmlediting.cpp
1284 fileapi/AsyncFileStream.cpp
1288 fileapi/FileException.cpp
1289 fileapi/FileList.cpp
1290 fileapi/FileReader.cpp
1291 fileapi/FileReaderLoader.cpp
1292 fileapi/FileReaderSync.cpp
1293 fileapi/FileThread.cpp
1294 fileapi/ThreadableBlobRegistry.cpp
1295 fileapi/WebKitBlobBuilder.cpp
1297 history/BackForwardController.cpp
1298 history/BackForwardList.cpp
1299 history/CachedFrame.cpp
1300 history/CachedPage.cpp
1301 history/HistoryItem.cpp
1302 history/PageCache.cpp
1304 html/BaseButtonInputType.cpp
1305 html/BaseCheckableInputType.cpp
1306 html/BaseChooserOnlyDateAndTimeInputType.cpp
1307 html/BaseClickableWithKeyInputType.cpp
1308 html/BaseDateAndTimeInputType.cpp
1309 html/BaseTextInputType.cpp
1310 html/ButtonInputType.cpp
1311 html/CheckboxInputType.cpp
1313 html/ColorInputType.cpp
1314 html/DOMFormData.cpp
1315 html/DOMSettableTokenList.cpp
1316 html/DOMTokenList.cpp
1318 html/DateInputType.cpp
1319 html/DateTimeInputType.cpp
1320 html/DateTimeLocalInputType.cpp
1321 html/EmailInputType.cpp
1322 html/FTPDirectoryDocument.cpp
1323 html/FileInputType.cpp
1324 html/FormAssociatedElement.cpp
1325 html/FormController.cpp
1326 html/FormDataList.cpp
1327 html/HTMLAllCollection.cpp
1328 html/HTMLAnchorElement.cpp
1329 html/HTMLAppletElement.cpp
1330 html/HTMLAreaElement.cpp
1331 html/HTMLAudioElement.cpp
1332 html/HTMLBRElement.cpp
1333 html/HTMLBaseElement.cpp
1334 html/HTMLBaseFontElement.cpp
1335 html/HTMLBodyElement.cpp
1336 html/HTMLButtonElement.cpp
1337 html/HTMLCanvasElement.cpp
1338 html/HTMLCollection.cpp
1339 html/HTMLDListElement.cpp
1340 html/HTMLDataListElement.cpp
1341 html/HTMLDetailsElement.cpp
1342 html/HTMLDirectoryElement.cpp
1343 html/HTMLDivElement.cpp
1344 html/HTMLDocument.cpp
1345 html/HTMLElement.cpp
1346 html/HTMLEmbedElement.cpp
1347 html/HTMLFieldSetElement.cpp
1348 html/HTMLFontElement.cpp
1349 html/HTMLFormControlElement.cpp
1350 html/HTMLFormControlElementWithState.cpp
1351 html/HTMLFormControlsCollection.cpp
1352 html/HTMLFormElement.cpp
1353 html/HTMLFrameElement.cpp
1354 html/HTMLFrameElementBase.cpp
1355 html/HTMLFrameOwnerElement.cpp
1356 html/HTMLFrameSetElement.cpp
1357 html/HTMLHRElement.cpp
1358 html/HTMLHeadElement.cpp
1359 html/HTMLHeadingElement.cpp
1360 html/HTMLHtmlElement.cpp
1361 html/HTMLIFrameElement.cpp
1362 html/HTMLImageElement.cpp
1363 html/HTMLImageLoader.cpp
1364 html/HTMLInputElement.cpp
1365 html/HTMLKeygenElement.cpp
1366 html/HTMLLIElement.cpp
1367 html/HTMLLabelElement.cpp
1368 html/HTMLLegendElement.cpp
1369 html/HTMLLinkElement.cpp
1370 html/HTMLMapElement.cpp
1371 html/HTMLMarqueeElement.cpp
1372 html/HTMLMediaElement.cpp
1373 html/HTMLMenuElement.cpp
1374 html/HTMLMetaElement.cpp
1375 html/HTMLMeterElement.cpp
1376 html/HTMLModElement.cpp
1377 html/HTMLNameCollection.cpp
1378 html/HTMLOListElement.cpp
1379 html/HTMLObjectElement.cpp
1380 html/HTMLOptGroupElement.cpp
1381 html/HTMLOptionElement.cpp
1382 html/HTMLOptionsCollection.cpp
1383 html/HTMLOutputElement.cpp
1384 html/HTMLParagraphElement.cpp
1385 html/HTMLParamElement.cpp
1386 html/HTMLParserErrorCodes.cpp
1387 html/HTMLPlugInElement.cpp
1388 html/HTMLPlugInImageElement.cpp
1389 html/HTMLPreElement.cpp
1390 html/HTMLProgressElement.cpp
1391 html/HTMLQuoteElement.cpp
1392 html/HTMLScriptElement.cpp
1393 html/HTMLSelectElement.cpp
1394 html/HTMLSourceElement.cpp
1395 html/HTMLSpanElement.cpp
1396 html/HTMLStyleElement.cpp
1397 html/HTMLSummaryElement.cpp
1398 html/HTMLTableCaptionElement.cpp
1399 html/HTMLTableCellElement.cpp
1400 html/HTMLTableColElement.cpp
1401 html/HTMLTableElement.cpp
1402 html/HTMLTablePartElement.cpp
1403 html/HTMLTableRowElement.cpp
1404 html/HTMLTableRowsCollection.cpp
1405 html/HTMLTableSectionElement.cpp
1406 html/HTMLTemplateElement.cpp
1407 html/HTMLTextAreaElement.cpp
1408 html/HTMLTextFormControlElement.cpp
1409 html/HTMLTitleElement.cpp
1410 html/HTMLTrackElement.cpp
1411 html/HTMLUListElement.cpp
1412 html/HTMLVideoElement.cpp
1413 html/HTMLViewSourceDocument.cpp
1414 html/HiddenInputType.cpp
1416 html/ImageDocument.cpp
1417 html/ImageInputType.cpp
1419 html/InputTypeNames.cpp
1420 html/LabelableElement.cpp
1421 html/LabelsNodeList.cpp
1422 html/LinkRelAttribute.cpp
1423 html/MediaController.cpp
1424 html/MediaDocument.cpp
1425 html/MediaFragmentURIParser.cpp
1426 html/MonthInputType.cpp
1427 html/NumberInputType.cpp
1428 html/PasswordInputType.cpp
1429 html/PluginDocument.cpp
1430 html/PublicURLManager.cpp
1431 html/RadioInputType.cpp
1432 html/RadioNodeList.cpp
1433 html/RangeInputType.cpp
1434 html/ResetInputType.cpp
1435 html/SearchInputType.cpp
1437 html/SubmitInputType.cpp
1438 html/TelephoneInputType.cpp
1439 html/TextDocument.cpp
1440 html/TextFieldInputType.cpp
1441 html/TextInputType.cpp
1442 html/TimeInputType.cpp
1445 html/URLInputType.cpp
1446 html/ValidationMessage.cpp
1447 html/WeekInputType.cpp
1449 html/canvas/CanvasContextAttributes.cpp
1450 html/canvas/CanvasGradient.cpp
1451 html/canvas/CanvasPathMethods.cpp
1452 html/canvas/CanvasPattern.cpp
1453 html/canvas/CanvasProxy.cpp
1454 html/canvas/CanvasRenderingContext.cpp
1455 html/canvas/CanvasRenderingContext2D.cpp
1456 html/canvas/CanvasStyle.cpp
1457 html/canvas/EXTDrawBuffers.cpp
1458 html/canvas/EXTTextureFilterAnisotropic.cpp
1459 html/canvas/OESElementIndexUint.cpp
1460 html/canvas/OESStandardDerivatives.cpp
1461 html/canvas/OESTextureFloat.cpp
1462 html/canvas/OESTextureHalfFloat.cpp
1463 html/canvas/OESVertexArrayObject.cpp
1464 html/canvas/WebGLBuffer.cpp
1465 html/canvas/WebGLCompressedTextureATC.cpp
1466 html/canvas/WebGLCompressedTexturePVRTC.cpp
1467 html/canvas/WebGLCompressedTextureS3TC.cpp
1468 html/canvas/WebGLContextAttributes.cpp
1469 html/canvas/WebGLContextEvent.cpp
1470 html/canvas/WebGLContextGroup.cpp
1471 html/canvas/WebGLContextObject.cpp
1472 html/canvas/WebGLDebugRendererInfo.cpp
1473 html/canvas/WebGLDebugShaders.cpp
1474 html/canvas/WebGLDepthTexture.cpp
1475 html/canvas/WebGLExtension.cpp
1476 html/canvas/WebGLFramebuffer.cpp
1477 html/canvas/WebGLGetInfo.cpp
1478 html/canvas/WebGLLoseContext.cpp
1479 html/canvas/WebGLObject.cpp
1480 html/canvas/WebGLProgram.cpp
1481 html/canvas/WebGLRenderbuffer.cpp
1482 html/canvas/WebGLRenderingContext.cpp
1483 html/canvas/WebGLShader.cpp
1484 html/canvas/WebGLShaderPrecisionFormat.cpp
1485 html/canvas/WebGLSharedObject.cpp
1486 html/canvas/WebGLTexture.cpp
1487 html/canvas/WebGLUniformLocation.cpp
1488 html/canvas/WebGLVertexArrayObjectOES.cpp
1490 html/forms/FileIconLoader.cpp
1492 html/parser/BackgroundHTMLInputStream.cpp
1493 html/parser/BackgroundHTMLParser.cpp
1494 html/parser/CSSPreloadScanner.cpp
1495 html/parser/CompactHTMLToken.cpp
1496 html/parser/HTMLConstructionSite.cpp
1497 html/parser/HTMLDocumentParser.cpp
1498 html/parser/HTMLElementStack.cpp
1499 html/parser/HTMLEntityParser.cpp
1500 html/parser/HTMLEntitySearch.cpp
1501 html/parser/HTMLFormattingElementList.cpp
1502 html/parser/HTMLIdentifier.cpp
1503 html/parser/HTMLMetaCharsetParser.cpp
1504 html/parser/HTMLParserIdioms.cpp
1505 html/parser/HTMLParserOptions.cpp
1506 html/parser/HTMLParserScheduler.cpp
1507 html/parser/HTMLParserThread.cpp
1508 html/parser/HTMLPreloadScanner.cpp
1509 html/parser/HTMLResourcePreloader.cpp
1510 html/parser/HTMLScriptRunner.cpp
1511 html/parser/HTMLSourceTracker.cpp
1512 html/parser/HTMLTokenizer.cpp
1513 html/parser/HTMLTreeBuilder.cpp
1514 html/parser/HTMLTreeBuilderSimulator.cpp
1515 html/parser/HTMLViewSourceParser.cpp
1516 html/parser/TextDocumentParser.cpp
1517 html/parser/TextViewSourceParser.cpp
1518 html/parser/XSSAuditor.cpp
1519 html/parser/XSSAuditorDelegate.cpp
1521 html/shadow/ContentDistributor.cpp
1522 html/shadow/DetailsMarkerControl.cpp
1523 html/shadow/InsertionPoint.cpp
1524 html/shadow/MediaControlElementTypes.cpp
1525 html/shadow/MediaControlElements.cpp
1526 html/shadow/MediaControls.cpp
1527 html/shadow/MeterShadowElement.cpp
1528 html/shadow/ProgressShadowElement.cpp
1529 html/shadow/SliderThumbElement.cpp
1530 html/shadow/SpinButtonElement.cpp
1531 html/shadow/TextControlInnerElements.cpp
1533 inspector/ConsoleMessage.cpp
1534 inspector/ContentSearchUtils.cpp
1535 inspector/DOMEditor.cpp
1536 inspector/DOMPatchSupport.cpp
1537 inspector/IdentifiersFactory.cpp
1538 inspector/InjectedScript.cpp
1539 inspector/InjectedScriptBase.cpp
1540 inspector/InjectedScriptCanvasModule.cpp
1541 inspector/InjectedScriptHost.cpp
1542 inspector/InjectedScriptManager.cpp
1543 inspector/InjectedScriptModule.cpp
1544 inspector/InspectorAgent.cpp
1545 inspector/InspectorApplicationCacheAgent.cpp
1546 inspector/InspectorBaseAgent.cpp
1547 inspector/InspectorCSSAgent.cpp
1548 inspector/InspectorCanvasAgent.cpp
1549 inspector/InspectorClient.cpp
1550 inspector/InspectorConsoleAgent.cpp
1551 inspector/InspectorController.cpp
1552 inspector/InspectorCounters.cpp
1553 inspector/InspectorDOMAgent.cpp
1554 inspector/InspectorDOMDebuggerAgent.cpp
1555 inspector/InspectorDOMStorageAgent.cpp
1556 inspector/InspectorDatabaseAgent.cpp
1557 inspector/InspectorDatabaseResource.cpp
1558 inspector/InspectorDebuggerAgent.cpp
1559 inspector/InspectorFrontendClientLocal.cpp
1560 inspector/InspectorFrontendHost.cpp
1561 inspector/InspectorHeapProfilerAgent.cpp
1562 inspector/InspectorHistory.cpp
1563 inspector/InspectorIndexedDBAgent.cpp
1564 inspector/InspectorInputAgent.cpp
1565 inspector/InspectorInstrumentation.cpp
1566 inspector/InspectorLayerTreeAgent.cpp
1567 inspector/InspectorMemoryAgent.cpp
1568 inspector/InspectorOverlay.cpp
1569 inspector/InspectorPageAgent.cpp
1570 inspector/InspectorProfilerAgent.cpp
1571 inspector/InspectorResourceAgent.cpp
1572 inspector/InspectorRuntimeAgent.cpp
1573 inspector/InspectorState.cpp
1574 inspector/InspectorStyleSheet.cpp
1575 inspector/InspectorStyleTextEditor.cpp
1576 inspector/InspectorTimelineAgent.cpp
1577 inspector/InspectorValues.cpp
1578 inspector/InspectorWorkerAgent.cpp
1579 inspector/InstrumentingAgents.cpp
1580 inspector/NetworkResourcesData.cpp
1581 inspector/PageConsoleAgent.cpp
1582 inspector/PageDebuggerAgent.cpp
1583 inspector/PageRuntimeAgent.cpp
1584 inspector/ScriptArguments.cpp
1585 inspector/ScriptCallFrame.cpp
1586 inspector/ScriptCallStack.cpp
1587 inspector/TimelineRecordFactory.cpp
1588 inspector/WorkerConsoleAgent.cpp
1589 inspector/WorkerDebuggerAgent.cpp
1590 inspector/WorkerInspectorController.cpp
1591 inspector/WorkerRuntimeAgent.cpp
1593 loader/CookieJar.cpp
1594 loader/CrossOriginAccessControl.cpp
1595 loader/CrossOriginPreflightResultCache.cpp
1596 loader/DocumentLoadTiming.cpp
1597 loader/DocumentLoader.cpp
1598 loader/DocumentThreadableLoader.cpp
1599 loader/DocumentWriter.cpp
1600 loader/EmptyClients.cpp
1601 loader/FTPDirectoryParser.cpp
1602 loader/FormState.cpp
1603 loader/FormSubmission.cpp
1604 loader/FrameLoadRequest.cpp
1605 loader/FrameLoader.cpp
1606 loader/FrameLoaderStateMachine.cpp
1607 loader/HistoryController.cpp
1608 loader/ImageLoader.cpp
1609 loader/LinkLoader.cpp
1610 loader/LoaderStrategy.cpp
1611 loader/MixedContentChecker.cpp
1612 loader/NavigationAction.cpp
1613 loader/NavigationScheduler.cpp
1614 loader/NetscapePlugInStreamLoader.cpp
1615 loader/PingLoader.cpp
1616 loader/PlaceholderDocument.cpp
1617 loader/PolicyCallback.cpp
1618 loader/PolicyChecker.cpp
1619 loader/ProgressTracker.cpp
1620 loader/ResourceBuffer.cpp
1621 loader/ResourceLoadNotifier.cpp
1622 loader/ResourceLoadScheduler.cpp
1623 loader/ResourceLoader.cpp
1624 loader/SinkDocument.cpp
1625 loader/SubframeLoader.cpp
1626 loader/SubresourceLoader.cpp
1627 loader/TextResourceDecoder.cpp
1628 loader/TextTrackLoader.cpp
1629 loader/ThreadableLoader.cpp
1630 loader/WorkerThreadableLoader.cpp
1632 loader/appcache/ApplicationCache.cpp
1633 loader/appcache/ApplicationCacheGroup.cpp
1634 loader/appcache/ApplicationCacheHost.cpp
1635 loader/appcache/ApplicationCacheResource.cpp
1636 loader/appcache/ApplicationCacheStorage.cpp
1637 loader/appcache/DOMApplicationCache.cpp
1638 loader/appcache/ManifestParser.cpp
1640 loader/archive/Archive.cpp
1641 loader/archive/ArchiveFactory.cpp
1642 loader/archive/ArchiveResource.cpp
1643 loader/archive/ArchiveResourceCollection.cpp
1645 loader/archive/mhtml/MHTMLArchive.cpp
1646 loader/archive/mhtml/MHTMLParser.cpp
1648 loader/cache/CachedCSSStyleSheet.cpp
1649 loader/cache/CachedFont.cpp
1650 loader/cache/CachedImage.cpp
1651 loader/cache/CachedRawResource.cpp
1652 loader/cache/CachedResource.cpp
1653 loader/cache/CachedResourceHandle.cpp
1654 loader/cache/CachedResourceLoader.cpp
1655 loader/cache/CachedResourceRequest.cpp
1656 loader/cache/CachedResourceRequestInitiators.cpp
1657 loader/cache/CachedSVGDocument.cpp
1658 loader/cache/CachedSVGDocumentReference.cpp
1659 loader/cache/CachedScript.cpp
1660 loader/cache/CachedShader.cpp
1661 loader/cache/CachedXSLStyleSheet.cpp
1662 loader/cache/MemoryCache.cpp
1664 loader/icon/IconController.cpp
1665 loader/icon/IconDatabase.cpp
1666 loader/icon/IconDatabaseBase.cpp
1667 loader/icon/IconLoader.cpp
1668 loader/icon/IconRecord.cpp
1669 loader/icon/PageURLRecord.cpp
1671 mathml/MathMLElement.cpp
1672 mathml/MathMLInlineContainerElement.cpp
1673 mathml/MathMLMathElement.cpp
1674 mathml/MathMLTextElement.cpp
1676 page/AutoscrollController.cpp
1678 page/CaptionUserPreferences.cpp
1681 page/ContentSecurityPolicy.cpp
1682 page/ContextMenuController.cpp
1684 page/DOMSecurityPolicy.cpp
1685 page/DOMSelection.cpp
1688 page/DOMWindowExtension.cpp
1689 page/DOMWindowProperty.cpp
1690 page/DeviceController.cpp
1691 page/DiagnosticLoggingKeys.cpp
1692 page/DragController.cpp
1693 page/EventHandler.cpp
1694 page/EventSource.cpp
1695 page/FeatureObserver.cpp
1696 page/FocusController.cpp
1698 page/FrameDestructionObserver.cpp
1701 page/GestureTapHighlighter.cpp
1702 page/GroupSettings.cpp
1706 page/MouseEventWithHitTestResults.cpp
1708 page/NavigatorBase.cpp
1709 page/OriginAccessEntry.cpp
1711 page/PageActivityAssertionToken.cpp
1712 page/PageConsole.cpp
1714 page/PageGroupLoadDeferrer.cpp
1715 page/PageSerializer.cpp
1716 page/PageThrottler.cpp
1717 page/PageVisibilityState.cpp
1718 page/Performance.cpp
1719 page/PerformanceEntry.cpp
1720 page/PerformanceEntryList.cpp
1721 page/PerformanceNavigation.cpp
1722 page/PerformanceResourceTiming.cpp
1723 page/PerformanceTiming.cpp
1724 page/PrintContext.cpp
1726 page/SecurityOrigin.cpp
1727 page/SecurityPolicy.cpp
1729 page/SpatialNavigation.cpp
1730 page/SpeechInput.cpp
1731 page/SpeechInputEvent.cpp
1732 page/SpeechInputResult.cpp
1733 page/SpeechInputResultList.cpp
1734 page/SuspendableTimer.cpp
1735 page/UserContentURLPattern.cpp
1736 page/WindowFeatures.cpp
1737 page/WindowFocusAllowedIndicator.cpp
1738 page/WorkerNavigator.cpp
1740 page/animation/AnimationBase.cpp
1741 page/animation/AnimationController.cpp
1742 page/animation/CSSPropertyAnimation.cpp
1743 page/animation/CompositeAnimation.cpp
1744 page/animation/ImplicitAnimation.cpp
1745 page/animation/KeyframeAnimation.cpp
1747 page/scrolling/ScrollingConstraints.cpp
1748 page/scrolling/ScrollingCoordinator.cpp
1749 page/scrolling/ScrollingStateFixedNode.cpp
1750 page/scrolling/ScrollingStateNode.cpp
1751 page/scrolling/ScrollingStateScrollingNode.cpp
1752 page/scrolling/ScrollingStateStickyNode.cpp
1753 page/scrolling/ScrollingStateTree.cpp
1755 page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp
1756 page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp
1757 page/scrolling/coordinatedgraphics/ScrollingStateScrollingNodeCoordinatedGraphics.cpp
1760 platform/CalculationValue.cpp
1762 platform/ClockGeneric.cpp
1763 platform/ContentType.cpp
1764 platform/ContextMenu.cpp
1765 platform/ContextMenuItem.cpp
1766 platform/CrossThreadCopier.cpp
1767 platform/DatabaseStrategy.cpp
1768 platform/DateComponents.cpp
1769 platform/Decimal.cpp
1770 platform/DragData.cpp
1771 platform/DragImage.cpp
1772 platform/FileChooser.cpp
1773 platform/FileStream.cpp
1774 platform/FileSystem.cpp
1775 platform/HistogramSupport.cpp
1777 platform/KillRingNone.cpp
1778 platform/Language.cpp
1780 platform/LengthBox.cpp
1781 platform/LinkHash.cpp
1782 platform/Logging.cpp
1783 platform/MIMETypeRegistry.cpp
1784 platform/MemoryPressureHandler.cpp
1785 platform/NotImplemented.cpp
1786 platform/PlatformEvent.cpp
1787 platform/PlatformStrategies.cpp
1788 platform/RunLoop.cpp
1789 platform/RuntimeApplicationChecks.cpp
1790 platform/SchemeRegistry.cpp
1791 platform/ScrollAnimator.cpp
1792 platform/ScrollView.cpp
1793 platform/ScrollableArea.cpp
1794 platform/Scrollbar.cpp
1795 platform/ScrollbarTheme.cpp
1796 platform/ScrollbarThemeComposite.cpp
1797 platform/SharedBuffer.cpp
1798 platform/SharedBufferChunkReader.cpp
1799 platform/ThreadGlobalData.cpp
1800 platform/ThreadTimers.cpp
1805 platform/animation/Animation.cpp
1806 platform/animation/AnimationList.cpp
1808 platform/audio/AudioBus.cpp
1809 platform/audio/AudioChannel.cpp
1810 platform/audio/AudioDSPKernelProcessor.cpp
1811 platform/audio/AudioFIFO.cpp
1812 platform/audio/AudioPullFIFO.cpp
1813 platform/audio/AudioResampler.cpp
1814 platform/audio/AudioResamplerKernel.cpp
1815 platform/audio/AudioUtilities.cpp
1816 platform/audio/Biquad.cpp
1817 platform/audio/Cone.cpp
1818 platform/audio/DirectConvolver.cpp
1819 platform/audio/Distance.cpp
1820 platform/audio/DownSampler.cpp
1821 platform/audio/DynamicsCompressor.cpp
1822 platform/audio/DynamicsCompressorKernel.cpp
1823 platform/audio/EqualPowerPanner.cpp
1824 platform/audio/FFTConvolver.cpp
1825 platform/audio/FFTFrame.cpp
1826 platform/audio/HRTFDatabase.cpp
1827 platform/audio/HRTFDatabaseLoader.cpp
1828 platform/audio/HRTFElevation.cpp
1829 platform/audio/HRTFKernel.cpp
1830 platform/audio/HRTFPanner.cpp
1831 platform/audio/MultiChannelResampler.cpp
1832 platform/audio/Panner.cpp
1833 platform/audio/Reverb.cpp
1834 platform/audio/ReverbAccumulationBuffer.cpp
1835 platform/audio/ReverbConvolver.cpp
1836 platform/audio/ReverbConvolverStage.cpp
1837 platform/audio/ReverbInputBuffer.cpp
1838 platform/audio/SincResampler.cpp
1839 platform/audio/UpSampler.cpp
1840 platform/audio/VectorMath.cpp
1841 platform/audio/ZeroPole.cpp
1843 platform/graphics/BitmapImage.cpp
1844 platform/graphics/Color.cpp
1845 platform/graphics/CrossfadeGeneratedImage.cpp
1846 platform/graphics/FloatPoint.cpp
1847 platform/graphics/FloatPoint3D.cpp
1848 platform/graphics/FloatPolygon.cpp
1849 platform/graphics/FloatQuad.cpp
1850 platform/graphics/FloatRect.cpp
1851 platform/graphics/FloatSize.cpp
1852 platform/graphics/Font.cpp
1853 platform/graphics/FontCache.cpp
1854 platform/graphics/FontData.cpp
1855 platform/graphics/FontDescription.cpp
1856 platform/graphics/FontFastPath.cpp
1857 platform/graphics/FontFeatureSettings.cpp
1858 platform/graphics/FontGenericFamilies.cpp
1859 platform/graphics/FontGlyphs.cpp
1860 platform/graphics/GeneratedImage.cpp
1861 platform/graphics/GlyphPageTreeNode.cpp
1862 platform/graphics/Gradient.cpp
1863 platform/graphics/GradientImage.cpp
1864 platform/graphics/GraphicsContext.cpp
1865 platform/graphics/GraphicsLayer.cpp
1866 platform/graphics/GraphicsLayerAnimation.cpp
1867 platform/graphics/GraphicsLayerTransform.cpp
1868 platform/graphics/GraphicsLayerUpdater.cpp
1869 platform/graphics/GraphicsTypes.cpp
1870 platform/graphics/Image.cpp
1871 platform/graphics/ImageBuffer.cpp
1872 platform/graphics/ImageOrientation.cpp
1873 platform/graphics/ImageSource.cpp
1874 platform/graphics/IntPoint.cpp
1875 platform/graphics/IntRect.cpp
1876 platform/graphics/IntSize.cpp
1877 platform/graphics/LayoutBoxExtent.cpp
1878 platform/graphics/LayoutRect.cpp
1879 platform/graphics/MediaPlayer.cpp
1880 platform/graphics/Path.cpp
1881 platform/graphics/PathTraversalState.cpp
1882 platform/graphics/Pattern.cpp
1883 platform/graphics/Region.cpp
1884 platform/graphics/RoundedRect.cpp
1885 platform/graphics/SVGGlyph.cpp
1886 platform/graphics/SegmentedFontData.cpp
1887 platform/graphics/ShadowBlur.cpp
1888 platform/graphics/SimpleFontData.cpp
1889 platform/graphics/StringTruncator.cpp
1890 platform/graphics/SurrogatePairAwareTextIterator.cpp
1891 platform/graphics/TextRun.cpp
1892 platform/graphics/TiledBackingStore.cpp
1893 platform/graphics/WidthIterator.cpp
1895 platform/graphics/cpu/arm/filters/FELightingNEON.cpp
1897 platform/graphics/filters/CustomFilterCompiledProgram.cpp
1898 platform/graphics/filters/CustomFilterGlobalContext.cpp
1899 platform/graphics/filters/CustomFilterMesh.cpp
1900 platform/graphics/filters/CustomFilterMeshGenerator.cpp
1901 platform/graphics/filters/CustomFilterOperation.cpp
1902 platform/graphics/filters/CustomFilterParameterList.cpp
1903 platform/graphics/filters/CustomFilterProgram.cpp
1904 platform/graphics/filters/CustomFilterProgramInfo.cpp
1905 platform/graphics/filters/CustomFilterRenderer.cpp
1906 platform/graphics/filters/CustomFilterValidatedProgram.cpp
1907 platform/graphics/filters/DistantLightSource.cpp
1908 platform/graphics/filters/FEBlend.cpp
1909 platform/graphics/filters/FEColorMatrix.cpp
1910 platform/graphics/filters/FEComponentTransfer.cpp
1911 platform/graphics/filters/FEComposite.cpp
1912 platform/graphics/filters/FEConvolveMatrix.cpp
1913 platform/graphics/filters/FECustomFilter.cpp
1914 platform/graphics/filters/FEDiffuseLighting.cpp
1915 platform/graphics/filters/FEDisplacementMap.cpp
1916 platform/graphics/filters/FEDropShadow.cpp
1917 platform/graphics/filters/FEFlood.cpp
1918 platform/graphics/filters/FEGaussianBlur.cpp
1919 platform/graphics/filters/FELighting.cpp
1920 platform/graphics/filters/FEMerge.cpp
1921 platform/graphics/filters/FEMorphology.cpp
1922 platform/graphics/filters/FEOffset.cpp
1923 platform/graphics/filters/FESpecularLighting.cpp
1924 platform/graphics/filters/FETile.cpp
1925 platform/graphics/filters/FETurbulence.cpp
1926 platform/graphics/filters/FilterEffect.cpp
1927 platform/graphics/filters/FilterOperation.cpp
1928 platform/graphics/filters/FilterOperations.cpp
1929 platform/graphics/filters/PointLightSource.cpp
1930 platform/graphics/filters/SourceAlpha.cpp
1931 platform/graphics/filters/SourceGraphic.cpp
1932 platform/graphics/filters/SpotLightSource.cpp
1933 platform/graphics/filters/ValidatedCustomFilterOperation.cpp
1935 platform/graphics/filters/texmap/CustomFilterValidatedProgramTextureMapper.cpp
1937 platform/graphics/texmap/TextureMapper.cpp
1938 platform/graphics/texmap/TextureMapperBackingStore.cpp
1939 platform/graphics/texmap/TextureMapperFPSCounter.cpp
1940 platform/graphics/texmap/TextureMapperImageBuffer.cpp
1941 platform/graphics/texmap/TextureMapperLayer.cpp
1942 platform/graphics/texmap/TextureMapperSurfaceBackingStore.cpp
1943 platform/graphics/texmap/TextureMapperTile.cpp
1944 platform/graphics/texmap/TextureMapperTiledBackingStore.cpp
1946 platform/graphics/texmap/coordinated/AreaAllocator.cpp
1947 platform/graphics/texmap/coordinated/CompositingCoordinator.cpp
1948 platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp
1949 platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp
1950 platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp
1951 platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp
1952 platform/graphics/texmap/coordinated/CoordinatedSurface.cpp
1953 platform/graphics/texmap/coordinated/CoordinatedTile.cpp
1954 platform/graphics/texmap/coordinated/UpdateAtlas.cpp
1956 platform/graphics/transforms/AffineTransform.cpp
1957 platform/graphics/transforms/Matrix3DTransformOperation.cpp
1958 platform/graphics/transforms/MatrixTransformOperation.cpp
1959 platform/graphics/transforms/PerspectiveTransformOperation.cpp
1960 platform/graphics/transforms/RotateTransformOperation.cpp
1961 platform/graphics/transforms/ScaleTransformOperation.cpp
1962 platform/graphics/transforms/SkewTransformOperation.cpp
1963 platform/graphics/transforms/TransformOperations.cpp
1964 platform/graphics/transforms/TransformState.cpp
1965 platform/graphics/transforms/TransformationMatrix.cpp
1966 platform/graphics/transforms/TranslateTransformOperation.cpp
1968 platform/image-decoders/ImageDecoder.cpp
1970 platform/image-decoders/bmp/BMPImageDecoder.cpp
1971 platform/image-decoders/bmp/BMPImageReader.cpp
1973 platform/image-decoders/gif/GIFImageDecoder.cpp
1974 platform/image-decoders/gif/GIFImageReader.cpp
1976 platform/image-decoders/ico/ICOImageDecoder.cpp
1978 platform/image-decoders/jpeg/JPEGImageDecoder.cpp
1980 platform/image-decoders/png/PNGImageDecoder.cpp
1982 platform/image-decoders/webp/WEBPImageDecoder.cpp
1984 platform/leveldb/LevelDBDatabase.cpp
1985 platform/leveldb/LevelDBTransaction.cpp
1986 platform/leveldb/LevelDBWriteBatch.cpp
1988 platform/mediastream/MediaStreamCenter.cpp
1989 platform/mediastream/MediaStreamDescriptor.cpp
1990 platform/mediastream/MediaStreamSource.cpp
1991 platform/mediastream/RTCIceCandidateDescriptor.cpp
1992 platform/mediastream/RTCPeerConnectionHandler.cpp
1993 platform/mediastream/RTCSessionDescriptionDescriptor.cpp
1995 platform/mock/DeviceMotionClientMock.cpp
1996 platform/mock/DeviceOrientationClientMock.cpp
1997 platform/mock/GeolocationClientMock.cpp
1998 platform/mock/MockMediaStreamCenter.cpp
1999 platform/mock/RTCDataChannelHandlerMock.cpp
2000 platform/mock/RTCNotifiersMock.cpp
2001 platform/mock/RTCPeerConnectionHandlerMock.cpp
2002 platform/mock/ScrollbarThemeMock.cpp
2004 platform/network/AuthenticationChallengeBase.cpp
2005 platform/network/BlobData.cpp
2006 platform/network/BlobRegistry.cpp
2007 platform/network/BlobRegistryImpl.cpp
2008 platform/network/BlobResourceHandle.cpp
2009 platform/network/Credential.cpp
2010 platform/network/CredentialStorage.cpp
2011 platform/network/DNSResolveQueue.cpp
2012 platform/network/DataURL.cpp
2013 platform/network/FormData.cpp
2014 platform/network/FormDataBuilder.cpp
2015 platform/network/HTTPHeaderMap.cpp
2016 platform/network/HTTPParsers.cpp
2017 platform/network/MIMEHeader.cpp
2018 platform/network/NetworkStateNotifier.cpp
2019 platform/network/ParsedContentType.cpp
2020 platform/network/ProtectionSpace.cpp
2021 platform/network/ProxyServer.cpp
2022 platform/network/ResourceErrorBase.cpp
2023 platform/network/ResourceHandle.cpp
2024 platform/network/ResourceHandleClient.cpp
2025 platform/network/ResourceLoadTiming.cpp
2026 platform/network/ResourceRequestBase.cpp
2027 platform/network/ResourceResponseBase.cpp
2028 platform/network/SocketStreamHandleBase.cpp
2029 platform/network/SynchronousLoaderClient.cpp
2031 platform/sql/SQLValue.cpp
2032 platform/sql/SQLiteAuthorizer.cpp
2033 platform/sql/SQLiteDatabase.cpp
2034 platform/sql/SQLiteFileSystem.cpp
2035 platform/sql/SQLiteStatement.cpp
2036 platform/sql/SQLiteTransaction.cpp
2038 platform/text/BidiContext.cpp
2039 platform/text/DateTimeFormat.cpp
2040 platform/text/Hyphenation.cpp
2041 platform/text/LineEnding.cpp
2042 platform/text/LocaleToScriptMappingDefault.cpp
2043 platform/text/PlatformLocale.cpp
2044 platform/text/QuotedPrintable.cpp
2045 platform/text/RegularExpression.cpp
2046 platform/text/SegmentedString.cpp
2047 platform/text/TextBoundaries.cpp
2048 platform/text/TextBreakIterator.cpp
2049 platform/text/TextCodec.cpp
2050 platform/text/TextCodecLatin1.cpp
2051 platform/text/TextCodecUTF16.cpp
2052 platform/text/TextCodecUTF8.cpp
2053 platform/text/TextCodecUserDefined.cpp
2054 platform/text/TextEncoding.cpp
2055 platform/text/TextEncodingRegistry.cpp
2056 platform/text/TextStream.cpp
2057 platform/text/UnicodeRange.cpp
2059 plugins/DOMMimeType.cpp
2060 plugins/DOMMimeTypeArray.cpp
2061 plugins/DOMPlugin.cpp
2062 plugins/DOMPluginArray.cpp
2063 plugins/PluginData.cpp
2064 plugins/PluginDatabase.cpp
2065 plugins/PluginDebug.cpp
2066 plugins/PluginMainThreadScheduler.cpp
2067 plugins/PluginStream.cpp
2068 plugins/PluginView.cpp
2070 rendering/AutoTableLayout.cpp
2071 rendering/BidiRun.cpp
2072 rendering/CounterNode.cpp
2073 rendering/EllipsisBox.cpp
2074 rendering/FilterEffectRenderer.cpp
2075 rendering/FixedTableLayout.cpp
2076 rendering/FloatingObjects.cpp
2077 rendering/FlowThreadController.cpp
2078 rendering/HitTestLocation.cpp
2079 rendering/HitTestResult.cpp
2080 rendering/HitTestingTransformState.cpp
2081 rendering/ImageQualityController.cpp
2082 rendering/InlineBox.cpp
2083 rendering/InlineFlowBox.cpp
2084 rendering/InlineTextBox.cpp
2085 rendering/LayoutRepainter.cpp
2086 rendering/LayoutState.cpp
2087 rendering/LineWidth.cpp
2088 rendering/PointerEventsHitRules.cpp
2089 rendering/RenderArena.cpp
2090 rendering/RenderBlock.cpp
2091 rendering/RenderBlockFlow.cpp
2092 rendering/RenderBlockLineLayout.cpp
2093 rendering/RenderBox.cpp
2094 rendering/RenderBoxModelObject.cpp
2095 rendering/RenderButton.cpp
2096 rendering/RenderCombineText.cpp
2097 rendering/RenderCounter.cpp
2098 rendering/RenderDeprecatedFlexibleBox.cpp
2099 rendering/RenderDetailsMarker.cpp
2100 rendering/RenderElement.cpp
2101 rendering/RenderEmbeddedObject.cpp
2102 rendering/RenderFieldset.cpp
2103 rendering/RenderFileUploadControl.cpp
2104 rendering/RenderFlexibleBox.cpp
2105 rendering/RenderFlowThread.cpp
2106 rendering/RenderFrame.cpp
2107 rendering/RenderFrameBase.cpp
2108 rendering/RenderFrameSet.cpp
2109 rendering/RenderFullScreen.cpp
2110 rendering/RenderGeometryMap.cpp
2111 rendering/RenderGrid.cpp
2112 rendering/RenderHTMLCanvas.cpp
2113 rendering/RenderIFrame.cpp
2114 rendering/RenderImage.cpp
2115 rendering/RenderImageResource.cpp
2116 rendering/RenderImageResourceStyleImage.cpp
2117 rendering/RenderInline.cpp
2118 rendering/RenderInputSpeech.cpp
2119 rendering/RenderLayer.cpp
2120 rendering/RenderLayerBacking.cpp
2121 rendering/RenderLayerCompositor.cpp
2122 rendering/RenderLayerFilterInfo.cpp
2123 rendering/RenderLayerModelObject.cpp
2124 rendering/RenderLineBoxList.cpp
2125 rendering/RenderLineBreak.cpp
2126 rendering/RenderListBox.cpp
2127 rendering/RenderListItem.cpp
2128 rendering/RenderListMarker.cpp
2129 rendering/RenderMarquee.cpp
2130 rendering/RenderMedia.cpp
2131 rendering/RenderMediaControlElements.cpp
2132 rendering/RenderMediaControls.cpp
2133 rendering/RenderMenuList.cpp
2134 rendering/RenderMeter.cpp
2135 rendering/RenderMultiColumnBlock.cpp
2136 rendering/RenderMultiColumnFlowThread.cpp
2137 rendering/RenderMultiColumnSet.cpp
2138 rendering/RenderNamedFlowFragment.cpp
2139 rendering/RenderNamedFlowThread.cpp
2140 rendering/RenderObject.cpp
2141 rendering/RenderProgress.cpp
2142 rendering/RenderQuote.cpp
2143 rendering/RenderRegion.cpp
2144 rendering/RenderRegionSet.cpp
2145 rendering/RenderReplaced.cpp
2146 rendering/RenderReplica.cpp
2147 rendering/RenderRuby.cpp
2148 rendering/RenderRubyBase.cpp
2149 rendering/RenderRubyRun.cpp
2150 rendering/RenderRubyText.cpp
2151 rendering/RenderScrollbar.cpp
2152 rendering/RenderScrollbarPart.cpp
2153 rendering/RenderScrollbarTheme.cpp
2154 rendering/RenderSearchField.cpp
2155 rendering/RenderSlider.cpp
2156 rendering/RenderSnapshottedPlugIn.cpp
2157 rendering/RenderTable.cpp
2158 rendering/RenderTableCaption.cpp
2159 rendering/RenderTableCell.cpp
2160 rendering/RenderTableCol.cpp
2161 rendering/RenderTableRow.cpp
2162 rendering/RenderTableSection.cpp
2163 rendering/RenderText.cpp
2164 rendering/RenderTextControl.cpp
2165 rendering/RenderTextControlMultiLine.cpp
2166 rendering/RenderTextControlSingleLine.cpp
2167 rendering/RenderTextFragment.cpp
2168 rendering/RenderTextLineBoxes.cpp
2169 rendering/RenderTextTrackCue.cpp
2170 rendering/RenderTheme.cpp
2171 rendering/RenderTreeAsText.cpp
2172 rendering/RenderVideo.cpp
2173 rendering/RenderView.cpp
2174 rendering/RenderWidget.cpp
2175 rendering/RootInlineBox.cpp
2176 rendering/ScrollBehavior.cpp
2177 rendering/TextAutosizer.cpp
2178 rendering/TextPaintStyle.cpp
2179 rendering/break_lines.cpp
2181 rendering/mathml/RenderMathMLBlock.cpp
2182 rendering/mathml/RenderMathMLFenced.cpp
2183 rendering/mathml/RenderMathMLFraction.cpp
2184 rendering/mathml/RenderMathMLMath.cpp
2185 rendering/mathml/RenderMathMLOperator.cpp
2186 rendering/mathml/RenderMathMLRoot.cpp
2187 rendering/mathml/RenderMathMLRow.cpp
2188 rendering/mathml/RenderMathMLScripts.cpp
2189 rendering/mathml/RenderMathMLSpace.cpp
2190 rendering/mathml/RenderMathMLSquareRoot.cpp
2191 rendering/mathml/RenderMathMLUnderOver.cpp
2193 rendering/shapes/PolygonShape.cpp
2194 rendering/shapes/RasterShape.cpp
2195 rendering/shapes/RectangleShape.cpp
2196 rendering/shapes/Shape.cpp
2197 rendering/shapes/ShapeInfo.cpp
2198 rendering/shapes/ShapeInsideInfo.cpp
2199 rendering/shapes/ShapeOutsideInfo.cpp
2201 rendering/style/BasicShapes.cpp
2202 rendering/style/ContentData.cpp
2203 rendering/style/CounterDirectives.cpp
2204 rendering/style/FillLayer.cpp
2205 rendering/style/KeyframeList.cpp
2206 rendering/style/NinePieceImage.cpp
2207 rendering/style/QuotesData.cpp
2208 rendering/style/RenderStyle.cpp
2209 rendering/style/SVGRenderStyle.cpp
2210 rendering/style/SVGRenderStyleDefs.cpp
2211 rendering/style/ShadowData.cpp
2212 rendering/style/StyleBackgroundData.cpp
2213 rendering/style/StyleBoxData.cpp
2214 rendering/style/StyleCachedImage.cpp
2215 rendering/style/StyleCachedImageSet.cpp
2216 rendering/style/StyleCachedShader.cpp
2217 rendering/style/StyleCustomFilterProgram.cpp
2218 rendering/style/StyleCustomFilterProgramCache.cpp
2219 rendering/style/StyleDeprecatedFlexibleBoxData.cpp
2220 rendering/style/StyleFilterData.cpp
2221 rendering/style/StyleFlexibleBoxData.cpp
2222 rendering/style/StyleGeneratedImage.cpp
2223 rendering/style/StyleGridData.cpp
2224 rendering/style/StyleGridItemData.cpp
2225 rendering/style/StyleInheritedData.cpp
2226 rendering/style/StyleMarqueeData.cpp
2227 rendering/style/StyleMultiColData.cpp
2228 rendering/style/StyleRareInheritedData.cpp
2229 rendering/style/StyleRareNonInheritedData.cpp
2230 rendering/style/StyleSurroundData.cpp
2231 rendering/style/StyleTransformData.cpp
2232 rendering/style/StyleVisualData.cpp
2234 rendering/svg/RenderSVGBlock.cpp
2235 rendering/svg/RenderSVGContainer.cpp
2236 rendering/svg/RenderSVGEllipse.cpp
2237 rendering/svg/RenderSVGForeignObject.cpp
2238 rendering/svg/RenderSVGGradientStop.cpp
2239 rendering/svg/RenderSVGHiddenContainer.cpp
2240 rendering/svg/RenderSVGImage.cpp
2241 rendering/svg/RenderSVGInline.cpp
2242 rendering/svg/RenderSVGInlineText.cpp
2243 rendering/svg/RenderSVGModelObject.cpp
2244 rendering/svg/RenderSVGPath.cpp
2245 rendering/svg/RenderSVGRect.cpp
2246 rendering/svg/RenderSVGResource.cpp
2247 rendering/svg/RenderSVGResourceClipper.cpp
2248 rendering/svg/RenderSVGResourceContainer.cpp
2249 rendering/svg/RenderSVGResourceFilter.cpp
2250 rendering/svg/RenderSVGResourceFilterPrimitive.cpp
2251 rendering/svg/RenderSVGResourceGradient.cpp
2252 rendering/svg/RenderSVGResourceLinearGradient.cpp
2253 rendering/svg/RenderSVGResourceMarker.cpp
2254 rendering/svg/RenderSVGResourceMasker.cpp
2255 rendering/svg/RenderSVGResourcePattern.cpp
2256 rendering/svg/RenderSVGResourceRadialGradient.cpp
2257 rendering/svg/RenderSVGResourceSolidColor.cpp
2258 rendering/svg/RenderSVGRoot.cpp
2259 rendering/svg/RenderSVGShape.cpp
2260 rendering/svg/RenderSVGText.cpp
2261 rendering/svg/RenderSVGTextPath.cpp
2262 rendering/svg/RenderSVGTransformableContainer.cpp
2263 rendering/svg/RenderSVGViewportContainer.cpp
2264 rendering/svg/SVGInlineFlowBox.cpp
2265 rendering/svg/SVGInlineTextBox.cpp
2266 rendering/svg/SVGPathData.cpp
2267 rendering/svg/SVGRenderSupport.cpp
2268 rendering/svg/SVGRenderTreeAsText.cpp
2269 rendering/svg/SVGRenderingContext.cpp
2270 rendering/svg/SVGResources.cpp
2271 rendering/svg/SVGResourcesCache.cpp
2272 rendering/svg/SVGResourcesCycleSolver.cpp
2273 rendering/svg/SVGRootInlineBox.cpp
2274 rendering/svg/SVGTextChunk.cpp
2275 rendering/svg/SVGTextChunkBuilder.cpp
2276 rendering/svg/SVGTextLayoutAttributes.cpp
2277 rendering/svg/SVGTextLayoutAttributesBuilder.cpp
2278 rendering/svg/SVGTextLayoutEngine.cpp
2279 rendering/svg/SVGTextLayoutEngineBaseline.cpp
2280 rendering/svg/SVGTextLayoutEngineSpacing.cpp
2281 rendering/svg/SVGTextMetrics.cpp
2282 rendering/svg/SVGTextMetricsBuilder.cpp
2283 rendering/svg/SVGTextQuery.cpp
2284 rendering/svg/SVGTextRunRenderingContext.cpp
2287 storage/StorageAreaImpl.cpp
2288 storage/StorageAreaSync.cpp
2289 storage/StorageEvent.cpp
2290 storage/StorageEventDispatcher.cpp
2291 storage/StorageMap.cpp
2292 storage/StorageNamespace.cpp
2293 storage/StorageNamespaceImpl.cpp
2294 storage/StorageStrategy.cpp
2295 storage/StorageSyncManager.cpp
2296 storage/StorageThread.cpp
2297 storage/StorageTracker.cpp
2299 style/StyleFontSizeFunctions.cpp
2300 style/StyleResolveForDocument.cpp
2301 style/StyleResolveTree.cpp
2303 svg/ColorDistance.cpp
2305 svg/SVGAltGlyphDefElement.cpp
2306 svg/SVGAltGlyphElement.cpp
2307 svg/SVGAltGlyphItemElement.cpp
2309 svg/SVGAnimateColorElement.cpp
2310 svg/SVGAnimateElement.cpp
2311 svg/SVGAnimateMotionElement.cpp
2312 svg/SVGAnimateTransformElement.cpp
2313 svg/SVGAnimatedAngle.cpp
2314 svg/SVGAnimatedBoolean.cpp
2315 svg/SVGAnimatedColor.cpp
2316 svg/SVGAnimatedEnumeration.cpp
2317 svg/SVGAnimatedInteger.cpp
2318 svg/SVGAnimatedIntegerOptionalInteger.cpp
2319 svg/SVGAnimatedLength.cpp
2320 svg/SVGAnimatedLengthList.cpp
2321 svg/SVGAnimatedNumber.cpp
2322 svg/SVGAnimatedNumberList.cpp
2323 svg/SVGAnimatedNumberOptionalNumber.cpp
2324 svg/SVGAnimatedPath.cpp
2325 svg/SVGAnimatedPointList.cpp
2326 svg/SVGAnimatedPreserveAspectRatio.cpp
2327 svg/SVGAnimatedRect.cpp
2328 svg/SVGAnimatedString.cpp
2329 svg/SVGAnimatedTransformList.cpp
2330 svg/SVGAnimatedType.cpp
2331 svg/SVGAnimatedTypeAnimator.cpp
2332 svg/SVGAnimationElement.cpp
2333 svg/SVGCircleElement.cpp
2334 svg/SVGClipPathElement.cpp
2336 svg/SVGComponentTransferFunctionElement.cpp
2337 svg/SVGCursorElement.cpp
2338 svg/SVGDefsElement.cpp
2339 svg/SVGDescElement.cpp
2341 svg/SVGDocumentExtensions.cpp
2343 svg/SVGElementInstance.cpp
2344 svg/SVGElementInstanceList.cpp
2345 svg/SVGEllipseElement.cpp
2346 svg/SVGException.cpp
2347 svg/SVGExternalResourcesRequired.cpp
2348 svg/SVGFEBlendElement.cpp
2349 svg/SVGFEColorMatrixElement.cpp
2350 svg/SVGFEComponentTransferElement.cpp
2351 svg/SVGFECompositeElement.cpp
2352 svg/SVGFEConvolveMatrixElement.cpp
2353 svg/SVGFEDiffuseLightingElement.cpp
2354 svg/SVGFEDisplacementMapElement.cpp
2355 svg/SVGFEDistantLightElement.cpp
2356 svg/SVGFEDropShadowElement.cpp
2357 svg/SVGFEFloodElement.cpp
2358 svg/SVGFEFuncAElement.cpp
2359 svg/SVGFEFuncBElement.cpp
2360 svg/SVGFEFuncGElement.cpp
2361 svg/SVGFEFuncRElement.cpp
2362 svg/SVGFEGaussianBlurElement.cpp
2363 svg/SVGFEImageElement.cpp
2364 svg/SVGFELightElement.cpp
2365 svg/SVGFEMergeElement.cpp
2366 svg/SVGFEMergeNodeElement.cpp
2367 svg/SVGFEMorphologyElement.cpp
2368 svg/SVGFEOffsetElement.cpp
2369 svg/SVGFEPointLightElement.cpp
2370 svg/SVGFESpecularLightingElement.cpp
2371 svg/SVGFESpotLightElement.cpp
2372 svg/SVGFETileElement.cpp
2373 svg/SVGFETurbulenceElement.cpp
2374 svg/SVGFilterElement.cpp
2375 svg/SVGFilterPrimitiveStandardAttributes.cpp
2376 svg/SVGFitToViewBox.cpp
2378 svg/SVGFontElement.cpp
2379 svg/SVGFontFaceElement.cpp
2380 svg/SVGFontFaceFormatElement.cpp
2381 svg/SVGFontFaceNameElement.cpp
2382 svg/SVGFontFaceSrcElement.cpp
2383 svg/SVGFontFaceUriElement.cpp
2384 svg/SVGForeignObjectElement.cpp
2386 svg/SVGGlyphElement.cpp
2387 svg/SVGGlyphRefElement.cpp
2388 svg/SVGGradientElement.cpp
2389 svg/SVGGraphicsElement.cpp
2390 svg/SVGHKernElement.cpp
2391 svg/SVGImageElement.cpp
2392 svg/SVGImageLoader.cpp
2393 svg/SVGLangSpace.cpp
2395 svg/SVGLengthContext.cpp
2396 svg/SVGLengthList.cpp
2397 svg/SVGLineElement.cpp
2398 svg/SVGLinearGradientElement.cpp
2399 svg/SVGLocatable.cpp
2400 svg/SVGMPathElement.cpp
2401 svg/SVGMarkerElement.cpp
2402 svg/SVGMaskElement.cpp
2403 svg/SVGMetadataElement.cpp
2404 svg/SVGMissingGlyphElement.cpp
2405 svg/SVGNumberList.cpp
2407 svg/SVGParserUtilities.cpp
2408 svg/SVGPathBlender.cpp
2409 svg/SVGPathBuilder.cpp
2410 svg/SVGPathByteStreamBuilder.cpp
2411 svg/SVGPathByteStreamSource.cpp
2412 svg/SVGPathElement.cpp
2413 svg/SVGPathParser.cpp
2414 svg/SVGPathSegList.cpp
2415 svg/SVGPathSegListBuilder.cpp
2416 svg/SVGPathSegListSource.cpp
2417 svg/SVGPathStringBuilder.cpp
2418 svg/SVGPathStringSource.cpp
2419 svg/SVGPathTraversalStateBuilder.cpp
2420 svg/SVGPathUtilities.cpp
2421 svg/SVGPatternElement.cpp
2422 svg/SVGPointList.cpp
2423 svg/SVGPolyElement.cpp
2424 svg/SVGPolygonElement.cpp
2425 svg/SVGPolylineElement.cpp
2426 svg/SVGPreserveAspectRatio.cpp
2427 svg/SVGRadialGradientElement.cpp
2428 svg/SVGRectElement.cpp
2429 svg/SVGSVGElement.cpp
2430 svg/SVGScriptElement.cpp
2431 svg/SVGSetElement.cpp
2432 svg/SVGStopElement.cpp
2433 svg/SVGStringList.cpp
2434 svg/SVGStyleElement.cpp
2435 svg/SVGSwitchElement.cpp
2436 svg/SVGSymbolElement.cpp
2437 svg/SVGTRefElement.cpp
2438 svg/SVGTSpanElement.cpp
2440 svg/SVGTextContentElement.cpp
2441 svg/SVGTextElement.cpp
2442 svg/SVGTextPathElement.cpp
2443 svg/SVGTextPositioningElement.cpp
2444 svg/SVGTitleElement.cpp
2445 svg/SVGTransform.cpp
2446 svg/SVGTransformDistance.cpp
2447 svg/SVGTransformList.cpp
2448 svg/SVGTransformable.cpp
2449 svg/SVGURIReference.cpp
2450 svg/SVGUseElement.cpp
2451 svg/SVGVKernElement.cpp
2452 svg/SVGViewElement.cpp
2454 svg/SVGZoomAndPan.cpp
2455 svg/SVGZoomEvent.cpp
2457 svg/animation/SMILTime.cpp
2458 svg/animation/SMILTimeContainer.cpp
2459 svg/animation/SVGSMILElement.cpp
2461 svg/graphics/SVGImage.cpp
2462 svg/graphics/SVGImageCache.cpp
2463 svg/graphics/SVGImageForContainer.cpp
2465 svg/graphics/filters/SVGFEImage.cpp
2466 svg/graphics/filters/SVGFilter.cpp
2467 svg/graphics/filters/SVGFilterBuilder.cpp
2469 svg/properties/SVGAnimatedProperty.cpp
2470 svg/properties/SVGAttributeToPropertyMap.cpp
2471 svg/properties/SVGPathSegListPropertyTearOff.cpp
2472 svg/properties/SVGPropertyInfo.cpp
2474 workers/AbstractWorker.cpp
2475 workers/DedicatedWorkerGlobalScope.cpp
2476 workers/DedicatedWorkerThread.cpp
2477 workers/DefaultSharedWorkerRepository.cpp
2478 workers/SharedWorker.cpp
2479 workers/SharedWorkerGlobalScope.cpp
2480 workers/SharedWorkerRepository.cpp
2481 workers/SharedWorkerThread.cpp
2483 workers/WorkerEventQueue.cpp
2484 workers/WorkerGlobalScope.cpp
2485 workers/WorkerLocation.cpp
2486 workers/WorkerMessagingProxy.cpp
2487 workers/WorkerRunLoop.cpp
2488 workers/WorkerScriptLoader.cpp
2489 workers/WorkerThread.cpp
2492 xml/NativeXPathNSResolver.cpp
2494 xml/XMLHttpRequest.cpp
2495 xml/XMLHttpRequestException.cpp
2496 xml/XMLHttpRequestProgressEventThrottle.cpp
2497 xml/XMLHttpRequestUpload.cpp
2498 xml/XMLSerializer.cpp
2499 xml/XMLTreeViewer.cpp
2500 xml/XPathEvaluator.cpp
2501 xml/XPathException.cpp
2502 xml/XPathExpression.cpp
2503 xml/XPathExpressionNode.cpp
2504 xml/XPathFunctions.cpp
2505 xml/XPathNSResolver.cpp
2506 xml/XPathNodeSet.cpp
2509 xml/XPathPredicate.cpp
2514 xml/XPathVariableReference.cpp
2515 xml/XSLImportRule.cpp
2516 xml/XSLStyleSheetLibxslt.cpp
2517 xml/XSLTExtensions.cpp
2518 xml/XSLTProcessor.cpp
2519 xml/XSLTProcessorLibxslt.cpp
2520 xml/XSLTUnicodeSort.cpp
2522 xml/parser/XMLDocumentParser.cpp
2523 xml/parser/XMLDocumentParserLibxml2.cpp
2524 xml/parser/XMLDocumentParserScope.cpp
2527 # GCC 4.6.x crashes when building this file with -O3 and -DNDEBUG.
2528 # References: https://bugs.webkit.org/show_bug.cgi?id=97268
2529 # https://bugs.webkit.org/show_bug.cgi?id=114627
2530 if (CMAKE_COMPILER_IS_GNUCXX) # Can restrict based on the version.
2531 string(TOUPPER "CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE}" _CXXFLAGS_VARNAME)
2533 string(FIND "${${_CXXFLAGS_VARNAME}}" "-O3" _CXXFLAGS_O3_INDEX)
2534 if (_CXXFLAGS_O3_INDEX GREATER -1)
2535 string(REPLACE "-O3" "-O2" _CXXFLAGS ${${_CXXFLAGS_VARNAME}})
2536 set_source_files_properties(Modules/websockets/WebSocketDeflater.cpp
2537 PROPERTIES COMPILE_FLAGS "${_CXXFLAGS}")
2541 set(WebCore_CSS_PROPERTY_NAMES
2542 ${WEBCORE_DIR}/css/CSSPropertyNames.in
2545 set(WebCore_CSS_VALUE_KEYWORDS
2546 ${WEBCORE_DIR}/css/CSSValueKeywords.in
2549 set(WebCore_USER_AGENT_STYLE_SHEETS
2550 ${WEBCORE_DIR}/css/fullscreen.css
2551 ${WEBCORE_DIR}/css/html.css
2552 ${WEBCORE_DIR}/css/mathml.css
2553 ${WEBCORE_DIR}/css/mediaControls.css
2554 ${WEBCORE_DIR}/css/plugIns.css
2555 ${WEBCORE_DIR}/css/quirks.css
2556 ${WEBCORE_DIR}/css/svg.css
2557 ${WEBCORE_DIR}/css/view-source.css
2560 set(WebCore_PLUG_INS_RESOURCES
2561 ${WEBCORE_DIR}/Resources/plugIns.js
2564 set(WebCore_LIBRARIES
2569 if (ENABLE_SQL_DATABASE AND ENABLE_WORKERS)
2570 list(APPEND WebCore_SOURCES
2571 Modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp
2574 list(APPEND WebCore_IDL_FILES
2575 Modules/webdatabase/WorkerGlobalScopeWebDatabase.idl
2579 if (ENABLE_NETSCAPE_PLUGIN_API)
2580 list(APPEND WebCore_SOURCES
2581 plugins/PluginPackage.cpp
2585 list(APPEND WebCore_SOURCES
2586 plugins/PluginPackageNone.cpp
2587 plugins/PluginViewNone.cpp
2592 list(APPEND WebCore_CSS_PROPERTY_NAMES
2593 ${WEBCORE_DIR}/css/SVGCSSPropertyNames.in
2595 list(APPEND WebCore_CSS_VALUE_KEYWORDS
2596 ${WEBCORE_DIR}/css/SVGCSSValueKeywords.in
2600 if (ENABLE_SMOOTH_SCROLLING)
2601 list(APPEND WebCore_SOURCES
2602 platform/ScrollAnimatorNone.cpp
2607 set(WTF_USE_3D_GRAPHICS 1)
2608 add_definitions(-DWTF_USE_3D_GRAPHICS=1)
2610 list(APPEND WebCore_SOURCES
2611 html/canvas/EXTDrawBuffers.cpp
2612 html/canvas/EXTTextureFilterAnisotropic.cpp
2613 html/canvas/OESElementIndexUint.cpp
2614 html/canvas/OESStandardDerivatives.cpp
2615 html/canvas/OESTextureFloat.cpp
2616 html/canvas/OESTextureHalfFloat.cpp
2617 html/canvas/OESVertexArrayObject.cpp
2618 html/canvas/WebGLBuffer.cpp
2619 html/canvas/WebGLCompressedTextureATC.cpp
2620 html/canvas/WebGLCompressedTexturePVRTC.cpp
2621 html/canvas/WebGLCompressedTextureS3TC.cpp
2622 html/canvas/WebGLContextAttributes.cpp
2623 html/canvas/WebGLContextEvent.cpp
2624 html/canvas/WebGLContextGroup.cpp
2625 html/canvas/WebGLContextObject.cpp
2626 html/canvas/WebGLDebugRendererInfo.cpp
2627 html/canvas/WebGLDebugShaders.cpp
2628 html/canvas/WebGLDepthTexture.cpp
2629 html/canvas/WebGLExtension.cpp
2630 html/canvas/WebGLFramebuffer.cpp
2631 html/canvas/WebGLGetInfo.cpp
2632 html/canvas/WebGLLoseContext.cpp
2633 html/canvas/WebGLObject.cpp
2634 html/canvas/WebGLProgram.cpp
2635 html/canvas/WebGLRenderbuffer.cpp
2636 html/canvas/WebGLRenderingContext.cpp
2637 html/canvas/WebGLShader.cpp
2638 html/canvas/WebGLShaderPrecisionFormat.cpp
2639 html/canvas/WebGLSharedObject.cpp
2640 html/canvas/WebGLTexture.cpp
2641 html/canvas/WebGLUniformLocation.cpp
2642 html/canvas/WebGLVertexArrayObjectOES.cpp
2644 list(APPEND WebCore_IDL_FILES
2645 html/canvas/EXTDrawBuffers.idl
2646 html/canvas/EXTTextureFilterAnisotropic.idl
2647 html/canvas/OESElementIndexUint.idl
2648 html/canvas/OESStandardDerivatives.idl
2649 html/canvas/OESTextureFloat.idl
2650 html/canvas/OESTextureHalfFloat.idl
2651 html/canvas/OESVertexArrayObject.idl
2652 html/canvas/WebGLActiveInfo.idl
2653 html/canvas/WebGLBuffer.idl
2654 html/canvas/WebGLCompressedTextureATC.idl
2655 html/canvas/WebGLCompressedTexturePVRTC.idl
2656 html/canvas/WebGLCompressedTextureS3TC.idl
2657 html/canvas/WebGLContextAttributes.idl
2658 html/canvas/WebGLContextEvent.idl
2659 html/canvas/WebGLDebugRendererInfo.idl
2660 html/canvas/WebGLDebugShaders.idl
2661 html/canvas/WebGLDepthTexture.idl
2662 html/canvas/WebGLFramebuffer.idl
2663 html/canvas/WebGLLoseContext.idl
2664 html/canvas/WebGLProgram.idl
2665 html/canvas/WebGLRenderbuffer.idl
2666 html/canvas/WebGLRenderingContext.idl
2667 html/canvas/WebGLShader.idl
2668 html/canvas/WebGLShaderPrecisionFormat.idl
2669 html/canvas/WebGLTexture.idl
2670 html/canvas/WebGLUniformLocation.idl
2671 html/canvas/WebGLVertexArrayObjectOES.idl
2675 if (ENABLE_VIDEO_TRACK)
2676 list(APPEND WebCore_IDL_FILES
2677 html/track/AudioTrack.idl
2678 html/track/AudioTrackList.idl
2679 html/track/TextTrack.idl
2680 html/track/TextTrackCue.idl
2681 html/track/TextTrackCueList.idl
2682 html/track/TextTrackList.idl
2683 html/track/TrackEvent.idl
2684 html/track/VideoTrack.idl
2685 html/track/VideoTrackList.idl
2688 list(APPEND WebCore_SOURCES
2689 html/track/AudioTrack.cpp
2690 html/track/AudioTrackList.cpp
2691 html/track/InbandGenericTextTrack.cpp
2692 html/track/InbandTextTrack.cpp
2693 html/track/InbandWebVTTTextTrack.cpp
2694 html/track/LoadableTextTrack.cpp
2695 html/track/TextTrack.cpp
2696 html/track/TextTrackCue.cpp
2697 html/track/TextTrackCueGeneric.cpp
2698 html/track/TextTrackCueList.cpp
2699 html/track/TextTrackList.cpp
2700 html/track/TrackBase.cpp
2701 html/track/TrackEvent.cpp
2702 html/track/TrackListBase.cpp
2703 html/track/VideoTrack.cpp
2704 html/track/VideoTrackList.cpp
2705 html/track/WebVTTElement.cpp
2706 html/track/WebVTTParser.cpp
2707 html/track/WebVTTTokenizer.cpp
2709 loader/cache/CachedTextTrack.cpp
2711 platform/graphics/TextTrackRepresentation.cpp
2716 list(APPEND WebCore_SOURCES
2717 Modules/quota/DOMWindowQuota.cpp
2718 Modules/quota/NavigatorStorageQuota.cpp
2719 Modules/quota/StorageErrorCallback.cpp
2720 Modules/quota/StorageInfo.cpp
2721 Modules/quota/StorageQuota.cpp
2722 Modules/quota/WorkerNavigatorStorageQuota.cpp
2725 list(APPEND WebCore_IDL_FILES
2726 Modules/quota/DOMWindowQuota.idl
2727 Modules/quota/NavigatorStorageQuota.idl
2728 Modules/quota/StorageErrorCallback.idl
2729 Modules/quota/StorageInfo.idl
2730 Modules/quota/StorageQuota.idl
2731 Modules/quota/StorageQuotaCallback.idl
2732 Modules/quota/StorageUsageCallback.idl
2733 Modules/quota/WorkerNavigatorStorageQuota.idl
2738 if (WTF_USE_ICU_UNICODE)
2739 list(APPEND WebCore_SOURCES
2740 platform/text/TextBreakIteratorICU.cpp
2741 platform/text/TextCodecICU.cpp
2742 platform/text/TextEncodingDetectorICU.cpp
2744 list(APPEND WebCore_INCLUDE_DIRECTORIES
2747 list(APPEND WebCore_LIBRARIES
2750 elseif (WTF_USE_WCHAR_UNICODE)
2751 list(APPEND WebCore_SOURCES
2752 platform/text/TextEncodingDetectorNone.cpp
2754 platform/text/wchar/TextBreakIteratorWchar.cpp
2759 if (WTF_USE_LEVELDB)
2760 list(APPEND WebCore_INCLUDE_DIRECTORIES
2761 "${THIRDPARTY_DIR}/leveldb/include"
2762 "${THIRDPARTY_DIR}/leveldb"
2764 list(APPEND LEVELDB_SOURCES
2765 ${THIRDPARTY_DIR}/leveldb/db/builder.cc
2766 ${THIRDPARTY_DIR}/leveldb/db/c.cc
2767 ${THIRDPARTY_DIR}/leveldb/db/db_impl.cc
2768 ${THIRDPARTY_DIR}/leveldb/db/db_iter.cc
2769 ${THIRDPARTY_DIR}/leveldb/db/dbformat.cc
2770 ${THIRDPARTY_DIR}/leveldb/db/filename.cc
2771 ${THIRDPARTY_DIR}/leveldb/db/log_reader.cc
2772 ${THIRDPARTY_DIR}/leveldb/db/log_writer.cc
2773 ${THIRDPARTY_DIR}/leveldb/db/memtable.cc
2774 ${THIRDPARTY_DIR}/leveldb/db/repair.cc
2775 ${THIRDPARTY_DIR}/leveldb/db/table_cache.cc
2776 ${THIRDPARTY_DIR}/leveldb/db/version_edit.cc
2777 ${THIRDPARTY_DIR}/leveldb/db/version_set.cc
2778 ${THIRDPARTY_DIR}/leveldb/db/write_batch.cc
2780 ${THIRDPARTY_DIR}/leveldb/helpers/memenv/memenv.cc
2782 ${THIRDPARTY_DIR}/leveldb/port/port_posix.cc
2784 ${THIRDPARTY_DIR}/leveldb/table/block.cc
2785 ${THIRDPARTY_DIR}/leveldb/table/block_builder.cc
2786 ${THIRDPARTY_DIR}/leveldb/table/filter_block.cc
2787 ${THIRDPARTY_DIR}/leveldb/table/format.cc
2788 ${THIRDPARTY_DIR}/leveldb/table/iterator.cc
2789 ${THIRDPARTY_DIR}/leveldb/table/merger.cc
2790 ${THIRDPARTY_DIR}/leveldb/table/table.cc
2791 ${THIRDPARTY_DIR}/leveldb/table/table_builder.cc
2792 ${THIRDPARTY_DIR}/leveldb/table/two_level_iterator.cc
2794 ${THIRDPARTY_DIR}/leveldb/util/arena.cc
2795 ${THIRDPARTY_DIR}/leveldb/util/bloom.cc
2796 ${THIRDPARTY_DIR}/leveldb/util/cache.cc
2797 ${THIRDPARTY_DIR}/leveldb/util/coding.cc
2798 ${THIRDPARTY_DIR}/leveldb/util/comparator.cc
2799 ${THIRDPARTY_DIR}/leveldb/util/crc32c.cc
2800 ${THIRDPARTY_DIR}/leveldb/util/env.cc
2801 ${THIRDPARTY_DIR}/leveldb/util/env_posix.cc
2802 ${THIRDPARTY_DIR}/leveldb/util/filter_policy.cc
2803 ${THIRDPARTY_DIR}/leveldb/util/hash.cc
2804 ${THIRDPARTY_DIR}/leveldb/util/histogram.cc
2805 ${THIRDPARTY_DIR}/leveldb/util/logging.cc
2806 ${THIRDPARTY_DIR}/leveldb/util/options.cc
2807 ${THIRDPARTY_DIR}/leveldb/util/status.cc
2811 if (WTF_USE_3D_GRAPHICS)
2812 list(APPEND WebCore_INCLUDE_DIRECTORIES
2813 ${OPENGL_INCLUDE_DIR}
2814 "${THIRDPARTY_DIR}/ANGLE/src"
2815 "${THIRDPARTY_DIR}/ANGLE/include"
2816 "${THIRDPARTY_DIR}/ANGLE/include/KHR"
2817 "${THIRDPARTY_DIR}/ANGLE/include/GLSLANG"
2818 "${WEBCORE_DIR}/platform/graphics/gpu"
2820 list(APPEND WebCore_LIBRARIES
2821 ${OPENGL_gl_LIBRARY}
2824 list(APPEND ANGLESupport_SOURCES
2825 ${DERIVED_SOURCES_WEBCORE_DIR}/glslang.cpp
2826 ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.cpp
2828 ${THIRDPARTY_DIR}/ANGLE/src/compiler/BuiltInFunctionEmulator.cpp
2829 ${THIRDPARTY_DIR}/ANGLE/src/compiler/CodeGenGLSL.cpp
2830 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Compiler.cpp
2831 ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectCallDepth.cpp
2832 ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectDiscontinuity.cpp
2833 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Diagnostics.cpp
2834 ${THIRDPARTY_DIR}/ANGLE/src/compiler/DirectiveHandler.cpp
2835 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ForLoopUnroll.cpp
2836 ${THIRDPARTY_DIR}/ANGLE/src/compiler/InfoSink.cpp
2837 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Initialize.cpp
2838 ${THIRDPARTY_DIR}/ANGLE/src/compiler/InitializeDll.cpp
2839 ${THIRDPARTY_DIR}/ANGLE/src/compiler/InitializeParseContext.cpp
2840 ${THIRDPARTY_DIR}/ANGLE/src/compiler/IntermTraverse.cpp
2841 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Intermediate.cpp
2842 ${THIRDPARTY_DIR}/ANGLE/src/compiler/MapLongVariableNames.cpp
2843 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputESSL.cpp
2844 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputGLSL.cpp
2845 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputGLSLBase.cpp
2846 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputHLSL.cpp
2847 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ParseHelper.cpp
2848 ${THIRDPARTY_DIR}/ANGLE/src/compiler/PoolAlloc.cpp
2849 ${THIRDPARTY_DIR}/ANGLE/src/compiler/QualifierAlive.cpp
2850 ${THIRDPARTY_DIR}/ANGLE/src/compiler/RemoveTree.cpp
2851 ${THIRDPARTY_DIR}/ANGLE/src/compiler/SearchSymbol.cpp
2852 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ShaderLang.cpp
2853 ${THIRDPARTY_DIR}/ANGLE/src/compiler/SymbolTable.cpp
2854 ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorESSL.cpp
2855 ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorGLSL.cpp
2856 ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorHLSL.cpp
2857 ${THIRDPARTY_DIR}/ANGLE/src/compiler/UnfoldShortCircuit.cpp
2858 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Uniform.cpp
2859 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ValidateLimitations.cpp
2860 ${THIRDPARTY_DIR}/ANGLE/src/compiler/VariableInfo.cpp
2861 ${THIRDPARTY_DIR}/ANGLE/src/compiler/VariablePacker.cpp
2862 ${THIRDPARTY_DIR}/ANGLE/src/compiler/VersionGLSL.cpp
2863 ${THIRDPARTY_DIR}/ANGLE/src/compiler/debug.cpp
2864 ${THIRDPARTY_DIR}/ANGLE/src/compiler/intermOut.cpp
2865 ${THIRDPARTY_DIR}/ANGLE/src/compiler/parseConst.cpp
2866 ${THIRDPARTY_DIR}/ANGLE/src/compiler/util.cpp
2868 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraph.cpp
2869 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphBuilder.cpp
2870 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphOutput.cpp
2871 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphTraverse.cpp
2873 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DiagnosticsBase.cpp
2874 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.cpp
2875 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveParser.cpp
2876 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp
2877 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Input.cpp
2878 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Lexer.cpp
2879 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Macro.cpp
2880 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/MacroExpander.cpp
2881 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Preprocessor.cpp
2882 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Token.cpp
2883 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Tokenizer.cpp
2885 ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictFragmentShaderTiming.cpp
2886 ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictVertexShaderTiming.cpp
2888 ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
2892 list(APPEND ANGLESupport_SOURCES
2893 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ossource_win.cpp
2896 list(APPEND ANGLESupport_SOURCES
2897 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ossource_posix.cpp
2901 list(APPEND WebCore_SOURCES
2902 platform/graphics/ANGLEWebKitBridge.cpp
2903 platform/graphics/GraphicsContext3D.cpp
2905 platform/graphics/gpu/DrawingBuffer.cpp
2909 set(WebCoreTestSupport_INCLUDE_DIRECTORIES
2910 "${WEBCORE_DIR}/platform/mock"
2911 "${WEBCORE_DIR}/testing"
2914 set(WebCoreTestSupport_IDL_INCLUDES
2918 set(WebCoreTestSupport_IDL_FILES
2919 testing/InternalSettings.idl
2920 testing/Internals.idl
2921 testing/MallocStatistics.idl
2922 testing/MemoryInfo.idl
2923 testing/TypeConversions.idl
2926 set(WebCoreTestSupport_SOURCES
2927 platform/mock/PlatformSpeechSynthesizerMock.cpp
2929 testing/InternalSettings.cpp
2930 testing/Internals.cpp
2933 set(WebCoreTestSupport_LIBRARIES
2939 # Modules that the bindings generator scripts may use
2940 set(SCRIPTS_RESOLVE_SUPPLEMENTAL
2941 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
2943 set(SCRIPTS_BINDINGS
2944 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
2945 ${WEBCORE_DIR}/bindings/scripts/InFilesParser.pm
2946 ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
2948 set(IDL_FILES_TMP ${DERIVED_SOURCES_WEBCORE_DIR}/idl_files.tmp)
2949 set(SUPPLEMENTAL_DEPENDENCY_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/supplemental_dependency.tmp)
2950 set(WINDOW_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DOMWindowConstructors.idl)
2951 set(WORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/WorkerGlobalScopeConstructors.idl)
2952 set(SHAREDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/SharedWorkerGlobalScopeConstructors.idl)
2953 set(DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DedicatedWorkerGlobalScopeConstructors.idl)
2954 set(IDL_ATTRIBUTES_FILE ${WEBCORE_DIR}/bindings/scripts/IDLAttributes.txt)
2956 include(${WEBCORE_DIR}/UseJSC.cmake)
2958 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
2960 # ANGLE tokenizer & parser
2962 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/glslang.cpp
2963 MAIN_DEPENDENCY ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.l
2964 COMMAND ${FLEX_EXECUTABLE} --noline --nounistd --outfile=glslang.cpp ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.l
2965 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2969 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.h
2970 MAIN_DEPENDENCY ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.y
2971 COMMAND ${BISON_EXECUTABLE} --no-lines --defines=glslang_tab.h --skeleton=yacc.c --output=glslang_tab.cpp ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.y
2972 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2975 # All Web Inspector generated files are created with this one call to CodeGeneratorInspector.pm
2977 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h
2978 MAIN_DEPENDENCY inspector/Inspector.json
2979 DEPENDS ${WEBCORE_DIR}/inspector/generate-inspector-protocol-version ${WEBCORE_DIR}/inspector/Inspector.json
2980 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/generate-inspector-protocol-version -o ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h ${WEBCORE_DIR}/inspector/Inspector.json
2982 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h)
2985 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.h
2986 MAIN_DEPENDENCY inspector/Inspector.json
2987 DEPENDS ${WEBCORE_DIR}/inspector/CodeGeneratorInspector.py
2988 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/CodeGeneratorInspector.py ${WEBCORE_DIR}/inspector/Inspector.json --output_h_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --output_cpp_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --output_js_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --write_always
2990 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.cpp)
2993 # Generate InspectorOverlayPage.h
2995 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
2996 MAIN_DEPENDENCY inspector/InspectorOverlayPage.html
2997 DEPENDS ${WEBCORE_DIR}/inspector/xxd.pl ${WEBCORE_DIR}/inspector/Scripts/inline-and-minify-stylesheets-and-scripts.py
2998 DEPENDS inspector/InspectorOverlayPage.css inspector/InspectorOverlayPage.js
2999 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/Scripts/inline-and-minify-stylesheets-and-scripts.py ${WEBCORE_DIR}/inspector/InspectorOverlayPage.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
3000 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InspectorOverlayPage_html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h
3002 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h)
3005 # Generate InjectedScriptSource.h
3007 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.min.js
3008 MAIN_DEPENDENCY inspector/InjectedScriptSource.js
3009 DEPENDS ${WEBCORE_DIR}/inspector/xxd.pl ${WEBCORE_DIR}/inspector/Scripts/jsmin.py
3010 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/Scripts/jsmin.py < ${WEBCORE_DIR}/inspector/InjectedScriptSource.js > ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.min.js
3011 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InjectedScriptSource_js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h
3013 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h)
3016 # Generate InjectedScriptCanvasModuleSource.h
3018 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.h ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.min.js
3019 MAIN_DEPENDENCY inspector/InjectedScriptCanvasModuleSource.js
3020 DEPENDS ${WEBCORE_DIR}/inspector/xxd.pl ${WEBCORE_DIR}/inspector/Scripts/jsmin.py
3021 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/Scripts/jsmin.py < ${WEBCORE_DIR}/inspector/InjectedScriptCanvasModuleSource.js > ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.min.js
3022 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InjectedScriptCanvasModuleSource_js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.h
3024 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.h)
3027 MAKE_HASH_TOOLS(${WEBCORE_DIR}/platform/ColorData)
3028 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ColorData.cpp)
3031 # Generate XMLViewerCSS.h
3033 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css
3034 MAIN_DEPENDENCY xml/XMLViewer.css
3035 DEPENDS ${WEBCORE_DIR}/inspector/xxd.pl ${WEBCORE_DIR}/inspector/Scripts/cssmin.py
3036 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/Scripts/cssmin.py < ${WEBCORE_DIR}/xml/XMLViewer.css > ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css
3037 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl XMLViewer_css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
3039 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h)
3042 # Generate XMLViewerJS.h
3044 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js
3045 MAIN_DEPENDENCY xml/XMLViewer.js
3046 DEPENDS ${WEBCORE_DIR}/inspector/xxd.pl ${WEBCORE_DIR}/inspector/Scripts/jsmin.py
3047 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/Scripts/jsmin.py < ${WEBCORE_DIR}/xml/XMLViewer.js > ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js
3048 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl XMLViewer_js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
3050 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h)
3053 # Generate HTML entity table
3055 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp
3056 MAIN_DEPENDENCY ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3057 DEPENDS ${WEBCORE_DIR}/html/parser/create-html-entity-table
3058 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/html/parser/create-html-entity-table -o ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3060 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp)
3062 # Generate CSS property names
3064 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.gperf
3065 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeprop.pl
3066 DEPENDS ${WebCore_CSS_PROPERTY_NAMES}
3067 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3068 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_PROPERTY_NAMES} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in
3069 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makeprop.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3071 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp)
3072 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3073 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSPropertyNames.h)
3076 # Generate CSS value keywords
3078 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.gperf
3079 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makevalues.pl
3080 DEPENDS ${WebCore_CSS_VALUE_KEYWORDS}
3081 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3082 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_VALUE_KEYWORDS} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in
3083 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makevalues.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3085 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp)
3086 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3087 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSPrimitiveValueMappings.h CSSValueKeywords.h)
3088 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSValueKeywords.h)
3090 # Generate user agent styles
3092 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h
3093 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3094 DEPENDS ${WebCore_USER_AGENT_STYLE_SHEETS} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3095 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${WebCore_USER_AGENT_STYLE_SHEETS}
3097 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp)
3098 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp UserAgentStyleSheetsData.cpp UserAgentStyleSheets.h)
3100 # Generate plug-in resources
3102 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResources.h
3103 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3104 DEPENDS ${WebCore_PLUG_INS_RESOURCES} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3105 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResources.h ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp ${WebCore_PLUG_INS_RESOURCES}
3107 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp)
3108 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp PlugInsResourcesData.cpp PlugInsResources.h)
3110 GENERATE_GRAMMAR(cssyy ${WEBCORE_DIR}/css/CSSGrammar.y.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}")
3111 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp)
3114 GENERATE_GRAMMAR(xpathyy ${WEBCORE_DIR}/xml/XPathGrammar.y ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp "")
3115 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp)
3119 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/html/HTMLTreeBuilder.cpp MathMLNames.cpp)
3122 GENERATE_DOM_NAMES(HTML ${WEBCORE_DIR}/html/HTMLAttributeNames.in ${WEBCORE_DIR}/html/HTMLTagNames.in "")
3123 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSHTMLElementWrapperFactory.cpp)
3126 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventNames.in EventFactory.cpp)
3127 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/EventFactory.cpp)
3130 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventTargetFactory.in EventTargetInterfaces.h)
3131 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/dom/EventNames.cpp EventTargetInterfaces.h)
3134 GENERATE_EXCEPTION_CODE_DESCRIPTION(${WEBCORE_DIR}/dom/DOMExceptions.in ExceptionCodeDescription.cpp)
3135 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ExceptionCodeDescription.cpp)
3138 GENERATE_SETTINGS_MACROS(${WEBCORE_DIR}/page/Settings.in SettingsMacros.h)
3139 list(APPEND WebCoreTestSupport_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.cpp)
3142 GENERATE_FONT_NAMES(${WEBCORE_DIR}/css/WebKitFontFamilyNames.in)
3143 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitFontFamilyNames.cpp)
3146 GENERATE_DOM_NAMES(MathML ${WEBCORE_DIR}/mathml/mathattrs.in ${WEBCORE_DIR}/mathml/mathtags.in "")
3147 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLNames.cpp)
3149 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLElementFactory.cpp)
3152 # SVG extra defines need to map to a numerical value for correct preprocessing of svgtags.in.
3153 set(SVG_EXTRA_DEFINES "")
3155 list(APPEND SVG_EXTRA_DEFINES "ENABLE_FILTERS=1")
3157 if (ENABLE_SVG_FONTS)
3158 list(APPEND SVG_EXTRA_DEFINES "ENABLE_SVG_FONTS=1")
3161 GENERATE_DOM_NAMES(SVG ${WEBCORE_DIR}/svg/svgattrs.in ${WEBCORE_DIR}/svg/svgtags.in "${SVG_EXTRA_DEFINES}")
3162 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGNames.cpp)
3164 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSSVGElementWrapperFactory.cpp)
3168 GENERATE_DOM_NAMES(XLink ${WEBCORE_DIR}/svg/xlinkattrs.in)
3169 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XLinkNames.cpp)
3172 GENERATE_DOM_NAMES(XMLNS ${WEBCORE_DIR}/xml/xmlnsattrs.in)
3173 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNSNames.cpp)
3176 GENERATE_DOM_NAMES(XML ${WEBCORE_DIR}/xml/xmlattrs.in)
3177 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNames.cpp)
3180 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h
3181 MAIN_DEPENDENCY ${WEBKIT_DIR}/scripts/generate-webkitversion.pl
3182 DEPENDS ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig
3183 COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/scripts/generate-webkitversion.pl --config ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig --outputDir ${DERIVED_SOURCES_WEBCORE_DIR}
3185 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h)
3187 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_SOURCES})
3188 WEBKIT_WRAP_SOURCELIST(${WebCoreTestSupport_IDL_FILES} ${WebCoreTestSupport_SOURCES})
3190 include_directories(${WebCore_INCLUDE_DIRECTORIES} ${WebCoreTestSupport_INCLUDE_DIRECTORIES})
3192 add_library(WebCore ${WebCore_LIBRARY_TYPE} ${WebCore_SOURCES})
3193 set_target_properties(WebCore PROPERTIES COMPILE_DEFINITIONS "BUILDING_WebCore")
3194 set_target_properties(WebCore PROPERTIES FOLDER "WebCore")
3195 set_target_properties(WebCore PROPERTIES LINK_INTERFACE_LIBRARIES "")
3197 if (WebCore_OUTPUT_NAME)
3198 set_target_properties(WebCore PROPERTIES OUTPUT_NAME ${WebCore_OUTPUT_NAME})
3201 add_library(WebCoreTestSupport ${WebCoreTestSupport_LIBRARY_TYPE} ${WebCoreTestSupport_SOURCES})
3202 target_link_libraries(WebCoreTestSupport ${WebCoreTestSupport_LIBRARIES})
3203 set_target_properties(WebCoreTestSupport PROPERTIES FOLDER "WebCore")
3205 if (WebCoreTestSupport_OUTPUT_NAME)
3206 set_target_properties(WebCoreTestSupport PROPERTIES OUTPUT_NAME ${WebCoreTestSupport_OUTPUT_NAME})
3209 if (WTF_USE_LEVELDB)
3210 add_library(leveldb STATIC ${LEVELDB_SOURCES})
3211 target_link_libraries(leveldb ${CMAKE_THREAD_LIBS_INIT})
3212 set_target_properties(leveldb PROPERTIES COMPILE_DEFINITIONS "LEVELDB_PLATFORM_POSIX=1 OS_LINUX=1")
3213 list(APPEND WebCore_LIBRARIES leveldb)
3214 WEBKIT_SET_EXTRA_COMPILER_FLAGS(leveldb IGNORECXX_WARNINGS)
3217 if (WTF_USE_3D_GRAPHICS)
3218 add_library(ANGLESupport STATIC ${ANGLESupport_SOURCES})
3219 set_target_properties(ANGLESupport PROPERTIES FOLDER "WebCore")
3220 list(APPEND WebCore_LIBRARIES ANGLESupport)
3221 WEBKIT_SET_EXTRA_COMPILER_FLAGS(ANGLESupport IGNORECXX_WARNINGS)
3224 target_link_libraries(WebCore ${WebCore_LIBRARIES})
3226 if (WebCore_OUTPUT_NAME)
3227 set_target_properties(WebCore PROPERTIES OUTPUT_NAME ${WebCore_OUTPUT_NAME})
3231 set_target_properties(WebCore PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
3232 install(TARGETS WebCore DESTINATION "${LIB_INSTALL_DIR}")