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