1 cmake_minimum_required(VERSION 2.8.12)
3 set_property(DIRECTORY . PROPERTY FOLDER "WebCore")
5 set(WebCore_INCLUDE_DIRECTORIES
7 "${WEBCORE_DIR}/Modules/airplay"
8 "${WEBCORE_DIR}/Modules/applepay"
9 "${WEBCORE_DIR}/Modules/encryptedmedia"
10 "${WEBCORE_DIR}/Modules/encryptedmedia/legacy"
11 "${WEBCORE_DIR}/Modules/fetch"
12 "${WEBCORE_DIR}/Modules/geolocation"
13 "${WEBCORE_DIR}/Modules/indexeddb"
14 "${WEBCORE_DIR}/Modules/indexeddb/client"
15 "${WEBCORE_DIR}/Modules/indexeddb/server"
16 "${WEBCORE_DIR}/Modules/indexeddb/shared"
17 "${WEBCORE_DIR}/Modules/indieui"
18 "${WEBCORE_DIR}/Modules/mediacontrols/"
19 "${WEBCORE_DIR}/Modules/mediasession"
20 "${WEBCORE_DIR}/Modules/mediasource"
21 "${WEBCORE_DIR}/Modules/mediastream"
22 "${WEBCORE_DIR}/Modules/navigatorcontentutils"
23 "${WEBCORE_DIR}/Modules/notifications"
24 "${WEBCORE_DIR}/Modules/plugins"
25 "${WEBCORE_DIR}/Modules/proximity"
26 "${WEBCORE_DIR}/Modules/quota"
27 "${WEBCORE_DIR}/Modules/speech"
28 "${WEBCORE_DIR}/Modules/streams"
29 "${WEBCORE_DIR}/Modules/vibration"
30 "${WEBCORE_DIR}/Modules/webaudio"
31 "${WEBCORE_DIR}/Modules/webdatabase"
32 "${WEBCORE_DIR}/Modules/webdriver"
33 "${WEBCORE_DIR}/Modules/websockets"
34 "${WEBCORE_DIR}/accessibility"
35 "${WEBCORE_DIR}/animation"
36 "${WEBCORE_DIR}/bindings"
37 "${WEBCORE_DIR}/bindings/generic"
38 "${WEBCORE_DIR}/bindings/js"
39 "${WEBCORE_DIR}/bridge"
40 "${WEBCORE_DIR}/bridge/c"
41 "${WEBCORE_DIR}/bridge/jsc"
42 "${WEBCORE_DIR}/contentextensions"
43 "${WEBCORE_DIR}/crypto"
44 "${WEBCORE_DIR}/crypto/algorithms"
45 "${WEBCORE_DIR}/crypto/keys"
46 "${WEBCORE_DIR}/crypto/parameters"
48 "${WEBCORE_DIR}/css/parser"
49 "${WEBCORE_DIR}/cssjit"
51 "${WEBCORE_DIR}/dom/default"
52 "${WEBCORE_DIR}/domjit"
53 "${WEBCORE_DIR}/editing"
54 "${WEBCORE_DIR}/fileapi"
55 "${WEBCORE_DIR}/history"
57 "${WEBCORE_DIR}/html/canvas"
58 "${WEBCORE_DIR}/html/forms"
59 "${WEBCORE_DIR}/html/parser"
60 "${WEBCORE_DIR}/html/shadow"
61 "${WEBCORE_DIR}/html/track"
62 "${WEBCORE_DIR}/inspector"
63 "${WEBCORE_DIR}/loader"
64 "${WEBCORE_DIR}/loader/appcache"
65 "${WEBCORE_DIR}/loader/archive"
66 "${WEBCORE_DIR}/loader/archive/mhtml"
67 "${WEBCORE_DIR}/loader/cache"
68 "${WEBCORE_DIR}/loader/icon"
69 "${WEBCORE_DIR}/mathml"
71 "${WEBCORE_DIR}/page/animation"
72 "${WEBCORE_DIR}/page/csp"
73 "${WEBCORE_DIR}/page/scrolling"
74 "${WEBCORE_DIR}/platform"
75 "${WEBCORE_DIR}/platform/animation"
76 "${WEBCORE_DIR}/platform/audio"
77 "${WEBCORE_DIR}/platform/crypto"
78 "${WEBCORE_DIR}/platform/gamepad"
79 "${WEBCORE_DIR}/platform/gamepad/deprecated"
80 "${WEBCORE_DIR}/platform/gamepad/linux"
81 "${WEBCORE_DIR}/platform/graphics"
82 "${WEBCORE_DIR}/platform/graphics/cpu/arm"
83 "${WEBCORE_DIR}/platform/graphics/cpu/arm/filters"
84 "${WEBCORE_DIR}/platform/graphics/displaylists"
85 "${WEBCORE_DIR}/platform/graphics/filters"
86 "${WEBCORE_DIR}/platform/graphics/harfbuzz"
87 "${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
88 "${WEBCORE_DIR}/platform/graphics/opentype"
89 "${WEBCORE_DIR}/platform/graphics/transforms"
90 "${WEBCORE_DIR}/platform/mediastream"
91 "${WEBCORE_DIR}/platform/mock"
92 "${WEBCORE_DIR}/platform/mock/mediasource"
93 "${WEBCORE_DIR}/platform/network"
94 "${WEBCORE_DIR}/platform/sql"
95 "${WEBCORE_DIR}/platform/text"
96 "${WEBCORE_DIR}/platform/text/icu"
97 "${WEBCORE_DIR}/plugins"
98 "${WEBCORE_DIR}/rendering"
99 "${WEBCORE_DIR}/rendering/line"
100 "${WEBCORE_DIR}/rendering/mathml"
101 "${WEBCORE_DIR}/rendering/shapes"
102 "${WEBCORE_DIR}/rendering/style"
103 "${WEBCORE_DIR}/rendering/svg"
104 "${WEBCORE_DIR}/replay"
105 "${WEBCORE_DIR}/storage"
106 "${WEBCORE_DIR}/style"
108 "${WEBCORE_DIR}/svg/animation"
109 "${WEBCORE_DIR}/svg/graphics"
110 "${WEBCORE_DIR}/svg/graphics/filters"
111 "${WEBCORE_DIR}/svg/properties"
112 "${WEBCORE_DIR}/websockets"
113 "${WEBCORE_DIR}/workers"
115 "${WEBCORE_DIR}/xml/parser"
116 "${DERIVED_SOURCES_WEBCORE_DIR}"
117 "${CMAKE_SOURCE_DIR}/Source"
120 set(WebCore_SYSTEM_INCLUDE_DIRECTORIES
124 set(WebCore_IDL_INCLUDES
139 Modules/encryptedmedia/legacy
146 Modules/notifications
166 set(WebCore_NON_SVG_IDL_FILES
167 Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.idl
169 Modules/fetch/DOMWindowFetch.idl
170 Modules/fetch/FetchBody.idl
171 Modules/fetch/FetchHeaders.idl
172 Modules/fetch/FetchRequest.idl
173 Modules/fetch/FetchResponse.idl
174 Modules/fetch/WorkerGlobalScopeFetch.idl
176 Modules/geolocation/Coordinates.idl
177 Modules/geolocation/Geolocation.idl
178 Modules/geolocation/Geoposition.idl
179 Modules/geolocation/NavigatorGeolocation.idl
180 Modules/geolocation/PositionCallback.idl
181 Modules/geolocation/PositionError.idl
182 Modules/geolocation/PositionErrorCallback.idl
184 Modules/indexeddb/DOMWindowIndexedDatabase.idl
185 Modules/indexeddb/IDBCursor.idl
186 Modules/indexeddb/IDBCursorWithValue.idl
187 Modules/indexeddb/IDBDatabase.idl
188 Modules/indexeddb/IDBFactory.idl
189 Modules/indexeddb/IDBIndex.idl
190 Modules/indexeddb/IDBKeyRange.idl
191 Modules/indexeddb/IDBObjectStore.idl
192 Modules/indexeddb/IDBOpenDBRequest.idl
193 Modules/indexeddb/IDBRequest.idl
194 Modules/indexeddb/IDBTransaction.idl
195 Modules/indexeddb/IDBTransactionMode.idl
196 Modules/indexeddb/IDBVersionChangeEvent.idl
197 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
199 Modules/indieui/UIRequestEvent.idl
201 Modules/mediacontrols/MediaControlsHost.idl
203 Modules/mediasession/HTMLMediaElementMediaSession.idl
204 Modules/mediasession/MediaRemoteControls.idl
205 Modules/mediasession/MediaSession.idl
207 Modules/mediasource/DOMURLMediaSource.idl
208 Modules/mediasource/MediaSource.idl
209 Modules/mediasource/SourceBuffer.idl
210 Modules/mediasource/SourceBufferList.idl
211 Modules/mediasource/VideoPlaybackQuality.idl
213 Modules/mediastream/DOMURLMediaStream.idl
214 Modules/mediastream/HTMLMediaElementMediaStream.idl
215 Modules/mediastream/MediaDeviceInfo.idl
216 Modules/mediastream/MediaDevices.idl
217 Modules/mediastream/MediaStream.idl
218 Modules/mediastream/MediaStreamEvent.idl
219 Modules/mediastream/MediaStreamTrack.idl
220 Modules/mediastream/MediaStreamTrackEvent.idl
221 Modules/mediastream/MediaTrackSupportedConstraints.idl
222 Modules/mediastream/NavigatorMediaDevices.idl
223 Modules/mediastream/NavigatorUserMedia.idl
224 Modules/mediastream/OverconstrainedError.idl
225 Modules/mediastream/OverconstrainedErrorEvent.idl
226 Modules/mediastream/RTCConfiguration.idl
227 Modules/mediastream/RTCDTMFSender.idl
228 Modules/mediastream/RTCDTMFToneChangeEvent.idl
229 Modules/mediastream/RTCDataChannel.idl
230 Modules/mediastream/RTCDataChannelEvent.idl
231 Modules/mediastream/RTCIceCandidate.idl
232 Modules/mediastream/RTCIceCandidateEvent.idl
233 Modules/mediastream/RTCIceServer.idl
234 Modules/mediastream/RTCPeerConnection.idl
235 Modules/mediastream/RTCRtpReceiver.idl
236 Modules/mediastream/RTCRtpSender.idl
237 Modules/mediastream/RTCRtpTransceiver.idl
238 Modules/mediastream/RTCSessionDescription.idl
239 Modules/mediastream/RTCStatsReport.idl
240 Modules/mediastream/RTCStatsResponse.idl
241 Modules/mediastream/RTCTrackEvent.idl
243 Modules/navigatorcontentutils/NavigatorContentUtils.idl
245 Modules/notifications/DOMWindowNotifications.idl
246 Modules/notifications/Notification.idl
247 Modules/notifications/NotificationCenter.idl
248 Modules/notifications/NotificationPermissionCallback.idl
249 Modules/notifications/WorkerGlobalScopeNotifications.idl
251 Modules/proximity/DeviceProximityEvent.idl
253 Modules/speech/DOMWindowSpeechSynthesis.idl
254 Modules/speech/SpeechSynthesis.idl
255 Modules/speech/SpeechSynthesisEvent.idl
256 Modules/speech/SpeechSynthesisUtterance.idl
257 Modules/speech/SpeechSynthesisVoice.idl
259 Modules/streams/ByteLengthQueuingStrategy.idl
260 Modules/streams/CountQueuingStrategy.idl
261 Modules/streams/ReadableByteStreamController.idl
262 Modules/streams/ReadableStream.idl
263 Modules/streams/ReadableStreamDefaultController.idl
264 Modules/streams/ReadableStreamDefaultReader.idl
265 Modules/streams/ReadableStreamSource.idl
266 Modules/streams/WritableStream.idl
268 Modules/vibration/NavigatorVibration.idl
270 Modules/webaudio/AnalyserNode.idl
271 Modules/webaudio/AudioBuffer.idl
272 Modules/webaudio/AudioBufferCallback.idl
273 Modules/webaudio/AudioBufferSourceNode.idl
274 Modules/webaudio/AudioContext.idl
275 Modules/webaudio/AudioDestinationNode.idl
276 Modules/webaudio/AudioListener.idl
277 Modules/webaudio/AudioNode.idl
278 Modules/webaudio/AudioParam.idl
279 Modules/webaudio/AudioProcessingEvent.idl
280 Modules/webaudio/BiquadFilterNode.idl
281 Modules/webaudio/ChannelMergerNode.idl
282 Modules/webaudio/ChannelSplitterNode.idl
283 Modules/webaudio/ConvolverNode.idl
284 Modules/webaudio/DelayNode.idl
285 Modules/webaudio/DynamicsCompressorNode.idl
286 Modules/webaudio/GainNode.idl
287 Modules/webaudio/MediaElementAudioSourceNode.idl
288 Modules/webaudio/MediaStreamAudioDestinationNode.idl
289 Modules/webaudio/MediaStreamAudioSourceNode.idl
290 Modules/webaudio/OfflineAudioCompletionEvent.idl
291 Modules/webaudio/OfflineAudioContext.idl
292 Modules/webaudio/OscillatorNode.idl
293 Modules/webaudio/PannerNode.idl
294 Modules/webaudio/PeriodicWave.idl
295 Modules/webaudio/ScriptProcessorNode.idl
296 Modules/webaudio/WaveShaperNode.idl
298 Modules/webdatabase/DOMWindowWebDatabase.idl
299 Modules/webdatabase/Database.idl
300 Modules/webdatabase/DatabaseCallback.idl
301 Modules/webdatabase/SQLError.idl
302 Modules/webdatabase/SQLException.idl
303 Modules/webdatabase/SQLResultSet.idl
304 Modules/webdatabase/SQLResultSetRowList.idl
305 Modules/webdatabase/SQLStatementCallback.idl
306 Modules/webdatabase/SQLStatementErrorCallback.idl
307 Modules/webdatabase/SQLTransaction.idl
308 Modules/webdatabase/SQLTransactionCallback.idl
309 Modules/webdatabase/SQLTransactionErrorCallback.idl
311 Modules/webdriver/NavigatorWebDriver.idl
313 Modules/websockets/CloseEvent.idl
314 Modules/websockets/WebSocket.idl
316 animation/Animatable.idl
317 animation/AnimationEffect.idl
318 animation/AnimationTimeline.idl
319 animation/DocumentAnimation.idl
320 animation/DocumentTimeline.idl
321 animation/KeyframeEffect.idl
322 animation/WebAnimation.idl
324 crypto/CryptoAlgorithmParameters.idl
326 crypto/CryptoKeyPair.idl
327 crypto/CryptoKeyUsage.idl
328 crypto/JsonWebKey.idl
329 crypto/RsaOtherPrimesInfo.idl
330 crypto/SubtleCrypto.idl
331 crypto/WebKitSubtleCrypto.idl
333 crypto/parameters/AesCbcParams.idl
334 crypto/parameters/AesKeyGenParams.idl
335 crypto/parameters/HmacKeyParams.idl
336 crypto/parameters/RsaHashedImportParams.idl
337 crypto/parameters/RsaHashedKeyGenParams.idl
338 crypto/parameters/RsaKeyGenParams.idl
339 crypto/parameters/RsaOaepParams.idl
341 css/CSSFontFaceLoadEvent.idl
342 css/CSSFontFaceRule.idl
343 css/CSSImportRule.idl
344 css/CSSKeyframeRule.idl
345 css/CSSKeyframesRule.idl
347 css/CSSNamespaceRule.idl
349 css/CSSPrimitiveValue.idl
352 css/CSSStyleDeclaration.idl
354 css/CSSStyleSheet.idl
355 css/CSSSupportsRule.idl
356 css/CSSUnknownRule.idl
360 css/DOMCSSNamespace.idl
364 css/MediaQueryList.idl
365 css/MediaQueryListListener.idl
370 css/StyleSheetList.idl
371 css/WebKitCSSMatrix.idl
372 css/WebKitCSSRegionRule.idl
373 css/WebKitCSSTransformValue.idl
374 css/WebKitCSSViewportRule.idl
376 dom/AnimationEvent.idl
378 dom/BeforeLoadEvent.idl
379 dom/BeforeUnloadEvent.idl
381 dom/CharacterData.idl
384 dom/ClientRectList.idl
385 dom/ClipboardEvent.idl
387 dom/CompositionEvent.idl
388 dom/CustomElementRegistry.idl
390 dom/DOMCoreException.idl
392 dom/DOMImplementation.idl
393 dom/DOMNamedFlowCollection.idl
396 dom/DOMPointReadOnly.idl
399 dom/DOMRectReadOnly.idl
400 dom/DOMStringList.idl
403 dom/DataTransferItem.idl
404 dom/DataTransferItemList.idl
405 dom/DeviceMotionEvent.idl
406 dom/DeviceOrientationEvent.idl
408 dom/DocumentFragment.idl
409 dom/DocumentOrShadowRoot.idl
415 dom/EventModifierInit.idl
418 dom/GlobalEventHandlers.idl
419 dom/HashChangeEvent.idl
421 dom/KeyboardEvent.idl
422 dom/MessageChannel.idl
426 dom/MouseEventInit.idl
427 dom/MutationEvent.idl
428 dom/MutationObserver.idl
429 dom/MutationRecord.idl
435 dom/NonDocumentTypeChildNode.idl
436 dom/NonElementParentNode.idl
437 dom/OverflowEvent.idl
438 dom/PageTransitionEvent.idl
440 dom/PopStateEvent.idl
441 dom/ProcessingInstruction.idl
442 dom/ProgressEvent.idl
444 dom/RequestAnimationFrameCallback.idl
445 dom/SecurityPolicyViolationEvent.idl
447 dom/ShadowRootMode.idl
450 dom/StringCallback.idl
458 dom/TransitionEvent.idl
462 dom/WebKitAnimationEvent.idl
463 dom/WebKitNamedFlow.idl
464 dom/WebKitTransitionEvent.idl
469 fileapi/BlobLineEndings.idl
470 fileapi/BlobPropertyBag.idl
472 fileapi/FileError.idl
473 fileapi/FileException.idl
475 fileapi/FileReader.idl
476 fileapi/FileReaderSync.idl
479 html/DOMTokenList.idl
481 html/HTMLAllCollection.idl
482 html/HTMLAnchorElement.idl
483 html/HTMLAppletElement.idl
484 html/HTMLAreaElement.idl
485 html/HTMLAttachmentElement.idl
486 html/HTMLAudioElement.idl
487 html/HTMLBRElement.idl
488 html/HTMLBaseElement.idl
489 html/HTMLBodyElement.idl
490 html/HTMLButtonElement.idl
491 html/HTMLCanvasElement.idl
492 html/HTMLCollection.idl
493 html/HTMLDListElement.idl
494 html/HTMLDataElement.idl
495 html/HTMLDataListElement.idl
496 html/HTMLDetailsElement.idl
497 html/HTMLDirectoryElement.idl
498 html/HTMLDivElement.idl
499 html/HTMLDocument.idl
501 html/HTMLEmbedElement.idl
502 html/HTMLFieldSetElement.idl
503 html/HTMLFontElement.idl
504 html/HTMLFormControlsCollection.idl
505 html/HTMLFormElement.idl
506 html/HTMLFrameElement.idl
507 html/HTMLFrameSetElement.idl
508 html/HTMLHRElement.idl
509 html/HTMLHeadElement.idl
510 html/HTMLHeadingElement.idl
511 html/HTMLHtmlElement.idl
512 html/HTMLHyperlinkElementUtils.idl
513 html/HTMLIFrameElement.idl
514 html/HTMLImageElement.idl
515 html/HTMLInputElement.idl
516 html/HTMLKeygenElement.idl
517 html/HTMLLIElement.idl
518 html/HTMLLabelElement.idl
519 html/HTMLLegendElement.idl
520 html/HTMLLinkElement.idl
521 html/HTMLMapElement.idl
522 html/HTMLMarqueeElement.idl
523 html/HTMLMediaElement.idl
524 html/HTMLMenuElement.idl
525 html/HTMLMetaElement.idl
526 html/HTMLMeterElement.idl
527 html/HTMLModElement.idl
528 html/HTMLOListElement.idl
529 html/HTMLObjectElement.idl
530 html/HTMLOptGroupElement.idl
531 html/HTMLOptionElement.idl
532 html/HTMLOptionsCollection.idl
533 html/HTMLOutputElement.idl
534 html/HTMLParagraphElement.idl
535 html/HTMLParamElement.idl
536 html/HTMLPictureElement.idl
537 html/HTMLPreElement.idl
538 html/HTMLProgressElement.idl
539 html/HTMLQuoteElement.idl
540 html/HTMLScriptElement.idl
541 html/HTMLSelectElement.idl
542 html/HTMLSlotElement.idl
543 html/HTMLSourceElement.idl
544 html/HTMLSpanElement.idl
545 html/HTMLStyleElement.idl
546 html/HTMLTableCaptionElement.idl
547 html/HTMLTableCellElement.idl
548 html/HTMLTableColElement.idl
549 html/HTMLTableElement.idl
550 html/HTMLTableRowElement.idl
551 html/HTMLTableSectionElement.idl
552 html/HTMLTemplateElement.idl
553 html/HTMLTextAreaElement.idl
554 html/HTMLTimeElement.idl
555 html/HTMLTitleElement.idl
556 html/HTMLTrackElement.idl
557 html/HTMLUListElement.idl
558 html/HTMLUnknownElement.idl
559 html/HTMLVideoElement.idl
561 html/MediaController.idl
563 html/RadioNodeList.idl
566 html/URLSearchParams.idl
568 html/ValidityState.idl
569 html/VoidCallback.idl
571 html/canvas/CanvasGradient.idl
572 html/canvas/CanvasPath.idl
573 html/canvas/CanvasPattern.idl
574 html/canvas/CanvasProxy.idl
575 html/canvas/CanvasRenderingContext2D.idl
576 html/canvas/DOMPath.idl
578 inspector/CommandLineAPIHost.idl
579 inspector/InspectorFrontendHost.idl
581 loader/appcache/DOMApplicationCache.idl
585 page/DOMSelection.idl
588 page/GlobalCrypto.idl
590 page/IntersectionObserver.idl
591 page/IntersectionObserverCallback.idl
592 page/IntersectionObserverEntry.idl
595 page/NavigatorConcurrentHardware.idl
597 page/NavigatorLanguage.idl
598 page/NavigatorOnLine.idl
600 page/PerformanceEntry.idl
601 page/PerformanceMark.idl
602 page/PerformanceMeasure.idl
603 page/PerformanceNavigation.idl
604 page/PerformanceResourceTiming.idl
605 page/PerformanceTiming.idl
607 page/ScrollToOptions.idl
609 page/WindowEventHandlers.idl
610 page/WindowOrWorkerGlobalScope.idl
611 page/WorkerNavigator.idl
613 plugins/DOMMimeType.idl
614 plugins/DOMMimeTypeArray.idl
615 plugins/DOMPlugin.idl
616 plugins/DOMPluginArray.idl
619 storage/StorageEvent.idl
621 workers/AbstractWorker.idl
622 workers/DedicatedWorkerGlobalScope.idl
624 workers/WorkerGlobalScope.idl
625 workers/WorkerLocation.idl
628 xml/XMLHttpRequest.idl
629 xml/XMLHttpRequestEventTarget.idl
630 xml/XMLHttpRequestProgressEvent.idl
631 xml/XMLHttpRequestUpload.idl
632 xml/XMLSerializer.idl
633 xml/XPathEvaluator.idl
634 xml/XPathException.idl
635 xml/XPathExpression.idl
636 xml/XPathNSResolver.idl
638 xml/XSLTProcessor.idl
641 set(WebCore_SVG_IDL_FILES
643 svg/SVGAltGlyphDefElement.idl
644 svg/SVGAltGlyphElement.idl
645 svg/SVGAltGlyphItemElement.idl
647 svg/SVGAnimateColorElement.idl
648 svg/SVGAnimateElement.idl
649 svg/SVGAnimateMotionElement.idl
650 svg/SVGAnimateTransformElement.idl
651 svg/SVGAnimatedAngle.idl
652 svg/SVGAnimatedBoolean.idl
653 svg/SVGAnimatedEnumeration.idl
654 svg/SVGAnimatedInteger.idl
655 svg/SVGAnimatedLength.idl
656 svg/SVGAnimatedLengthList.idl
657 svg/SVGAnimatedNumber.idl
658 svg/SVGAnimatedNumberList.idl
659 svg/SVGAnimatedPreserveAspectRatio.idl
660 svg/SVGAnimatedRect.idl
661 svg/SVGAnimatedString.idl
662 svg/SVGAnimatedTransformList.idl
663 svg/SVGAnimationElement.idl
664 svg/SVGCircleElement.idl
665 svg/SVGClipPathElement.idl
667 svg/SVGComponentTransferFunctionElement.idl
668 svg/SVGCursorElement.idl
669 svg/SVGDefsElement.idl
670 svg/SVGDescElement.idl
673 svg/SVGEllipseElement.idl
675 svg/SVGExternalResourcesRequired.idl
676 svg/SVGFEBlendElement.idl
677 svg/SVGFEColorMatrixElement.idl
678 svg/SVGFEComponentTransferElement.idl
679 svg/SVGFECompositeElement.idl
680 svg/SVGFEConvolveMatrixElement.idl
681 svg/SVGFEDiffuseLightingElement.idl
682 svg/SVGFEDisplacementMapElement.idl
683 svg/SVGFEDistantLightElement.idl
684 svg/SVGFEDropShadowElement.idl
685 svg/SVGFEFloodElement.idl
686 svg/SVGFEFuncAElement.idl
687 svg/SVGFEFuncBElement.idl
688 svg/SVGFEFuncGElement.idl
689 svg/SVGFEFuncRElement.idl
690 svg/SVGFEGaussianBlurElement.idl
691 svg/SVGFEImageElement.idl
692 svg/SVGFEMergeElement.idl
693 svg/SVGFEMergeNodeElement.idl
694 svg/SVGFEMorphologyElement.idl
695 svg/SVGFEOffsetElement.idl
696 svg/SVGFEPointLightElement.idl
697 svg/SVGFESpecularLightingElement.idl
698 svg/SVGFESpotLightElement.idl
699 svg/SVGFETileElement.idl
700 svg/SVGFETurbulenceElement.idl
701 svg/SVGFilterElement.idl
702 svg/SVGFilterPrimitiveStandardAttributes.idl
703 svg/SVGFitToViewBox.idl
704 svg/SVGFontElement.idl
705 svg/SVGFontFaceElement.idl
706 svg/SVGFontFaceFormatElement.idl
707 svg/SVGFontFaceNameElement.idl
708 svg/SVGFontFaceSrcElement.idl
709 svg/SVGFontFaceUriElement.idl
710 svg/SVGForeignObjectElement.idl
712 svg/SVGGlyphElement.idl
713 svg/SVGGlyphRefElement.idl
714 svg/SVGGradientElement.idl
715 svg/SVGGraphicsElement.idl
716 svg/SVGHKernElement.idl
717 svg/SVGImageElement.idl
719 svg/SVGLengthList.idl
720 svg/SVGLineElement.idl
721 svg/SVGLinearGradientElement.idl
722 svg/SVGMPathElement.idl
723 svg/SVGMarkerElement.idl
724 svg/SVGMaskElement.idl
726 svg/SVGMetadataElement.idl
727 svg/SVGMissingGlyphElement.idl
729 svg/SVGNumberList.idl
731 svg/SVGPathElement.idl
733 svg/SVGPathSegArcAbs.idl
734 svg/SVGPathSegArcRel.idl
735 svg/SVGPathSegClosePath.idl
736 svg/SVGPathSegCurvetoCubicAbs.idl
737 svg/SVGPathSegCurvetoCubicRel.idl
738 svg/SVGPathSegCurvetoCubicSmoothAbs.idl
739 svg/SVGPathSegCurvetoCubicSmoothRel.idl
740 svg/SVGPathSegCurvetoQuadraticAbs.idl
741 svg/SVGPathSegCurvetoQuadraticRel.idl
742 svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl
743 svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
744 svg/SVGPathSegLinetoAbs.idl
745 svg/SVGPathSegLinetoHorizontalAbs.idl
746 svg/SVGPathSegLinetoHorizontalRel.idl
747 svg/SVGPathSegLinetoRel.idl
748 svg/SVGPathSegLinetoVerticalAbs.idl
749 svg/SVGPathSegLinetoVerticalRel.idl
750 svg/SVGPathSegList.idl
751 svg/SVGPathSegMovetoAbs.idl
752 svg/SVGPathSegMovetoRel.idl
753 svg/SVGPatternElement.idl
756 svg/SVGPolygonElement.idl
757 svg/SVGPolylineElement.idl
758 svg/SVGPreserveAspectRatio.idl
759 svg/SVGRadialGradientElement.idl
761 svg/SVGRectElement.idl
762 svg/SVGRenderingIntent.idl
763 svg/SVGSVGElement.idl
764 svg/SVGScriptElement.idl
765 svg/SVGSetElement.idl
766 svg/SVGStopElement.idl
767 svg/SVGStringList.idl
768 svg/SVGStyleElement.idl
769 svg/SVGSwitchElement.idl
770 svg/SVGSymbolElement.idl
771 svg/SVGTRefElement.idl
772 svg/SVGTSpanElement.idl
774 svg/SVGTextContentElement.idl
775 svg/SVGTextElement.idl
776 svg/SVGTextPathElement.idl
777 svg/SVGTextPositioningElement.idl
778 svg/SVGTitleElement.idl
780 svg/SVGTransformList.idl
781 svg/SVGURIReference.idl
783 svg/SVGUseElement.idl
784 svg/SVGVKernElement.idl
785 svg/SVGViewElement.idl
787 svg/SVGZoomAndPan.idl
791 if (WIN32 AND INTERNAL_BUILD)
792 set(JavaScriptCore_SCRIPTS_DIR "${CMAKE_BINARY_DIR}/../include/private/JavaScriptCore/Scripts")
794 set(JavaScriptCore_SCRIPTS_DIR "${DERIVED_SOURCES_DIR}/ForwardingHeaders/JavaScriptCore/Scripts")
798 Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.cpp
800 Modules/fetch/DOMWindowFetch.cpp
801 Modules/fetch/FetchBody.cpp
802 Modules/fetch/FetchBodyConsumer.cpp
803 Modules/fetch/FetchBodyOwner.cpp
804 Modules/fetch/FetchHeaders.cpp
805 Modules/fetch/FetchLoader.cpp
806 Modules/fetch/FetchRequest.cpp
807 Modules/fetch/FetchResponse.cpp
808 Modules/fetch/FetchResponseSource.cpp
809 Modules/fetch/WorkerGlobalScopeFetch.cpp
811 Modules/geolocation/Coordinates.cpp
812 Modules/geolocation/GeoNotifier.cpp
813 Modules/geolocation/Geolocation.cpp
814 Modules/geolocation/GeolocationController.cpp
815 Modules/geolocation/NavigatorGeolocation.cpp
817 Modules/indexeddb/DOMWindowIndexedDatabase.cpp
818 Modules/indexeddb/IDBCursor.cpp
819 Modules/indexeddb/IDBCursorWithValue.cpp
820 Modules/indexeddb/IDBDatabase.cpp
821 Modules/indexeddb/IDBDatabaseException.cpp
822 Modules/indexeddb/IDBDatabaseIdentifier.cpp
823 Modules/indexeddb/IDBEventDispatcher.cpp
824 Modules/indexeddb/IDBFactory.cpp
825 Modules/indexeddb/IDBGetAllResult.cpp
826 Modules/indexeddb/IDBGetResult.cpp
827 Modules/indexeddb/IDBIndex.cpp
828 Modules/indexeddb/IDBKey.cpp
829 Modules/indexeddb/IDBKeyData.cpp
830 Modules/indexeddb/IDBKeyPath.cpp
831 Modules/indexeddb/IDBKeyRange.cpp
832 Modules/indexeddb/IDBKeyRangeData.cpp
833 Modules/indexeddb/IDBObjectStore.cpp
834 Modules/indexeddb/IDBOpenDBRequest.cpp
835 Modules/indexeddb/IDBRequest.cpp
836 Modules/indexeddb/IDBRequestCompletionEvent.cpp
837 Modules/indexeddb/IDBTransaction.cpp
838 Modules/indexeddb/IDBValue.cpp
839 Modules/indexeddb/IDBVersionChangeEvent.cpp
840 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
842 Modules/indexeddb/client/IDBConnectionProxy.cpp
843 Modules/indexeddb/client/IDBConnectionToServer.cpp
844 Modules/indexeddb/client/TransactionOperation.cpp
846 Modules/indexeddb/server/IDBConnectionToClient.cpp
847 Modules/indexeddb/server/IDBSerialization.cpp
848 Modules/indexeddb/server/IDBServer.cpp
849 Modules/indexeddb/server/IndexValueEntry.cpp
850 Modules/indexeddb/server/IndexValueStore.cpp
851 Modules/indexeddb/server/MemoryBackingStoreTransaction.cpp
852 Modules/indexeddb/server/MemoryCursor.cpp
853 Modules/indexeddb/server/MemoryIDBBackingStore.cpp
854 Modules/indexeddb/server/MemoryIndex.cpp
855 Modules/indexeddb/server/MemoryIndexCursor.cpp
856 Modules/indexeddb/server/MemoryObjectStore.cpp
857 Modules/indexeddb/server/MemoryObjectStoreCursor.cpp
858 Modules/indexeddb/server/SQLiteIDBBackingStore.cpp
859 Modules/indexeddb/server/SQLiteIDBCursor.cpp
860 Modules/indexeddb/server/SQLiteIDBTransaction.cpp
861 Modules/indexeddb/server/ServerOpenDBRequest.cpp
862 Modules/indexeddb/server/UniqueIDBDatabase.cpp
863 Modules/indexeddb/server/UniqueIDBDatabaseConnection.cpp
864 Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp
866 Modules/indexeddb/shared/IDBCursorInfo.cpp
867 Modules/indexeddb/shared/IDBDatabaseInfo.cpp
868 Modules/indexeddb/shared/IDBError.cpp
869 Modules/indexeddb/shared/IDBGetAllRecordsData.cpp
870 Modules/indexeddb/shared/IDBGetRecordData.cpp
871 Modules/indexeddb/shared/IDBIndexInfo.cpp
872 Modules/indexeddb/shared/IDBIterateCursorData.cpp
873 Modules/indexeddb/shared/IDBObjectStoreInfo.cpp
874 Modules/indexeddb/shared/IDBRequestData.cpp
875 Modules/indexeddb/shared/IDBResourceIdentifier.cpp
876 Modules/indexeddb/shared/IDBResultData.cpp
877 Modules/indexeddb/shared/IDBTransactionInfo.cpp
878 Modules/indexeddb/shared/InProcessIDBServer.cpp
879 Modules/indexeddb/shared/IndexKey.cpp
881 Modules/mediacontrols/MediaControlsHost.cpp
883 Modules/mediasession/HTMLMediaElementMediaSession.cpp
884 Modules/mediasession/MediaRemoteControls.cpp
885 Modules/mediasession/MediaSession.cpp
887 Modules/mediasource/DOMURLMediaSource.cpp
888 Modules/mediasource/MediaSource.cpp
889 Modules/mediasource/MediaSourceRegistry.cpp
890 Modules/mediasource/SampleMap.cpp
891 Modules/mediasource/SourceBuffer.cpp
892 Modules/mediasource/SourceBufferList.cpp
893 Modules/mediasource/VideoPlaybackQuality.cpp
895 Modules/mediastream/DOMURLMediaStream.cpp
896 Modules/mediastream/HTMLMediaElementMediaStream.cpp
897 Modules/mediastream/MediaConstraintsImpl.cpp
898 Modules/mediastream/MediaDeviceInfo.cpp
899 Modules/mediastream/MediaDevices.cpp
900 Modules/mediastream/MediaDevicesEnumerationRequest.cpp
901 Modules/mediastream/MediaDevicesRequest.cpp
902 Modules/mediastream/MediaEndpointPeerConnection.cpp
903 Modules/mediastream/MediaEndpointSessionDescription.cpp
904 Modules/mediastream/MediaSourceSettings.cpp
905 Modules/mediastream/MediaStream.cpp
906 Modules/mediastream/MediaStreamEvent.cpp
907 Modules/mediastream/MediaStreamRegistry.cpp
908 Modules/mediastream/MediaStreamTrack.cpp
909 Modules/mediastream/MediaStreamTrackEvent.cpp
910 Modules/mediastream/NavigatorMediaDevices.cpp
911 Modules/mediastream/PeerConnectionBackend.cpp
912 Modules/mediastream/RTCConfiguration.cpp
913 Modules/mediastream/RTCDTMFSender.cpp
914 Modules/mediastream/RTCDTMFToneChangeEvent.cpp
915 Modules/mediastream/RTCDataChannel.cpp
916 Modules/mediastream/RTCDataChannelEvent.cpp
917 Modules/mediastream/RTCIceCandidate.cpp
918 Modules/mediastream/RTCIceCandidateEvent.cpp
919 Modules/mediastream/RTCPeerConnection.cpp
920 Modules/mediastream/RTCRtpReceiver.cpp
921 Modules/mediastream/RTCRtpSender.cpp
922 Modules/mediastream/RTCRtpTransceiver.cpp
923 Modules/mediastream/RTCSessionDescription.cpp
924 Modules/mediastream/RTCStatsReport.cpp
925 Modules/mediastream/RTCStatsResponse.cpp
926 Modules/mediastream/RTCTrackEvent.cpp
927 Modules/mediastream/SDPProcessor.cpp
928 Modules/mediastream/UserMediaController.cpp
929 Modules/mediastream/UserMediaRequest.cpp
931 Modules/navigatorcontentutils/NavigatorContentUtils.cpp
933 Modules/notifications/DOMWindowNotifications.cpp
934 Modules/notifications/Notification.cpp
935 Modules/notifications/NotificationCenter.cpp
936 Modules/notifications/NotificationController.cpp
937 Modules/notifications/WorkerGlobalScopeNotifications.cpp
939 Modules/proximity/DeviceProximityController.cpp
940 Modules/proximity/DeviceProximityEvent.cpp
942 Modules/speech/DOMWindowSpeechSynthesis.cpp
943 Modules/speech/SpeechSynthesis.cpp
944 Modules/speech/SpeechSynthesisEvent.cpp
945 Modules/speech/SpeechSynthesisUtterance.cpp
946 Modules/speech/SpeechSynthesisVoice.cpp
948 Modules/vibration/NavigatorVibration.cpp
949 Modules/vibration/Vibration.cpp
951 Modules/webaudio/AnalyserNode.cpp
952 Modules/webaudio/AsyncAudioDecoder.cpp
953 Modules/webaudio/AudioBasicInspectorNode.cpp
954 Modules/webaudio/AudioBasicProcessorNode.cpp
955 Modules/webaudio/AudioBuffer.cpp
956 Modules/webaudio/AudioBufferSourceNode.cpp
957 Modules/webaudio/AudioContext.cpp
958 Modules/webaudio/AudioDestinationNode.cpp
959 Modules/webaudio/AudioListener.cpp
960 Modules/webaudio/AudioNode.cpp
961 Modules/webaudio/AudioNodeInput.cpp
962 Modules/webaudio/AudioNodeOutput.cpp
963 Modules/webaudio/AudioParam.cpp
964 Modules/webaudio/AudioParamTimeline.cpp
965 Modules/webaudio/AudioProcessingEvent.cpp
966 Modules/webaudio/AudioScheduledSourceNode.cpp
967 Modules/webaudio/AudioSummingJunction.cpp
968 Modules/webaudio/BiquadDSPKernel.cpp
969 Modules/webaudio/BiquadFilterNode.cpp
970 Modules/webaudio/BiquadProcessor.cpp
971 Modules/webaudio/ChannelMergerNode.cpp
972 Modules/webaudio/ChannelSplitterNode.cpp
973 Modules/webaudio/ConvolverNode.cpp
974 Modules/webaudio/DefaultAudioDestinationNode.cpp
975 Modules/webaudio/DelayDSPKernel.cpp
976 Modules/webaudio/DelayNode.cpp
977 Modules/webaudio/DelayProcessor.cpp
978 Modules/webaudio/DynamicsCompressorNode.cpp
979 Modules/webaudio/GainNode.cpp
980 Modules/webaudio/MediaElementAudioSourceNode.cpp
981 Modules/webaudio/MediaStreamAudioDestinationNode.cpp
982 Modules/webaudio/MediaStreamAudioSource.cpp
983 Modules/webaudio/MediaStreamAudioSourceNode.cpp
984 Modules/webaudio/OfflineAudioCompletionEvent.cpp
985 Modules/webaudio/OfflineAudioContext.cpp
986 Modules/webaudio/OfflineAudioDestinationNode.cpp
987 Modules/webaudio/OscillatorNode.cpp
988 Modules/webaudio/PannerNode.cpp
989 Modules/webaudio/PeriodicWave.cpp
990 Modules/webaudio/RealtimeAnalyser.cpp
991 Modules/webaudio/ScriptProcessorNode.cpp
992 Modules/webaudio/WaveShaperDSPKernel.cpp
993 Modules/webaudio/WaveShaperNode.cpp
994 Modules/webaudio/WaveShaperProcessor.cpp
996 Modules/webdatabase/ChangeVersionWrapper.cpp
997 Modules/webdatabase/DOMWindowWebDatabase.cpp
998 Modules/webdatabase/Database.cpp
999 Modules/webdatabase/DatabaseAuthorizer.cpp
1000 Modules/webdatabase/DatabaseContext.cpp
1001 Modules/webdatabase/DatabaseManager.cpp
1002 Modules/webdatabase/DatabaseTask.cpp
1003 Modules/webdatabase/DatabaseThread.cpp
1004 Modules/webdatabase/DatabaseTracker.cpp
1005 Modules/webdatabase/OriginLock.cpp
1006 Modules/webdatabase/SQLException.cpp
1007 Modules/webdatabase/SQLResultSet.cpp
1008 Modules/webdatabase/SQLResultSetRowList.cpp
1009 Modules/webdatabase/SQLStatement.cpp
1010 Modules/webdatabase/SQLTransaction.cpp
1011 Modules/webdatabase/SQLTransactionBackend.cpp
1012 Modules/webdatabase/SQLTransactionCoordinator.cpp
1013 Modules/webdatabase/SQLTransactionStateMachine.cpp
1015 Modules/webdriver/NavigatorWebDriver.cpp
1017 Modules/websockets/ThreadableWebSocketChannel.cpp
1018 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
1019 Modules/websockets/WebSocket.cpp
1020 Modules/websockets/WebSocketChannel.cpp
1021 Modules/websockets/WebSocketDeflateFramer.cpp
1022 Modules/websockets/WebSocketDeflater.cpp
1023 Modules/websockets/WebSocketExtensionDispatcher.cpp
1024 Modules/websockets/WebSocketExtensionParser.cpp
1025 Modules/websockets/WebSocketFrame.cpp
1026 Modules/websockets/WebSocketHandshake.cpp
1027 Modules/websockets/WorkerThreadableWebSocketChannel.cpp
1029 accessibility/AXObjectCache.cpp
1030 accessibility/AccessibilityARIAGrid.cpp
1031 accessibility/AccessibilityARIAGridCell.cpp
1032 accessibility/AccessibilityARIAGridRow.cpp
1033 accessibility/AccessibilityAttachment.cpp
1034 accessibility/AccessibilityImageMapLink.cpp
1035 accessibility/AccessibilityLabel.cpp
1036 accessibility/AccessibilityList.cpp
1037 accessibility/AccessibilityListBox.cpp
1038 accessibility/AccessibilityListBoxOption.cpp
1039 accessibility/AccessibilityMathMLElement.cpp
1040 accessibility/AccessibilityMediaControls.cpp
1041 accessibility/AccessibilityMenuList.cpp
1042 accessibility/AccessibilityMenuListOption.cpp
1043 accessibility/AccessibilityMenuListPopup.cpp
1044 accessibility/AccessibilityMockObject.cpp
1045 accessibility/AccessibilityNodeObject.cpp
1046 accessibility/AccessibilityObject.cpp
1047 accessibility/AccessibilityProgressIndicator.cpp
1048 accessibility/AccessibilityRenderObject.cpp
1049 accessibility/AccessibilitySVGElement.cpp
1050 accessibility/AccessibilitySVGRoot.cpp
1051 accessibility/AccessibilityScrollView.cpp
1052 accessibility/AccessibilityScrollbar.cpp
1053 accessibility/AccessibilitySlider.cpp
1054 accessibility/AccessibilitySpinButton.cpp
1055 accessibility/AccessibilityTable.cpp
1056 accessibility/AccessibilityTableCell.cpp
1057 accessibility/AccessibilityTableColumn.cpp
1058 accessibility/AccessibilityTableHeaderContainer.cpp
1059 accessibility/AccessibilityTableRow.cpp
1060 accessibility/AccessibilityTree.cpp
1061 accessibility/AccessibilityTreeItem.cpp
1063 animation/AnimationEffect.cpp
1064 animation/AnimationTimeline.cpp
1065 animation/DocumentAnimation.cpp
1066 animation/DocumentTimeline.cpp
1067 animation/KeyframeEffect.cpp
1068 animation/WebAnimation.cpp
1070 bindings/generic/ActiveDOMCallback.cpp
1071 bindings/generic/RuntimeEnabledFeatures.cpp
1073 bindings/js/ArrayValue.cpp
1074 bindings/js/CachedModuleScript.cpp
1075 bindings/js/CachedModuleScriptLoader.cpp
1076 bindings/js/CallbackFunction.cpp
1077 bindings/js/DOMWrapperWorld.cpp
1078 bindings/js/Dictionary.cpp
1079 bindings/js/GCController.cpp
1080 bindings/js/IDBBindingUtilities.cpp
1081 bindings/js/JSAnimationTimelineCustom.cpp
1082 bindings/js/JSAttrCustom.cpp
1083 bindings/js/JSAudioTrackCustom.cpp
1084 bindings/js/JSAudioTrackListCustom.cpp
1085 bindings/js/JSBlobCustom.cpp
1086 bindings/js/JSCSSRuleCustom.cpp
1087 bindings/js/JSCSSRuleListCustom.cpp
1088 bindings/js/JSCSSStyleDeclarationCustom.cpp
1089 bindings/js/JSDOMIterator.cpp
1090 bindings/js/JSFontFaceCustom.cpp
1091 bindings/js/JSFontFaceSetCustom.cpp
1092 bindings/js/JSCSSValueCustom.cpp
1093 bindings/js/JSCallbackData.cpp
1094 bindings/js/JSCanvasRenderingContext2DCustom.cpp
1095 bindings/js/JSCommandLineAPIHostCustom.cpp
1096 bindings/js/JSCryptoAlgorithmBuilder.cpp
1097 bindings/js/JSCryptoAlgorithmDictionary.cpp
1098 bindings/js/JSCryptoCustom.cpp
1099 bindings/js/JSCryptoKeyCustom.cpp
1100 bindings/js/JSCryptoKeySerializationJWK.cpp
1101 bindings/js/JSCryptoOperationData.cpp
1102 bindings/js/JSCustomElementInterface.cpp
1103 bindings/js/JSCustomElementRegistryCustom.cpp
1104 bindings/js/JSCustomEventCustom.cpp
1105 bindings/js/JSCustomSQLStatementErrorCallback.cpp
1106 bindings/js/JSCustomXPathNSResolver.cpp
1107 bindings/js/JSDOMBinding.cpp
1108 bindings/js/JSDOMGlobalObject.cpp
1109 bindings/js/JSDOMGlobalObjectTask.cpp
1110 bindings/js/JSDOMMimeTypeArrayCustom.cpp
1111 bindings/js/JSDOMNamedFlowCollectionCustom.cpp
1112 bindings/js/JSDOMPluginArrayCustom.cpp
1113 bindings/js/JSDOMPluginCustom.cpp
1114 bindings/js/JSDOMPromise.cpp
1115 bindings/js/JSDOMStringMapCustom.cpp
1116 bindings/js/JSDOMWindowBase.cpp
1117 bindings/js/JSDOMWindowCustom.cpp
1118 bindings/js/JSDOMWindowProperties.cpp
1119 bindings/js/JSDOMWindowShell.cpp
1120 bindings/js/JSDOMWrapper.cpp
1121 bindings/js/JSDataCueCustom.cpp
1122 bindings/js/JSDataTransferCustom.cpp
1123 bindings/js/JSDeviceMotionEventCustom.cpp
1124 bindings/js/JSDeviceOrientationEventCustom.cpp
1125 bindings/js/JSDictionary.cpp
1126 bindings/js/JSDocumentCustom.cpp
1127 bindings/js/JSDocumentFragmentCustom.cpp
1128 bindings/js/JSElementCustom.cpp
1129 bindings/js/JSErrorEventCustom.cpp
1130 bindings/js/JSErrorHandler.cpp
1131 bindings/js/JSEventCustom.cpp
1132 bindings/js/JSEventListener.cpp
1133 bindings/js/JSEventTargetCustom.cpp
1134 bindings/js/JSExceptionBase.cpp
1135 bindings/js/JSFileReaderCustom.cpp
1136 bindings/js/JSGeolocationCustom.cpp
1137 bindings/js/JSHTMLAllCollectionCustom.cpp
1138 bindings/js/JSHTMLAppletElementCustom.cpp
1139 bindings/js/JSHTMLCanvasElementCustom.cpp
1140 bindings/js/JSHTMLCollectionCustom.cpp
1141 bindings/js/JSHTMLDocumentCustom.cpp
1142 bindings/js/JSHTMLElementCustom.cpp
1143 bindings/js/JSHTMLEmbedElementCustom.cpp
1144 bindings/js/JSHTMLFormControlsCollectionCustom.cpp
1145 bindings/js/JSHTMLFormElementCustom.cpp
1146 bindings/js/JSHTMLFrameElementCustom.cpp
1147 bindings/js/JSHTMLFrameSetElementCustom.cpp
1148 bindings/js/JSHTMLInputElementCustom.cpp
1149 bindings/js/JSHTMLMediaElementCustom.cpp
1150 bindings/js/JSHTMLObjectElementCustom.cpp
1151 bindings/js/JSHTMLOptionsCollectionCustom.cpp
1152 bindings/js/JSHTMLSelectElementCustom.cpp
1153 bindings/js/JSHTMLTemplateElementCustom.cpp
1154 bindings/js/JSHistoryCustom.cpp
1155 bindings/js/JSIDBCursorCustom.cpp
1156 bindings/js/JSIDBCursorWithValueCustom.cpp
1157 bindings/js/JSIDBIndexCustom.cpp
1158 bindings/js/JSIDBObjectStoreCustom.cpp
1159 bindings/js/JSIDBRequestCustom.cpp
1160 bindings/js/JSIDBTransactionCustom.cpp
1161 bindings/js/JSImageConstructor.cpp
1162 bindings/js/JSImageDataCustom.cpp
1163 bindings/js/JSInspectorFrontendHostCustom.cpp
1164 bindings/js/JSLazyEventListener.cpp
1165 bindings/js/JSLocationCustom.cpp
1166 bindings/js/JSMainThreadExecState.cpp
1167 bindings/js/JSMediaDevicesCustom.cpp
1168 bindings/js/JSMediaKeySessionCustom.cpp
1169 bindings/js/JSMediaKeySystemAccessCustom.cpp
1170 bindings/js/JSMediaStreamTrackCustom.cpp
1171 bindings/js/JSMediaTrackSupportedConstraintsCustom.cpp
1172 bindings/js/JSMessageChannelCustom.cpp
1173 bindings/js/JSMessageEventCustom.cpp
1174 bindings/js/JSMessagePortCustom.cpp
1175 bindings/js/JSMutationCallback.cpp
1176 bindings/js/JSMutationObserverCustom.cpp
1177 bindings/js/JSNamedNodeMapCustom.cpp
1178 bindings/js/JSNodeCustom.cpp
1179 bindings/js/JSNodeFilterCustom.cpp
1180 bindings/js/JSNodeIteratorCustom.cpp
1181 bindings/js/JSNodeListCustom.cpp
1182 bindings/js/JSPerformanceEntryCustom.cpp
1183 bindings/js/JSPluginElementFunctions.cpp
1184 bindings/js/JSPopStateEventCustom.cpp
1185 bindings/js/JSReadableStreamPrivateConstructors.cpp
1186 bindings/js/JSReadableStreamSourceCustom.cpp
1187 bindings/js/JSRTCStatsResponseCustom.cpp
1188 bindings/js/JSSQLResultSetRowListCustom.cpp
1189 bindings/js/JSSQLTransactionCustom.cpp
1190 bindings/js/JSSVGPathSegCustom.cpp
1191 bindings/js/JSStorageCustom.cpp
1192 bindings/js/JSStyleSheetCustom.cpp
1193 bindings/js/JSStyleSheetListCustom.cpp
1194 bindings/js/JSSubtleCryptoCustom.cpp
1195 bindings/js/JSTextCustom.cpp
1196 bindings/js/JSTextTrackCueCustom.cpp
1197 bindings/js/JSTextTrackCustom.cpp
1198 bindings/js/JSTextTrackListCustom.cpp
1199 bindings/js/JSTrackCustom.cpp
1200 bindings/js/JSTrackEventCustom.cpp
1201 bindings/js/JSTreeWalkerCustom.cpp
1202 bindings/js/JSVideoTrackCustom.cpp
1203 bindings/js/JSVideoTrackListCustom.cpp
1204 bindings/js/JSWebGL2RenderingContextCustom.cpp
1205 bindings/js/JSWebGLRenderingContextBaseCustom.cpp
1206 bindings/js/JSWebGLRenderingContextCustom.cpp
1207 bindings/js/JSWebKitSubtleCryptoCustom.cpp
1208 bindings/js/JSWorkerCustom.cpp
1209 bindings/js/JSWorkerGlobalScopeBase.cpp
1210 bindings/js/JSWorkerGlobalScopeCustom.cpp
1211 bindings/js/JSXMLDocumentCustom.cpp
1212 bindings/js/JSXMLHttpRequestCustom.cpp
1213 bindings/js/JSXPathNSResolverCustom.cpp
1214 bindings/js/JSXPathResultCustom.cpp
1215 bindings/js/JSXSLTProcessorCustom.cpp
1216 bindings/js/ReadableStreamDefaultController.cpp
1217 bindings/js/ScheduledAction.cpp
1218 bindings/js/ScriptCachedFrameData.cpp
1219 bindings/js/ScriptController.cpp
1220 bindings/js/ScriptGlobalObject.cpp
1221 bindings/js/ScriptModuleLoader.cpp
1222 bindings/js/ScriptState.cpp
1223 bindings/js/StructuredClone.cpp
1224 bindings/js/SerializedScriptValue.cpp
1225 bindings/js/WebCoreTypedArrayController.cpp
1226 bindings/js/WorkerScriptController.cpp
1228 bridge/IdentifierRep.cpp
1229 bridge/NP_jsobject.cpp
1230 bridge/npruntime.cpp
1231 bridge/runtime_array.cpp
1232 bridge/runtime_method.cpp
1233 bridge/runtime_object.cpp
1234 bridge/runtime_root.cpp
1236 bridge/c/CRuntimeObject.cpp
1237 bridge/c/c_class.cpp
1238 bridge/c/c_instance.cpp
1239 bridge/c/c_runtime.cpp
1240 bridge/c/c_utility.cpp
1242 bridge/jsc/BridgeJSC.cpp
1244 contentextensions/CombinedFiltersAlphabet.cpp
1245 contentextensions/CombinedURLFilters.cpp
1246 contentextensions/CompiledContentExtension.cpp
1247 contentextensions/ContentExtension.cpp
1248 contentextensions/ContentExtensionCompiler.cpp
1249 contentextensions/ContentExtensionError.cpp
1250 contentextensions/ContentExtensionParser.cpp
1251 contentextensions/ContentExtensionRule.cpp
1252 contentextensions/ContentExtensionStyleSheet.cpp
1253 contentextensions/ContentExtensionsBackend.cpp
1254 contentextensions/DFA.cpp
1255 contentextensions/DFABytecodeCompiler.cpp
1256 contentextensions/DFABytecodeInterpreter.cpp
1257 contentextensions/DFACombiner.cpp
1258 contentextensions/DFAMinimizer.cpp
1259 contentextensions/DFANode.cpp
1260 contentextensions/NFA.cpp
1261 contentextensions/NFAToDFA.cpp
1262 contentextensions/URLFilterParser.cpp
1264 css/BasicShapeFunctions.cpp
1265 css/CSSAspectRatioValue.cpp
1266 css/CSSBasicShapes.cpp
1267 css/CSSBorderImage.cpp
1268 css/CSSBorderImageSliceValue.cpp
1269 css/CSSCalculationValue.cpp
1270 css/CSSCanvasValue.cpp
1271 css/CSSComputedStyleDeclaration.cpp
1272 css/CSSContentDistributionValue.cpp
1273 css/CSSCrossfadeValue.cpp
1274 css/CSSCursorImageValue.cpp
1275 css/CSSCustomIdentValue.cpp
1276 css/CSSCustomPropertyValue.cpp
1277 css/CSSDefaultStyleSheets.cpp
1278 css/CSSFilterImageValue.cpp
1282 css/CSSFontFaceSet.cpp
1283 css/CSSFontFaceLoadEvent.cpp
1284 css/CSSFontFaceRule.cpp
1285 css/CSSFontFaceSource.cpp
1286 css/CSSFontFaceSrcValue.cpp
1287 css/CSSFontFeatureValue.cpp
1288 css/CSSFontSelector.cpp
1289 css/CSSFontValue.cpp
1290 css/CSSFontVariationValue.cpp
1291 css/CSSFunctionValue.cpp
1292 css/CSSGradientValue.cpp
1293 css/CSSGridAutoRepeatValue.cpp
1294 css/CSSGridLineNamesValue.cpp
1295 css/CSSGridTemplateAreasValue.cpp
1296 css/CSSGroupingRule.cpp
1297 css/CSSImageGeneratorValue.cpp
1298 css/CSSImageSetValue.cpp
1299 css/CSSImageValue.cpp
1300 css/CSSImportRule.cpp
1301 css/CSSInheritedValue.cpp
1302 css/CSSInitialValue.cpp
1303 css/CSSKeyframeRule.cpp
1304 css/CSSKeyframesRule.cpp
1305 css/CSSLineBoxContainValue.cpp
1307 css/CSSMediaRule.cpp
1308 css/CSSNamedImageValue.cpp
1309 css/CSSNamespaceRule.cpp
1311 css/CSSPendingSubstitutionValue.cpp
1312 css/CSSPrimitiveValue.cpp
1314 css/CSSPropertySourceData.cpp
1315 css/CSSReflectValue.cpp
1316 css/CSSRevertValue.cpp
1319 css/CSSSegmentedFontFace.cpp
1321 css/CSSSelectorList.cpp
1322 css/CSSShadowValue.cpp
1323 css/CSSStyleRule.cpp
1324 css/CSSStyleSheet.cpp
1325 css/CSSSupportsRule.cpp
1326 css/CSSTimingFunctionValue.cpp
1327 css/CSSToLengthConversionData.cpp
1328 css/CSSToStyleMap.cpp
1329 css/CSSUnicodeRangeValue.cpp
1330 css/CSSUnsetValue.cpp
1332 css/CSSValueList.cpp
1333 css/CSSValuePool.cpp
1334 css/CSSVariableData.cpp
1335 css/CSSVariableReferenceValue.cpp
1336 css/DOMCSSNamespace.cpp
1337 css/DocumentRuleSets.cpp
1338 css/ElementRuleCollector.cpp
1339 css/FontVariantBuilder.cpp
1340 css/InspectorCSSOMWrappers.cpp
1341 css/LengthFunctions.cpp
1342 css/MediaFeatureNames.cpp
1345 css/MediaQueryEvaluator.cpp
1346 css/MediaQueryExp.cpp
1347 css/MediaQueryList.cpp
1348 css/MediaQueryMatcher.cpp
1349 css/PageRuleCollector.cpp
1350 css/PropertySetCSSStyleDeclaration.cpp
1354 css/SVGCSSComputedStyleDeclaration.cpp
1355 css/SelectorChecker.cpp
1356 css/SelectorFilter.cpp
1358 css/StyleInvalidationAnalysis.cpp
1360 css/StyleProperties.cpp
1361 css/StylePropertyShorthand.cpp
1362 css/StyleResolver.cpp
1364 css/StyleRuleImport.cpp
1366 css/StyleSheetContents.cpp
1367 css/StyleSheetList.cpp
1368 css/TransformFunctions.cpp
1369 css/ViewportStyleResolver.cpp
1370 css/WebKitCSSMatrix.cpp
1371 css/WebKitCSSRegionRule.cpp
1372 css/WebKitCSSTransformValue.cpp
1373 css/WebKitCSSViewportRule.cpp
1375 css/parser/CSSAtRuleID.cpp
1376 css/parser/CSSParser.cpp
1377 css/parser/CSSParserFastPaths.cpp
1378 css/parser/CSSParserIdioms.cpp
1379 css/parser/CSSParserImpl.cpp
1380 css/parser/CSSParserObserverWrapper.cpp
1381 css/parser/CSSParserToken.cpp
1382 css/parser/CSSParserTokenRange.cpp
1383 css/parser/CSSParserValues.cpp
1384 css/parser/CSSPropertyParser.cpp
1385 css/parser/CSSPropertyParserHelpers.cpp
1386 css/parser/CSSSelectorParser.cpp
1387 css/parser/CSSSupportsParser.cpp
1388 css/parser/CSSTokenizer.cpp
1389 css/parser/CSSTokenizerInputStream.cpp
1390 css/parser/CSSVariableParser.cpp
1391 css/parser/MediaQueryBlockWatcher.cpp
1392 css/parser/MediaQueryParser.cpp
1393 css/parser/SizesAttributeParser.cpp
1394 css/parser/SizesCalcParser.cpp
1396 cssjit/SelectorCompiler.cpp
1398 dom/ActiveDOMCallbackMicrotask.cpp
1399 dom/ActiveDOMObject.cpp
1400 dom/AnimationEvent.cpp
1402 dom/BeforeTextInsertedEvent.cpp
1403 dom/BeforeUnloadEvent.cpp
1404 dom/CDATASection.cpp
1405 dom/CharacterData.cpp
1406 dom/ChildListMutationScope.cpp
1407 dom/ChildNodeList.cpp
1408 dom/ClassCollection.cpp
1410 dom/ClientRectList.cpp
1411 dom/ClipboardEvent.cpp
1412 dom/CollectionIndexCache.cpp
1414 dom/ComposedTreeIterator.cpp
1415 dom/CompositionEvent.cpp
1416 dom/ContainerNode.cpp
1417 dom/ContainerNodeAlgorithms.cpp
1418 dom/ContextDestructionObserver.cpp
1419 dom/CustomElementReactionQueue.cpp
1420 dom/CustomElementRegistry.cpp
1422 dom/DOMCoreException.cpp
1424 dom/DOMImplementation.cpp
1425 dom/DOMNamedFlowCollection.cpp
1426 dom/DOMStringList.cpp
1427 dom/DataTransfer.cpp
1428 dom/DataTransferItem.cpp
1429 dom/DatasetDOMStringMap.cpp
1430 dom/DecodedDataDocumentParser.cpp
1431 dom/DeviceMotionController.cpp
1432 dom/DeviceMotionData.cpp
1433 dom/DeviceMotionEvent.cpp
1434 dom/DeviceOrientationController.cpp
1435 dom/DeviceOrientationData.cpp
1436 dom/DeviceOrientationEvent.cpp
1438 dom/DocumentEventQueue.cpp
1439 dom/DocumentFragment.cpp
1440 dom/DocumentMarker.cpp
1441 dom/DocumentMarkerController.cpp
1442 dom/DocumentOrderedMap.cpp
1443 dom/DocumentParser.cpp
1444 dom/DocumentSharedObjectPool.cpp
1445 dom/DocumentType.cpp
1448 dom/ElementRareData.cpp
1451 dom/EventContext.cpp
1452 dom/EventDispatcher.cpp
1453 dom/EventListenerMap.cpp
1457 dom/ExceptionBase.cpp
1458 dom/ExtensionStyleSheets.cpp
1460 dom/GenericEventQueue.cpp
1461 dom/IdTargetObserver.cpp
1462 dom/IdTargetObserverRegistry.cpp
1463 dom/InlineStyleSheetOwner.cpp
1465 dom/KeyboardEvent.cpp
1466 dom/LiveNodeList.cpp
1467 dom/LoadableClassicScript.cpp
1468 dom/LoadableModuleScript.cpp
1469 dom/LoadableScript.cpp
1470 dom/MessageChannel.cpp
1471 dom/MessageEvent.cpp
1475 dom/MouseRelatedEvent.cpp
1476 dom/MutationEvent.cpp
1477 dom/MutationObserver.cpp
1478 dom/MutationObserverInterestGroup.cpp
1479 dom/MutationObserverRegistration.cpp
1480 dom/MutationRecord.cpp
1481 dom/NameNodeList.cpp
1482 dom/NamedFlowCollection.cpp
1483 dom/NamedNodeMap.cpp
1484 dom/NativeNodeFilter.cpp
1486 dom/NodeFilterCondition.cpp
1487 dom/NodeIterator.cpp
1488 dom/NodeRareData.cpp
1489 dom/NodeTraversal.cpp
1490 dom/OverflowEvent.cpp
1491 dom/PageTransitionEvent.cpp
1492 dom/PendingScript.cpp
1493 dom/PopStateEvent.cpp
1495 dom/PositionIterator.cpp
1496 dom/ProcessingInstruction.cpp
1497 dom/ProgressEvent.cpp
1498 dom/PseudoElement.cpp
1499 dom/QualifiedName.cpp
1500 dom/RadioButtonGroups.cpp
1502 dom/ScopedEventQueue.cpp
1503 dom/ScriptElement.cpp
1504 dom/ScriptExecutionContext.cpp
1505 dom/ScriptRunner.cpp
1506 dom/ScriptableDocumentParser.cpp
1507 dom/ScriptedAnimationController.cpp
1508 dom/SecurityContext.cpp
1509 dom/SecurityOriginPolicy.cpp
1510 dom/SelectorQuery.cpp
1512 dom/SimulatedClick.cpp
1513 dom/SlotAssignment.cpp
1514 dom/SpaceSplitString.cpp
1515 dom/StaticNodeList.cpp
1517 dom/StringCallback.cpp
1518 dom/StyledElement.cpp
1519 dom/TagCollection.cpp
1524 dom/TextNodeTraversal.cpp
1528 dom/TransformSourceLibxslt.cpp
1529 dom/TransitionEvent.cpp
1532 dom/TreeScopeAdopter.cpp
1535 dom/UIEventWithKeyState.cpp
1536 dom/UserActionElementSet.cpp
1537 dom/UserGestureIndicator.cpp
1538 dom/UserTypingGestureIndicator.cpp
1539 dom/ViewportArguments.cpp
1540 dom/VisitedLinkState.cpp
1541 dom/WebKitAnimationEvent.cpp
1542 dom/WebKitNamedFlow.cpp
1543 dom/WebKitTransitionEvent.cpp
1546 dom/default/PlatformMessagePortChannel.cpp
1548 domjit/DOMJITHelpers.cpp
1549 domjit/JSDocumentDOMJIT.cpp
1550 domjit/JSNodeDOMJIT.cpp
1552 editing/AlternativeTextController.cpp
1553 editing/AppendNodeCommand.cpp
1554 editing/ApplyBlockElementCommand.cpp
1555 editing/ApplyStyleCommand.cpp
1556 editing/BreakBlockquoteCommand.cpp
1557 editing/CompositeEditCommand.cpp
1558 editing/CreateLinkCommand.cpp
1559 editing/DeleteFromTextNodeCommand.cpp
1560 editing/DeleteSelectionCommand.cpp
1561 editing/DictationAlternative.cpp
1562 editing/DictationCommand.cpp
1563 editing/EditCommand.cpp
1564 editing/EditingStyle.cpp
1566 editing/EditorCommand.cpp
1567 editing/FormatBlockCommand.cpp
1568 editing/FrameSelection.cpp
1569 editing/HTMLInterchange.cpp
1570 editing/IndentOutdentCommand.cpp
1571 editing/InsertIntoTextNodeCommand.cpp
1572 editing/InsertLineBreakCommand.cpp
1573 editing/InsertListCommand.cpp
1574 editing/InsertNodeBeforeCommand.cpp
1575 editing/InsertParagraphSeparatorCommand.cpp
1576 editing/InsertTextCommand.cpp
1577 editing/MarkupAccumulator.cpp
1578 editing/MergeIdenticalElementsCommand.cpp
1579 editing/ModifySelectionListLevel.cpp
1580 editing/MoveSelectionCommand.cpp
1581 editing/RemoveCSSPropertyCommand.cpp
1582 editing/RemoveFormatCommand.cpp
1583 editing/RemoveNodeCommand.cpp
1584 editing/RemoveNodePreservingChildrenCommand.cpp
1585 editing/RenderedPosition.cpp
1586 editing/ReplaceNodeWithSpanCommand.cpp
1587 editing/ReplaceRangeWithTextCommand.cpp
1588 editing/ReplaceSelectionCommand.cpp
1589 editing/SetNodeAttributeCommand.cpp
1590 editing/SetSelectionCommand.cpp
1591 editing/SimplifyMarkupCommand.cpp
1592 editing/SmartReplace.cpp
1593 editing/SpellChecker.cpp
1594 editing/SpellingCorrectionCommand.cpp
1595 editing/SplitElementCommand.cpp
1596 editing/SplitTextNodeCommand.cpp
1597 editing/SplitTextNodeContainingElementCommand.cpp
1598 editing/TextCheckingHelper.cpp
1599 editing/TextInsertionBaseCommand.cpp
1600 editing/TextIterator.cpp
1601 editing/TypingCommand.cpp
1602 editing/UnlinkCommand.cpp
1603 editing/VisiblePosition.cpp
1604 editing/VisibleSelection.cpp
1605 editing/VisibleUnits.cpp
1606 editing/WrapContentsInDummySpanCommand.cpp
1607 editing/htmlediting.cpp
1610 fileapi/AsyncFileStream.cpp
1612 fileapi/BlobBuilder.cpp
1615 fileapi/FileException.cpp
1616 fileapi/FileList.cpp
1617 fileapi/FileReader.cpp
1618 fileapi/FileReaderLoader.cpp
1619 fileapi/FileReaderSync.cpp
1620 fileapi/ThreadableBlobRegistry.cpp
1622 history/BackForwardController.cpp
1623 history/CachedFrame.cpp
1624 history/CachedPage.cpp
1625 history/HistoryItem.cpp
1626 history/PageCache.cpp
1629 html/BaseButtonInputType.cpp
1630 html/BaseCheckableInputType.cpp
1631 html/BaseChooserOnlyDateAndTimeInputType.cpp
1632 html/BaseClickableWithKeyInputType.cpp
1633 html/BaseDateAndTimeInputType.cpp
1634 html/BaseTextInputType.cpp
1635 html/ButtonInputType.cpp
1636 html/CheckboxInputType.cpp
1637 html/ColorInputType.cpp
1638 html/DOMFormData.cpp
1639 html/DOMTokenList.cpp
1641 html/DateInputType.cpp
1642 html/DateTimeInputType.cpp
1643 html/DateTimeLocalInputType.cpp
1644 html/EmailInputType.cpp
1645 html/FTPDirectoryDocument.cpp
1646 html/FileInputType.cpp
1647 html/FormAssociatedElement.cpp
1648 html/FormController.cpp
1649 html/FormDataList.cpp
1650 html/GenericCachedHTMLCollection.cpp
1651 html/HTMLAllCollection.cpp
1652 html/HTMLAnchorElement.cpp
1653 html/HTMLAppletElement.cpp
1654 html/HTMLAreaElement.cpp
1655 html/HTMLAttachmentElement.cpp
1656 html/HTMLAudioElement.cpp
1657 html/HTMLBRElement.cpp
1658 html/HTMLBaseElement.cpp
1659 html/HTMLBodyElement.cpp
1660 html/HTMLButtonElement.cpp
1661 html/HTMLCanvasElement.cpp
1662 html/HTMLCollection.cpp
1663 html/HTMLDListElement.cpp
1664 html/HTMLDataElement.cpp
1665 html/HTMLDataListElement.cpp
1666 html/HTMLDetailsElement.cpp
1667 html/HTMLDirectoryElement.cpp
1668 html/HTMLDivElement.cpp
1669 html/HTMLDocument.cpp
1670 html/HTMLElement.cpp
1671 html/HTMLEmbedElement.cpp
1672 html/HTMLFieldSetElement.cpp
1673 html/HTMLFontElement.cpp
1674 html/HTMLFormControlElement.cpp
1675 html/HTMLFormControlElementWithState.cpp
1676 html/HTMLFormControlsCollection.cpp
1677 html/HTMLFormElement.cpp
1678 html/HTMLFrameElement.cpp
1679 html/HTMLFrameElementBase.cpp
1680 html/HTMLFrameOwnerElement.cpp
1681 html/HTMLFrameSetElement.cpp
1682 html/HTMLHRElement.cpp
1683 html/HTMLHeadElement.cpp
1684 html/HTMLHeadingElement.cpp
1685 html/HTMLHtmlElement.cpp
1686 html/HTMLIFrameElement.cpp
1687 html/HTMLImageElement.cpp
1688 html/HTMLImageLoader.cpp
1689 html/HTMLInputElement.cpp
1690 html/HTMLKeygenElement.cpp
1691 html/HTMLLIElement.cpp
1692 html/HTMLLabelElement.cpp
1693 html/HTMLLegendElement.cpp
1694 html/HTMLLinkElement.cpp
1695 html/HTMLMapElement.cpp
1696 html/HTMLMarqueeElement.cpp
1697 html/HTMLMediaElement.cpp
1698 html/HTMLMenuElement.cpp
1699 html/HTMLMetaElement.cpp
1700 html/HTMLMeterElement.cpp
1701 html/HTMLModElement.cpp
1702 html/HTMLNameCollection.cpp
1703 html/HTMLOListElement.cpp
1704 html/HTMLObjectElement.cpp
1705 html/HTMLOptGroupElement.cpp
1706 html/HTMLOptionElement.cpp
1707 html/HTMLOptionsCollection.cpp
1708 html/HTMLOutputElement.cpp
1709 html/HTMLParagraphElement.cpp
1710 html/HTMLParamElement.cpp
1711 html/HTMLPictureElement.cpp
1712 html/HTMLPlugInElement.cpp
1713 html/HTMLPlugInImageElement.cpp
1714 html/HTMLPreElement.cpp
1715 html/HTMLProgressElement.cpp
1716 html/HTMLQuoteElement.cpp
1717 html/HTMLScriptElement.cpp
1718 html/HTMLSelectElement.cpp
1719 html/HTMLSlotElement.cpp
1720 html/HTMLSourceElement.cpp
1721 html/HTMLSpanElement.cpp
1722 html/HTMLStyleElement.cpp
1723 html/HTMLSummaryElement.cpp
1724 html/HTMLTableCaptionElement.cpp
1725 html/HTMLTableCellElement.cpp
1726 html/HTMLTableColElement.cpp
1727 html/HTMLTableElement.cpp
1728 html/HTMLTablePartElement.cpp
1729 html/HTMLTableRowElement.cpp
1730 html/HTMLTableRowsCollection.cpp
1731 html/HTMLTableSectionElement.cpp
1732 html/HTMLTemplateElement.cpp
1733 html/HTMLTextAreaElement.cpp
1734 html/HTMLTextFormControlElement.cpp
1735 html/HTMLTimeElement.cpp
1736 html/HTMLTitleElement.cpp
1737 html/HTMLTrackElement.cpp
1738 html/HTMLUListElement.cpp
1739 html/HTMLVideoElement.cpp
1740 html/HTMLWBRElement.cpp
1741 html/HiddenInputType.cpp
1743 html/ImageDocument.cpp
1744 html/ImageInputType.cpp
1746 html/InputTypeNames.cpp
1747 html/LabelableElement.cpp
1748 html/LabelsNodeList.cpp
1749 html/LinkIconCollector.cpp
1750 html/LinkRelAttribute.cpp
1751 html/MediaController.cpp
1752 html/MediaDocument.cpp
1753 html/MediaElementSession.cpp
1754 html/MediaFragmentURIParser.cpp
1755 html/MonthInputType.cpp
1756 html/NumberInputType.cpp
1757 html/PasswordInputType.cpp
1758 html/PluginDocument.cpp
1759 html/PublicURLManager.cpp
1760 html/RadioInputType.cpp
1761 html/RadioNodeList.cpp
1762 html/RangeInputType.cpp
1763 html/ResetInputType.cpp
1764 html/RubyElement.cpp
1765 html/RubyTextElement.cpp
1766 html/SearchInputType.cpp
1768 html/SubmitInputType.cpp
1769 html/TelephoneInputType.cpp
1770 html/TextDocument.cpp
1771 html/TextFieldInputType.cpp
1772 html/TextInputType.cpp
1773 html/TimeInputType.cpp
1776 html/URLInputType.cpp
1777 html/URLSearchParams.cpp
1778 html/ValidationMessage.cpp
1779 html/WeekInputType.cpp
1781 html/canvas/ANGLEInstancedArrays.cpp
1782 html/canvas/CanvasGradient.cpp
1783 html/canvas/CanvasPath.cpp
1784 html/canvas/CanvasPattern.cpp
1785 html/canvas/CanvasProxy.cpp
1786 html/canvas/CanvasRenderingContext.cpp
1787 html/canvas/CanvasRenderingContext2D.cpp
1788 html/canvas/CanvasStyle.cpp
1789 html/canvas/DOMPath.cpp
1790 html/canvas/EXTBlendMinMax.cpp
1791 html/canvas/EXTFragDepth.cpp
1792 html/canvas/EXTShaderTextureLOD.cpp
1793 html/canvas/EXTTextureFilterAnisotropic.cpp
1794 html/canvas/EXTsRGB.cpp
1795 html/canvas/OESElementIndexUint.cpp
1796 html/canvas/OESStandardDerivatives.cpp
1797 html/canvas/OESTextureFloat.cpp
1798 html/canvas/OESTextureFloatLinear.cpp
1799 html/canvas/OESTextureHalfFloat.cpp
1800 html/canvas/OESTextureHalfFloatLinear.cpp
1801 html/canvas/OESVertexArrayObject.cpp
1802 html/canvas/WebGL2RenderingContext.cpp
1803 html/canvas/WebGLBuffer.cpp
1804 html/canvas/WebGLCompressedTextureATC.cpp
1805 html/canvas/WebGLCompressedTexturePVRTC.cpp
1806 html/canvas/WebGLCompressedTextureS3TC.cpp
1807 html/canvas/WebGLContextEvent.cpp
1808 html/canvas/WebGLContextGroup.cpp
1809 html/canvas/WebGLContextObject.cpp
1810 html/canvas/WebGLDebugRendererInfo.cpp
1811 html/canvas/WebGLDebugShaders.cpp
1812 html/canvas/WebGLDepthTexture.cpp
1813 html/canvas/WebGLDrawBuffers.cpp
1814 html/canvas/WebGLExtension.cpp
1815 html/canvas/WebGLFramebuffer.cpp
1816 html/canvas/WebGLGetInfo.cpp
1817 html/canvas/WebGLLoseContext.cpp
1818 html/canvas/WebGLObject.cpp
1819 html/canvas/WebGLProgram.cpp
1820 html/canvas/WebGLQuery.cpp
1821 html/canvas/WebGLRenderbuffer.cpp
1822 html/canvas/WebGLRenderingContext.cpp
1823 html/canvas/WebGLRenderingContextBase.cpp
1824 html/canvas/WebGLSampler.cpp
1825 html/canvas/WebGLShader.cpp
1826 html/canvas/WebGLShaderPrecisionFormat.cpp
1827 html/canvas/WebGLSharedObject.cpp
1828 html/canvas/WebGLSync.cpp
1829 html/canvas/WebGLTexture.cpp
1830 html/canvas/WebGLTransformFeedback.cpp
1831 html/canvas/WebGLUniformLocation.cpp
1832 html/canvas/WebGLVertexArrayObject.cpp
1833 html/canvas/WebGLVertexArrayObjectBase.cpp
1834 html/canvas/WebGLVertexArrayObjectOES.cpp
1836 html/forms/FileIconLoader.cpp
1838 html/parser/CSSPreloadScanner.cpp
1839 html/parser/HTMLConstructionSite.cpp
1840 html/parser/HTMLDocumentParser.cpp
1841 html/parser/HTMLElementStack.cpp
1842 html/parser/HTMLEntityParser.cpp
1843 html/parser/HTMLEntitySearch.cpp
1844 html/parser/HTMLFormattingElementList.cpp
1845 html/parser/HTMLMetaCharsetParser.cpp
1846 html/parser/HTMLParserIdioms.cpp
1847 html/parser/HTMLParserOptions.cpp
1848 html/parser/HTMLParserScheduler.cpp
1849 html/parser/HTMLPreloadScanner.cpp
1850 html/parser/HTMLResourcePreloader.cpp
1851 html/parser/HTMLScriptRunner.cpp
1852 html/parser/HTMLSourceTracker.cpp
1853 html/parser/HTMLSrcsetParser.cpp
1854 html/parser/HTMLTokenizer.cpp
1855 html/parser/HTMLTreeBuilder.cpp
1856 html/parser/TextDocumentParser.cpp
1857 html/parser/XSSAuditor.cpp
1858 html/parser/XSSAuditorDelegate.cpp
1860 html/shadow/AutoFillButtonElement.cpp
1861 html/shadow/DetailsMarkerControl.cpp
1862 html/shadow/MediaControlElementTypes.cpp
1863 html/shadow/MediaControlElements.cpp
1864 html/shadow/MediaControls.cpp
1865 html/shadow/ProgressShadowElement.cpp
1866 html/shadow/SliderThumbElement.cpp
1867 html/shadow/SpinButtonElement.cpp
1868 html/shadow/TextControlInnerElements.cpp
1870 inspector/CommandLineAPIHost.cpp
1871 inspector/CommandLineAPIModule.cpp
1872 inspector/DOMEditor.cpp
1873 inspector/DOMPatchSupport.cpp
1874 inspector/InspectorApplicationCacheAgent.cpp
1875 inspector/InspectorCSSAgent.cpp
1876 inspector/InspectorClient.cpp
1877 inspector/InspectorController.cpp
1878 inspector/InspectorDOMAgent.cpp
1879 inspector/InspectorDOMDebuggerAgent.cpp
1880 inspector/InspectorDOMStorageAgent.cpp
1881 inspector/InspectorDatabaseAgent.cpp
1882 inspector/InspectorDatabaseResource.cpp
1883 inspector/InspectorFrontendClientLocal.cpp
1884 inspector/InspectorFrontendHost.cpp
1885 inspector/InspectorHistory.cpp
1886 inspector/InspectorIndexedDBAgent.cpp
1887 inspector/InspectorInstrumentation.cpp
1888 inspector/InspectorInstrumentationCookie.cpp
1889 inspector/InspectorLayerTreeAgent.cpp
1890 inspector/InspectorMemoryAgent.cpp
1891 inspector/InspectorNetworkAgent.cpp
1892 inspector/InspectorNodeFinder.cpp
1893 inspector/InspectorOverlay.cpp
1894 inspector/InspectorPageAgent.cpp
1895 inspector/InspectorStyleSheet.cpp
1896 inspector/InspectorTimelineAgent.cpp
1897 inspector/InspectorWorkerAgent.cpp
1898 inspector/InstrumentingAgents.cpp
1899 inspector/NetworkResourcesData.cpp
1900 inspector/PageConsoleAgent.cpp
1901 inspector/PageDebuggerAgent.cpp
1902 inspector/PageHeapAgent.cpp
1903 inspector/PageRuntimeAgent.cpp
1904 inspector/PageScriptDebugServer.cpp
1905 inspector/TimelineRecordFactory.cpp
1906 inspector/WebConsoleAgent.cpp
1907 inspector/WebDebuggerAgent.cpp
1908 inspector/WebInjectedScriptHost.cpp
1909 inspector/WebInjectedScriptManager.cpp
1910 inspector/WorkerConsoleAgent.cpp
1911 inspector/WorkerDebuggerAgent.cpp
1912 inspector/WorkerInspectorController.cpp
1913 inspector/WorkerRuntimeAgent.cpp
1914 inspector/WorkerScriptDebugServer.cpp
1916 loader/ContentFilter.cpp
1917 loader/CookieJar.cpp
1918 loader/CrossOriginAccessControl.cpp
1919 loader/CrossOriginPreflightChecker.cpp
1920 loader/CrossOriginPreflightResultCache.cpp
1921 loader/DocumentLoader.cpp
1922 loader/DocumentThreadableLoader.cpp
1923 loader/DocumentWriter.cpp
1924 loader/EmptyClients.cpp
1925 loader/FTPDirectoryParser.cpp
1926 loader/FormState.cpp
1927 loader/FormSubmission.cpp
1928 loader/FrameLoadRequest.cpp
1929 loader/FrameLoader.cpp
1930 loader/FrameLoaderStateMachine.cpp
1931 loader/HistoryController.cpp
1932 loader/ImageLoader.cpp
1933 loader/LinkLoader.cpp
1934 loader/LinkPreloadResourceClients.cpp
1935 loader/LoadTiming.cpp
1936 loader/LoaderStrategy.cpp
1937 loader/MediaResourceLoader.cpp
1938 loader/MixedContentChecker.cpp
1939 loader/NavigationAction.cpp
1940 loader/NavigationScheduler.cpp
1941 loader/NetscapePlugInStreamLoader.cpp
1942 loader/PingLoader.cpp
1943 loader/PolicyCallback.cpp
1944 loader/PolicyChecker.cpp
1945 loader/ProgressTracker.cpp
1946 loader/ResourceLoadNotifier.cpp
1947 loader/ResourceLoadObserver.cpp
1948 loader/ResourceLoadStatistics.cpp
1949 loader/ResourceLoadStatisticsStore.cpp
1950 loader/ResourceLoader.cpp
1951 loader/ResourceTimingInformation.cpp
1952 loader/SinkDocument.cpp
1953 loader/SubframeLoader.cpp
1954 loader/SubresourceLoader.cpp
1955 loader/TextResourceDecoder.cpp
1956 loader/TextTrackLoader.cpp
1957 loader/ThreadableLoader.cpp
1958 loader/WorkerThreadableLoader.cpp
1960 loader/appcache/ApplicationCache.cpp
1961 loader/appcache/ApplicationCacheGroup.cpp
1962 loader/appcache/ApplicationCacheHost.cpp
1963 loader/appcache/ApplicationCacheResource.cpp
1964 loader/appcache/ApplicationCacheStorage.cpp
1965 loader/appcache/DOMApplicationCache.cpp
1966 loader/appcache/ManifestParser.cpp
1968 loader/archive/Archive.cpp
1969 loader/archive/ArchiveFactory.cpp
1970 loader/archive/ArchiveResource.cpp
1971 loader/archive/ArchiveResourceCollection.cpp
1973 loader/archive/mhtml/MHTMLArchive.cpp
1974 loader/archive/mhtml/MHTMLParser.cpp
1976 loader/cache/CachedCSSStyleSheet.cpp
1977 loader/cache/CachedFont.cpp
1978 loader/cache/CachedImage.cpp
1979 loader/cache/CachedRawResource.cpp
1980 loader/cache/CachedResource.cpp
1981 loader/cache/CachedResourceHandle.cpp
1982 loader/cache/CachedResourceLoader.cpp
1983 loader/cache/CachedResourceRequest.cpp
1984 loader/cache/CachedResourceRequestInitiators.cpp
1985 loader/cache/CachedSVGDocument.cpp
1986 loader/cache/CachedSVGDocumentReference.cpp
1987 loader/cache/CachedSVGFont.cpp
1988 loader/cache/CachedScript.cpp
1989 loader/cache/CachedXSLStyleSheet.cpp
1990 loader/cache/MemoryCache.cpp
1992 loader/icon/IconController.cpp
1993 loader/icon/IconDatabase.cpp
1994 loader/icon/IconDatabaseBase.cpp
1995 loader/icon/IconLoader.cpp
1996 loader/icon/IconRecord.cpp
1997 loader/icon/PageURLRecord.cpp
1999 mathml/MathMLAnnotationElement.cpp
2000 mathml/MathMLElement.cpp
2001 mathml/MathMLFractionElement.cpp
2002 mathml/MathMLMathElement.cpp
2003 mathml/MathMLMencloseElement.cpp
2004 mathml/MathMLOperatorDictionary.cpp
2005 mathml/MathMLOperatorElement.cpp
2006 mathml/MathMLPaddedElement.cpp
2007 mathml/MathMLPresentationElement.cpp
2008 mathml/MathMLRowElement.cpp
2009 mathml/MathMLScriptsElement.cpp
2010 mathml/MathMLSelectElement.cpp
2011 mathml/MathMLSpaceElement.cpp
2012 mathml/MathMLTokenElement.cpp
2013 mathml/MathMLUnderOverElement.cpp
2015 page/AutoscrollController.cpp
2017 page/Base64Utilities.cpp
2018 page/CaptionUserPreferences.cpp
2020 page/ContextMenuContext.cpp
2021 page/ContextMenuController.cpp
2023 page/DOMSelection.cpp
2026 page/DOMWindowExtension.cpp
2027 page/DOMWindowProperty.cpp
2028 page/DatabaseProvider.cpp
2029 page/DebugPageOverlays.cpp
2030 page/DeviceController.cpp
2031 page/DiagnosticLoggingKeys.cpp
2032 page/DragController.cpp
2033 page/EventHandler.cpp
2034 page/EventSource.cpp
2035 page/FocusController.cpp
2037 page/FrameDestructionObserver.cpp
2038 page/FrameSnapshotting.cpp
2042 page/IntersectionObserver.cpp
2043 page/IntersectionObserverEntry.cpp
2046 page/MemoryRelease.cpp
2047 page/MouseEventWithHitTestResults.cpp
2049 page/NavigatorBase.cpp
2050 page/OriginAccessEntry.cpp
2052 page/PageConfiguration.cpp
2053 page/PageConsoleClient.cpp
2055 page/PageGroupLoadDeferrer.cpp
2056 page/PageOverlay.cpp
2057 page/PageOverlayController.cpp
2058 page/PageSerializer.cpp
2059 page/PageVisibilityState.cpp
2060 page/Performance.cpp
2061 page/PerformanceEntry.cpp
2062 page/PerformanceLogging.cpp
2063 page/PerformanceNavigation.cpp
2064 page/PerformanceResourceTiming.cpp
2065 page/PerformanceTiming.cpp
2066 page/PerformanceUserTiming.cpp
2067 page/PointerLockController.cpp
2068 page/PrintContext.cpp
2069 page/ResourceUsageData.cpp
2070 page/ResourceUsageOverlay.cpp
2071 page/ResourceUsageThread.cpp
2073 page/SecurityOrigin.cpp
2074 page/SecurityOriginData.cpp
2075 page/SecurityPolicy.cpp
2077 page/SocketProvider.cpp
2078 page/SpatialNavigation.cpp
2079 page/SuspendableTimer.cpp
2080 page/TextIndicator.cpp
2081 page/UserContentProvider.cpp
2082 page/UserContentController.cpp
2083 page/UserContentURLPattern.cpp
2084 page/VisitedLinkStore.cpp
2085 page/WheelEventDeltaFilter.cpp
2086 page/WheelEventTestTrigger.cpp
2087 page/WindowFeatures.cpp
2088 page/WindowFocusAllowedIndicator.cpp
2089 page/WorkerNavigator.cpp
2091 page/animation/AnimationBase.cpp
2092 page/animation/AnimationController.cpp
2093 page/animation/CSSPropertyAnimation.cpp
2094 page/animation/CompositeAnimation.cpp
2095 page/animation/ImplicitAnimation.cpp
2096 page/animation/KeyframeAnimation.cpp
2098 page/csp/ContentSecurityPolicy.cpp
2099 page/csp/ContentSecurityPolicyDirective.cpp
2100 page/csp/ContentSecurityPolicyDirectiveList.cpp
2101 page/csp/ContentSecurityPolicyDirectiveNames.cpp
2102 page/csp/ContentSecurityPolicyMediaListDirective.cpp
2103 page/csp/ContentSecurityPolicyResponseHeaders.cpp
2104 page/csp/ContentSecurityPolicySource.cpp
2105 page/csp/ContentSecurityPolicySourceList.cpp
2106 page/csp/ContentSecurityPolicySourceListDirective.cpp
2108 page/scrolling/AxisScrollSnapOffsets.cpp
2109 page/scrolling/ScrollLatchingState.cpp
2110 page/scrolling/ScrollingConstraints.cpp
2111 page/scrolling/ScrollingCoordinator.cpp
2112 page/scrolling/ScrollingStateFixedNode.cpp
2113 page/scrolling/ScrollingStateFrameScrollingNode.cpp
2114 page/scrolling/ScrollingStateNode.cpp
2115 page/scrolling/ScrollingStateOverflowScrollingNode.cpp
2116 page/scrolling/ScrollingStateScrollingNode.cpp
2117 page/scrolling/ScrollingStateStickyNode.cpp
2118 page/scrolling/ScrollingStateTree.cpp
2119 page/scrolling/ScrollingThread.cpp
2120 page/scrolling/ScrollingTree.cpp
2121 page/scrolling/ScrollingTreeFrameScrollingNode.cpp
2122 page/scrolling/ScrollingTreeNode.cpp
2123 page/scrolling/ScrollingTreeOverflowScrollingNode.cpp
2124 page/scrolling/ScrollingTreeScrollingNode.cpp
2125 page/scrolling/ThreadedScrollingTree.cpp
2127 platform/CalculationValue.cpp
2129 platform/ClockGeneric.cpp
2130 platform/ContentType.cpp
2131 platform/ContextMenu.cpp
2132 platform/ContextMenuItem.cpp
2134 platform/DateComponents.cpp
2135 platform/Decimal.cpp
2136 platform/DisplaySleepDisabler.cpp
2137 platform/DragData.cpp
2138 platform/DragImage.cpp
2139 platform/EventTrackingRegions.cpp
2140 platform/FileChooser.cpp
2141 platform/FileHandle.cpp
2142 platform/FileStream.cpp
2143 platform/FileSystem.cpp
2144 platform/GenericTaskQueue.cpp
2145 platform/Language.cpp
2147 platform/LengthBox.cpp
2148 platform/LengthPoint.cpp
2149 platform/LengthSize.cpp
2150 platform/LinkHash.cpp
2151 platform/Logging.cpp
2152 platform/MIMETypeRegistry.cpp
2153 platform/MainThreadSharedTimer.cpp
2154 platform/MemoryPressureHandler.cpp
2155 platform/NotImplemented.cpp
2156 platform/PlatformSpeechSynthesisUtterance.cpp
2157 platform/PlatformSpeechSynthesisVoice.cpp
2158 platform/PlatformSpeechSynthesizer.cpp
2159 platform/PlatformStrategies.cpp
2160 platform/RemoteCommandListener.cpp
2161 platform/SchemeRegistry.cpp
2162 platform/ScrollAnimator.cpp
2163 platform/ScrollView.cpp
2164 platform/ScrollableArea.cpp
2165 platform/Scrollbar.cpp
2166 platform/ScrollbarTheme.cpp
2167 platform/ScrollbarThemeComposite.cpp
2168 platform/SharedBuffer.cpp
2169 platform/SharedBufferChunkReader.cpp
2170 platform/StaticPasteboard.cpp
2171 platform/SystemSleepListener.cpp
2173 platform/ThreadGlobalData.cpp
2174 platform/ThreadTimers.cpp
2177 platform/URLParser.cpp
2179 platform/UserActivity.cpp
2180 platform/WebCoreCrossThreadCopier.cpp
2183 platform/animation/Animation.cpp
2184 platform/animation/AnimationList.cpp
2185 platform/animation/TimingFunction.cpp
2187 platform/audio/AudioBus.cpp
2188 platform/audio/AudioChannel.cpp
2189 platform/audio/AudioDSPKernelProcessor.cpp
2190 platform/audio/AudioFIFO.cpp
2191 platform/audio/AudioHardwareListener.cpp
2192 platform/audio/AudioPullFIFO.cpp
2193 platform/audio/AudioResampler.cpp
2194 platform/audio/AudioResamplerKernel.cpp
2195 platform/audio/AudioUtilities.cpp
2196 platform/audio/Biquad.cpp
2197 platform/audio/Cone.cpp
2198 platform/audio/DirectConvolver.cpp
2199 platform/audio/Distance.cpp
2200 platform/audio/DownSampler.cpp
2201 platform/audio/DynamicsCompressor.cpp
2202 platform/audio/DynamicsCompressorKernel.cpp
2203 platform/audio/EqualPowerPanner.cpp
2204 platform/audio/FFTConvolver.cpp
2205 platform/audio/FFTFrame.cpp
2206 platform/audio/HRTFDatabase.cpp
2207 platform/audio/HRTFDatabaseLoader.cpp
2208 platform/audio/HRTFElevation.cpp
2209 platform/audio/HRTFKernel.cpp
2210 platform/audio/HRTFPanner.cpp
2211 platform/audio/MultiChannelResampler.cpp
2212 platform/audio/Panner.cpp
2213 platform/audio/PlatformMediaSession.cpp
2214 platform/audio/PlatformMediaSessionManager.cpp
2215 platform/audio/Reverb.cpp
2216 platform/audio/ReverbAccumulationBuffer.cpp
2217 platform/audio/ReverbConvolver.cpp
2218 platform/audio/ReverbConvolverStage.cpp
2219 platform/audio/ReverbInputBuffer.cpp
2220 platform/audio/SincResampler.cpp
2221 platform/audio/UpSampler.cpp
2222 platform/audio/VectorMath.cpp
2223 platform/audio/ZeroPole.cpp
2225 platform/graphics/BitmapImage.cpp
2226 platform/graphics/Color.cpp
2227 platform/graphics/CrossfadeGeneratedImage.cpp
2228 platform/graphics/DisplayRefreshMonitorClient.cpp
2229 platform/graphics/ExtendedColor.cpp
2230 platform/graphics/FloatPoint.cpp
2231 platform/graphics/FloatPoint3D.cpp
2232 platform/graphics/FloatPolygon.cpp
2233 platform/graphics/FloatQuad.cpp
2234 platform/graphics/FloatRect.cpp
2235 platform/graphics/FloatRoundedRect.cpp
2236 platform/graphics/FloatSize.cpp
2237 platform/graphics/Font.cpp
2238 platform/graphics/FontCache.cpp
2239 platform/graphics/FontCascade.cpp
2240 platform/graphics/FontCascadeFonts.cpp
2241 platform/graphics/FontDescription.cpp
2242 platform/graphics/FontTaggedSettings.cpp
2243 platform/graphics/FontGenericFamilies.cpp
2244 platform/graphics/FontPlatformData.cpp
2245 platform/graphics/FontRanges.cpp
2246 platform/graphics/GeneratedImage.cpp
2247 platform/graphics/GeometryUtilities.cpp
2248 platform/graphics/Gradient.cpp
2249 platform/graphics/GradientImage.cpp
2250 platform/graphics/GraphicsContext.cpp
2251 platform/graphics/GraphicsLayer.cpp
2252 platform/graphics/GraphicsLayerTransform.cpp
2253 platform/graphics/GraphicsLayerUpdater.cpp
2254 platform/graphics/GraphicsTypes.cpp
2255 platform/graphics/ISOVTTCue.cpp
2256 platform/graphics/Image.cpp
2257 platform/graphics/ImageBuffer.cpp
2258 platform/graphics/ImageFrame.cpp
2259 platform/graphics/ImageFrameCache.cpp
2260 platform/graphics/ImageOrientation.cpp
2261 platform/graphics/ImageSource.cpp
2262 platform/graphics/IntPoint.cpp
2263 platform/graphics/IntRect.cpp
2264 platform/graphics/IntSize.cpp
2265 platform/graphics/LayoutPoint.cpp
2266 platform/graphics/LayoutRect.cpp
2267 platform/graphics/LayoutSize.cpp
2268 platform/graphics/MediaPlayer.cpp
2269 platform/graphics/NamedImageGeneratedImage.cpp
2270 platform/graphics/Path.cpp
2271 platform/graphics/PathTraversalState.cpp
2272 platform/graphics/PathUtilities.cpp
2273 platform/graphics/Pattern.cpp
2274 platform/graphics/PlatformTimeRanges.cpp
2275 platform/graphics/Region.cpp
2276 platform/graphics/RoundedRect.cpp
2277 platform/graphics/ShadowBlur.cpp
2278 platform/graphics/StringTruncator.cpp
2279 platform/graphics/SurrogatePairAwareTextIterator.cpp
2280 platform/graphics/TextRun.cpp
2281 platform/graphics/WOFFFileFormat.cpp
2282 platform/graphics/WidthIterator.cpp
2284 platform/graphics/cpu/arm/filters/FELightingNEON.cpp
2286 platform/graphics/displaylists/DisplayList.cpp
2287 platform/graphics/displaylists/DisplayListItems.cpp
2288 platform/graphics/displaylists/DisplayListRecorder.cpp
2289 platform/graphics/displaylists/DisplayListReplayer.cpp
2291 platform/graphics/filters/DistantLightSource.cpp
2292 platform/graphics/filters/FEBlend.cpp
2293 platform/graphics/filters/FEColorMatrix.cpp
2294 platform/graphics/filters/FEComponentTransfer.cpp
2295 platform/graphics/filters/FEComposite.cpp
2296 platform/graphics/filters/FEConvolveMatrix.cpp
2297 platform/graphics/filters/FEDiffuseLighting.cpp
2298 platform/graphics/filters/FEDisplacementMap.cpp
2299 platform/graphics/filters/FEDropShadow.cpp
2300 platform/graphics/filters/FEFlood.cpp
2301 platform/graphics/filters/FEGaussianBlur.cpp
2302 platform/graphics/filters/FELighting.cpp
2303 platform/graphics/filters/FEMerge.cpp
2304 platform/graphics/filters/FEMorphology.cpp
2305 platform/graphics/filters/FEOffset.cpp
2306 platform/graphics/filters/FESpecularLighting.cpp
2307 platform/graphics/filters/FETile.cpp
2308 platform/graphics/filters/FETurbulence.cpp
2309 platform/graphics/filters/FilterEffect.cpp
2310 platform/graphics/filters/FilterOperation.cpp
2311 platform/graphics/filters/FilterOperations.cpp
2312 platform/graphics/filters/PointLightSource.cpp
2313 platform/graphics/filters/SourceAlpha.cpp
2314 platform/graphics/filters/SourceGraphic.cpp
2315 platform/graphics/filters/SpotLightSource.cpp
2317 platform/graphics/opentype/OpenTypeMathData.cpp
2319 platform/graphics/transforms/AffineTransform.cpp
2320 platform/graphics/transforms/Matrix3DTransformOperation.cpp
2321 platform/graphics/transforms/MatrixTransformOperation.cpp
2322 platform/graphics/transforms/PerspectiveTransformOperation.cpp
2323 platform/graphics/transforms/RotateTransformOperation.cpp
2324 platform/graphics/transforms/ScaleTransformOperation.cpp
2325 platform/graphics/transforms/SkewTransformOperation.cpp
2326 platform/graphics/transforms/TransformOperation.cpp
2327 platform/graphics/transforms/TransformOperations.cpp
2328 platform/graphics/transforms/TransformState.cpp
2329 platform/graphics/transforms/TransformationMatrix.cpp
2330 platform/graphics/transforms/TranslateTransformOperation.cpp
2332 platform/mediastream/MediaConstraints.cpp
2333 platform/mediastream/MediaEndpointConfiguration.cpp
2334 platform/mediastream/MediaStreamPrivate.cpp
2335 platform/mediastream/MediaStreamTrackPrivate.cpp
2336 platform/mediastream/RealtimeMediaSourceSupportedConstraints.cpp
2337 platform/mediastream/RTCIceCandidateDescriptor.cpp
2338 platform/mediastream/RTCPeerConnectionHandler.cpp
2339 platform/mediastream/RTCSessionDescriptionDescriptor.cpp
2340 platform/mediastream/RealtimeMediaSource.cpp
2341 platform/mediastream/RealtimeMediaSourceCenter.cpp
2342 platform/mediastream/RealtimeMediaSourceSettings.cpp
2343 platform/mediastream/SDPProcessorScriptResource.cpp
2345 platform/mock/DeviceMotionClientMock.cpp
2346 platform/mock/DeviceOrientationClientMock.cpp
2347 platform/mock/GeolocationClientMock.cpp
2348 platform/mock/MockMediaEndpoint.cpp
2349 platform/mock/MockRealtimeAudioSource.cpp
2350 platform/mock/MockRealtimeMediaSource.cpp
2351 platform/mock/MockRealtimeMediaSourceCenter.cpp
2352 platform/mock/MockRealtimeVideoSource.cpp
2353 platform/mock/RTCDTMFSenderHandlerMock.cpp
2354 platform/mock/RTCDataChannelHandlerMock.cpp
2355 platform/mock/RTCNotifiersMock.cpp
2356 platform/mock/RTCPeerConnectionHandlerMock.cpp
2357 platform/mock/ScrollAnimatorMock.cpp
2358 platform/mock/ScrollbarThemeMock.cpp
2360 platform/network/AuthenticationChallengeBase.cpp
2361 platform/network/BlobData.cpp
2362 platform/network/BlobDataFileReference.cpp
2363 platform/network/BlobRegistry.cpp
2364 platform/network/BlobRegistryImpl.cpp
2365 platform/network/BlobResourceHandle.cpp
2366 platform/network/CacheValidation.cpp
2367 platform/network/CredentialBase.cpp
2368 platform/network/CredentialStorage.cpp
2369 platform/network/DNSResolveQueue.cpp
2370 platform/network/DataURLDecoder.cpp
2371 platform/network/FormData.cpp
2372 platform/network/FormDataBuilder.cpp
2373 platform/network/HTTPHeaderMap.cpp
2374 platform/network/HTTPHeaderValues.cpp
2375 platform/network/HTTPParsers.cpp
2376 platform/network/MIMEHeader.cpp
2377 platform/network/NetworkStateNotifier.cpp
2378 platform/network/NetworkStorageSession.cpp
2379 platform/network/ParsedContentRange.cpp
2380 platform/network/ParsedContentType.cpp
2381 platform/network/ProtectionSpaceBase.cpp
2382 platform/network/ProxyServer.cpp
2383 platform/network/ResourceErrorBase.cpp
2384 platform/network/ResourceHandle.cpp
2385 platform/network/ResourceHandleClient.cpp
2386 platform/network/ResourceRequestBase.cpp
2387 platform/network/ResourceResponseBase.cpp
2388 platform/network/SocketStreamHandle.cpp
2389 platform/network/SynchronousLoaderClient.cpp
2391 platform/sql/SQLValue.cpp
2392 platform/sql/SQLiteAuthorizer.cpp
2393 platform/sql/SQLiteDatabase.cpp
2394 platform/sql/SQLiteDatabaseTracker.cpp
2395 platform/sql/SQLiteFileSystem.cpp
2396 platform/sql/SQLiteStatement.cpp
2397 platform/sql/SQLiteTransaction.cpp
2399 platform/text/BidiContext.cpp
2400 platform/text/DateTimeFormat.cpp
2401 platform/text/LineEnding.cpp
2402 platform/text/LocaleToScriptMappingDefault.cpp
2403 platform/text/PlatformLocale.cpp
2404 platform/text/QuotedPrintable.cpp
2405 platform/text/SegmentedString.cpp
2406 platform/text/TextBoundaries.cpp
2407 platform/text/TextCodec.cpp
2408 platform/text/TextCodecICU.cpp
2409 platform/text/TextCodecLatin1.cpp
2410 platform/text/TextCodecReplacement.cpp
2411 platform/text/TextCodecUTF16.cpp
2412 platform/text/TextCodecUTF8.cpp
2413 platform/text/TextCodecUserDefined.cpp
2414 platform/text/TextEncoding.cpp
2415 platform/text/TextEncodingDetectorICU.cpp
2416 platform/text/TextEncodingRegistry.cpp
2417 platform/text/TextStream.cpp
2419 plugins/DOMMimeType.cpp
2420 plugins/DOMMimeTypeArray.cpp
2421 plugins/DOMPlugin.cpp
2422 plugins/DOMPluginArray.cpp
2423 plugins/PluginData.cpp
2424 plugins/PluginInfoProvider.cpp
2426 rendering/AutoTableLayout.cpp
2427 rendering/BidiRun.cpp
2428 rendering/BorderEdge.cpp
2429 rendering/BreakLines.cpp
2430 rendering/ClipRect.cpp
2431 rendering/CounterNode.cpp
2432 rendering/EllipsisBox.cpp
2433 rendering/FilterEffectRenderer.cpp
2434 rendering/FixedTableLayout.cpp
2435 rendering/FloatingObjects.cpp
2436 rendering/FlowThreadController.cpp
2437 rendering/HitTestLocation.cpp
2438 rendering/HitTestResult.cpp
2439 rendering/HitTestingTransformState.cpp
2440 rendering/ImageQualityController.cpp
2441 rendering/InlineBox.cpp
2442 rendering/InlineElementBox.cpp
2443 rendering/InlineFlowBox.cpp
2444 rendering/InlineIterator.cpp
2445 rendering/InlineTextBox.cpp
2446 rendering/LayoutRepainter.cpp
2447 rendering/LayoutState.cpp
2448 rendering/OrderIterator.cpp
2449 rendering/PointerEventsHitRules.cpp
2450 rendering/RenderAttachment.cpp
2451 rendering/RenderBlock.cpp
2452 rendering/RenderBlockFlow.cpp
2453 rendering/RenderBlockLineLayout.cpp
2454 rendering/RenderBox.cpp
2455 rendering/RenderBoxModelObject.cpp
2456 rendering/RenderButton.cpp
2457 rendering/RenderCombineText.cpp
2458 rendering/RenderCounter.cpp
2459 rendering/RenderDeprecatedFlexibleBox.cpp
2460 rendering/RenderDetailsMarker.cpp
2461 rendering/RenderElement.cpp
2462 rendering/RenderEmbeddedObject.cpp
2463 rendering/RenderFieldset.cpp
2464 rendering/RenderFileUploadControl.cpp
2465 rendering/RenderFlexibleBox.cpp
2466 rendering/RenderFlowThread.cpp
2467 rendering/RenderFrame.cpp
2468 rendering/RenderFrameBase.cpp
2469 rendering/RenderFrameSet.cpp
2470 rendering/RenderFullScreen.cpp
2471 rendering/RenderGeometryMap.cpp
2472 rendering/RenderGrid.cpp
2473 rendering/RenderHTMLCanvas.cpp
2474 rendering/RenderIFrame.cpp
2475 rendering/RenderImage.cpp
2476 rendering/RenderImageResource.cpp
2477 rendering/RenderImageResourceStyleImage.cpp
2478 rendering/RenderInline.cpp
2479 rendering/RenderLayer.cpp
2480 rendering/RenderLayerBacking.cpp
2481 rendering/RenderLayerCompositor.cpp
2482 rendering/RenderLayerFilterInfo.cpp
2483 rendering/RenderLayerModelObject.cpp
2484 rendering/RenderLineBoxList.cpp
2485 rendering/RenderLineBreak.cpp
2486 rendering/RenderListBox.cpp
2487 rendering/RenderListItem.cpp
2488 rendering/RenderListMarker.cpp
2489 rendering/RenderMarquee.cpp
2490 rendering/RenderMedia.cpp
2491 rendering/RenderMediaControlElements.cpp
2492 rendering/RenderMediaControls.cpp
2493 rendering/RenderMenuList.cpp
2494 rendering/RenderMeter.cpp
2495 rendering/RenderMultiColumnFlowThread.cpp
2496 rendering/RenderMultiColumnSet.cpp
2497 rendering/RenderMultiColumnSpannerPlaceholder.cpp
2498 rendering/RenderNamedFlowFragment.cpp
2499 rendering/RenderNamedFlowThread.cpp
2500 rendering/RenderObject.cpp
2501 rendering/RenderProgress.cpp
2502 rendering/RenderQuote.cpp
2503 rendering/RenderRegion.cpp
2504 rendering/RenderRegionSet.cpp
2505 rendering/RenderReplaced.cpp
2506 rendering/RenderReplica.cpp
2507 rendering/RenderRuby.cpp
2508 rendering/RenderRubyBase.cpp
2509 rendering/RenderRubyRun.cpp
2510 rendering/RenderRubyText.cpp
2511 rendering/RenderScrollbar.cpp
2512 rendering/RenderScrollbarPart.cpp
2513 rendering/RenderScrollbarTheme.cpp
2514 rendering/RenderSearchField.cpp
2515 rendering/RenderSelectionInfo.cpp
2516 rendering/RenderSlider.cpp
2517 rendering/RenderSnapshottedPlugIn.cpp
2518 rendering/RenderTable.cpp
2519 rendering/RenderTableCaption.cpp
2520 rendering/RenderTableCell.cpp
2521 rendering/RenderTableCol.cpp
2522 rendering/RenderTableRow.cpp
2523 rendering/RenderTableSection.cpp
2524 rendering/RenderText.cpp
2525 rendering/RenderTextControl.cpp
2526 rendering/RenderTextControlMultiLine.cpp
2527 rendering/RenderTextControlSingleLine.cpp
2528 rendering/RenderTextFragment.cpp
2529 rendering/RenderTextLineBoxes.cpp
2530 rendering/RenderTheme.cpp
2531 rendering/RenderTreeAsText.cpp
2532 rendering/RenderVTTCue.cpp
2533 rendering/RenderVideo.cpp
2534 rendering/RenderView.cpp
2535 rendering/RenderWidget.cpp
2536 rendering/RootInlineBox.cpp
2537 rendering/ScrollAlignment.cpp
2538 rendering/SelectionSubtreeRoot.cpp
2539 rendering/SimpleLineLayout.cpp
2540 rendering/SimpleLineLayoutFlowContents.cpp
2541 rendering/SimpleLineLayoutFunctions.cpp
2542 rendering/SimpleLineLayoutResolver.cpp
2543 rendering/SimpleLineLayoutTextFragmentIterator.cpp
2544 rendering/TextDecorationPainter.cpp
2545 rendering/TextPaintStyle.cpp
2546 rendering/TextPainter.cpp
2548 rendering/line/LineBreaker.cpp
2549 rendering/line/LineInfo.cpp
2550 rendering/line/LineWidth.cpp
2551 rendering/line/TrailingObjects.cpp
2553 rendering/mathml/MathMLStyle.cpp
2554 rendering/mathml/MathOperator.cpp
2555 rendering/mathml/RenderMathMLBlock.cpp
2556 rendering/mathml/RenderMathMLFenced.cpp
2557 rendering/mathml/RenderMathMLFencedOperator.cpp
2558 rendering/mathml/RenderMathMLFraction.cpp
2559 rendering/mathml/RenderMathMLMath.cpp
2560 rendering/mathml/RenderMathMLMenclose.cpp
2561 rendering/mathml/RenderMathMLOperator.cpp
2562 rendering/mathml/RenderMathMLPadded.cpp
2563 rendering/mathml/RenderMathMLRoot.cpp
2564 rendering/mathml/RenderMathMLRow.cpp
2565 rendering/mathml/RenderMathMLScripts.cpp
2566 rendering/mathml/RenderMathMLSpace.cpp
2567 rendering/mathml/RenderMathMLToken.cpp
2568 rendering/mathml/RenderMathMLUnderOver.cpp
2570 rendering/shapes/BoxShape.cpp
2571 rendering/shapes/PolygonShape.cpp
2572 rendering/shapes/RasterShape.cpp
2573 rendering/shapes/RectangleShape.cpp
2574 rendering/shapes/Shape.cpp
2575 rendering/shapes/ShapeOutsideInfo.cpp
2577 rendering/style/BasicShapes.cpp
2578 rendering/style/ContentData.cpp
2579 rendering/style/CounterDirectives.cpp
2580 rendering/style/FillLayer.cpp
2581 rendering/style/GridPositionsResolver.cpp
2582 rendering/style/KeyframeList.cpp
2583 rendering/style/NinePieceImage.cpp
2584 rendering/style/QuotesData.cpp
2585 rendering/style/RenderStyle.cpp
2586 rendering/style/RenderStyleConstants.cpp
2587 rendering/style/SVGRenderStyle.cpp
2588 rendering/style/SVGRenderStyleDefs.cpp
2589 rendering/style/ShadowData.cpp
2590 rendering/style/ShapeValue.cpp
2591 rendering/style/StyleBackgroundData.cpp
2592 rendering/style/StyleBoxData.cpp
2593 rendering/style/StyleCachedImage.cpp
2594 rendering/style/StyleDeprecatedFlexibleBoxData.cpp
2595 rendering/style/StyleFilterData.cpp
2596 rendering/style/StyleFlexibleBoxData.cpp
2597 rendering/style/StyleGeneratedImage.cpp
2598 rendering/style/StyleGridData.cpp
2599 rendering/style/StyleGridItemData.cpp
2600 rendering/style/StyleInheritedData.cpp
2601 rendering/style/StyleMarqueeData.cpp
2602 rendering/style/StyleMultiColData.cpp
2603 rendering/style/StyleRareInheritedData.cpp
2604 rendering/style/StyleRareNonInheritedData.cpp
2605 rendering/style/StyleScrollSnapPoints.cpp
2606 rendering/style/StyleSurroundData.cpp
2607 rendering/style/StyleTransformData.cpp
2608 rendering/style/StyleVisualData.cpp
2609 rendering/style/WillChangeData.cpp
2611 rendering/svg/RenderSVGBlock.cpp
2612 rendering/svg/RenderSVGContainer.cpp
2613 rendering/svg/RenderSVGEllipse.cpp
2614 rendering/svg/RenderSVGForeignObject.cpp
2615 rendering/svg/RenderSVGGradientStop.cpp
2616 rendering/svg/RenderSVGHiddenContainer.cpp
2617 rendering/svg/RenderSVGImage.cpp
2618 rendering/svg/RenderSVGInline.cpp
2619 rendering/svg/RenderSVGInlineText.cpp
2620 rendering/svg/RenderSVGModelObject.cpp
2621 rendering/svg/RenderSVGPath.cpp
2622 rendering/svg/RenderSVGRect.cpp
2623 rendering/svg/RenderSVGResource.cpp
2624 rendering/svg/RenderSVGResourceClipper.cpp
2625 rendering/svg/RenderSVGResourceContainer.cpp
2626 rendering/svg/RenderSVGResourceFilter.cpp
2627 rendering/svg/RenderSVGResourceFilterPrimitive.cpp
2628 rendering/svg/RenderSVGResourceGradient.cpp
2629 rendering/svg/RenderSVGResourceLinearGradient.cpp
2630 rendering/svg/RenderSVGResourceMarker.cpp
2631 rendering/svg/RenderSVGResourceMasker.cpp
2632 rendering/svg/RenderSVGResourcePattern.cpp
2633 rendering/svg/RenderSVGResourceRadialGradient.cpp
2634 rendering/svg/RenderSVGResourceSolidColor.cpp
2635 rendering/svg/RenderSVGRoot.cpp
2636 rendering/svg/RenderSVGShape.cpp
2637 rendering/svg/RenderSVGText.cpp
2638 rendering/svg/RenderSVGTextPath.cpp
2639 rendering/svg/RenderSVGTransformableContainer.cpp
2640 rendering/svg/RenderSVGViewportContainer.cpp
2641 rendering/svg/SVGInlineFlowBox.cpp
2642 rendering/svg/SVGInlineTextBox.cpp
2643 rendering/svg/SVGPathData.cpp
2644 rendering/svg/SVGRenderSupport.cpp
2645 rendering/svg/SVGRenderTreeAsText.cpp
2646 rendering/svg/SVGRenderingContext.cpp
2647 rendering/svg/SVGResources.cpp
2648 rendering/svg/SVGResourcesCache.cpp
2649 rendering/svg/SVGResourcesCycleSolver.cpp
2650 rendering/svg/SVGRootInlineBox.cpp
2651 rendering/svg/SVGTextChunk.cpp
2652 rendering/svg/SVGTextChunkBuilder.cpp
2653 rendering/svg/SVGTextLayoutAttributes.cpp
2654 rendering/svg/SVGTextLayoutAttributesBuilder.cpp
2655 rendering/svg/SVGTextLayoutEngine.cpp
2656 rendering/svg/SVGTextLayoutEngineBaseline.cpp
2657 rendering/svg/SVGTextLayoutEngineSpacing.cpp
2658 rendering/svg/SVGTextMetrics.cpp
2659 rendering/svg/SVGTextMetricsBuilder.cpp
2660 rendering/svg/SVGTextQuery.cpp
2662 replay/UserInputBridge.cpp
2665 storage/StorageEvent.cpp
2666 storage/StorageEventDispatcher.cpp
2667 storage/StorageMap.cpp
2668 storage/StorageNamespaceProvider.cpp
2670 style/AttributeChangeInvalidation.cpp
2671 style/ClassChangeInvalidation.cpp
2672 style/IdChangeInvalidation.cpp
2673 style/InlineTextBoxStyle.cpp
2674 style/RenderTreePosition.cpp
2675 style/RenderTreeUpdater.cpp
2676 style/StyleChange.cpp
2677 style/StyleFontSizeFunctions.cpp
2678 style/StylePendingResources.cpp
2679 style/StyleRelations.cpp
2680 style/StyleResolveForDocument.cpp
2681 style/StyleScope.cpp
2682 style/StyleSharingResolver.cpp
2683 style/StyleTreeResolver.cpp
2684 style/StyleUpdate.cpp
2687 svg/SVGAltGlyphDefElement.cpp
2688 svg/SVGAltGlyphElement.cpp
2689 svg/SVGAltGlyphItemElement.cpp
2690 svg/SVGAngleValue.cpp
2691 svg/SVGAnimateColorElement.cpp
2692 svg/SVGAnimateElement.cpp
2693 svg/SVGAnimateElementBase.cpp
2694 svg/SVGAnimateMotionElement.cpp
2695 svg/SVGAnimateTransformElement.cpp
2696 svg/SVGAnimatedAngle.cpp
2697 svg/SVGAnimatedBoolean.cpp
2698 svg/SVGAnimatedColor.cpp
2699 svg/SVGAnimatedEnumeration.cpp
2700 svg/SVGAnimatedInteger.cpp
2701 svg/SVGAnimatedIntegerOptionalInteger.cpp
2702 svg/SVGAnimatedLength.cpp
2703 svg/SVGAnimatedLengthList.cpp
2704 svg/SVGAnimatedNumber.cpp
2705 svg/SVGAnimatedNumberList.cpp
2706 svg/SVGAnimatedNumberOptionalNumber.cpp
2707 svg/SVGAnimatedPath.cpp
2708 svg/SVGAnimatedPointList.cpp
2709 svg/SVGAnimatedPreserveAspectRatio.cpp
2710 svg/SVGAnimatedRect.cpp
2711 svg/SVGAnimatedString.cpp
2712 svg/SVGAnimatedTransformList.cpp
2713 svg/SVGAnimatedType.cpp
2714 svg/SVGAnimatedTypeAnimator.cpp
2715 svg/SVGAnimationElement.cpp
2716 svg/SVGCircleElement.cpp
2717 svg/SVGClipPathElement.cpp
2719 svg/SVGComponentTransferFunctionElement.cpp
2720 svg/SVGCursorElement.cpp
2721 svg/SVGDefsElement.cpp
2722 svg/SVGDescElement.cpp
2724 svg/SVGDocumentExtensions.cpp
2726 svg/SVGEllipseElement.cpp
2727 svg/SVGException.cpp
2728 svg/SVGExternalResourcesRequired.cpp
2729 svg/SVGFEBlendElement.cpp
2730 svg/SVGFEColorMatrixElement.cpp
2731 svg/SVGFEComponentTransferElement.cpp
2732 svg/SVGFECompositeElement.cpp
2733 svg/SVGFEConvolveMatrixElement.cpp
2734 svg/SVGFEDiffuseLightingElement.cpp
2735 svg/SVGFEDisplacementMapElement.cpp
2736 svg/SVGFEDistantLightElement.cpp
2737 svg/SVGFEDropShadowElement.cpp
2738 svg/SVGFEFloodElement.cpp
2739 svg/SVGFEFuncAElement.cpp
2740 svg/SVGFEFuncBElement.cpp
2741 svg/SVGFEFuncGElement.cpp
2742 svg/SVGFEFuncRElement.cpp
2743 svg/SVGFEGaussianBlurElement.cpp
2744 svg/SVGFEImageElement.cpp
2745 svg/SVGFELightElement.cpp
2746 svg/SVGFEMergeElement.cpp
2747 svg/SVGFEMergeNodeElement.cpp
2748 svg/SVGFEMorphologyElement.cpp
2749 svg/SVGFEOffsetElement.cpp
2750 svg/SVGFEPointLightElement.cpp
2751 svg/SVGFESpecularLightingElement.cpp
2752 svg/SVGFESpotLightElement.cpp
2753 svg/SVGFETileElement.cpp
2754 svg/SVGFETurbulenceElement.cpp
2755 svg/SVGFilterElement.cpp
2756 svg/SVGFilterPrimitiveStandardAttributes.cpp
2757 svg/SVGFitToViewBox.cpp
2758 svg/SVGFontElement.cpp
2759 svg/SVGFontFaceElement.cpp
2760 svg/SVGFontFaceFormatElement.cpp
2761 svg/SVGFontFaceNameElement.cpp
2762 svg/SVGFontFaceSrcElement.cpp
2763 svg/SVGFontFaceUriElement.cpp
2764 svg/SVGForeignObjectElement.cpp
2766 svg/SVGGlyphElement.cpp
2767 svg/SVGGlyphRefElement.cpp
2768 svg/SVGGradientElement.cpp
2769 svg/SVGGraphicsElement.cpp
2770 svg/SVGHKernElement.cpp
2771 svg/SVGImageElement.cpp
2772 svg/SVGImageLoader.cpp
2773 svg/SVGLangSpace.cpp
2774 svg/SVGLengthContext.cpp
2775 svg/SVGLengthListValues.cpp
2776 svg/SVGLengthValue.cpp
2777 svg/SVGLineElement.cpp
2778 svg/SVGLinearGradientElement.cpp
2779 svg/SVGLocatable.cpp
2780 svg/SVGMPathElement.cpp
2781 svg/SVGMarkerElement.cpp
2782 svg/SVGMaskElement.cpp
2783 svg/SVGMetadataElement.cpp
2784 svg/SVGMissingGlyphElement.cpp
2785 svg/SVGNumberListValues.cpp
2787 svg/SVGParserUtilities.cpp
2788 svg/SVGPathBlender.cpp
2789 svg/SVGPathBuilder.cpp
2790 svg/SVGPathByteStreamBuilder.cpp
2791 svg/SVGPathByteStreamSource.cpp
2792 svg/SVGPathElement.cpp
2793 svg/SVGPathParser.cpp
2794 svg/SVGPathSegList.cpp
2795 svg/SVGPathSegListBuilder.cpp
2796 svg/SVGPathSegListSource.cpp
2797 svg/SVGPathSegListValues.cpp
2798 svg/SVGPathStringBuilder.cpp
2799 svg/SVGPathStringSource.cpp
2800 svg/SVGPathTraversalStateBuilder.cpp
2801 svg/SVGPathUtilities.cpp
2802 svg/SVGPatternElement.cpp
2803 svg/SVGPointListValues.cpp
2804 svg/SVGPolyElement.cpp
2805 svg/SVGPolygonElement.cpp
2806 svg/SVGPolylineElement.cpp
2807 svg/SVGPreserveAspectRatioValue.cpp
2808 svg/SVGRadialGradientElement.cpp
2809 svg/SVGRectElement.cpp
2810 svg/SVGSVGElement.cpp
2811 svg/SVGScriptElement.cpp
2812 svg/SVGSetElement.cpp
2813 svg/SVGStopElement.cpp
2814 svg/SVGStringListValues.cpp
2815 svg/SVGStyleElement.cpp
2816 svg/SVGSwitchElement.cpp
2817 svg/SVGSymbolElement.cpp
2818 svg/SVGTRefElement.cpp
2819 svg/SVGTSpanElement.cpp
2821 svg/SVGTextContentElement.cpp
2822 svg/SVGTextElement.cpp
2823 svg/SVGTextPathElement.cpp
2824 svg/SVGTextPositioningElement.cpp
2825 svg/SVGTitleElement.cpp
2826 svg/SVGToOTFFontConversion.cpp
2827 svg/SVGTransform.cpp
2828 svg/SVGTransformDistance.cpp
2829 svg/SVGTransformListValues.cpp
2830 svg/SVGTransformValue.cpp
2831 svg/SVGTransformable.cpp
2832 svg/SVGURIReference.cpp
2833 svg/SVGUseElement.cpp
2834 svg/SVGVKernElement.cpp
2835 svg/SVGViewElement.cpp
2837 svg/SVGZoomAndPan.cpp
2838 svg/SVGZoomEvent.cpp
2840 svg/animation/SMILTime.cpp
2841 svg/animation/SMILTimeContainer.cpp
2842 svg/animation/SVGSMILElement.cpp
2844 svg/graphics/SVGImage.cpp
2845 svg/graphics/SVGImageCache.cpp
2846 svg/graphics/SVGImageForContainer.cpp
2848 svg/graphics/filters/SVGFEImage.cpp
2849 svg/graphics/filters/SVGFilter.cpp
2850 svg/graphics/filters/SVGFilterBuilder.cpp
2852 svg/properties/SVGAnimatedProperty.cpp
2853 svg/properties/SVGAttributeToPropertyMap.cpp
2854 svg/properties/SVGPropertyInfo.cpp
2856 workers/AbstractWorker.cpp
2857 workers/DedicatedWorkerGlobalScope.cpp
2858 workers/DedicatedWorkerThread.cpp
2860 workers/WorkerConsoleClient.cpp
2861 workers/WorkerEventQueue.cpp
2862 workers/WorkerGlobalScope.cpp
2863 workers/WorkerInspectorProxy.cpp
2864 workers/WorkerLocation.cpp
2865 workers/WorkerMessagingProxy.cpp
2866 workers/WorkerRunLoop.cpp
2867 workers/WorkerScriptLoader.cpp
2868 workers/WorkerThread.cpp
2871 xml/NativeXPathNSResolver.cpp
2873 xml/XMLHttpRequest.cpp
2874 xml/XMLHttpRequestProgressEventThrottle.cpp
2875 xml/XMLHttpRequestUpload.cpp
2876 xml/XMLSerializer.cpp
2877 xml/XMLTreeViewer.cpp
2878 xml/XPathEvaluator.cpp
2879 xml/XPathException.cpp
2880 xml/XPathExpression.cpp
2881 xml/XPathExpressionNode.cpp
2882 xml/XPathFunctions.cpp
2883 xml/XPathNSResolver.cpp
2884 xml/XPathNodeSet.cpp
2887 xml/XPathPredicate.cpp
2892 xml/XPathVariableReference.cpp
2893 xml/XSLImportRule.cpp
2894 xml/XSLStyleSheetLibxslt.cpp
2895 xml/XSLTExtensions.cpp
2896 xml/XSLTProcessor.cpp
2897 xml/XSLTProcessorLibxslt.cpp
2898 xml/XSLTUnicodeSort.cpp
2900 xml/parser/XMLDocumentParser.cpp
2901 xml/parser/XMLDocumentParserLibxml2.cpp
2902 xml/parser/XMLDocumentParserScope.cpp
2906 list(APPEND WebCore_INCLUDE_DIRECTORIES
2907 "${WEBCORE_DIR}/Modules/gamepad"
2910 list(APPEND WebCore_IDL_INCLUDES
2914 list(APPEND WebCore_NON_SVG_IDL_FILES
2915 Modules/gamepad/Gamepad.idl
2916 Modules/gamepad/GamepadButton.idl
2917 Modules/gamepad/GamepadEvent.idl
2918 Modules/gamepad/NavigatorGamepad.idl
2921 list(APPEND WebCore_SOURCES
2922 Modules/gamepad/Gamepad.cpp
2923 Modules/gamepad/GamepadButton.cpp
2924 Modules/gamepad/GamepadEvent.cpp
2925 Modules/gamepad/GamepadManager.cpp
2926 Modules/gamepad/NavigatorGamepad.cpp
2928 platform/gamepad/EmptyGamepadProvider.cpp
2929 platform/gamepad/GamepadProvider.cpp
2931 elseif (ENABLE_GAMEPAD_DEPRECATED)
2932 list(APPEND WebCore_INCLUDE_DIRECTORIES
2933 "${WEBCORE_DIR}/Modules/gamepad/deprecated"
2936 list(APPEND WebCore_IDL_INCLUDES
2937 Modules/gamepad/deprecated
2940 list(APPEND WebCore_NON_SVG_IDL_FILES
2941 Modules/gamepad/deprecated/Gamepad.idl
2942 Modules/gamepad/deprecated/GamepadList.idl
2943 Modules/gamepad/deprecated/NavigatorGamepad.idl
2946 list(APPEND WebCore_SOURCES
2947 Modules/gamepad/deprecated/Gamepad.cpp
2948 Modules/gamepad/deprecated/GamepadList.cpp
2949 Modules/gamepad/deprecated/NavigatorGamepad.cpp
2953 set(WebCore_IDL_FILES
2954 ${WebCore_NON_SVG_IDL_FILES}
2955 ${WebCore_SVG_IDL_FILES}
2958 if (ENABLE_ALLINONE_BUILD)
2959 message(STATUS "All-in-One build is enabled.")
2961 accessibility/AccessibilityAllInOne.cpp
2963 bindings/js/JSBindingsAllInOne.cpp
2969 editing/EditingAllInOne.cpp
2971 html/HTMLElementsAllInOne.cpp
2973 inspector/InspectorAllInOne.cpp
2975 loader/appcache/ApplicationCacheAllInOne.cpp
2977 mathml/MathMLAllInOne.cpp
2979 platform/text/TextAllInOne.cpp
2981 rendering/RenderingAllInOne.cpp
2983 rendering/style/StyleAllInOne.cpp
2985 rendering/svg/RenderSVGAllInOne.cpp
2989 foreach (allInOne ${allInOnes})
2990 PROCESS_ALLINONE_FILE("${WebCore_SOURCES}" ${allInOne} newSources FALSE)
2998 set(WebCore_CSS_PROPERTY_NAMES
2999 ${WEBCORE_DIR}/css/CSSProperties.json
3002 set(WebCore_CSS_VALUE_KEYWORDS
3003 ${WEBCORE_DIR}/css/CSSValueKeywords.in
3006 set(WebCore_USER_AGENT_STYLE_SHEETS
3007 ${WEBCORE_DIR}/css/fullscreen.css
3008 ${WEBCORE_DIR}/css/html.css
3009 ${WEBCORE_DIR}/css/mathml.css
3010 ${WEBCORE_DIR}/css/mediaControls.css
3011 ${WEBCORE_DIR}/css/plugIns.css
3012 ${WEBCORE_DIR}/css/quirks.css
3013 ${WEBCORE_DIR}/css/svg.css
3014 ${WEBCORE_DIR}/html/shadow/meterElementShadow.css
3017 set(WebCore_PLUG_INS_RESOURCES
3018 ${WEBCORE_DIR}/Resources/plugIns.js
3021 set(WebCore_LIBRARIES
3023 JavaScriptCore${DEBUG_SUFFIX}
3026 if (ENABLE_LEGACY_ENCRYPTED_MEDIA)
3027 list(APPEND WebCore_SOURCES
3028 Modules/encryptedmedia/CDM.cpp
3029 Modules/encryptedmedia/CDMPrivateClearKey.cpp
3030 Modules/encryptedmedia/CDMPrivateMediaPlayer.cpp
3031 Modules/encryptedmedia/CDMSessionClearKey.cpp
3033 Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.cpp
3034 Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.cpp
3035 Modules/encryptedmedia/legacy/WebKitMediaKeySession.cpp
3036 Modules/encryptedmedia/legacy/WebKitMediaKeys.cpp
3038 list(APPEND WebCoreTestSupport_SOURCES
3041 list(APPEND WebCore_IDL_FILES
3042 Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.idl
3043 Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.idl
3044 Modules/encryptedmedia/legacy/WebKitMediaKeySession.idl
3045 Modules/encryptedmedia/legacy/WebKitMediaKeys.idl
3047 html/WebKitMediaKeyError.idl
3051 if (ENABLE_ENCRYPTED_MEDIA)
3052 list(APPEND WebCore_SOURCES
3053 Modules/encryptedmedia/MediaKeyMessageEvent.cpp
3054 Modules/encryptedmedia/MediaKeySession.cpp
3055 Modules/encryptedmedia/MediaKeyStatusMap.cpp
3056 Modules/encryptedmedia/MediaKeySystemAccess.cpp
3057 Modules/encryptedmedia/MediaKeys.cpp
3058 Modules/encryptedmedia/NavigatorEME.cpp
3060 html/MediaEncryptedEvent.cpp
3062 list(APPEND WebCore_IDL_FILES
3064 list(APPEND WebCore_IDL_FILES
3065 Modules/encryptedmedia/MediaKeyMessageEvent.idl
3066 Modules/encryptedmedia/MediaKeySession.idl
3067 Modules/encryptedmedia/MediaKeyStatusMap.idl
3068 Modules/encryptedmedia/MediaKeySystemAccess.idl
3069 Modules/encryptedmedia/MediaKeySystemConfiguration.idl
3070 Modules/encryptedmedia/MediaKeySystemMediaCapability.idl
3071 Modules/encryptedmedia/MediaKeys.idl
3072 Modules/encryptedmedia/NavigatorEME.idl
3074 html/MediaEncryptedEvent.idl
3078 list(APPEND WebCore_CSS_VALUE_KEYWORDS
3079 ${WEBCORE_DIR}/css/SVGCSSValueKeywords.in
3083 list(APPEND WebCore_SOURCES
3084 html/canvas/ANGLEInstancedArrays.cpp
3085 html/canvas/EXTBlendMinMax.cpp
3086 html/canvas/EXTFragDepth.cpp
3087 html/canvas/EXTShaderTextureLOD.cpp
3088 html/canvas/EXTTextureFilterAnisotropic.cpp
3089 html/canvas/EXTsRGB.cpp
3090 html/canvas/OESElementIndexUint.cpp
3091 html/canvas/OESStandardDerivatives.cpp
3092 html/canvas/OESTextureFloat.cpp
3093 html/canvas/OESTextureFloatLinear.cpp
3094 html/canvas/OESTextureHalfFloat.cpp
3095 html/canvas/OESTextureHalfFloatLinear.cpp
3096 html/canvas/OESVertexArrayObject.cpp
3097 html/canvas/WebGL2RenderingContext.cpp
3098 html/canvas/WebGLBuffer.cpp
3099 html/canvas/WebGLCompressedTextureATC.cpp
3100 html/canvas/WebGLCompressedTexturePVRTC.cpp
3101 html/canvas/WebGLCompressedTextureS3TC.cpp
3102 html/canvas/WebGLContextEvent.cpp
3103 html/canvas/WebGLContextGroup.cpp
3104 html/canvas/WebGLContextObject.cpp
3105 html/canvas/WebGLDebugRendererInfo.cpp
3106 html/canvas/WebGLDebugShaders.cpp
3107 html/canvas/WebGLDepthTexture.cpp
3108 html/canvas/WebGLDrawBuffers.cpp
3109 html/canvas/WebGLExtension.cpp
3110 html/canvas/WebGLFramebuffer.cpp
3111 html/canvas/WebGLGetInfo.cpp
3112 html/canvas/WebGLLoseContext.cpp
3113 html/canvas/WebGLObject.cpp
3114 html/canvas/WebGLProgram.cpp
3115 html/canvas/WebGLQuery.cpp
3116 html/canvas/WebGLRenderbuffer.cpp
3117 html/canvas/WebGLRenderingContext.cpp
3118 html/canvas/WebGLRenderingContextBase.cpp
3119 html/canvas/WebGLSampler.cpp
3120 html/canvas/WebGLShader.cpp
3121 html/canvas/WebGLShaderPrecisionFormat.cpp
3122 html/canvas/WebGLSharedObject.cpp
3123 html/canvas/WebGLSync.cpp
3124 html/canvas/WebGLTexture.cpp
3125 html/canvas/WebGLTransformFeedback.cpp
3126 html/canvas/WebGLUniformLocation.cpp
3127 html/canvas/WebGLVertexArrayObject.cpp
3128 html/canvas/WebGLVertexArrayObjectBase.cpp
3129 html/canvas/WebGLVertexArrayObjectOES.cpp
3131 list(APPEND WebCore_IDL_FILES
3132 html/canvas/ANGLEInstancedArrays.idl
3133 html/canvas/EXTBlendMinMax.idl
3134 html/canvas/EXTFragDepth.idl
3135 html/canvas/EXTShaderTextureLOD.idl
3136 html/canvas/EXTTextureFilterAnisotropic.idl
3137 html/canvas/EXTsRGB.idl
3138 html/canvas/OESElementIndexUint.idl
3139 html/canvas/OESStandardDerivatives.idl
3140 html/canvas/OESTextureFloat.idl
3141 html/canvas/OESTextureFloatLinear.idl
3142 html/canvas/OESTextureHalfFloat.idl
3143 html/canvas/OESTextureHalfFloatLinear.idl
3144 html/canvas/OESVertexArrayObject.idl
3145 html/canvas/WebGL2RenderingContext.idl
3146 html/canvas/WebGLActiveInfo.idl
3147 html/canvas/WebGLBuffer.idl
3148 html/canvas/WebGLCompressedTextureATC.idl
3149 html/canvas/WebGLCompressedTexturePVRTC.idl
3150 html/canvas/WebGLCompressedTextureS3TC.idl
3151 html/canvas/WebGLContextAttributes.idl
3152 html/canvas/WebGLContextEvent.idl
3153 html/canvas/WebGLDebugRendererInfo.idl
3154 html/canvas/WebGLDebugShaders.idl
3155 html/canvas/WebGLDepthTexture.idl
3156 html/canvas/WebGLDrawBuffers.idl
3157 html/canvas/WebGLFramebuffer.idl
3158 html/canvas/WebGLLoseContext.idl
3159 html/canvas/WebGLProgram.idl
3160 html/canvas/WebGLQuery.idl
3161 html/canvas/WebGLRenderbuffer.idl
3162 html/canvas/WebGLRenderingContext.idl
3163 html/canvas/WebGLRenderingContextBase.idl
3164 html/canvas/WebGLSampler.idl
3165 html/canvas/WebGLShader.idl
3166 html/canvas/WebGLShaderPrecisionFormat.idl
3167 html/canvas/WebGLSync.idl
3168 html/canvas/WebGLTexture.idl
3169 html/canvas/WebGLTransformFeedback.idl
3170 html/canvas/WebGLUniformLocation.idl
3171 html/canvas/WebGLVertexArrayObject.idl
3172 html/canvas/WebGLVertexArrayObjectOES.idl
3176 if (ENABLE_VIDEO_TRACK)
3177 list(APPEND WebCore_IDL_FILES
3178 html/track/AudioTrack.idl
3179 html/track/AudioTrackList.idl
3180 html/track/DataCue.idl
3181 html/track/TextTrack.idl
3182 html/track/TextTrackCue.idl
3183 html/track/TextTrackCueList.idl
3184 html/track/TextTrackList.idl
3185 html/track/TrackEvent.idl
3186 html/track/VTTCue.idl
3187 html/track/VTTRegion.idl
3188 html/track/VTTRegionList.idl
3189 html/track/VideoTrack.idl
3190 html/track/VideoTrackList.idl
3193 list(APPEND WebCore_SOURCES
3194 html/track/AudioTrack.cpp
3195 html/track/AudioTrackList.cpp
3196 html/track/BufferedLineReader.cpp
3197 html/track/DataCue.cpp
3198 html/track/InbandDataTextTrack.cpp
3199 html/track/InbandGenericTextTrack.cpp
3200 html/track/InbandTextTrack.cpp
3201 html/track/InbandWebVTTTextTrack.cpp
3202 html/track/LoadableTextTrack.cpp
3203 html/track/TextTrack.cpp
3204 html/track/TextTrackCue.cpp
3205 html/track/TextTrackCueGeneric.cpp
3206 html/track/TextTrackCueList.cpp
3207 html/track/TextTrackList.cpp
3208 html/track/TrackBase.cpp
3209 html/track/TrackEvent.cpp
3210 html/track/TrackListBase.cpp
3211 html/track/VTTCue.cpp
3212 html/track/VTTRegion.cpp
3213 html/track/VTTRegionList.cpp
3214 html/track/VTTScanner.cpp
3215 html/track/VideoTrack.cpp
3216 html/track/VideoTrackList.cpp
3217 html/track/WebVTTElement.cpp
3218 html/track/WebVTTParser.cpp
3219 html/track/WebVTTTokenizer.cpp
3221 loader/cache/CachedTextTrack.cpp
3223 platform/graphics/TextTrackRepresentation.cpp
3228 list(APPEND WebCore_SOURCES
3229 Modules/quota/DOMWindowQuota.cpp
3230 Modules/quota/NavigatorStorageQuota.cpp
3231 Modules/quota/StorageErrorCallback.cpp
3232 Modules/quota/StorageInfo.cpp
3233 Modules/quota/StorageQuota.cpp
3234 Modules/quota/WorkerNavigatorStorageQuota.cpp
3237 list(APPEND WebCore_IDL_FILES
3238 Modules/quota/DOMWindowQuota.idl
3239 Modules/quota/NavigatorStorageQuota.idl
3240 Modules/quota/StorageErrorCallback.idl
3241 Modules/quota/StorageInfo.idl
3242 Modules/quota/StorageQuota.idl
3243 Modules/quota/StorageQuotaCallback.idl
3244 Modules/quota/StorageUsageCallback.idl
3245 Modules/quota/WorkerNavigatorStorageQuota.idl
3249 if (ENABLE_GRAPHICS_CONTEXT_3D)
3250 # For platforms that want to use system-provided OpenGL (ES) / EGL headers,
3251 # these include directories, libraries or definitions need to be
3252 # added before the ANGLE directories.
3254 list(APPEND WebCore_SYSTEM_INCLUDE_DIRECTORIES
3255 ${OPENGL_INCLUDE_DIRS}
3257 list(APPEND WebCore_LIBRARIES
3260 add_definitions(${OPENGL_DEFINITIONS})
3261 elseif (USE_OPENGL_ES_2)
3262 list(APPEND WebCore_SYSTEM_INCLUDE_DIRECTORIES
3263 ${OPENGLES2_INCLUDE_DIRS}
3265 list(APPEND WebCore_LIBRARIES
3266 ${OPENGLES2_LIBRARIES}
3268 add_definitions(${OPENGLES2_DEFINITIONS})
3272 list(APPEND WebCore_SYSTEM_INCLUDE_DIRECTORIES
3275 list(APPEND WebCore_LIBRARIES
3278 add_definitions(${EGL_DEFINITIONS})
3281 list(APPEND WebCore_INCLUDE_DIRECTORIES
3282 "${WEBCORE_DIR}/platform/graphics/gpu"
3285 list(APPEND ANGLESupport_SOURCES
3286 ${THIRDPARTY_DIR}/ANGLE/src/common/Float16ToFloat32.cpp
3287 ${THIRDPARTY_DIR}/ANGLE/src/common/angleutils.cpp
3288 ${THIRDPARTY_DIR}/ANGLE/src/common/debug.cpp
3289 ${THIRDPARTY_DIR}/ANGLE/src/common/event_tracer.cpp
3290 ${THIRDPARTY_DIR}/ANGLE/src/common/mathutil.cpp
3291 ${THIRDPARTY_DIR}/ANGLE/src/common/MemoryBuffer.cpp
3292 ${THIRDPARTY_DIR}/ANGLE/src/common/utilities.cpp
3293 ${THIRDPARTY_DIR}/ANGLE/src/common/tls.cpp
3295 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/AddAndTrueToLoopCondition.cpp
3296 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ArrayReturnValueToOutParameter.cpp
3297 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ASTMetadataHLSL.cpp
3298 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/blocklayout.cpp
3299 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/blocklayoutHLSL.cpp
3300 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/BuiltInFunctionEmulator.cpp
3301 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/BuiltInFunctionEmulatorGLSL.cpp
3302 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/BuiltInFunctionEmulatorHLSL.cpp
3303 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Cache.cpp
3304 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/CallDAG.cpp
3305 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/CodeGen.cpp
3306 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Compiler.cpp
3307 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ConstantUnion.cpp
3308 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/DeferGlobalInitializers.cpp
3309 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Diagnostics.cpp
3310 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/DirectiveHandler.cpp
3311 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/EmulateGLFragColorBroadcast.cpp
3312 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/EmulatePrecision.cpp
3313 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ExtensionGLSL.cpp
3314 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/glslang_lex.cpp
3315 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/glslang_tab.cpp
3316 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ForLoopUnroll.cpp
3317 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/FlagStd140Structs.cpp
3318 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InfoSink.cpp
3319 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Initialize.cpp
3320 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InitializeDll.cpp
3321 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InitializeParseContext.cpp
3322 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InitializeVariables.cpp
3323 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Intermediate.cpp
3324 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/IntermTraverse.cpp
3325 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/IntermNode.cpp
3326 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/intermOut.cpp
3327 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/LoopInfo.cpp
3328 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Operator.cpp
3329 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputESSL.cpp
3330 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputGLSL.cpp
3331 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputGLSLBase.cpp
3332 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputHLSL.cpp
3333 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ParseContext.cpp
3334 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/PoolAlloc.cpp
3335 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/PruneEmptyDeclarations.cpp
3336 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/QualifierTypes.cpp
3337 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RecordConstantPrecision.cpp
3338 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RegenerateStructNames.cpp
3339 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RemoveDynamicIndexing.cpp
3340 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RemovePow.cpp
3341 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RemoveSwitchFallThrough.cpp
3342 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RewriteDoWhile.cpp
3343 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RewriteElseBlocks.cpp
3344 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RewriteTexelFetchOffset.cpp
3345 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ScalarizeVecAndMatConstructorArgs.cpp
3346 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SearchSymbol.cpp
3347 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SeparateArrayInitialization.cpp
3348 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SeparateExpressionsReturningArrays.cpp
3349 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SeparateDeclarations.cpp
3350 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ShaderLang.cpp
3351 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ShaderVars.cpp
3352 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/StructureHLSL.cpp
3353 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SymbolTable.cpp
3354 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/TranslatorESSL.cpp
3355 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/TranslatorGLSL.cpp
3356 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/TranslatorHLSL.cpp
3357 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Types.cpp
3358 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UnfoldShortCircuitAST.cpp
3359 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UnfoldShortCircuitToIf.cpp
3360 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UniformHLSL.cpp
3361 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UseInterfaceBlockFields.cpp
3362 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/util.cpp
3363 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UtilsHLSL.cpp
3364 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateGlobalInitializer.cpp
3365 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateLimitations.cpp
3366 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateMaxParameters.cpp
3367 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateOutputs.cpp
3368 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateSwitch.cpp
3369 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/VariableInfo.cpp
3370 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/VariablePacker.cpp
3371 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/VersionGLSL.cpp
3373 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DiagnosticsBase.cpp
3374 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.cpp
3375 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveParser.cpp
3376 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp
3377 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Input.cpp
3378 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Lexer.cpp
3379 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Macro.cpp
3380 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/MacroExpander.cpp
3381 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Preprocessor.cpp
3382 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Token.cpp
3383 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Tokenizer.cpp
3385 ${THIRDPARTY_DIR}/ANGLE/src/libANGLE/Platform.cpp
3387 ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
3390 list(APPEND WebCore_SOURCES
3391 platform/graphics/ANGLEWebKitBridge.cpp
3392 platform/graphics/FormatConverter.cpp
3393 platform/graphics/GraphicsContext3D.cpp
3397 if (ENABLE_WEB_REPLAY)
3398 set(WebCore_WEB_REPLAY_INPUTS ${CMAKE_CURRENT_SOURCE_DIR}/replay/WebInputs.json ${JAVASCRIPTCORE_DIR}/replay/JSInputs.json)
3400 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebReplayInputs.h ${DERIVED_SOURCES_WEBCORE_DIR}/WebReplayInputs.cpp
3401 MAIN_DEPENDENCY ${JAVASCRIPTCORE_DIR}/replay/scripts/CodeGeneratorReplayInputs.py
3402 DEPENDS ${WebCore_WEB_REPLAY_INPUTS}
3403 COMMAND ${PYTHON_EXECUTABLE} ${JAVASCRIPTCORE_DIR}/replay/scripts/CodeGeneratorReplayInputs.py --outputDir ${DERIVED_SOURCES_WEBCORE_DIR}/ --framework WebCore ${WebCore_WEB_REPLAY_INPUTS}
3406 list(APPEND WebCore_SOURCES
3407 inspector/InspectorReplayAgent.cpp
3409 replay/CapturingInputCursor.cpp
3410 replay/EventLoopInput.cpp
3411 replay/EventLoopInputDispatcher.cpp
3412 replay/MemoizedDOMResult.cpp
3413 replay/ReplayController.cpp
3414 replay/ReplayInputCreationMethods.cpp
3415 replay/ReplayInputDispatchMethods.cpp
3416 replay/ReplaySession.cpp
3417 replay/ReplaySessionSegment.cpp
3418 replay/ReplayingInputCursor.cpp
3419 replay/SegmentedInputStorage.cpp
3420 replay/SerializationMethods.cpp
3421 replay/UserInputBridge.cpp
3423 ${DERIVED_SOURCES_WEBCORE_DIR}/WebReplayInputs.cpp
3427 if (ENABLE_USER_MESSAGE_HANDLERS)
3428 list(APPEND WebCore_IDL_FILES
3429 page/UserMessageHandler.idl
3430 page/UserMessageHandlersNamespace.idl
3431 page/WebKitNamespace.idl
3433 list(APPEND WebCore_SOURCES
3434 bindings/js/JSUserMessageHandlersNamespaceCustom.cpp
3436 page/UserMessageHandler.cpp
3437 page/UserMessageHandlerDescriptor.cpp
3438 page/UserMessageHandlersNamespace.cpp
3439 page/WebKitNamespace.cpp
3444 list(APPEND WebCore_INCLUDE_DIRECTORIES "${THIRDPARTY_DIR}/woff2/src")
3445 list(APPEND WebCore_LIBRARIES woff2)
3448 set(WebCoreTestSupport_INCLUDE_DIRECTORIES
3449 "${WEBCORE_DIR}/platform/mock"
3450 "${WEBCORE_DIR}/testing"
3451 "${DERIVED_SOURCES_WEBCORE_DIR}"
3454 set(WebCoreTestSupport_IDL_INCLUDES
3458 set(WebCoreTestSupport_IDL_FILES
3459 testing/GCObservation.idl
3460 testing/InternalSettings.idl
3461 testing/Internals.idl
3462 testing/MallocStatistics.idl
3463 testing/MemoryInfo.idl
3464 testing/MockContentFilterSettings.idl
3465 testing/MockPageOverlay.idl
3466 testing/TypeConversions.idl
3469 list(APPEND WebCoreTestSupport_SOURCES
3470 platform/mock/PlatformSpeechSynthesizerMock.cpp
3472 platform/mock/mediasource/MockBox.cpp
3473 platform/mock/mediasource/MockMediaPlayerMediaSource.cpp
3474 platform/mock/mediasource/MockMediaSourcePrivate.cpp
3475 platform/mock/mediasource/MockSourceBufferPrivate.cpp
3477 testing/GCObservation.cpp
3478 testing/InternalSettings.cpp
3479 testing/Internals.cpp
3480 testing/MockGamepad.cpp
3481 testing/MockGamepadProvider.cpp
3482 testing/MockPageOverlay.cpp
3483 testing/MockPageOverlayClient.cpp
3485 testing/js/WebCoreTestSupport.cpp
3488 set(WebCoreTestSupport_LIBRARIES
3489 PRIVATE JavaScriptCore${DEBUG_SUFFIX}
3492 # Modules that the bindings generator scripts may use
3493 set(SCRIPTS_RESOLVE_SUPPLEMENTAL
3494 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
3496 set(SCRIPTS_BINDINGS
3497 ${WEBCORE_DIR}/bindings/scripts/CodeGenerator.pm
3498 ${WEBCORE_DIR}/bindings/scripts/CodeGeneratorJS.pm
3499 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
3500 ${WEBCORE_DIR}/bindings/scripts/InFilesParser.pm
3501 ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3504 set(MAKE_NAMES_DEPENDENCIES
3505 ${WEBCORE_DIR}/bindings/scripts/Hasher.pm
3506 ${WEBCORE_DIR}/bindings/scripts/StaticString.pm
3508 set(SUPPLEMENTAL_DEPENDENCY_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/supplemental_dependency.tmp)
3509 set(WINDOW_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DOMWindowConstructors.idl)
3510 set(WORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/WorkerGlobalScopeConstructors.idl)
3511 set(DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DedicatedWorkerGlobalScopeConstructors.idl)
3513 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
3515 # Generate InspectorOverlayPage.h
3517 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
3518 MAIN_DEPENDENCY inspector/InspectorOverlayPage.html
3519 DEPENDS ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl ${JavaScriptCore_SCRIPTS_DIR}/inline-and-minify-stylesheets-and-scripts.py
3520 DEPENDS inspector/InspectorOverlayPage.css inspector/InspectorOverlayPage.js
3521 COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/inline-and-minify-stylesheets-and-scripts.py ${WEBCORE_DIR}/inspector/InspectorOverlayPage.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
3522 COMMAND ${PERL_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl InspectorOverlayPage_html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h
3524 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h)
3527 # Generate CommandLineAPIModuleSource.h
3529 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.h ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js
3530 MAIN_DEPENDENCY inspector/CommandLineAPIModuleSource.js
3531 DEPENDS ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl ${JavaScriptCore_SCRIPTS_DIR}/jsmin.py
3532 COMMAND ${CMAKE_COMMAND} -E echo "//# sourceURL=__InjectedScript_CommandLineAPIModuleSource.js" > ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js
3533 COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/jsmin.py < ${WEBCORE_DIR}/inspector/CommandLineAPIModuleSource.js >> ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js
3534 COMMAND ${PERL_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl CommandLineAPIModuleSource_js ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.h
3536 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.h)
3539 MAKE_HASH_TOOLS(${WEBCORE_DIR}/platform/ColorData)
3540 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ColorData.cpp)
3543 # Generate DOMJITAbstractHeapRepository.h
3545 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/DOMJITAbstractHeapRepository.h
3546 MAIN_DEPENDENCY domjit/DOMJITAbstractHeapRepository.yaml
3547 DEPENDS ${WEBCORE_DIR}/domjit/generate-abstract-heap.rb
3548 COMMAND ${RUBY_EXECUTABLE} ${WEBCORE_DIR}/domjit/generate-abstract-heap.rb ${WEBCORE_DIR}/domjit/DOMJITAbstractHeapRepository.yaml ${DERIVED_SOURCES_WEBCORE_DIR}/DOMJITAbstractHeapRepository.h
3550 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/DOMJITAbstractHeapRepository.h)
3552 # Generate XMLViewerCSS.h
3554 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css
3555 MAIN_DEPENDENCY xml/XMLViewer.css
3556 DEPENDS ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl ${JavaScriptCore_SCRIPTS_DIR}/cssmin.py
3557 COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/cssmin.py < ${WEBCORE_DIR}/xml/XMLViewer.css > ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css
3558 COMMAND ${PERL_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl XMLViewer_css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
3560 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h)
3562 # Generate XMLViewerJS.h
3564 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js
3565 MAIN_DEPENDENCY xml/XMLViewer.js
3566 DEPENDS ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl ${JavaScriptCore_SCRIPTS_DIR}/jsmin.py
3567 COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/jsmin.py < ${WEBCORE_DIR}/xml/XMLViewer.js > ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js
3568 COMMAND ${PERL_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/xxd.pl XMLViewer_js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
3570 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h)
3572 # Generate HTML entity table
3574 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp
3575 MAIN_DEPENDENCY ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3576 DEPENDS ${WEBCORE_DIR}/html/parser/create-html-entity-table
3577 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/html/parser/create-html-entity-table -o ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3579 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp)
3581 # Generate HTTP header names
3583 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.h
3584 MAIN_DEPENDENCY ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
3585 DEPENDS ${WEBCORE_DIR}/platform/network/create-http-header-name-table
3586 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3587 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/platform/network/create-http-header-name-table ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in "${GPERF_EXECUTABLE}"
3589 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp)
3591 # Generate CSS property names
3593 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CSSProperties.json ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/StyleBuilder.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/StylePropertyShorthandFunctions.h ${DERIVED_SOURCES_WEBCORE_DIR}/StylePropertyShorthandFunctions.cpp
3594 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeprop.pl
3595 DEPENDS ${WebCore_CSS_PROPERTY_NAMES}
3596 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3597 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_PROPERTY_NAMES} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSProperties.json
3598 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/css/makeprop.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --gperf-executable "${GPERF_EXECUTABLE}"
3600 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp)
3601 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/StyleBuilder.cpp)
3602 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/StylePropertyShorthandFunctions.cpp)
3603 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3605 # Generate CSS value keywords
3607 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
3608 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makevalues.pl
3609 DEPENDS ${WebCore_CSS_VALUE_KEYWORDS}
3610 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3611 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_VALUE_KEYWORDS} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in
3612 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/css/makevalues.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3614 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp)
3615 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3616 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSPrimitiveValueMappings.h CSSValueKeywords.h)
3618 # Generate CSS Selector pseudo type name to value maps.
3620 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoClassAndCompatibilityElementMap.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoClassAndCompatibilityElementMap.cpp
3621 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeSelectorPseudoClassAndCompatibilityElementMap.py
3622 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3623 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/css/makeSelectorPseudoClassAndCompatibilityElementMap.py ${WEBCORE_DIR}/css/SelectorPseudoClassAndCompatibilityElementMap.in "${GPERF_EXECUTABLE}" "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}"
3625 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoClassAndCompatibilityElementMap.cpp)
3627 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoElementTypeMap.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoElementTypeMap.cpp
3628 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeSelectorPseudoElementsMap.py
3629 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3630 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/css/makeSelectorPseudoElementsMap.py ${WEBCORE_DIR}/css/SelectorPseudoElementTypeMap.in "${GPERF_EXECUTABLE}" "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}"
3632 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoElementTypeMap.cpp)
3634 # Generate user agent styles
3636 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h
3637 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3638 DEPENDS ${WebCore_USER_AGENT_STYLE_SHEETS} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3639 COMMAND ${PERL_EXECUTABLE} ${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}
3641 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp)
3642 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp UserAgentStyleSheetsData.cpp UserAgentStyleSheets.h)
3644 if (WebCore_USER_AGENT_SCRIPTS)
3645 # Necessary variables:
3646 # WebCore_USER_AGENT_SCRIPTS containing the JavaScript sources list
3647 # WebCore_USER_AGENT_SCRIPTS_DEPENDENCIES containing the source file that will load the scripts to add the proper
3648 # dependency and having them built at the right moment
3650 MAKE_JS_FILE_ARRAYS(
3651 ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScriptsData.cpp
3652 ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScripts.h
3653 WebCore_USER_AGENT_SCRIPTS
3654 WebCore_USER_AGENT_SCRIPTS_DEPENDENCIES
3659 # Necessary variables:
3660 # WebCore_SDP_PROCESSOR_SCRIPTS containing the JavaScript sources list
3661 # WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES containing the source file that will load the scripts to add the proper
3662 # dependency and having them built at the right moment
3663 set(WebCore_SDP_PROCESSOR_SCRIPTS ${WEBCORE_DIR}/Modules/mediastream/sdp.js)
3664 set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/SDPProcessorScriptResource.cpp)
3666 MAKE_JS_FILE_ARRAYS(
3667 ${DERIVED_SOURCES_WEBCORE_DIR}/SDPProcessorScriptsData.cpp
3668 ${DERIVED_SOURCES_WEBCORE_DIR}/SDPProcessorScriptsData.h
3669 WebCore_SDP_PROCESSOR_SCRIPTS
3670 WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES
3674 # Generate plug-in resources
3676 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResources.h
3677 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3678 DEPENDS ${WebCore_PLUG_INS_RESOURCES} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3679 COMMAND ${PERL_EXECUTABLE} ${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}
3681 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp)
3682 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp PlugInsResourcesData.cpp PlugInsResources.h)
3684 GENERATE_GRAMMAR(xpathyy ${WEBCORE_DIR}/xml/XPathGrammar.y ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp "")
3685 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp)
3687 set(FEATURE_DEFINES_JAVASCRIPT "LANGUAGE_JAVASCRIPT ${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}")
3688 list(APPEND WebCoreTestSupport_IDL_FILES ${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.idl)
3690 GENERATE_BINDINGS(WebCoreBindings
3691 OUTPUT_SOURCE WebCore_DERIVED_SOURCES
3692 INPUT_FILES ${WebCore_IDL_FILES}
3693 BASE_DIR ${WEBCORE_DIR}
3694 IDL_INCLUDES ${WebCore_IDL_INCLUDES} ${DERIVED_SOURCES_WEBCORE_DIR}
3695 FEATURES ${FEATURE_DEFINES_JAVASCRIPT}
3696 DESTINATION ${DERIVED_SOURCES_WEBCORE_DIR}
3698 SUPPLEMENTAL_DEPFILE ${SUPPLEMENTAL_DEPENDENCY_FILE}
3700 ${WINDOW_CONSTRUCTORS_FILE} ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE} ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3702 --windowConstructorsFile ${WINDOW_CONSTRUCTORS_FILE}
3703 --workerGlobalScopeConstructorsFile ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3704 --dedicatedWorkerGlobalScopeConstructorsFile ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE})
3706 GENERATE_BINDINGS(WebCoreTestSupportBindings
3707 OUTPUT_SOURCE WebCoreTestSupport_SOURCES
3708 INPUT_FILES ${WebCoreTestSupport_IDL_FILES}
3709 BASE_DIR ${WEBCORE_DIR}
3710 IDL_INCLUDES ${WebCore_IDL_INCLUDES} ${DERIVED_SOURCES_WEBCORE_DIR} ${WebCoreTestSupport_IDL_INCLUDES}
3711 FEATURES ${FEATURE_DEFINES_JAVASCRIPT}
3712 DESTINATION ${DERIVED_SOURCES_WEBCORE_DIR}
3715 # WebCoreTestSupportBindings needs InternalSettingsGenerated.idl
3716 add_dependencies(WebCoreTestSupportBindings WebCoreDerivedSources)
3718 # WebCore JS Builtins
3720 set(WebCore_BUILTINS_SOURCES
3721 ${WEBCORE_DIR}/Modules/fetch/DOMWindowFetch.js
3722 ${WEBCORE_DIR}/Modules/fetch/FetchHeaders.js
3723 ${WEBCORE_DIR}/Modules/fetch/FetchInternals.js
3724 ${WEBCORE_DIR}/Modules/fetch/FetchRequest.js
3725 ${WEBCORE_DIR}/Modules/fetch/FetchResponse.js
3726 ${WEBCORE_DIR}/Modules/fetch/WorkerGlobalScopeFetch.js
3727 ${WEBCORE_DIR}/Modules/mediastream/NavigatorUserMedia.js
3728 ${WEBCORE_DIR}/Modules/mediastream/RTCPeerConnection.js
3729 ${WEBCORE_DIR}/Modules/mediastream/RTCPeerConnectionInternals.js
3730 ${WEBCORE_DIR}/Modules/streams/ByteLengthQueuingStrategy.js
3731 ${WEBCORE_DIR}/Modules/streams/CountQueuingStrategy.js
3732 ${WEBCORE_DIR}/Modules/streams/ReadableByteStreamController.js
3733 ${WEBCORE_DIR}/Modules/streams/ReadableByteStreamInternals.js
3734 ${WEBCORE_DIR}/Modules/streams/ReadableStream.js
3735 ${WEBCORE_DIR}/Modules/streams/ReadableStreamDefaultController.js
3736 ${WEBCORE_DIR}/Modules/streams/ReadableStreamInternals.js
3737 ${WEBCORE_DIR}/Modules/streams/ReadableStreamDefaultReader.js
3738 ${WEBCORE_DIR}/Modules/streams/StreamInternals.js
3739 ${WEBCORE_DIR}/Modules/streams/WritableStream.js
3740 ${WEBCORE_DIR}/Modules/streams/WritableStreamInternals.js
3741 ${WEBCORE_DIR}/xml/XMLHttpRequest.js
3744 set(BUILTINS_GENERATOR_SCRIPTS
3745 ${JavaScriptCore_SCRIPTS_DIR}/builtins.py
3746 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generator.py
3747 ${JavaScriptCore_SCRIPTS_DIR}/builtins_model.py
3748 ${JavaScriptCore_SCRIPTS_DIR}/builtins_templates.py
3749 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_combined_header.py
3750 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_combined_implementation.py
3751 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_separate_header.py
3752 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_separate_implementation.py
3753 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_wrapper_header.py
3754 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_wrapper_implementation.py
3755 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_internals_wrapper_header.py
3756 ${JavaScriptCore_SCRIPTS_DIR}/builtins_generate_internals_wrapper_implementation.py
3757 ${JavaScriptCore_SCRIPTS_DIR}/generate-js-builtins.py
3758 ${JavaScriptCore_SCRIPTS_DIR}/lazywriter.py
3761 foreach (_builtinSource ${WebCore_BUILTINS_SOURCES})
3762 get_filename_component(_objectName ${_builtinSource} NAME_WE)
3764 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/${_objectName}Builtins.cpp
3765 ${DERIVED_SOURCES_WEBCORE_DIR}/${_objectName}Builtins.h
3766 MAIN_DEPENDENCY ${_builtinSource}
3767 DEPENDS ${BUILTINS_GENERATOR_SCRIPTS}
3768 COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/generate-js-builtins.py --framework WebCore --output-directory ${DERIVED_SOURCES_WEBCORE_DIR} ${_builtinSource}
3770 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/${_objectName}Builtins.cpp)
3771 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/${_objectName}Builtins.h)
3772 list(APPEND WebCore_DERIVED_BUILTIN_HEADERS ${DERIVED_SOURCES_WEBCORE_DIR}/${_objectName}Builtins.h)
3776 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebCoreJSBuiltinInternals.cpp
3777 ${DERIVED_SOURCES_WEBCORE_DIR}/WebCoreJSBuiltins.h
3778 ${DERIVED_SOURCES_WEBCORE_DIR}/WebCoreJSBuiltinInternals.h
3779 MAIN_DEPENDENCY ${WebCore_BUILTINS_SOURCES}
3780 DEPENDS ${BUILTINS_GENERATOR_SCRIPTS} ${WebCore_DERIVED_BUILTIN_HEADERS}
3781 COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_SCRIPTS_DIR}/generate-js-builtins.py --wrappers-only --framework WebCore --output-directory ${DERIVED_SOURCES_WEBCORE_DIR} ${WebCore_BUILTINS_SOURCES}
3783 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebCoreJSBuiltinInternals.cpp)
3784 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebCoreJSBuiltins.h)
3785 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebCoreJSBuiltinInternals.h)
3787 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/html/HTMLTreeBuilder.cpp MathMLNames.cpp)
3790 GENERATE_DOM_NAMES(HTML ${WEBCORE_DIR}/html/HTMLAttributeNames.in ${WEBCORE_DIR}/html/HTMLTagNames.in "")
3791 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSHTMLElementWrapperFactory.cpp)
3794 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventNames.in EventInterfaces.h)
3795 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/EventInterfaces.h)
3798 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventTargetFactory.in EventTargetInterfaces.h)
3799 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/dom/EventNames.cpp EventTargetInterfaces.h)
3800 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/dom/DOMAllInOne.cpp EventTargetInterfaces.h)
3801 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/EventTargetInterfaces.h)
3804 GENERATE_EXCEPTION_CODE_DESCRIPTION(${WEBCORE_DIR}/dom/DOMExceptions.in ExceptionCodeDescription.cpp)
3805 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ExceptionCodeDescription.cpp)
3808 GENERATE_SETTINGS_MACROS(${WEBCORE_DIR}/page/Settings.in SettingsMacros.h)
3809 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SettingsMacros.h)
3810 list(APPEND WebCoreTestSupport_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.cpp)
3813 GENERATE_FONT_NAMES(${WEBCORE_DIR}/css/WebKitFontFamilyNames.in)
3814 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitFontFamilyNames.cpp)
3817 GENERATE_DOM_NAMES(MathML ${WEBCORE_DIR}/mathml/mathattrs.in ${WEBCORE_DIR}/mathml/mathtags.in "")
3818 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLNames.cpp)
3820 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLElementFactory.cpp)
3823 # SVG extra defines need to map to a numerical value for correct preprocessing of svgtags.in.
3824 set(SVG_EXTRA_DEFINES "")
3825 if (ENABLE_SVG_FONTS)
3826 list(APPEND SVG_EXTRA_DEFINES "ENABLE_SVG_FONTS=1")
3829 GENERATE_DOM_NAMES(SVG ${WEBCORE_DIR}/svg/svgattrs.in ${WEBCORE_DIR}/svg/svgtags.in "${SVG_EXTRA_DEFINES}")
3830 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGNames.cpp)
3832 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSSVGElementWrapperFactory.cpp)
3834 GENERATE_DOM_NAMES(XLink ${WEBCORE_DIR}/svg/xlinkattrs.in)
3835 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XLinkNames.cpp)
3838 GENERATE_DOM_NAMES(XMLNS ${WEBCORE_DIR}/xml/xmlnsattrs.in)
3839 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNSNames.cpp)
3842 GENERATE_DOM_NAMES(XML ${WEBCORE_DIR}/xml/xmlattrs.in)
3843 list(APPEND WebCore_DERIVED_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNames.cpp)
3845 if (ENABLE_ALLINONE_BUILD AND WIN32)
3846 message(STATUS "All-in-One DerivedSources build is enabled.")
3847 PROCESS_ALLINONE_FILE("${WebCore_DERIVED_SOURCES}" DerivedSources.cpp newSources TRUE)
3848 set(WebCore_DERIVED_SOURCES DerivedSources.cpp ${newSources})
3851 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_DERIVED_SOURCES})
3852 WEBKIT_WRAP_SOURCELIST(${WebCore_SOURCES})
3853 WEBKIT_WRAP_SOURCELIST(${WebCoreTestSupport_IDL_FILES} ${WebCoreTestSupport_SOURCES})
3856 ADD_PRECOMPILED_HEADER("WebCorePrefix.h" "WebCorePrefix.cpp" WebCore_SOURCES)
3857 ADD_PRECOMPILED_HEADER("WebCorePrefix.h" "WebCoreDerivedSourcesPrefix.cpp" WebCore_DERIVED_SOURCES)
3860 # This is split into a separate library as a workaround for command line length
3861 # limits. This should no longer be needed when CMake supports Ninja response
3863 add_library(WebCoreDerivedSources STATIC ${WebCore_DERIVED_SOURCES})
3864 set_target_properties(WebCoreDerivedSources PROPERTIES OUTPUT_NAME WebCoreDerivedSources${DEBUG_SUFFIX})
3865 target_link_libraries(WebCoreDerivedSources ${WebCore_LIBRARIES})
3866 target_include_directories(WebCoreDerivedSources PUBLIC ${WebCore_INCLUDE_DIRECTORIES})
3867 add_dependencies(WebCoreDerivedSources WebCoreBindings)
3869 list(APPEND WebCore_LIBRARIES WebCoreDerivedSources)
3872 WEBKIT_FRAMEWORK(WebCore)
3875 set_target_properties(WebCore PROPERTIES LINK_FLAGS "-sub_library libobjc -umbrella WebKit -allowable_client WebCoreTestSupport -allowable_client WebKit2 -allowable_client WebKitLegacy")
3879 add_custom_target(WebCoreDerivedSources_PreBuild COMMAND ${WebCore_DERIVED_SOURCES_PRE_BUILD_COMMAND} VERBATIM)
3880 add_dependencies(WebCoreDerivedSources WebCoreDerivedSources_PreBuild)
3881 add_dependencies(WebCore WebCoreDerivedSources)
3884 # The -ftree-sra optimization (implicit with -O2) causes crashes when
3885 # allocating large chunks of memory using bmalloc on Intel 32bit.
3886 # See https://bugs.webkit.org/show_bug.cgi?id=146440
3887 string(TOLOWER ${CMAKE_HOST_SYSTEM_PROCESSOR} LOWERCASE_CMAKE_HOST_SYSTEM_PROCESSOR)
3888 if (CMAKE_COMPILER_IS_GNUCXX AND "${LOWERCASE_CMAKE_HOST_SYSTEM_PROCESSOR}" MATCHES "(i[3-6]86|x86)$")
3889 ADD_TARGET_PROPERTIES(WebCore COMPILE_FLAGS "-fno-tree-sra")
3893 ADD_PRECOMPILED_HEADER("WebCoreTestSupportPrefix.h" "testing/js/WebCoreTestSupportPrefix.cpp" WebCoreTestSupport_SOURCES)
3896 add_library(WebCoreTestSupport ${WebCoreTestSupport_LIBRARY_TYPE} ${WebCoreTestSupport_SOURCES})
3897 add_dependencies(WebCoreTestSupport WebCore WebCoreTestSupportBindings)
3898 target_include_directories(WebCoreTestSupport PUBLIC ${WebCoreTestSupport_INCLUDE_DIRECTORIES} ${WebCore_INCLUDE_DIRECTORIES})
3899 target_link_libraries(WebCoreTestSupport ${WebCoreTestSupport_LIBRARIES})
3901 if (WebCoreTestSupport_OUTPUT_NAME)
3902 set_target_properties(WebCoreTestSupport PROPERTIES OUTPUT_NAME ${WebCoreTestSupport_OUTPUT_NAME})
3904 add_compile_options(/GF- /WX-)
3908 if (ENABLE_GRAPHICS_CONTEXT_3D AND NOT WIN32)
3909 add_library(ANGLESupport STATIC ${ANGLESupport_SOURCES})
3911 # Suppress null conversion warnings for sources in Source/ThirdParty/ANGLE
3912 if (COMPILER_IS_CLANG)
3913 ADD_TARGET_PROPERTIES(ANGLESupport COMPILE_FLAGS "-Wno-null-conversion")
3916 # Enable the ESSL and GLSL translators.
3917 set_property(TARGET ANGLESupport
3918 PROPERTY COMPILE_DEFINITIONS
3922 target_include_directories(ANGLESupport PRIVATE
3923 "${THIRDPARTY_DIR}/ANGLE/include"
3924 "${THIRDPARTY_DIR}/ANGLE/src"
3925 "${THIRDPARTY_DIR}/ANGLE/src/common/third_party/numerics"
3927 list(APPEND WebCore_LIBRARIES ANGLESupport)
3928 WEBKIT_SET_EXTRA_COMPILER_FLAGS(ANGLESupport IGNORECXX_WARNINGS)
3931 target_link_libraries(WebCore ${WebCore_LIBRARIES})
3934 set_target_properties(WebCore PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
3935 install(TARGETS WebCore DESTINATION "${LIB_INSTALL_DIR}")
3938 # [ARM] Build SVGPathElement.cpp with -O2 due to a GCC bug
3939 # https://bugs.webkit.org/show_bug.cgi?id=145377
3940 if ((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND WTF_CPU_ARM AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.9") AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.9.3"))
3941 set_source_files_properties(svg/SVGPathElement.cpp PROPERTIES COMPILE_FLAGS "-O2")
3945 set_target_properties(WebCore PROPERTIES
3946 COMPILE_PDB_NAME ${WebCore_OUTPUT_NAME}