1 set(WebCore_INCLUDE_DIRECTORIES
3 "${WEBCORE_DIR}/Modules/airplay"
4 "${WEBCORE_DIR}/Modules/battery"
5 "${WEBCORE_DIR}/Modules/encryptedmedia"
6 "${WEBCORE_DIR}/Modules/gamepad"
7 "${WEBCORE_DIR}/Modules/gamepad/deprecated"
8 "${WEBCORE_DIR}/Modules/geolocation"
9 "${WEBCORE_DIR}/Modules/indexeddb"
10 "${WEBCORE_DIR}/Modules/indieui"
11 "${WEBCORE_DIR}/Modules/mediacontrols/"
12 "${WEBCORE_DIR}/Modules/mediasource"
13 "${WEBCORE_DIR}/Modules/mediastream"
14 "${WEBCORE_DIR}/Modules/navigatorcontentutils"
15 "${WEBCORE_DIR}/Modules/notifications"
16 "${WEBCORE_DIR}/Modules/plugins"
17 "${WEBCORE_DIR}/Modules/proximity"
18 "${WEBCORE_DIR}/Modules/quota"
19 "${WEBCORE_DIR}/Modules/speech"
20 "${WEBCORE_DIR}/Modules/streams"
21 "${WEBCORE_DIR}/Modules/vibration"
22 "${WEBCORE_DIR}/Modules/webaudio"
23 "${WEBCORE_DIR}/Modules/webdatabase"
24 "${WEBCORE_DIR}/Modules/websockets"
25 "${WEBCORE_DIR}/accessibility"
26 "${WEBCORE_DIR}/bindings"
27 "${WEBCORE_DIR}/bindings/generic"
28 "${WEBCORE_DIR}/bindings/js"
29 "${WEBCORE_DIR}/bridge"
30 "${WEBCORE_DIR}/bridge/c"
31 "${WEBCORE_DIR}/bridge/jsc"
32 "${WEBCORE_DIR}/contentextensions"
33 "${WEBCORE_DIR}/crypto"
34 "${WEBCORE_DIR}/crypto/algorithms"
35 "${WEBCORE_DIR}/crypto/keys"
36 "${WEBCORE_DIR}/crypto/parameters"
38 "${WEBCORE_DIR}/cssjit"
40 "${WEBCORE_DIR}/dom/default"
41 "${WEBCORE_DIR}/editing"
42 "${WEBCORE_DIR}/fileapi"
43 "${WEBCORE_DIR}/history"
45 "${WEBCORE_DIR}/html/canvas"
46 "${WEBCORE_DIR}/html/forms"
47 "${WEBCORE_DIR}/html/parser"
48 "${WEBCORE_DIR}/html/shadow"
49 "${WEBCORE_DIR}/html/track"
50 "${WEBCORE_DIR}/inspector"
51 "${WEBCORE_DIR}/loader"
52 "${WEBCORE_DIR}/loader/appcache"
53 "${WEBCORE_DIR}/loader/archive"
54 "${WEBCORE_DIR}/loader/archive/mhtml"
55 "${WEBCORE_DIR}/loader/cache"
56 "${WEBCORE_DIR}/loader/icon"
57 "${WEBCORE_DIR}/mathml"
59 "${WEBCORE_DIR}/page/animation"
60 "${WEBCORE_DIR}/page/scrolling"
61 "${WEBCORE_DIR}/platform"
62 "${WEBCORE_DIR}/platform/animation"
63 "${WEBCORE_DIR}/platform/audio"
64 "${WEBCORE_DIR}/platform/graphics"
65 "${WEBCORE_DIR}/platform/graphics/cpu/arm"
66 "${WEBCORE_DIR}/platform/graphics/cpu/arm/filters"
67 "${WEBCORE_DIR}/platform/graphics/filters"
68 "${WEBCORE_DIR}/platform/graphics/filters/texmap"
69 "${WEBCORE_DIR}/platform/graphics/harfbuzz"
70 "${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
71 "${WEBCORE_DIR}/platform/graphics/opentype"
72 "${WEBCORE_DIR}/platform/graphics/texmap"
73 "${WEBCORE_DIR}/platform/graphics/transforms"
74 "${WEBCORE_DIR}/platform/image-decoders"
75 "${WEBCORE_DIR}/platform/image-decoders/bmp"
76 "${WEBCORE_DIR}/platform/image-decoders/gif"
77 "${WEBCORE_DIR}/platform/image-decoders/ico"
78 "${WEBCORE_DIR}/platform/image-decoders/jpeg"
79 "${WEBCORE_DIR}/platform/image-decoders/png"
80 "${WEBCORE_DIR}/platform/image-decoders/webp"
81 "${WEBCORE_DIR}/platform/mediastream"
82 "${WEBCORE_DIR}/platform/mock"
83 "${WEBCORE_DIR}/platform/mock/mediasource"
84 "${WEBCORE_DIR}/platform/network"
85 "${WEBCORE_DIR}/platform/sql"
86 "${WEBCORE_DIR}/platform/text"
87 "${WEBCORE_DIR}/platform/text/icu"
88 "${WEBCORE_DIR}/plugins"
89 "${WEBCORE_DIR}/rendering"
90 "${WEBCORE_DIR}/rendering/line"
91 "${WEBCORE_DIR}/rendering/mathml"
92 "${WEBCORE_DIR}/rendering/shapes"
93 "${WEBCORE_DIR}/rendering/style"
94 "${WEBCORE_DIR}/rendering/svg"
95 "${WEBCORE_DIR}/replay"
96 "${WEBCORE_DIR}/storage"
97 "${WEBCORE_DIR}/style"
99 "${WEBCORE_DIR}/svg/animation"
100 "${WEBCORE_DIR}/svg/graphics"
101 "${WEBCORE_DIR}/svg/graphics/filters"
102 "${WEBCORE_DIR}/svg/properties"
103 "${WEBCORE_DIR}/websockets"
104 "${WEBCORE_DIR}/workers"
106 "${WEBCORE_DIR}/xml/parser"
107 "${JAVASCRIPTCORE_DIR}"
108 "${JAVASCRIPTCORE_DIR}/ForwardingHeaders"
109 "${JAVASCRIPTCORE_DIR}/API"
110 "${JAVASCRIPTCORE_DIR}/assembler"
111 "${JAVASCRIPTCORE_DIR}/bytecode"
112 "${JAVASCRIPTCORE_DIR}/bytecompiler"
113 "${JAVASCRIPTCORE_DIR}/dfg"
114 "${JAVASCRIPTCORE_DIR}/disassembler"
115 "${JAVASCRIPTCORE_DIR}/heap"
116 "${JAVASCRIPTCORE_DIR}/debugger"
117 "${JAVASCRIPTCORE_DIR}/interpreter"
118 "${JAVASCRIPTCORE_DIR}/jit"
119 "${JAVASCRIPTCORE_DIR}/llint"
120 "${JAVASCRIPTCORE_DIR}/parser"
121 "${JAVASCRIPTCORE_DIR}/profiler"
122 "${JAVASCRIPTCORE_DIR}/runtime"
123 "${JAVASCRIPTCORE_DIR}/yarr"
125 "${DERIVED_SOURCES_DIR}"
126 "${DERIVED_SOURCES_DIR}/ForwardingHeaders"
127 "${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}"
128 "${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector"
129 "${DERIVED_SOURCES_WEBCORE_DIR}"
130 "${CMAKE_SOURCE_DIR}/Source"
131 "${CMAKE_BINARY_DIR}"
134 set(WebCore_IDL_INCLUDES
137 Modules/encryptedmedia
139 Modules/gamepad/deprecated
144 Modules/notifications
172 set(WebCore_NON_SVG_IDL_FILES
173 Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.idl
175 Modules/battery/BatteryManager.idl
176 Modules/battery/NavigatorBattery.idl
178 # FIXME: These were causing name conflicts on Mac, and the Gamepad API is not finished yet.
179 # https://bugs.webkit.org/show_bug.cgi?id=135858
180 # Modules/gamepad/Gamepad.idl
181 # Modules/gamepad/GamepadButton.idl
182 # Modules/gamepad/GamepadEvent.idl
183 # Modules/gamepad/NavigatorGamepad.idl
185 Modules/gamepad/deprecated/Gamepad.idl
186 Modules/gamepad/deprecated/GamepadList.idl
187 Modules/gamepad/deprecated/NavigatorGamepad.idl
189 Modules/geolocation/Coordinates.idl
190 Modules/geolocation/Geolocation.idl
191 Modules/geolocation/Geoposition.idl
192 Modules/geolocation/NavigatorGeolocation.idl
193 Modules/geolocation/PositionCallback.idl
194 Modules/geolocation/PositionError.idl
195 Modules/geolocation/PositionErrorCallback.idl
197 Modules/indexeddb/DOMWindowIndexedDatabase.idl
198 Modules/indexeddb/IDBAny.idl
199 Modules/indexeddb/IDBCursor.idl
200 Modules/indexeddb/IDBCursorWithValue.idl
201 Modules/indexeddb/IDBDatabase.idl
202 Modules/indexeddb/IDBFactory.idl
203 Modules/indexeddb/IDBIndex.idl
204 Modules/indexeddb/IDBKeyRange.idl
205 Modules/indexeddb/IDBObjectStore.idl
206 Modules/indexeddb/IDBOpenDBRequest.idl
207 Modules/indexeddb/IDBRequest.idl
208 Modules/indexeddb/IDBTransaction.idl
209 Modules/indexeddb/IDBVersionChangeEvent.idl
210 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
212 Modules/indieui/UIRequestEvent.idl
214 Modules/mediacontrols/MediaControlsHost.idl
216 Modules/mediasource/DOMURLMediaSource.idl
217 Modules/mediasource/MediaSource.idl
218 Modules/mediasource/SourceBuffer.idl
219 Modules/mediasource/SourceBufferList.idl
220 Modules/mediasource/VideoPlaybackQuality.idl
222 Modules/mediastream/AllAudioCapabilities.idl
223 Modules/mediastream/AllVideoCapabilities.idl
224 Modules/mediastream/CapabilityRange.idl
225 Modules/mediastream/DOMURLMediaStream.idl
226 Modules/mediastream/HTMLMediaElementMediaStream.idl
227 Modules/mediastream/MediaDevices.idl
228 Modules/mediastream/MediaSourceStates.idl
229 Modules/mediastream/MediaStream.idl
230 Modules/mediastream/MediaStreamCapabilities.idl
231 Modules/mediastream/MediaStreamEvent.idl
232 Modules/mediastream/MediaStreamTrack.idl
233 Modules/mediastream/MediaStreamTrackEvent.idl
234 Modules/mediastream/MediaStreamTrackSourcesCallback.idl
235 Modules/mediastream/MediaTrackConstraint.idl
236 Modules/mediastream/MediaTrackConstraintSet.idl
237 Modules/mediastream/MediaTrackConstraints.idl
238 Modules/mediastream/NavigatorMediaDevices.idl
239 Modules/mediastream/NavigatorUserMedia.idl
240 Modules/mediastream/NavigatorUserMediaError.idl
241 Modules/mediastream/NavigatorUserMediaErrorCallback.idl
242 Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
243 Modules/mediastream/RTCConfiguration.idl
244 Modules/mediastream/RTCDTMFSender.idl
245 Modules/mediastream/RTCDTMFToneChangeEvent.idl
246 Modules/mediastream/RTCDataChannel.idl
247 Modules/mediastream/RTCDataChannelEvent.idl
248 Modules/mediastream/RTCPeerConnectionErrorCallback.idl
249 Modules/mediastream/RTCIceCandidate.idl
250 Modules/mediastream/RTCIceCandidateEvent.idl
251 Modules/mediastream/RTCIceServer.idl
252 Modules/mediastream/RTCPeerConnection.idl
253 Modules/mediastream/RTCSessionDescription.idl
254 Modules/mediastream/RTCSessionDescriptionCallback.idl
255 Modules/mediastream/RTCStatsCallback.idl
256 Modules/mediastream/RTCStatsReport.idl
257 Modules/mediastream/RTCStatsResponse.idl
258 Modules/mediastream/SourceInfo.idl
260 Modules/navigatorcontentutils/NavigatorContentUtils.idl
262 Modules/notifications/DOMWindowNotifications.idl
263 Modules/notifications/Notification.idl
264 Modules/notifications/NotificationCenter.idl
265 Modules/notifications/NotificationPermissionCallback.idl
266 Modules/notifications/WorkerGlobalScopeNotifications.idl
268 Modules/proximity/DeviceProximityEvent.idl
270 Modules/speech/DOMWindowSpeechSynthesis.idl
271 Modules/speech/SpeechSynthesis.idl
272 Modules/speech/SpeechSynthesisEvent.idl
273 Modules/speech/SpeechSynthesisUtterance.idl
274 Modules/speech/SpeechSynthesisVoice.idl
276 Modules/streams/ReadableStream.idl
277 Modules/streams/ReadableStreamReader.idl
279 Modules/vibration/NavigatorVibration.idl
281 Modules/webaudio/AnalyserNode.idl
282 Modules/webaudio/AudioBuffer.idl
283 Modules/webaudio/AudioBufferCallback.idl
284 Modules/webaudio/AudioBufferSourceNode.idl
285 Modules/webaudio/AudioContext.idl
286 Modules/webaudio/AudioDestinationNode.idl
287 Modules/webaudio/AudioListener.idl
288 Modules/webaudio/AudioNode.idl
289 Modules/webaudio/AudioParam.idl
290 Modules/webaudio/AudioProcessingEvent.idl
291 Modules/webaudio/BiquadFilterNode.idl
292 Modules/webaudio/ChannelMergerNode.idl
293 Modules/webaudio/ChannelSplitterNode.idl
294 Modules/webaudio/ConvolverNode.idl
295 Modules/webaudio/DelayNode.idl
296 Modules/webaudio/DynamicsCompressorNode.idl
297 Modules/webaudio/GainNode.idl
298 Modules/webaudio/MediaElementAudioSourceNode.idl
299 Modules/webaudio/MediaStreamAudioDestinationNode.idl
300 Modules/webaudio/MediaStreamAudioSourceNode.idl
301 Modules/webaudio/OfflineAudioCompletionEvent.idl
302 Modules/webaudio/OfflineAudioContext.idl
303 Modules/webaudio/OscillatorNode.idl
304 Modules/webaudio/PannerNode.idl
305 Modules/webaudio/PeriodicWave.idl
306 Modules/webaudio/ScriptProcessorNode.idl
307 Modules/webaudio/WaveShaperNode.idl
309 Modules/webdatabase/DOMWindowWebDatabase.idl
310 Modules/webdatabase/Database.idl
311 Modules/webdatabase/DatabaseCallback.idl
312 Modules/webdatabase/SQLError.idl
313 Modules/webdatabase/SQLException.idl
314 Modules/webdatabase/SQLResultSet.idl
315 Modules/webdatabase/SQLResultSetRowList.idl
316 Modules/webdatabase/SQLStatementCallback.idl
317 Modules/webdatabase/SQLStatementErrorCallback.idl
318 Modules/webdatabase/SQLTransaction.idl
319 Modules/webdatabase/SQLTransactionCallback.idl
320 Modules/webdatabase/SQLTransactionErrorCallback.idl
322 Modules/websockets/CloseEvent.idl
323 Modules/websockets/WebSocket.idl
326 crypto/CryptoKeyPair.idl
327 crypto/SubtleCrypto.idl
329 css/CSSCharsetRule.idl
330 css/CSSFontFaceLoadEvent.idl
331 css/CSSFontFaceRule.idl
332 css/CSSImportRule.idl
335 css/CSSPrimitiveValue.idl
338 css/CSSStyleDeclaration.idl
340 css/CSSStyleSheet.idl
341 css/CSSSupportsRule.idl
342 css/CSSUnknownRule.idl
349 css/MediaQueryList.idl
350 css/MediaQueryListListener.idl
355 css/StyleSheetList.idl
356 css/WebKitCSSFilterValue.idl
357 css/CSSKeyframeRule.idl
358 css/CSSKeyframesRule.idl
359 css/WebKitCSSMatrix.idl
360 css/WebKitCSSRegionRule.idl
361 css/WebKitCSSTransformValue.idl
362 css/WebKitCSSViewportRule.idl
364 dom/AnimationEvent.idl
366 dom/BeforeLoadEvent.idl
367 dom/BeforeUnloadEvent.idl
369 dom/CharacterData.idl
372 dom/ClientRectList.idl
374 dom/CompositionEvent.idl
376 dom/DOMCoreException.idl
378 dom/DOMImplementation.idl
379 dom/DOMNamedFlowCollection.idl
380 dom/DOMStringList.idl
383 dom/DataTransferItem.idl
384 dom/DataTransferItemList.idl
385 dom/DeviceMotionEvent.idl
386 dom/DeviceOrientationEvent.idl
388 dom/DocumentFragment.idl
392 dom/EntityReference.idl
395 dom/EventException.idl
398 dom/HashChangeEvent.idl
399 dom/KeyboardEvent.idl
400 dom/MessageChannel.idl
404 dom/MutationEvent.idl
405 dom/MutationObserver.idl
406 dom/MutationRecord.idl
412 dom/OverflowEvent.idl
413 dom/PageTransitionEvent.idl
414 dom/PopStateEvent.idl
415 dom/ProcessingInstruction.idl
416 dom/ProgressEvent.idl
418 dom/RangeException.idl
419 dom/RequestAnimationFrameCallback.idl
420 dom/SecurityPolicyViolationEvent.idl
421 dom/StringCallback.idl
427 dom/TransitionEvent.idl
430 dom/WebKitAnimationEvent.idl
431 dom/WebKitNamedFlow.idl
432 dom/WebKitTransitionEvent.idl
437 fileapi/FileError.idl
438 fileapi/FileException.idl
440 fileapi/FileReader.idl
441 fileapi/FileReaderSync.idl
444 html/DOMSettableTokenList.idl
445 html/DOMTokenList.idl
447 html/HTMLAllCollection.idl
448 html/HTMLAnchorElement.idl
449 html/HTMLAppletElement.idl
450 html/HTMLAreaElement.idl
451 html/HTMLAttachmentElement.idl
452 html/HTMLAudioElement.idl
453 html/HTMLBRElement.idl
454 html/HTMLBaseElement.idl
455 html/HTMLBaseFontElement.idl
456 html/HTMLBodyElement.idl
457 html/HTMLButtonElement.idl
458 html/HTMLCanvasElement.idl
459 html/HTMLCollection.idl
460 html/HTMLDListElement.idl
461 html/HTMLDataListElement.idl
462 html/HTMLDetailsElement.idl
463 html/HTMLDirectoryElement.idl
464 html/HTMLDivElement.idl
465 html/HTMLDocument.idl
467 html/HTMLEmbedElement.idl
468 html/HTMLFieldSetElement.idl
469 html/HTMLFontElement.idl
470 html/HTMLFormControlsCollection.idl
471 html/HTMLFormElement.idl
472 html/HTMLFrameElement.idl
473 html/HTMLFrameSetElement.idl
474 html/HTMLHRElement.idl
475 html/HTMLHeadElement.idl
476 html/HTMLHeadingElement.idl
477 html/HTMLHtmlElement.idl
478 html/HTMLIFrameElement.idl
479 html/HTMLImageElement.idl
480 html/HTMLInputElement.idl
481 html/HTMLKeygenElement.idl
482 html/HTMLLIElement.idl
483 html/HTMLLabelElement.idl
484 html/HTMLLegendElement.idl
485 html/HTMLLinkElement.idl
486 html/HTMLMapElement.idl
487 html/HTMLMarqueeElement.idl
488 html/HTMLMediaElement.idl
489 html/HTMLMenuElement.idl
490 html/HTMLMetaElement.idl
491 html/HTMLMeterElement.idl
492 html/HTMLModElement.idl
493 html/HTMLOListElement.idl
494 html/HTMLObjectElement.idl
495 html/HTMLOptGroupElement.idl
496 html/HTMLOptionElement.idl
497 html/HTMLOptionsCollection.idl
498 html/HTMLOutputElement.idl
499 html/HTMLParagraphElement.idl
500 html/HTMLParamElement.idl
501 html/HTMLPreElement.idl
502 html/HTMLProgressElement.idl
503 html/HTMLQuoteElement.idl
504 html/HTMLScriptElement.idl
505 html/HTMLSelectElement.idl
506 html/HTMLSourceElement.idl
507 html/HTMLSpanElement.idl
508 html/HTMLStyleElement.idl
509 html/HTMLTableCaptionElement.idl
510 html/HTMLTableCellElement.idl
511 html/HTMLTableColElement.idl
512 html/HTMLTableElement.idl
513 html/HTMLTableRowElement.idl
514 html/HTMLTableSectionElement.idl
515 html/HTMLTemplateElement.idl
516 html/HTMLTextAreaElement.idl
517 html/HTMLTitleElement.idl
518 html/HTMLTrackElement.idl
519 html/HTMLUListElement.idl
520 html/HTMLUnknownElement.idl
521 html/HTMLVideoElement.idl
523 html/MediaController.idl
525 html/RadioNodeList.idl
529 html/ValidityState.idl
530 html/VoidCallback.idl
532 html/canvas/ANGLEInstancedArrays.idl
533 html/canvas/CanvasGradient.idl
534 html/canvas/CanvasPattern.idl
535 html/canvas/CanvasProxy.idl
536 html/canvas/CanvasRenderingContext.idl
537 html/canvas/CanvasRenderingContext2D.idl
538 html/canvas/DOMPath.idl
539 html/canvas/EXTBlendMinMax.idl
540 html/canvas/EXTFragDepth.idl
541 html/canvas/EXTShaderTextureLOD.idl
542 html/canvas/EXTTextureFilterAnisotropic.idl
543 html/canvas/EXTsRGB.idl
544 html/canvas/OESElementIndexUint.idl
545 html/canvas/OESStandardDerivatives.idl
546 html/canvas/OESTextureFloat.idl
547 html/canvas/OESTextureFloatLinear.idl
548 html/canvas/OESTextureHalfFloat.idl
549 html/canvas/OESTextureHalfFloatLinear.idl
550 html/canvas/OESVertexArrayObject.idl
551 html/canvas/WebGLActiveInfo.idl
552 html/canvas/WebGLBuffer.idl
553 html/canvas/WebGLCompressedTextureATC.idl
554 html/canvas/WebGLCompressedTexturePVRTC.idl
555 html/canvas/WebGLCompressedTextureS3TC.idl
556 html/canvas/WebGLContextAttributes.idl
557 html/canvas/WebGLContextEvent.idl
558 html/canvas/WebGLDebugRendererInfo.idl
559 html/canvas/WebGLDebugShaders.idl
560 html/canvas/WebGLDepthTexture.idl
561 html/canvas/WebGLDrawBuffers.idl
562 html/canvas/WebGLFramebuffer.idl
563 html/canvas/WebGLLoseContext.idl
564 html/canvas/WebGLProgram.idl
565 html/canvas/WebGLQuery.idl
566 html/canvas/WebGLRenderbuffer.idl
567 html/canvas/WebGLRenderingContextBase.idl
568 html/canvas/WebGLRenderingContext.idl
569 html/canvas/WebGL2RenderingContext.idl
570 html/canvas/WebGLSampler.idl
571 html/canvas/WebGLShader.idl
572 html/canvas/WebGLShaderPrecisionFormat.idl
573 html/canvas/WebGLSync.idl
574 html/canvas/WebGLTexture.idl
575 html/canvas/WebGLTransformFeedback.idl
576 html/canvas/WebGLUniformLocation.idl
577 html/canvas/WebGLVertexArrayObject.idl
578 html/canvas/WebGLVertexArrayObjectOES.idl
580 html/track/AudioTrack.idl
581 html/track/AudioTrackList.idl
582 html/track/DataCue.idl
583 html/track/TextTrack.idl
584 html/track/TextTrackCue.idl
585 html/track/TextTrackCueList.idl
586 html/track/TextTrackList.idl
587 html/track/TrackEvent.idl
588 html/track/VTTCue.idl
589 html/track/VTTRegion.idl
590 html/track/VTTRegionList.idl
591 html/track/VideoTrack.idl
592 html/track/VideoTrackList.idl
594 inspector/CommandLineAPIHost.idl
595 inspector/InspectorFrontendHost.idl
596 inspector/ScriptProfile.idl
597 inspector/ScriptProfileNode.idl
599 loader/appcache/DOMApplicationCache.idl
601 page/AbstractView.idl
604 page/DOMSecurityPolicy.idl
605 page/DOMSelection.idl
611 page/PerformanceEntry.idl
612 page/PerformanceEntryList.idl
614 page/PerformanceMark.idl
615 page/PerformanceMeasure.idl
616 page/PerformanceNavigation.idl
617 page/PerformanceResourceTiming.idl
618 page/PerformanceTiming.idl
621 page/WebKitNamespace.idl
622 page/UserMessageHandlersNamespace.idl
623 page/UserMessageHandler.idl
624 page/WindowBase64.idl
625 page/WindowTimers.idl
626 page/WorkerNavigator.idl
628 plugins/DOMMimeType.idl
629 plugins/DOMMimeTypeArray.idl
630 plugins/DOMPlugin.idl
631 plugins/DOMPluginArray.idl
634 storage/StorageEvent.idl
636 workers/AbstractWorker.idl
637 workers/DedicatedWorkerGlobalScope.idl
639 workers/WorkerGlobalScope.idl
640 workers/WorkerLocation.idl
643 xml/XMLHttpRequest.idl
644 xml/XMLHttpRequestException.idl
645 xml/XMLHttpRequestProgressEvent.idl
646 xml/XMLHttpRequestUpload.idl
647 xml/XMLSerializer.idl
648 xml/XPathEvaluator.idl
649 xml/XPathException.idl
650 xml/XPathExpression.idl
651 xml/XPathNSResolver.idl
653 xml/XSLTProcessor.idl
656 set(WebCore_SVG_IDL_FILES
658 svg/SVGAltGlyphDefElement.idl
659 svg/SVGAltGlyphElement.idl
660 svg/SVGAltGlyphItemElement.idl
662 svg/SVGAnimateColorElement.idl
663 svg/SVGAnimateElement.idl
664 svg/SVGAnimateMotionElement.idl
665 svg/SVGAnimateTransformElement.idl
666 svg/SVGAnimatedAngle.idl
667 svg/SVGAnimatedBoolean.idl
668 svg/SVGAnimatedEnumeration.idl
669 svg/SVGAnimatedInteger.idl
670 svg/SVGAnimatedLength.idl
671 svg/SVGAnimatedLengthList.idl
672 svg/SVGAnimatedNumber.idl
673 svg/SVGAnimatedNumberList.idl
674 svg/SVGAnimatedPreserveAspectRatio.idl
675 svg/SVGAnimatedRect.idl
676 svg/SVGAnimatedString.idl
677 svg/SVGAnimatedTransformList.idl
678 svg/SVGAnimationElement.idl
679 svg/SVGCircleElement.idl
680 svg/SVGClipPathElement.idl
682 svg/SVGComponentTransferFunctionElement.idl
683 svg/SVGCursorElement.idl
684 svg/SVGDefsElement.idl
685 svg/SVGDescElement.idl
688 svg/SVGEllipseElement.idl
690 svg/SVGExternalResourcesRequired.idl
691 svg/SVGFEBlendElement.idl
692 svg/SVGFEColorMatrixElement.idl
693 svg/SVGFEComponentTransferElement.idl
694 svg/SVGFECompositeElement.idl
695 svg/SVGFEConvolveMatrixElement.idl
696 svg/SVGFEDiffuseLightingElement.idl
697 svg/SVGFEDisplacementMapElement.idl
698 svg/SVGFEDistantLightElement.idl
699 svg/SVGFEDropShadowElement.idl
700 svg/SVGFEFloodElement.idl
701 svg/SVGFEFuncAElement.idl
702 svg/SVGFEFuncBElement.idl
703 svg/SVGFEFuncGElement.idl
704 svg/SVGFEFuncRElement.idl
705 svg/SVGFEGaussianBlurElement.idl
706 svg/SVGFEImageElement.idl
707 svg/SVGFEMergeElement.idl
708 svg/SVGFEMergeNodeElement.idl
709 svg/SVGFEMorphologyElement.idl
710 svg/SVGFEOffsetElement.idl
711 svg/SVGFEPointLightElement.idl
712 svg/SVGFESpecularLightingElement.idl
713 svg/SVGFESpotLightElement.idl
714 svg/SVGFETileElement.idl
715 svg/SVGFETurbulenceElement.idl
716 svg/SVGFilterElement.idl
717 svg/SVGFilterPrimitiveStandardAttributes.idl
718 svg/SVGFitToViewBox.idl
719 svg/SVGFontElement.idl
720 svg/SVGFontFaceElement.idl
721 svg/SVGFontFaceFormatElement.idl
722 svg/SVGFontFaceNameElement.idl
723 svg/SVGFontFaceSrcElement.idl
724 svg/SVGFontFaceUriElement.idl
725 svg/SVGForeignObjectElement.idl
727 svg/SVGGlyphElement.idl
728 svg/SVGGlyphRefElement.idl
729 svg/SVGGradientElement.idl
730 svg/SVGGraphicsElement.idl
731 svg/SVGHKernElement.idl
732 svg/SVGImageElement.idl
734 svg/SVGLengthList.idl
735 svg/SVGLineElement.idl
736 svg/SVGLinearGradientElement.idl
737 svg/SVGMPathElement.idl
738 svg/SVGMarkerElement.idl
739 svg/SVGMaskElement.idl
741 svg/SVGMetadataElement.idl
742 svg/SVGMissingGlyphElement.idl
744 svg/SVGNumberList.idl
746 svg/SVGPathElement.idl
748 svg/SVGPathSegArcAbs.idl
749 svg/SVGPathSegArcRel.idl
750 svg/SVGPathSegClosePath.idl
751 svg/SVGPathSegCurvetoCubicAbs.idl
752 svg/SVGPathSegCurvetoCubicRel.idl
753 svg/SVGPathSegCurvetoCubicSmoothAbs.idl
754 svg/SVGPathSegCurvetoCubicSmoothRel.idl
755 svg/SVGPathSegCurvetoQuadraticAbs.idl
756 svg/SVGPathSegCurvetoQuadraticRel.idl
757 svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl
758 svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
759 svg/SVGPathSegLinetoAbs.idl
760 svg/SVGPathSegLinetoHorizontalAbs.idl
761 svg/SVGPathSegLinetoHorizontalRel.idl
762 svg/SVGPathSegLinetoRel.idl
763 svg/SVGPathSegLinetoVerticalAbs.idl
764 svg/SVGPathSegLinetoVerticalRel.idl
765 svg/SVGPathSegList.idl
766 svg/SVGPathSegMovetoAbs.idl
767 svg/SVGPathSegMovetoRel.idl
768 svg/SVGPatternElement.idl
771 svg/SVGPolygonElement.idl
772 svg/SVGPolylineElement.idl
773 svg/SVGPreserveAspectRatio.idl
774 svg/SVGRadialGradientElement.idl
776 svg/SVGRectElement.idl
777 svg/SVGRenderingIntent.idl
778 svg/SVGSVGElement.idl
779 svg/SVGScriptElement.idl
780 svg/SVGSetElement.idl
781 svg/SVGStopElement.idl
782 svg/SVGStringList.idl
783 svg/SVGStyleElement.idl
784 svg/SVGSwitchElement.idl
785 svg/SVGSymbolElement.idl
786 svg/SVGTRefElement.idl
787 svg/SVGTSpanElement.idl
789 svg/SVGTextContentElement.idl
790 svg/SVGTextElement.idl
791 svg/SVGTextPathElement.idl
792 svg/SVGTextPositioningElement.idl
793 svg/SVGTitleElement.idl
795 svg/SVGTransformList.idl
796 svg/SVGURIReference.idl
798 svg/SVGUseElement.idl
799 svg/SVGVKernElement.idl
800 svg/SVGViewElement.idl
802 svg/SVGZoomAndPan.idl
806 set(WebCore_IDL_FILES
807 ${WebCore_NON_SVG_IDL_FILES}
808 ${WebCore_SVG_IDL_FILES}
811 set(WebCore_INSPECTOR_SCRIPTS_DIR "${JAVASCRIPTCORE_DIR}/inspector/scripts")
814 Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.cpp
816 Modules/battery/BatteryController.cpp
817 Modules/battery/BatteryManager.cpp
818 Modules/battery/BatteryStatus.cpp
819 Modules/battery/NavigatorBattery.cpp
821 Modules/gamepad/deprecated/Gamepad.cpp
822 Modules/gamepad/deprecated/GamepadList.cpp
823 Modules/gamepad/deprecated/NavigatorGamepad.cpp
825 Modules/geolocation/Coordinates.cpp
826 Modules/geolocation/GeoNotifier.cpp
827 Modules/geolocation/Geolocation.cpp
828 Modules/geolocation/GeolocationController.cpp
829 Modules/geolocation/NavigatorGeolocation.cpp
831 Modules/indexeddb/DOMWindowIndexedDatabase.cpp
832 Modules/indexeddb/IDBAny.cpp
833 Modules/indexeddb/IDBCursor.cpp
834 Modules/indexeddb/IDBCursorBackend.cpp
835 Modules/indexeddb/IDBCursorBackendOperations.cpp
836 Modules/indexeddb/IDBCursorWithValue.cpp
837 Modules/indexeddb/IDBDatabase.cpp
838 Modules/indexeddb/IDBDatabaseBackend.cpp
839 Modules/indexeddb/IDBDatabaseCallbacksImpl.cpp
840 Modules/indexeddb/IDBDatabaseException.cpp
841 Modules/indexeddb/IDBDatabaseMetadata.cpp
842 Modules/indexeddb/IDBEventDispatcher.cpp
843 Modules/indexeddb/IDBFactory.cpp
844 Modules/indexeddb/IDBIndex.cpp
845 Modules/indexeddb/IDBKey.cpp
846 Modules/indexeddb/IDBKeyData.cpp
847 Modules/indexeddb/IDBKeyPath.cpp
848 Modules/indexeddb/IDBKeyRange.cpp
849 Modules/indexeddb/IDBKeyRangeData.cpp
850 Modules/indexeddb/IDBObjectStore.cpp
851 Modules/indexeddb/IDBOpenDBRequest.cpp
852 Modules/indexeddb/IDBPendingTransactionMonitor.cpp
853 Modules/indexeddb/IDBRequest.cpp
854 Modules/indexeddb/IDBTransaction.cpp
855 Modules/indexeddb/IDBTransactionBackend.cpp
856 Modules/indexeddb/IDBTransactionBackendOperations.cpp
857 Modules/indexeddb/IDBTransactionCoordinator.cpp
858 Modules/indexeddb/IDBVersionChangeEvent.cpp
859 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
861 Modules/mediacontrols/MediaControlsHost.cpp
863 Modules/mediasource/DOMURLMediaSource.cpp
864 Modules/mediasource/MediaSource.cpp
865 Modules/mediasource/MediaSourceRegistry.cpp
866 Modules/mediasource/SampleMap.cpp
867 Modules/mediasource/SourceBuffer.cpp
868 Modules/mediasource/SourceBufferList.cpp
869 Modules/mediasource/VideoPlaybackQuality.cpp
871 Modules/mediastream/CapabilityRange.cpp
872 Modules/mediastream/DOMURLMediaStream.cpp
873 Modules/mediastream/HTMLMediaElementMediaStream.cpp
874 Modules/mediastream/MediaConstraintsImpl.cpp
875 Modules/mediastream/MediaDevices.cpp
876 Modules/mediastream/MediaSourceStates.cpp
877 Modules/mediastream/MediaStream.cpp
878 Modules/mediastream/MediaStreamCapabilities.cpp
879 Modules/mediastream/MediaStreamEvent.cpp
880 Modules/mediastream/MediaStreamRegistry.cpp
881 Modules/mediastream/MediaStreamTrack.cpp
882 Modules/mediastream/MediaStreamTrackEvent.cpp
883 Modules/mediastream/MediaStreamTrackSourcesRequest.cpp
884 Modules/mediastream/MediaTrackConstraint.cpp
885 Modules/mediastream/MediaTrackConstraintSet.cpp
886 Modules/mediastream/MediaTrackConstraints.cpp
887 Modules/mediastream/NavigatorMediaDevices.cpp
888 Modules/mediastream/NavigatorUserMedia.cpp
889 Modules/mediastream/NavigatorUserMediaError.cpp
890 Modules/mediastream/RTCDTMFSender.cpp
891 Modules/mediastream/RTCDTMFToneChangeEvent.cpp
892 Modules/mediastream/RTCDataChannel.cpp
893 Modules/mediastream/RTCDataChannelEvent.cpp
894 Modules/mediastream/RTCIceCandidate.cpp
895 Modules/mediastream/RTCIceCandidateEvent.cpp
896 Modules/mediastream/RTCOfferAnswerOptions.cpp
897 Modules/mediastream/RTCPeerConnection.cpp
898 Modules/mediastream/RTCSessionDescription.cpp
899 Modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
900 Modules/mediastream/RTCStatsReport.cpp
901 Modules/mediastream/RTCStatsRequestImpl.cpp
902 Modules/mediastream/RTCStatsResponse.cpp
903 Modules/mediastream/RTCVoidRequestImpl.cpp
904 Modules/mediastream/SourceInfo.cpp
905 Modules/mediastream/UserMediaController.cpp
906 Modules/mediastream/UserMediaRequest.cpp
908 Modules/navigatorcontentutils/NavigatorContentUtils.cpp
910 Modules/notifications/DOMWindowNotifications.cpp
911 Modules/notifications/Notification.cpp
912 Modules/notifications/NotificationCenter.cpp
913 Modules/notifications/NotificationController.cpp
914 Modules/notifications/WorkerGlobalScopeNotifications.cpp
916 Modules/proximity/DeviceProximityController.cpp
917 Modules/proximity/DeviceProximityEvent.cpp
919 Modules/speech/DOMWindowSpeechSynthesis.cpp
920 Modules/speech/SpeechSynthesis.cpp
921 Modules/speech/SpeechSynthesisEvent.cpp
922 Modules/speech/SpeechSynthesisUtterance.cpp
923 Modules/speech/SpeechSynthesisVoice.cpp
925 Modules/streams/ReadableStream.cpp
926 Modules/streams/ReadableStreamReader.cpp
928 Modules/vibration/NavigatorVibration.cpp
929 Modules/vibration/Vibration.cpp
931 Modules/webaudio/AnalyserNode.cpp
932 Modules/webaudio/AsyncAudioDecoder.cpp
933 Modules/webaudio/AudioBasicInspectorNode.cpp
934 Modules/webaudio/AudioBasicProcessorNode.cpp
935 Modules/webaudio/AudioBuffer.cpp
936 Modules/webaudio/AudioBufferSourceNode.cpp
937 Modules/webaudio/AudioContext.cpp
938 Modules/webaudio/AudioDestinationNode.cpp
939 Modules/webaudio/AudioListener.cpp
940 Modules/webaudio/AudioNode.cpp
941 Modules/webaudio/AudioNodeInput.cpp
942 Modules/webaudio/AudioNodeOutput.cpp
943 Modules/webaudio/AudioParam.cpp
944 Modules/webaudio/AudioParamTimeline.cpp
945 Modules/webaudio/AudioProcessingEvent.cpp
946 Modules/webaudio/AudioScheduledSourceNode.cpp
947 Modules/webaudio/AudioSummingJunction.cpp
948 Modules/webaudio/BiquadDSPKernel.cpp
949 Modules/webaudio/BiquadFilterNode.cpp
950 Modules/webaudio/BiquadProcessor.cpp
951 Modules/webaudio/ChannelMergerNode.cpp
952 Modules/webaudio/ChannelSplitterNode.cpp
953 Modules/webaudio/ConvolverNode.cpp
954 Modules/webaudio/DefaultAudioDestinationNode.cpp
955 Modules/webaudio/DelayDSPKernel.cpp
956 Modules/webaudio/DelayNode.cpp
957 Modules/webaudio/DelayProcessor.cpp
958 Modules/webaudio/DynamicsCompressorNode.cpp
959 Modules/webaudio/GainNode.cpp
960 Modules/webaudio/MediaElementAudioSourceNode.cpp
961 Modules/webaudio/MediaStreamAudioDestinationNode.cpp
962 Modules/webaudio/MediaStreamAudioSource.cpp
963 Modules/webaudio/MediaStreamAudioSourceNode.cpp
964 Modules/webaudio/OfflineAudioCompletionEvent.cpp
965 Modules/webaudio/OfflineAudioContext.cpp
966 Modules/webaudio/OfflineAudioDestinationNode.cpp
967 Modules/webaudio/OscillatorNode.cpp
968 Modules/webaudio/PannerNode.cpp
969 Modules/webaudio/PeriodicWave.cpp
970 Modules/webaudio/RealtimeAnalyser.cpp
971 Modules/webaudio/ScriptProcessorNode.cpp
972 Modules/webaudio/WaveShaperDSPKernel.cpp
973 Modules/webaudio/WaveShaperNode.cpp
974 Modules/webaudio/WaveShaperProcessor.cpp
976 Modules/webdatabase/ChangeVersionWrapper.cpp
977 Modules/webdatabase/DOMWindowWebDatabase.cpp
978 Modules/webdatabase/Database.cpp
979 Modules/webdatabase/DatabaseAuthorizer.cpp
980 Modules/webdatabase/DatabaseBackend.cpp
981 Modules/webdatabase/DatabaseBackendBase.cpp
982 Modules/webdatabase/DatabaseContext.cpp
983 Modules/webdatabase/DatabaseManager.cpp
984 Modules/webdatabase/DatabaseServer.cpp
985 Modules/webdatabase/DatabaseTask.cpp
986 Modules/webdatabase/DatabaseThread.cpp
987 Modules/webdatabase/DatabaseTracker.cpp
988 Modules/webdatabase/OriginLock.cpp
989 Modules/webdatabase/SQLException.cpp
990 Modules/webdatabase/SQLResultSet.cpp
991 Modules/webdatabase/SQLResultSetRowList.cpp
992 Modules/webdatabase/SQLStatement.cpp
993 Modules/webdatabase/SQLStatementBackend.cpp
994 Modules/webdatabase/SQLTransaction.cpp
995 Modules/webdatabase/SQLTransactionBackend.cpp
996 Modules/webdatabase/SQLTransactionClient.cpp
997 Modules/webdatabase/SQLTransactionCoordinator.cpp
998 Modules/webdatabase/SQLTransactionStateMachine.cpp
1000 Modules/websockets/ThreadableWebSocketChannel.cpp
1001 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
1002 Modules/websockets/WebSocket.cpp
1003 Modules/websockets/WebSocketChannel.cpp
1004 Modules/websockets/WebSocketDeflateFramer.cpp
1005 Modules/websockets/WebSocketDeflater.cpp
1006 Modules/websockets/WebSocketExtensionDispatcher.cpp
1007 Modules/websockets/WebSocketExtensionParser.cpp
1008 Modules/websockets/WebSocketFrame.cpp
1009 Modules/websockets/WebSocketHandshake.cpp
1010 Modules/websockets/WorkerThreadableWebSocketChannel.cpp
1012 accessibility/AXObjectCache.cpp
1013 accessibility/AccessibilityARIAGrid.cpp
1014 accessibility/AccessibilityARIAGridCell.cpp
1015 accessibility/AccessibilityARIAGridRow.cpp
1016 accessibility/AccessibilityImageMapLink.cpp
1017 accessibility/AccessibilityList.cpp
1018 accessibility/AccessibilityListBox.cpp
1019 accessibility/AccessibilityListBoxOption.cpp
1020 accessibility/AccessibilityMediaControls.cpp
1021 accessibility/AccessibilityMenuList.cpp
1022 accessibility/AccessibilityMenuListOption.cpp
1023 accessibility/AccessibilityMenuListPopup.cpp
1024 accessibility/AccessibilityMockObject.cpp
1025 accessibility/AccessibilityNodeObject.cpp
1026 accessibility/AccessibilityObject.cpp
1027 accessibility/AccessibilityProgressIndicator.cpp
1028 accessibility/AccessibilityRenderObject.cpp
1029 accessibility/AccessibilitySVGRoot.cpp
1030 accessibility/AccessibilityScrollView.cpp
1031 accessibility/AccessibilityScrollbar.cpp
1032 accessibility/AccessibilitySearchFieldButtons.cpp
1033 accessibility/AccessibilitySlider.cpp
1034 accessibility/AccessibilitySpinButton.cpp
1035 accessibility/AccessibilityTable.cpp
1036 accessibility/AccessibilityTableCell.cpp
1037 accessibility/AccessibilityTableColumn.cpp
1038 accessibility/AccessibilityTableHeaderContainer.cpp
1039 accessibility/AccessibilityTableRow.cpp
1041 bindings/generic/ActiveDOMCallback.cpp
1042 bindings/generic/RuntimeEnabledFeatures.cpp
1044 bindings/js/ArrayValue.cpp
1045 bindings/js/CallbackFunction.cpp
1046 bindings/js/DOMWrapperWorld.cpp
1047 bindings/js/Dictionary.cpp
1048 bindings/js/GCController.cpp
1049 bindings/js/IDBBindingUtilities.cpp
1050 bindings/js/JSAttrCustom.cpp
1051 bindings/js/JSAudioBufferSourceNodeCustom.cpp
1052 bindings/js/JSAudioContextCustom.cpp
1053 bindings/js/JSAudioTrackCustom.cpp
1054 bindings/js/JSAudioTrackListCustom.cpp
1055 bindings/js/JSBiquadFilterNodeCustom.cpp
1056 bindings/js/JSBlobCustom.cpp
1057 bindings/js/JSCDATASectionCustom.cpp
1058 bindings/js/JSCSSRuleCustom.cpp
1059 bindings/js/JSCSSRuleListCustom.cpp
1060 bindings/js/JSCSSStyleDeclarationCustom.cpp
1061 bindings/js/JSCSSValueCustom.cpp
1062 bindings/js/JSCallbackData.cpp
1063 bindings/js/JSCanvasRenderingContext2DCustom.cpp
1064 bindings/js/JSCanvasRenderingContextCustom.cpp
1065 bindings/js/JSDataCueCustom.cpp
1066 bindings/js/JSDataTransferCustom.cpp
1067 bindings/js/JSCommandLineAPIHostCustom.cpp
1068 bindings/js/JSCryptoAlgorithmBuilder.cpp
1069 bindings/js/JSCryptoAlgorithmDictionary.cpp
1070 bindings/js/JSCryptoCustom.cpp
1071 bindings/js/JSCryptoKeyCustom.cpp
1072 bindings/js/JSCryptoKeyPairCustom.cpp
1073 bindings/js/JSCryptoKeySerializationJWK.cpp
1074 bindings/js/JSCryptoOperationData.cpp
1075 bindings/js/JSCustomSQLStatementErrorCallback.cpp
1076 bindings/js/JSCustomXPathNSResolver.cpp
1077 bindings/js/JSDOMBinding.cpp
1078 bindings/js/JSDOMFormDataCustom.cpp
1079 bindings/js/JSDOMGlobalObject.cpp
1080 bindings/js/JSDOMGlobalObjectTask.cpp
1081 bindings/js/JSDOMMimeTypeArrayCustom.cpp
1082 bindings/js/JSDOMPluginArrayCustom.cpp
1083 bindings/js/JSDOMPluginCustom.cpp
1084 bindings/js/JSDOMPromise.cpp
1085 bindings/js/JSDOMStringListCustom.cpp
1086 bindings/js/JSDOMStringMapCustom.cpp
1087 bindings/js/JSDOMWindowBase.cpp
1088 bindings/js/JSDOMWindowCustom.cpp
1089 bindings/js/JSDOMWindowShell.cpp
1090 bindings/js/JSDOMWrapper.cpp
1091 bindings/js/JSDedicatedWorkerGlobalScopeCustom.cpp
1092 bindings/js/JSDeviceMotionEventCustom.cpp
1093 bindings/js/JSDeviceOrientationEventCustom.cpp
1094 bindings/js/JSDictionary.cpp
1095 bindings/js/JSDocumentCustom.cpp
1096 bindings/js/JSElementCustom.cpp
1097 bindings/js/JSErrorHandler.cpp
1098 bindings/js/JSEventCustom.cpp
1099 bindings/js/JSEventListener.cpp
1100 bindings/js/JSEventTargetCustom.cpp
1101 bindings/js/JSExceptionBase.cpp
1102 bindings/js/JSFileReaderCustom.cpp
1103 bindings/js/JSGeolocationCustom.cpp
1104 bindings/js/JSHTMLAllCollectionCustom.cpp
1105 bindings/js/JSHTMLAppletElementCustom.cpp
1106 bindings/js/JSHTMLCanvasElementCustom.cpp
1107 bindings/js/JSHTMLCollectionCustom.cpp
1108 bindings/js/JSHTMLDocumentCustom.cpp
1109 bindings/js/JSHTMLElementCustom.cpp
1110 bindings/js/JSHTMLEmbedElementCustom.cpp
1111 bindings/js/JSHTMLFormControlsCollectionCustom.cpp
1112 bindings/js/JSHTMLFormElementCustom.cpp
1113 bindings/js/JSHTMLFrameElementCustom.cpp
1114 bindings/js/JSHTMLFrameSetElementCustom.cpp
1115 bindings/js/JSHTMLInputElementCustom.cpp
1116 bindings/js/JSHTMLLinkElementCustom.cpp
1117 bindings/js/JSHTMLMediaElementCustom.cpp
1118 bindings/js/JSHTMLObjectElementCustom.cpp
1119 bindings/js/JSHTMLOptionsCollectionCustom.cpp
1120 bindings/js/JSHTMLSelectElementCustom.cpp
1121 bindings/js/JSHTMLTemplateElementCustom.cpp
1122 bindings/js/JSHistoryCustom.cpp
1123 bindings/js/JSIDBAnyCustom.cpp
1124 bindings/js/JSIDBDatabaseCustom.cpp
1125 bindings/js/JSIDBObjectStoreCustom.cpp
1126 bindings/js/JSImageConstructor.cpp
1127 bindings/js/JSImageDataCustom.cpp
1128 bindings/js/JSInspectorFrontendHostCustom.cpp
1129 bindings/js/JSLazyEventListener.cpp
1130 bindings/js/JSLocationCustom.cpp
1131 bindings/js/JSMainThreadExecState.cpp
1132 bindings/js/JSMediaDevicesCustom.cpp
1133 bindings/js/JSMediaSourceStatesCustom.cpp
1134 bindings/js/JSMediaStreamCapabilitiesCustom.cpp
1135 bindings/js/JSMessageChannelCustom.cpp
1136 bindings/js/JSMessageEventCustom.cpp
1137 bindings/js/JSMessagePortCustom.cpp
1138 bindings/js/JSMutationCallback.cpp
1139 bindings/js/JSMutationObserverCustom.cpp
1140 bindings/js/JSNamedNodeMapCustom.cpp
1141 bindings/js/JSNavigatorCustom.cpp
1142 bindings/js/JSNodeCustom.cpp
1143 bindings/js/JSNodeFilterCondition.cpp
1144 bindings/js/JSNodeFilterCustom.cpp
1145 bindings/js/JSNodeIteratorCustom.cpp
1146 bindings/js/JSNodeListCustom.cpp
1147 bindings/js/JSOscillatorNodeCustom.cpp
1148 bindings/js/JSPannerNodeCustom.cpp
1149 bindings/js/JSPerformanceEntryCustom.cpp
1150 bindings/js/JSPluginElementFunctions.cpp
1151 bindings/js/JSPopStateEventCustom.cpp
1152 bindings/js/JSRTCIceCandidateCustom.cpp
1153 bindings/js/JSRTCPeerConnectionCustom.cpp
1154 bindings/js/JSRTCSessionDescriptionCustom.cpp
1155 bindings/js/JSRTCStatsResponseCustom.cpp
1156 bindings/js/JSReadableStreamCustom.cpp
1157 bindings/js/JSReadableStreamReaderCustom.cpp
1158 bindings/js/ReadableStreamJSSource.cpp
1159 bindings/js/JSRequestAnimationFrameCallbackCustom.cpp
1160 bindings/js/JSSQLResultSetRowListCustom.cpp
1161 bindings/js/JSSQLTransactionCustom.cpp
1162 bindings/js/JSSVGLengthCustom.cpp
1163 bindings/js/JSSVGPathSegCustom.cpp
1164 bindings/js/JSStorageCustom.cpp
1165 bindings/js/JSStyleSheetCustom.cpp
1166 bindings/js/JSStyleSheetListCustom.cpp
1167 bindings/js/JSSubtleCryptoCustom.cpp
1168 bindings/js/JSSVGLengthCustom.cpp
1169 bindings/js/JSSVGPathSegCustom.cpp
1170 bindings/js/JSTextCustom.cpp
1171 bindings/js/JSTextTrackCueCustom.cpp
1172 bindings/js/JSTextTrackCustom.cpp
1173 bindings/js/JSTextTrackListCustom.cpp
1174 bindings/js/JSTouchCustom.cpp
1175 bindings/js/JSTouchListCustom.cpp
1176 bindings/js/JSTrackCustom.cpp
1177 bindings/js/JSTrackEventCustom.cpp
1178 bindings/js/JSTreeWalkerCustom.cpp
1179 bindings/js/JSVideoTrackCustom.cpp
1180 bindings/js/JSVideoTrackListCustom.cpp
1181 bindings/js/JSWebGLRenderingContextBaseCustom.cpp
1182 bindings/js/JSWebGLRenderingContextCustom.cpp
1183 bindings/js/JSWebGL2RenderingContextCustom.cpp
1184 bindings/js/JSWebKitPointCustom.cpp
1185 bindings/js/JSWorkerCustom.cpp
1186 bindings/js/JSWorkerGlobalScopeBase.cpp
1187 bindings/js/JSWorkerGlobalScopeCustom.cpp
1188 bindings/js/JSXMLHttpRequestCustom.cpp
1189 bindings/js/JSXPathResultCustom.cpp
1190 bindings/js/JSXSLTProcessorCustom.cpp
1191 bindings/js/ScheduledAction.cpp
1192 bindings/js/ScriptCachedFrameData.cpp
1193 bindings/js/ScriptController.cpp
1194 bindings/js/ScriptGlobalObject.cpp
1195 bindings/js/ScriptState.cpp
1196 bindings/js/SerializedScriptValue.cpp
1197 bindings/js/WebCoreTypedArrayController.cpp
1198 bindings/js/WorkerScriptController.cpp
1199 bindings/js/WorkerScriptDebugServer.cpp
1201 bridge/IdentifierRep.cpp
1202 bridge/NP_jsobject.cpp
1203 bridge/npruntime.cpp
1204 bridge/runtime_array.cpp
1205 bridge/runtime_method.cpp
1206 bridge/runtime_object.cpp
1207 bridge/runtime_root.cpp
1209 bridge/c/CRuntimeObject.cpp
1210 bridge/c/c_class.cpp
1211 bridge/c/c_instance.cpp
1212 bridge/c/c_runtime.cpp
1213 bridge/c/c_utility.cpp
1215 bridge/jsc/BridgeJSC.cpp
1217 contentextensions/CombinedURLFilters.cpp
1218 contentextensions/CompiledContentExtension.cpp
1219 contentextensions/ContentExtension.cpp
1220 contentextensions/ContentExtensionCompiler.cpp
1221 contentextensions/ContentExtensionError.cpp
1222 contentextensions/ContentExtensionParser.cpp
1223 contentextensions/ContentExtensionRule.cpp
1224 contentextensions/ContentExtensionsBackend.cpp
1225 contentextensions/DFA.cpp
1226 contentextensions/DFABytecodeCompiler.cpp
1227 contentextensions/DFABytecodeInterpreter.cpp
1228 contentextensions/NFA.cpp
1229 contentextensions/NFAToDFA.cpp
1230 contentextensions/URLFilterParser.cpp
1232 css/BasicShapeFunctions.cpp
1233 css/CSSAspectRatioValue.cpp
1234 css/CSSBasicShapes.cpp
1235 css/CSSBorderImage.cpp
1236 css/CSSBorderImageSliceValue.cpp
1237 css/CSSCalculationValue.cpp
1238 css/CSSCanvasValue.cpp
1239 css/CSSCharsetRule.cpp
1240 css/CSSComputedStyleDeclaration.cpp
1241 css/CSSCrossfadeValue.cpp
1242 css/CSSCursorImageValue.cpp
1243 css/CSSDefaultStyleSheets.cpp
1244 css/CSSFilterImageValue.cpp
1246 css/CSSFontFaceLoadEvent.cpp
1247 css/CSSFontFaceRule.cpp
1248 css/CSSFontFaceSource.cpp
1249 css/CSSFontFaceSrcValue.cpp
1250 css/CSSFontFeatureValue.cpp
1251 css/CSSFontSelector.cpp
1252 css/CSSFontValue.cpp
1253 css/CSSFunctionValue.cpp
1254 css/CSSGradientValue.cpp
1255 css/CSSGridLineNamesValue.cpp
1256 css/CSSGridTemplateAreasValue.cpp
1257 css/CSSGroupingRule.cpp
1258 css/CSSImageGeneratorValue.cpp
1259 css/CSSImageSetValue.cpp
1260 css/CSSImageValue.cpp
1261 css/CSSImportRule.cpp
1262 css/CSSInheritedValue.cpp
1263 css/CSSInitialValue.cpp
1264 css/CSSLineBoxContainValue.cpp
1265 css/CSSMediaRule.cpp
1269 css/CSSParserValues.cpp
1270 css/CSSPrimitiveValue.cpp
1272 css/CSSPropertySourceData.cpp
1273 css/CSSReflectValue.cpp
1276 css/CSSSegmentedFontFace.cpp
1278 css/CSSSelectorList.cpp
1279 css/CSSShadowValue.cpp
1280 css/CSSStyleRule.cpp
1281 css/CSSStyleSheet.cpp
1282 css/CSSSupportsRule.cpp
1283 css/CSSTimingFunctionValue.cpp
1284 css/CSSToLengthConversionData.cpp
1285 css/CSSToStyleMap.cpp
1286 css/CSSUnicodeRangeValue.cpp
1288 css/CSSValueList.cpp
1289 css/CSSValuePool.cpp
1290 css/DOMWindowCSS.cpp
1291 css/DocumentRuleSets.cpp
1292 css/ElementRuleCollector.cpp
1294 css/InspectorCSSOMWrappers.cpp
1295 css/LengthFunctions.cpp
1296 css/MediaFeatureNames.cpp
1299 css/MediaQueryEvaluator.cpp
1300 css/MediaQueryExp.cpp
1301 css/MediaQueryList.cpp
1302 css/MediaQueryMatcher.cpp
1303 css/PageRuleCollector.cpp
1304 css/PropertySetCSSStyleDeclaration.cpp
1308 css/SVGCSSComputedStyleDeclaration.cpp
1309 css/SVGCSSParser.cpp
1310 css/SelectorChecker.cpp
1311 css/SelectorFilter.cpp
1312 css/SourceSizeList.cpp
1313 css/StyleInvalidationAnalysis.cpp
1315 css/StyleProperties.cpp
1316 css/StylePropertyShorthand.cpp
1317 css/StyleResolver.cpp
1319 css/StyleRuleImport.cpp
1321 css/StyleSheetContents.cpp
1322 css/StyleSheetList.cpp
1323 css/TransformFunctions.cpp
1324 css/ViewportStyleResolver.cpp
1325 css/WebKitCSSFilterValue.cpp
1326 css/WebKitCSSResourceValue.cpp
1327 css/CSSKeyframeRule.cpp
1328 css/CSSKeyframesRule.cpp
1329 css/WebKitCSSMatrix.cpp
1330 css/WebKitCSSRegionRule.cpp
1331 css/WebKitCSSTransformValue.cpp
1332 css/WebKitCSSViewportRule.cpp
1334 cssjit/SelectorCompiler.cpp
1336 dom/ActiveDOMObject.cpp
1337 dom/AnimationEvent.cpp
1339 dom/BeforeTextInsertedEvent.cpp
1340 dom/BeforeUnloadEvent.cpp
1341 dom/CDATASection.cpp
1342 dom/CharacterData.cpp
1343 dom/CheckedRadioButtons.cpp
1344 dom/ChildListMutationScope.cpp
1345 dom/ChildNodeList.cpp
1346 dom/ClassNodeList.cpp
1348 dom/ClientRectList.cpp
1349 dom/ClipboardEvent.cpp
1350 dom/CollectionIndexCache.cpp
1352 dom/CompositionEvent.cpp
1353 dom/ContainerNode.cpp
1354 dom/ContainerNodeAlgorithms.cpp
1355 dom/ContextDestructionObserver.cpp
1357 dom/DOMCoreException.cpp
1359 dom/DOMImplementation.cpp
1360 dom/DOMNamedFlowCollection.cpp
1361 dom/DOMStringList.cpp
1362 dom/DataTransfer.cpp
1363 dom/DataTransferItem.cpp
1364 dom/DatasetDOMStringMap.cpp
1365 dom/DecodedDataDocumentParser.cpp
1366 dom/DeviceMotionController.cpp
1367 dom/DeviceMotionData.cpp
1368 dom/DeviceMotionEvent.cpp
1369 dom/DeviceOrientationController.cpp
1370 dom/DeviceOrientationData.cpp
1371 dom/DeviceOrientationEvent.cpp
1373 dom/DocumentEventQueue.cpp
1374 dom/DocumentFragment.cpp
1375 dom/DocumentMarker.cpp
1376 dom/DocumentMarkerController.cpp
1377 dom/DocumentOrderedMap.cpp
1378 dom/DocumentParser.cpp
1379 dom/DocumentSharedObjectPool.cpp
1380 dom/DocumentStyleSheetCollection.cpp
1381 dom/DocumentType.cpp
1384 dom/ElementRareData.cpp
1385 dom/EntityReference.cpp
1388 dom/EventContext.cpp
1389 dom/EventDispatcher.cpp
1390 dom/EventException.cpp
1391 dom/EventListenerMap.cpp
1394 dom/ExceptionBase.cpp
1395 dom/ExceptionCodePlaceholder.cpp
1397 dom/GenericEventQueue.cpp
1398 dom/IdTargetObserver.cpp
1399 dom/IdTargetObserverRegistry.cpp
1400 dom/InlineStyleSheetOwner.cpp
1401 dom/KeyboardEvent.cpp
1402 dom/LiveNodeList.cpp
1403 dom/MessageChannel.cpp
1404 dom/MessageEvent.cpp
1406 dom/MessagePortChannel.cpp
1409 dom/MouseRelatedEvent.cpp
1410 dom/MutationEvent.cpp
1411 dom/MutationObserver.cpp
1412 dom/MutationObserverInterestGroup.cpp
1413 dom/MutationObserverRegistration.cpp
1414 dom/MutationRecord.cpp
1415 dom/NameNodeList.cpp
1416 dom/NamedFlowCollection.cpp
1417 dom/NamedNodeMap.cpp
1420 dom/NodeFilterCondition.cpp
1421 dom/NodeIterator.cpp
1422 dom/NodeRareData.cpp
1423 dom/NodeRenderingTraversal.cpp
1424 dom/NodeTraversal.cpp
1425 dom/OverflowEvent.cpp
1426 dom/PageTransitionEvent.cpp
1427 dom/PendingScript.cpp
1428 dom/PopStateEvent.cpp
1430 dom/PositionIterator.cpp
1431 dom/ProcessingInstruction.cpp
1432 dom/ProgressEvent.cpp
1433 dom/PseudoElement.cpp
1434 dom/QualifiedName.cpp
1436 dom/RangeException.cpp
1437 dom/RegisteredEventListener.cpp
1438 dom/ScopedEventQueue.cpp
1439 dom/ScriptElement.cpp
1440 dom/ScriptExecutionContext.cpp
1441 dom/ScriptRunner.cpp
1442 dom/ScriptableDocumentParser.cpp
1443 dom/ScriptedAnimationController.cpp
1444 dom/SecurityContext.cpp
1445 dom/SecurityOriginPolicy.cpp
1446 dom/SelectorQuery.cpp
1448 dom/SpaceSplitString.cpp
1449 dom/StaticNodeList.cpp
1450 dom/StringCallback.cpp
1451 dom/StyledElement.cpp
1455 dom/TextNodeTraversal.cpp
1459 dom/TransformSourceLibxslt.cpp
1460 dom/TransitionEvent.cpp
1463 dom/TreeScopeAdopter.cpp
1466 dom/UIEventWithKeyState.cpp
1467 dom/UserActionElementSet.cpp
1468 dom/UserGestureIndicator.cpp
1469 dom/UserTypingGestureIndicator.cpp
1470 dom/ViewportArguments.cpp
1471 dom/VisitedLinkState.cpp
1472 dom/WebKitAnimationEvent.cpp
1473 dom/WebKitNamedFlow.cpp
1474 dom/WebKitTransitionEvent.cpp
1477 dom/default/PlatformMessagePortChannel.cpp
1479 editing/AlternativeTextController.cpp
1480 editing/AppendNodeCommand.cpp
1481 editing/ApplyBlockElementCommand.cpp
1482 editing/ApplyStyleCommand.cpp
1483 editing/BreakBlockquoteCommand.cpp
1484 editing/CompositeEditCommand.cpp
1485 editing/CreateLinkCommand.cpp
1486 editing/DeleteFromTextNodeCommand.cpp
1487 editing/DeleteSelectionCommand.cpp
1488 editing/DictationAlternative.cpp
1489 editing/DictationCommand.cpp
1490 editing/EditCommand.cpp
1491 editing/EditingStyle.cpp
1493 editing/EditorCommand.cpp
1494 editing/FormatBlockCommand.cpp
1495 editing/FrameSelection.cpp
1496 editing/HTMLInterchange.cpp
1497 editing/IndentOutdentCommand.cpp
1498 editing/InsertIntoTextNodeCommand.cpp
1499 editing/InsertLineBreakCommand.cpp
1500 editing/InsertListCommand.cpp
1501 editing/InsertNodeBeforeCommand.cpp
1502 editing/InsertParagraphSeparatorCommand.cpp
1503 editing/InsertTextCommand.cpp
1504 editing/MarkupAccumulator.cpp
1505 editing/MergeIdenticalElementsCommand.cpp
1506 editing/ModifySelectionListLevel.cpp
1507 editing/MoveSelectionCommand.cpp
1508 editing/RemoveCSSPropertyCommand.cpp
1509 editing/RemoveFormatCommand.cpp
1510 editing/RemoveNodeCommand.cpp
1511 editing/RemoveNodePreservingChildrenCommand.cpp
1512 editing/RenderedPosition.cpp
1513 editing/ReplaceNodeWithSpanCommand.cpp
1514 editing/ReplaceSelectionCommand.cpp
1515 editing/SetNodeAttributeCommand.cpp
1516 editing/SetSelectionCommand.cpp
1517 editing/SimplifyMarkupCommand.cpp
1518 editing/SmartReplace.cpp
1519 editing/SpellChecker.cpp
1520 editing/SpellingCorrectionCommand.cpp
1521 editing/SplitElementCommand.cpp
1522 editing/SplitTextNodeCommand.cpp
1523 editing/SplitTextNodeContainingElementCommand.cpp
1524 editing/TextCheckingHelper.cpp
1525 editing/TextInsertionBaseCommand.cpp
1526 editing/TextIterator.cpp
1527 editing/TypingCommand.cpp
1528 editing/UnlinkCommand.cpp
1529 editing/VisiblePosition.cpp
1530 editing/VisibleSelection.cpp
1531 editing/VisibleUnits.cpp
1532 editing/WrapContentsInDummySpanCommand.cpp
1533 editing/htmlediting.cpp
1536 fileapi/AsyncFileStream.cpp
1540 fileapi/FileException.cpp
1541 fileapi/FileList.cpp
1542 fileapi/FileReader.cpp
1543 fileapi/FileReaderLoader.cpp
1544 fileapi/FileReaderSync.cpp
1545 fileapi/ThreadableBlobRegistry.cpp
1546 fileapi/WebKitBlobBuilder.cpp
1548 history/BackForwardController.cpp
1549 history/BackForwardList.cpp
1550 history/CachedFrame.cpp
1551 history/CachedPage.cpp
1552 history/HistoryItem.cpp
1553 history/PageCache.cpp
1555 html/BaseButtonInputType.cpp
1556 html/BaseCheckableInputType.cpp
1557 html/BaseChooserOnlyDateAndTimeInputType.cpp
1558 html/BaseClickableWithKeyInputType.cpp
1559 html/BaseDateAndTimeInputType.cpp
1560 html/BaseTextInputType.cpp
1561 html/ButtonInputType.cpp
1562 html/CheckboxInputType.cpp
1564 html/ColorInputType.cpp
1565 html/DOMFormData.cpp
1566 html/DOMSettableTokenList.cpp
1567 html/DOMTokenList.cpp
1569 html/DateInputType.cpp
1570 html/DateTimeInputType.cpp
1571 html/DateTimeLocalInputType.cpp
1572 html/EmailInputType.cpp
1573 html/FTPDirectoryDocument.cpp
1574 html/FileInputType.cpp
1575 html/FormAssociatedElement.cpp
1576 html/FormController.cpp
1577 html/FormDataList.cpp
1578 html/HTMLAllCollection.cpp
1579 html/HTMLAnchorElement.cpp
1580 html/HTMLAppletElement.cpp
1581 html/HTMLAreaElement.cpp
1582 html/HTMLAttachmentElement.cpp
1583 html/HTMLAudioElement.cpp
1584 html/HTMLBRElement.cpp
1585 html/HTMLBaseElement.cpp
1586 html/HTMLBaseFontElement.cpp
1587 html/HTMLBodyElement.cpp
1588 html/HTMLButtonElement.cpp
1589 html/HTMLCanvasElement.cpp
1590 html/HTMLCollection.cpp
1591 html/HTMLDListElement.cpp
1592 html/HTMLDataListElement.cpp
1593 html/HTMLDetailsElement.cpp
1594 html/HTMLDirectoryElement.cpp
1595 html/HTMLDivElement.cpp
1596 html/HTMLDocument.cpp
1597 html/HTMLElement.cpp
1598 html/HTMLEmbedElement.cpp
1599 html/HTMLFieldSetElement.cpp
1600 html/HTMLFontElement.cpp
1601 html/HTMLFormControlElement.cpp
1602 html/HTMLFormControlElementWithState.cpp
1603 html/HTMLFormControlsCollection.cpp
1604 html/HTMLFormElement.cpp
1605 html/HTMLFrameElement.cpp
1606 html/HTMLFrameElementBase.cpp
1607 html/HTMLFrameOwnerElement.cpp
1608 html/HTMLFrameSetElement.cpp
1609 html/HTMLHRElement.cpp
1610 html/HTMLHeadElement.cpp
1611 html/HTMLHeadingElement.cpp
1612 html/HTMLHtmlElement.cpp
1613 html/HTMLIFrameElement.cpp
1614 html/HTMLImageElement.cpp
1615 html/HTMLImageLoader.cpp
1616 html/HTMLInputElement.cpp
1617 html/HTMLKeygenElement.cpp
1618 html/HTMLLIElement.cpp
1619 html/HTMLLabelElement.cpp
1620 html/HTMLLegendElement.cpp
1621 html/HTMLLinkElement.cpp
1622 html/HTMLMapElement.cpp
1623 html/HTMLMarqueeElement.cpp
1624 html/HTMLMediaElement.cpp
1625 html/HTMLMediaSession.cpp
1626 html/HTMLMenuElement.cpp
1627 html/HTMLMetaElement.cpp
1628 html/HTMLMeterElement.cpp
1629 html/HTMLModElement.cpp
1630 html/HTMLNameCollection.cpp
1631 html/HTMLOListElement.cpp
1632 html/HTMLObjectElement.cpp
1633 html/HTMLOptGroupElement.cpp
1634 html/HTMLOptionElement.cpp
1635 html/HTMLOptionsCollection.cpp
1636 html/HTMLOutputElement.cpp
1637 html/HTMLParagraphElement.cpp
1638 html/HTMLParamElement.cpp
1639 html/HTMLPlugInElement.cpp
1640 html/HTMLPlugInImageElement.cpp
1641 html/HTMLPreElement.cpp
1642 html/HTMLProgressElement.cpp
1643 html/HTMLQuoteElement.cpp
1644 html/HTMLScriptElement.cpp
1645 html/HTMLSelectElement.cpp
1646 html/HTMLSourceElement.cpp
1647 html/HTMLSpanElement.cpp
1648 html/HTMLStyleElement.cpp
1649 html/HTMLSummaryElement.cpp
1650 html/HTMLTableCaptionElement.cpp
1651 html/HTMLTableCellElement.cpp
1652 html/HTMLTableColElement.cpp
1653 html/HTMLTableElement.cpp
1654 html/HTMLTablePartElement.cpp
1655 html/HTMLTableRowElement.cpp
1656 html/HTMLTableRowsCollection.cpp
1657 html/HTMLTableSectionElement.cpp
1658 html/HTMLTemplateElement.cpp
1659 html/HTMLTextAreaElement.cpp
1660 html/HTMLTextFormControlElement.cpp
1661 html/HTMLTitleElement.cpp
1662 html/HTMLTrackElement.cpp
1663 html/HTMLUListElement.cpp
1664 html/HTMLVideoElement.cpp
1665 html/HTMLWBRElement.cpp
1666 html/HiddenInputType.cpp
1668 html/ImageDocument.cpp
1669 html/ImageInputType.cpp
1671 html/InputTypeNames.cpp
1672 html/LabelableElement.cpp
1673 html/LabelsNodeList.cpp
1674 html/LinkRelAttribute.cpp
1675 html/MediaController.cpp
1676 html/MediaDocument.cpp
1677 html/MediaFragmentURIParser.cpp
1678 html/MonthInputType.cpp
1679 html/NumberInputType.cpp
1680 html/PasswordInputType.cpp
1681 html/PluginDocument.cpp
1682 html/PublicURLManager.cpp
1683 html/RadioInputType.cpp
1684 html/RadioNodeList.cpp
1685 html/RangeInputType.cpp
1687 html/ResetInputType.cpp
1688 html/SearchInputType.cpp
1690 html/SubmitInputType.cpp
1691 html/TelephoneInputType.cpp
1692 html/TextDocument.cpp
1693 html/TextFieldInputType.cpp
1694 html/TextInputType.cpp
1695 html/TimeInputType.cpp
1698 html/URLInputType.cpp
1699 html/ValidationMessage.cpp
1700 html/WeekInputType.cpp
1702 html/canvas/ANGLEInstancedArrays.cpp
1703 html/canvas/CanvasContextAttributes.cpp
1704 html/canvas/CanvasGradient.cpp
1705 html/canvas/CanvasPathMethods.cpp
1706 html/canvas/CanvasPattern.cpp
1707 html/canvas/CanvasProxy.cpp
1708 html/canvas/CanvasRenderingContext.cpp
1709 html/canvas/CanvasRenderingContext2D.cpp
1710 html/canvas/CanvasStyle.cpp
1711 html/canvas/EXTBlendMinMax.cpp
1712 html/canvas/EXTFragDepth.cpp
1713 html/canvas/EXTShaderTextureLOD.cpp
1714 html/canvas/EXTTextureFilterAnisotropic.cpp
1715 html/canvas/EXTsRGB.cpp
1716 html/canvas/OESElementIndexUint.cpp
1717 html/canvas/OESStandardDerivatives.cpp
1718 html/canvas/OESTextureFloat.cpp
1719 html/canvas/OESTextureFloatLinear.cpp
1720 html/canvas/OESTextureHalfFloat.cpp
1721 html/canvas/OESTextureHalfFloatLinear.cpp
1722 html/canvas/OESVertexArrayObject.cpp
1723 html/canvas/WebGLBuffer.cpp
1724 html/canvas/WebGLCompressedTextureATC.cpp
1725 html/canvas/WebGLCompressedTexturePVRTC.cpp
1726 html/canvas/WebGLCompressedTextureS3TC.cpp
1727 html/canvas/WebGLContextAttributes.cpp
1728 html/canvas/WebGLContextEvent.cpp
1729 html/canvas/WebGLContextGroup.cpp
1730 html/canvas/WebGLContextObject.cpp
1731 html/canvas/WebGLDebugRendererInfo.cpp
1732 html/canvas/WebGLDebugShaders.cpp
1733 html/canvas/WebGLDepthTexture.cpp
1734 html/canvas/WebGLDrawBuffers.cpp
1735 html/canvas/WebGLExtension.cpp
1736 html/canvas/WebGLFramebuffer.cpp
1737 html/canvas/WebGLGetInfo.cpp
1738 html/canvas/WebGLLoseContext.cpp
1739 html/canvas/WebGLObject.cpp
1740 html/canvas/WebGLProgram.cpp
1741 html/canvas/WebGLQuery.cpp
1742 html/canvas/WebGLRenderbuffer.cpp
1743 html/canvas/WebGLRenderingContextBase.cpp
1744 html/canvas/WebGLRenderingContext.cpp
1745 html/canvas/WebGL2RenderingContext.cpp
1746 html/canvas/WebGLSampler.cpp
1747 html/canvas/WebGLShader.cpp
1748 html/canvas/WebGLShaderPrecisionFormat.cpp
1749 html/canvas/WebGLSharedObject.cpp
1750 html/canvas/WebGLSync.cpp
1751 html/canvas/WebGLTexture.cpp
1752 html/canvas/WebGLTransformFeedback.cpp
1753 html/canvas/WebGLUniformLocation.cpp
1754 html/canvas/WebGLVertexArrayObject.cpp
1755 html/canvas/WebGLVertexArrayObjectBase.cpp
1756 html/canvas/WebGLVertexArrayObjectOES.cpp
1758 html/forms/FileIconLoader.cpp
1760 html/parser/CSSPreloadScanner.cpp
1761 html/parser/HTMLConstructionSite.cpp
1762 html/parser/HTMLDocumentParser.cpp
1763 html/parser/HTMLElementStack.cpp
1764 html/parser/HTMLEntityParser.cpp
1765 html/parser/HTMLEntitySearch.cpp
1766 html/parser/HTMLFormattingElementList.cpp
1767 html/parser/HTMLMetaCharsetParser.cpp
1768 html/parser/HTMLParserIdioms.cpp
1769 html/parser/HTMLSrcsetParser.cpp
1770 html/parser/HTMLParserOptions.cpp
1771 html/parser/HTMLParserScheduler.cpp
1772 html/parser/HTMLPreloadScanner.cpp
1773 html/parser/HTMLResourcePreloader.cpp
1774 html/parser/HTMLScriptRunner.cpp
1775 html/parser/HTMLSourceTracker.cpp
1776 html/parser/HTMLSrcsetParser.cpp
1777 html/parser/HTMLTokenizer.cpp
1778 html/parser/HTMLTreeBuilder.cpp
1779 html/parser/TextDocumentParser.cpp
1780 html/parser/XSSAuditor.cpp
1781 html/parser/XSSAuditorDelegate.cpp
1783 html/shadow/AutoFillButtonElement.cpp
1784 html/shadow/ContentDistributor.cpp
1785 html/shadow/DetailsMarkerControl.cpp
1786 html/shadow/InsertionPoint.cpp
1787 html/shadow/MediaControlElementTypes.cpp
1788 html/shadow/MediaControlElements.cpp
1789 html/shadow/MediaControls.cpp
1790 html/shadow/MeterShadowElement.cpp
1791 html/shadow/ProgressShadowElement.cpp
1792 html/shadow/SliderThumbElement.cpp
1793 html/shadow/SpinButtonElement.cpp
1794 html/shadow/TextControlInnerElements.cpp
1796 inspector/CommandLineAPIHost.cpp
1797 inspector/CommandLineAPIModule.cpp
1798 inspector/DOMEditor.cpp
1799 inspector/DOMPatchSupport.cpp
1800 inspector/InspectorApplicationCacheAgent.cpp
1801 inspector/InspectorCSSAgent.cpp
1802 inspector/InspectorClient.cpp
1803 inspector/InspectorController.cpp
1804 inspector/InspectorDOMAgent.cpp
1805 inspector/InspectorDOMDebuggerAgent.cpp
1806 inspector/InspectorDOMStorageAgent.cpp
1807 inspector/InspectorDatabaseAgent.cpp
1808 inspector/InspectorDatabaseResource.cpp
1809 inspector/InspectorFrontendClientLocal.cpp
1810 inspector/InspectorFrontendHost.cpp
1811 inspector/InspectorHistory.cpp
1812 inspector/InspectorIndexedDBAgent.cpp
1813 inspector/InspectorInstrumentation.cpp
1814 inspector/InspectorInstrumentationCookie.cpp
1815 inspector/InspectorLayerTreeAgent.cpp
1816 inspector/InspectorNodeFinder.cpp
1817 inspector/InspectorOverlay.cpp
1818 inspector/InspectorPageAgent.cpp
1819 inspector/InspectorResourceAgent.cpp
1820 inspector/InspectorStyleSheet.cpp
1821 inspector/InspectorTimelineAgent.cpp
1822 inspector/InspectorWorkerAgent.cpp
1823 inspector/InstrumentingAgents.cpp
1824 inspector/NetworkResourcesData.cpp
1825 inspector/PageConsoleAgent.cpp
1826 inspector/PageDebuggerAgent.cpp
1827 inspector/PageRuntimeAgent.cpp
1828 inspector/PageScriptDebugServer.cpp
1829 inspector/TimelineRecordFactory.cpp
1830 inspector/WebConsoleAgent.cpp
1831 inspector/WebDebuggerAgent.cpp
1832 inspector/WebInjectedScriptHost.cpp
1833 inspector/WebInjectedScriptManager.cpp
1834 inspector/WorkerConsoleAgent.cpp
1835 inspector/WorkerDebuggerAgent.cpp
1836 inspector/WorkerInspectorController.cpp
1837 inspector/WorkerRuntimeAgent.cpp
1839 loader/CookieJar.cpp
1840 loader/ContentFilter.cpp
1841 loader/CrossOriginAccessControl.cpp
1842 loader/CrossOriginPreflightResultCache.cpp
1843 loader/DocumentLoadTiming.cpp
1844 loader/DocumentLoader.cpp
1845 loader/DocumentThreadableLoader.cpp
1846 loader/DocumentWriter.cpp
1847 loader/EmptyClients.cpp
1848 loader/FTPDirectoryParser.cpp
1849 loader/FormState.cpp
1850 loader/FormSubmission.cpp
1851 loader/FrameLoadRequest.cpp
1852 loader/FrameLoader.cpp
1853 loader/FrameLoaderStateMachine.cpp
1854 loader/HistoryController.cpp
1855 loader/ImageLoader.cpp
1856 loader/LinkLoader.cpp
1857 loader/LoaderStrategy.cpp
1858 loader/MediaResourceLoader.cpp
1859 loader/MixedContentChecker.cpp
1860 loader/NavigationAction.cpp
1861 loader/NavigationScheduler.cpp
1862 loader/NetscapePlugInStreamLoader.cpp
1863 loader/PingLoader.cpp
1864 loader/PolicyCallback.cpp
1865 loader/PolicyChecker.cpp
1866 loader/ProgressTracker.cpp
1867 loader/ResourceLoadNotifier.cpp
1868 loader/ResourceLoadScheduler.cpp
1869 loader/ResourceLoader.cpp
1870 loader/SinkDocument.cpp
1871 loader/SubframeLoader.cpp
1872 loader/SubresourceLoader.cpp
1873 loader/TextResourceDecoder.cpp
1874 loader/TextTrackLoader.cpp
1875 loader/ThreadableLoader.cpp
1876 loader/WorkerThreadableLoader.cpp
1878 loader/appcache/ApplicationCache.cpp
1879 loader/appcache/ApplicationCacheGroup.cpp
1880 loader/appcache/ApplicationCacheHost.cpp
1881 loader/appcache/ApplicationCacheResource.cpp
1882 loader/appcache/ApplicationCacheStorage.cpp
1883 loader/appcache/DOMApplicationCache.cpp
1884 loader/appcache/ManifestParser.cpp
1886 loader/archive/Archive.cpp
1887 loader/archive/ArchiveFactory.cpp
1888 loader/archive/ArchiveResource.cpp
1889 loader/archive/ArchiveResourceCollection.cpp
1891 loader/archive/mhtml/MHTMLArchive.cpp
1892 loader/archive/mhtml/MHTMLParser.cpp
1894 loader/cache/CachedCSSStyleSheet.cpp
1895 loader/cache/CachedSVGFont.cpp
1896 loader/cache/CachedFont.cpp
1897 loader/cache/CachedImage.cpp
1898 loader/cache/CachedRawResource.cpp
1899 loader/cache/CachedResource.cpp
1900 loader/cache/CachedResourceHandle.cpp
1901 loader/cache/CachedResourceLoader.cpp
1902 loader/cache/CachedResourceRequest.cpp
1903 loader/cache/CachedResourceRequestInitiators.cpp
1904 loader/cache/CachedSVGDocument.cpp
1905 loader/cache/CachedSVGDocumentReference.cpp
1906 loader/cache/CachedScript.cpp
1907 loader/cache/CachedXSLStyleSheet.cpp
1908 loader/cache/MemoryCache.cpp
1910 loader/icon/IconController.cpp
1911 loader/icon/IconDatabase.cpp
1912 loader/icon/IconDatabaseBase.cpp
1913 loader/icon/IconLoader.cpp
1914 loader/icon/IconRecord.cpp
1915 loader/icon/PageURLRecord.cpp
1917 mathml/MathMLElement.cpp
1918 mathml/MathMLInlineContainerElement.cpp
1919 mathml/MathMLMathElement.cpp
1920 mathml/MathMLMencloseElement.cpp
1921 mathml/MathMLSelectElement.cpp
1922 mathml/MathMLTextElement.cpp
1924 page/AutoscrollController.cpp
1926 page/CaptionUserPreferences.cpp
1928 page/ContentSecurityPolicy.cpp
1929 page/ContextMenuContext.cpp
1930 page/ContextMenuController.cpp
1932 page/DOMSecurityPolicy.cpp
1933 page/DOMSelection.cpp
1936 page/DOMWindowExtension.cpp
1937 page/DOMWindowProperty.cpp
1938 page/DatabaseProvider.cpp
1939 page/DebugPageOverlays.cpp
1940 page/DeviceController.cpp
1941 page/DiagnosticLoggingKeys.cpp
1942 page/DragController.cpp
1943 page/EventHandler.cpp
1944 page/EventSource.cpp
1945 page/FocusController.cpp
1947 page/FrameDestructionObserver.cpp
1948 page/FrameSnapshotting.cpp
1954 page/MouseEventWithHitTestResults.cpp
1956 page/NavigatorBase.cpp
1957 page/OriginAccessEntry.cpp
1959 page/PageConfiguration.cpp
1960 page/PageConsoleClient.cpp
1962 page/PageGroupLoadDeferrer.cpp
1963 page/PageOverlay.cpp
1964 page/PageOverlayController.cpp
1965 page/PageSerializer.cpp
1966 page/PageThrottler.cpp
1967 page/PageVisibilityState.cpp
1968 page/Performance.cpp
1969 page/PerformanceEntry.cpp
1970 page/PerformanceEntryList.cpp
1971 page/PerformanceNavigation.cpp
1972 page/PerformanceResourceTiming.cpp
1973 page/PerformanceTiming.cpp
1974 page/PerformanceUserTiming.cpp
1975 page/PrintContext.cpp
1977 page/SecurityOrigin.cpp
1978 page/SecurityPolicy.cpp
1980 page/SpatialNavigation.cpp
1981 page/SuspendableTimer.cpp
1982 page/TextIndicator.cpp
1983 page/UserContentController.cpp
1984 page/UserContentURLPattern.cpp
1985 page/VisitedLinkStore.cpp
1986 page/WheelEventDeltaTracker.cpp
1987 page/WheelEventTestTrigger.cpp
1988 page/WindowFeatures.cpp
1989 page/WindowFocusAllowedIndicator.cpp
1990 page/WorkerNavigator.cpp
1992 page/animation/AnimationBase.cpp
1993 page/animation/AnimationController.cpp
1994 page/animation/CSSPropertyAnimation.cpp
1995 page/animation/CompositeAnimation.cpp
1996 page/animation/ImplicitAnimation.cpp
1997 page/animation/KeyframeAnimation.cpp
1999 page/scrolling/ScrollLatchingState.cpp
2000 page/scrolling/ScrollingConstraints.cpp
2001 page/scrolling/ScrollingCoordinator.cpp
2002 page/scrolling/ScrollingStateFixedNode.cpp
2003 page/scrolling/ScrollingStateNode.cpp
2004 page/scrolling/ScrollingStateScrollingNode.cpp
2005 page/scrolling/ScrollingStateFrameScrollingNode.cpp
2006 page/scrolling/ScrollingStateOverflowScrollingNode.cpp
2007 page/scrolling/ScrollingStateScrollingNode.cpp
2008 page/scrolling/ScrollingStateStickyNode.cpp
2009 page/scrolling/ScrollingStateTree.cpp
2011 platform/CalculationValue.cpp
2013 platform/ClockGeneric.cpp
2014 platform/ContentType.cpp
2015 platform/ContextMenu.cpp
2016 platform/ContextMenuItem.cpp
2017 platform/CrossThreadCopier.cpp
2019 platform/DateComponents.cpp
2020 platform/Decimal.cpp
2021 platform/DisplaySleepDisabler.cpp
2022 platform/DragData.cpp
2023 platform/DragImage.cpp
2024 platform/FileChooser.cpp
2025 platform/FileStream.cpp
2026 platform/FileSystem.cpp
2028 platform/KillRingNone.cpp
2029 platform/Language.cpp
2031 platform/LengthBox.cpp
2032 platform/LinkHash.cpp
2033 platform/Logging.cpp
2034 platform/MIMETypeRegistry.cpp
2035 platform/MemoryPressureHandler.cpp
2036 platform/NotImplemented.cpp
2037 platform/PlatformEvent.cpp
2038 platform/PlatformSpeechSynthesisUtterance.cpp
2039 platform/PlatformSpeechSynthesisVoice.cpp
2040 platform/PlatformSpeechSynthesizer.cpp
2041 platform/PlatformStrategies.cpp
2042 platform/RemoteCommandListener.cpp
2043 platform/SystemSleepListener.cpp
2044 platform/RuntimeApplicationChecks.cpp
2045 platform/SchemeRegistry.cpp
2046 platform/ScrollAnimator.cpp
2047 platform/ScrollView.cpp
2048 platform/ScrollableArea.cpp
2049 platform/Scrollbar.cpp
2050 platform/ScrollbarTheme.cpp
2051 platform/ScrollbarThemeComposite.cpp
2052 platform/SharedBuffer.cpp
2053 platform/SharedBufferChunkReader.cpp
2055 platform/ThreadGlobalData.cpp
2056 platform/ThreadTimers.cpp
2058 platform/UserActivity.cpp
2062 platform/animation/Animation.cpp
2063 platform/animation/AnimationList.cpp
2065 platform/audio/AudioBus.cpp
2066 platform/audio/AudioChannel.cpp
2067 platform/audio/AudioDSPKernelProcessor.cpp
2068 platform/audio/AudioFIFO.cpp
2069 platform/audio/AudioHardwareListener.cpp
2070 platform/audio/AudioPullFIFO.cpp
2071 platform/audio/AudioResampler.cpp
2072 platform/audio/AudioResamplerKernel.cpp
2073 platform/audio/AudioUtilities.cpp
2074 platform/audio/Biquad.cpp
2075 platform/audio/Cone.cpp
2076 platform/audio/DirectConvolver.cpp
2077 platform/audio/Distance.cpp
2078 platform/audio/DownSampler.cpp
2079 platform/audio/DynamicsCompressor.cpp
2080 platform/audio/DynamicsCompressorKernel.cpp
2081 platform/audio/EqualPowerPanner.cpp
2082 platform/audio/FFTConvolver.cpp
2083 platform/audio/FFTFrame.cpp
2084 platform/audio/HRTFDatabase.cpp
2085 platform/audio/HRTFDatabaseLoader.cpp
2086 platform/audio/HRTFElevation.cpp
2087 platform/audio/HRTFKernel.cpp
2088 platform/audio/HRTFPanner.cpp
2089 platform/audio/MediaSession.cpp
2090 platform/audio/MediaSessionManager.cpp
2091 platform/audio/MultiChannelResampler.cpp
2092 platform/audio/Panner.cpp
2093 platform/audio/Reverb.cpp
2094 platform/audio/ReverbAccumulationBuffer.cpp
2095 platform/audio/ReverbConvolver.cpp
2096 platform/audio/ReverbConvolverStage.cpp
2097 platform/audio/ReverbInputBuffer.cpp
2098 platform/audio/SincResampler.cpp
2099 platform/audio/UpSampler.cpp
2100 platform/audio/VectorMath.cpp
2101 platform/audio/ZeroPole.cpp
2103 platform/graphics/BitmapImage.cpp
2104 platform/graphics/Color.cpp
2105 platform/graphics/CrossfadeGeneratedImage.cpp
2106 platform/graphics/DisplayRefreshMonitorClient.cpp
2107 platform/graphics/FloatPoint.cpp
2108 platform/graphics/FloatPoint3D.cpp
2109 platform/graphics/FloatPolygon.cpp
2110 platform/graphics/FloatQuad.cpp
2111 platform/graphics/FloatRect.cpp
2112 platform/graphics/FloatRoundedRect.cpp
2113 platform/graphics/FloatSize.cpp
2114 platform/graphics/Font.cpp
2115 platform/graphics/FontCache.cpp
2116 platform/graphics/FontCascade.cpp
2117 platform/graphics/FontCascadeFonts.cpp
2118 platform/graphics/FontDescription.cpp
2119 platform/graphics/FontFeatureSettings.cpp
2120 platform/graphics/FontGenericFamilies.cpp
2121 platform/graphics/FontRanges.cpp
2122 platform/graphics/GeneratedImage.cpp
2123 platform/graphics/GeometryUtilities.cpp
2124 platform/graphics/Gradient.cpp
2125 platform/graphics/GradientImage.cpp
2126 platform/graphics/GraphicsContext.cpp
2127 platform/graphics/GraphicsLayer.cpp
2128 platform/graphics/GraphicsLayerTransform.cpp
2129 platform/graphics/GraphicsLayerUpdater.cpp
2130 platform/graphics/GraphicsTypes.cpp
2131 platform/graphics/Image.cpp
2132 platform/graphics/ImageBuffer.cpp
2133 platform/graphics/ImageOrientation.cpp
2134 platform/graphics/IntPoint.cpp
2135 platform/graphics/IntRect.cpp
2136 platform/graphics/IntSize.cpp
2137 platform/graphics/ISOVTTCue.cpp
2138 platform/graphics/LayoutBoxExtent.cpp
2139 platform/graphics/LayoutRect.cpp
2140 platform/graphics/MaskImageOperation.cpp
2141 platform/graphics/MediaPlayer.cpp
2142 platform/graphics/Path.cpp
2143 platform/graphics/PathTraversalState.cpp
2144 platform/graphics/Pattern.cpp
2145 platform/graphics/PlatformTimeRanges.cpp
2146 platform/graphics/Region.cpp
2147 platform/graphics/RoundedRect.cpp
2148 platform/graphics/SVGGlyph.cpp
2149 platform/graphics/ShadowBlur.cpp
2150 platform/graphics/StringTruncator.cpp
2151 platform/graphics/SurrogatePairAwareTextIterator.cpp
2152 platform/graphics/TextRun.cpp
2153 platform/graphics/TiledBackingStore.cpp
2154 platform/graphics/WidthIterator.cpp
2156 platform/graphics/cpu/arm/filters/FELightingNEON.cpp
2158 platform/graphics/filters/DistantLightSource.cpp
2159 platform/graphics/filters/FEBlend.cpp
2160 platform/graphics/filters/FEColorMatrix.cpp
2161 platform/graphics/filters/FEComponentTransfer.cpp
2162 platform/graphics/filters/FEComposite.cpp
2163 platform/graphics/filters/FEConvolveMatrix.cpp
2164 platform/graphics/filters/FEDiffuseLighting.cpp
2165 platform/graphics/filters/FEDisplacementMap.cpp
2166 platform/graphics/filters/FEDropShadow.cpp
2167 platform/graphics/filters/FEFlood.cpp
2168 platform/graphics/filters/FEGaussianBlur.cpp
2169 platform/graphics/filters/FELighting.cpp
2170 platform/graphics/filters/FEMerge.cpp
2171 platform/graphics/filters/FEMorphology.cpp
2172 platform/graphics/filters/FEOffset.cpp
2173 platform/graphics/filters/FESpecularLighting.cpp
2174 platform/graphics/filters/FETile.cpp
2175 platform/graphics/filters/FETurbulence.cpp
2176 platform/graphics/filters/FilterEffect.cpp
2177 platform/graphics/filters/FilterOperation.cpp
2178 platform/graphics/filters/FilterOperations.cpp
2179 platform/graphics/filters/PointLightSource.cpp
2180 platform/graphics/filters/SourceAlpha.cpp
2181 platform/graphics/filters/SourceGraphic.cpp
2182 platform/graphics/filters/SpotLightSource.cpp
2184 platform/graphics/opentype/OpenTypeMathData.cpp
2186 platform/graphics/texmap/TextureMapper.cpp
2187 platform/graphics/texmap/TextureMapperAnimation.cpp
2188 platform/graphics/texmap/TextureMapperBackingStore.cpp
2189 platform/graphics/texmap/TextureMapperFPSCounter.cpp
2190 platform/graphics/texmap/TextureMapperImageBuffer.cpp
2191 platform/graphics/texmap/TextureMapperLayer.cpp
2192 platform/graphics/texmap/TextureMapperSurfaceBackingStore.cpp
2193 platform/graphics/texmap/TextureMapperTile.cpp
2194 platform/graphics/texmap/TextureMapperTiledBackingStore.cpp
2196 platform/graphics/transforms/AffineTransform.cpp
2197 platform/graphics/transforms/Matrix3DTransformOperation.cpp
2198 platform/graphics/transforms/MatrixTransformOperation.cpp
2199 platform/graphics/transforms/PerspectiveTransformOperation.cpp
2200 platform/graphics/transforms/RotateTransformOperation.cpp
2201 platform/graphics/transforms/ScaleTransformOperation.cpp
2202 platform/graphics/transforms/SkewTransformOperation.cpp
2203 platform/graphics/transforms/TransformOperations.cpp
2204 platform/graphics/transforms/TransformState.cpp
2205 platform/graphics/transforms/TransformationMatrix.cpp
2206 platform/graphics/transforms/TranslateTransformOperation.cpp
2208 platform/mediastream/MediaStreamPrivate.cpp
2209 platform/mediastream/MediaStreamTrackPrivate.cpp
2210 platform/mediastream/RealtimeMediaSource.cpp
2211 platform/mediastream/RealtimeMediaSourceCenter.cpp
2212 platform/mediastream/RealtimeMediaSourceStates.cpp
2213 platform/mediastream/RTCIceCandidateDescriptor.cpp
2214 platform/mediastream/RTCPeerConnectionHandler.cpp
2215 platform/mediastream/RTCSessionDescriptionDescriptor.cpp
2217 platform/mock/DeviceMotionClientMock.cpp
2218 platform/mock/DeviceOrientationClientMock.cpp
2219 platform/mock/GeolocationClientMock.cpp
2220 platform/mock/MediaConstraintsMock.cpp
2221 platform/mock/MockRealtimeMediaSourceCenter.cpp
2222 platform/mock/RTCDataChannelHandlerMock.cpp
2223 platform/mock/RTCDTMFSenderHandlerMock.cpp
2224 platform/mock/RTCNotifiersMock.cpp
2225 platform/mock/RTCPeerConnectionHandlerMock.cpp
2226 platform/mock/ScrollbarThemeMock.cpp
2228 platform/network/AuthenticationChallengeBase.cpp
2229 platform/network/BlobData.cpp
2230 platform/network/BlobDataFileReference.cpp
2231 platform/network/BlobRegistry.cpp
2232 platform/network/BlobRegistryImpl.cpp
2233 platform/network/BlobResourceHandle.cpp
2234 platform/network/CacheValidation.cpp
2235 platform/network/CredentialBase.cpp
2236 platform/network/CredentialStorage.cpp
2237 platform/network/DNSResolveQueue.cpp
2238 platform/network/DataURL.cpp
2239 platform/network/FormData.cpp
2240 platform/network/FormDataBuilder.cpp
2241 platform/network/HTTPHeaderMap.cpp
2242 platform/network/HTTPParsers.cpp
2243 platform/network/MIMEHeader.cpp
2244 platform/network/NetworkStateNotifier.cpp
2245 platform/network/ParsedContentType.cpp
2246 platform/network/ProtectionSpaceBase.cpp
2247 platform/network/ProxyServer.cpp
2248 platform/network/ResourceErrorBase.cpp
2249 platform/network/ResourceHandle.cpp
2250 platform/network/ResourceHandleClient.cpp
2251 platform/network/ResourceRequestBase.cpp
2252 platform/network/ResourceResponseBase.cpp
2253 platform/network/SocketStreamHandleBase.cpp
2254 platform/network/SynchronousLoaderClient.cpp
2256 platform/sql/SQLValue.cpp
2257 platform/sql/SQLiteAuthorizer.cpp
2258 platform/sql/SQLiteDatabase.cpp
2259 platform/sql/SQLiteDatabaseTracker.cpp
2260 platform/sql/SQLiteFileSystem.cpp
2261 platform/sql/SQLiteStatement.cpp
2262 platform/sql/SQLiteTransaction.cpp
2264 platform/text/BidiContext.cpp
2265 platform/text/DateTimeFormat.cpp
2266 platform/text/Hyphenation.cpp
2267 platform/text/LineEnding.cpp
2268 platform/text/LocaleToScriptMappingDefault.cpp
2269 platform/text/PlatformLocale.cpp
2270 platform/text/QuotedPrintable.cpp
2271 platform/text/SegmentedString.cpp
2272 platform/text/TextBoundaries.cpp
2273 platform/text/TextBreakIterator.cpp
2274 platform/text/TextCodec.cpp
2275 platform/text/TextCodecLatin1.cpp
2276 platform/text/TextCodecUTF16.cpp
2277 platform/text/TextCodecUTF8.cpp
2278 platform/text/TextCodecUserDefined.cpp
2279 platform/text/TextEncoding.cpp
2280 platform/text/TextEncodingRegistry.cpp
2281 platform/text/TextStream.cpp
2283 plugins/DOMMimeType.cpp
2284 plugins/DOMMimeTypeArray.cpp
2285 plugins/DOMPlugin.cpp
2286 plugins/DOMPluginArray.cpp
2287 plugins/PluginData.cpp
2288 plugins/PluginMainThreadScheduler.cpp
2290 rendering/AutoTableLayout.cpp
2291 rendering/BidiRun.cpp
2292 rendering/BorderEdge.cpp
2293 rendering/ClipRect.cpp
2294 rendering/CounterNode.cpp
2295 rendering/EllipsisBox.cpp
2296 rendering/FilterEffectRenderer.cpp
2297 rendering/FixedTableLayout.cpp
2298 rendering/FloatingObjects.cpp
2299 rendering/FlowThreadController.cpp
2300 rendering/HitTestLocation.cpp
2301 rendering/HitTestResult.cpp
2302 rendering/HitTestingTransformState.cpp
2303 rendering/ImageQualityController.cpp
2304 rendering/InlineBox.cpp
2305 rendering/InlineElementBox.cpp
2306 rendering/InlineFlowBox.cpp
2307 rendering/InlineIterator.cpp
2308 rendering/InlineTextBox.cpp
2309 rendering/LayoutRepainter.cpp
2310 rendering/LayoutState.cpp
2311 rendering/OrderIterator.cpp
2312 rendering/PointerEventsHitRules.cpp
2313 rendering/RenderAttachment.cpp
2314 rendering/RenderBlock.cpp
2315 rendering/RenderBlockFlow.cpp
2316 rendering/RenderBlockLineLayout.cpp
2317 rendering/RenderBox.cpp
2318 rendering/RenderBoxModelObject.cpp
2319 rendering/RenderButton.cpp
2320 rendering/RenderCombineText.cpp
2321 rendering/RenderCounter.cpp
2322 rendering/RenderDeprecatedFlexibleBox.cpp
2323 rendering/RenderDetailsMarker.cpp
2324 rendering/RenderElement.cpp
2325 rendering/RenderEmbeddedObject.cpp
2326 rendering/RenderFieldset.cpp
2327 rendering/RenderFileUploadControl.cpp
2328 rendering/RenderFlexibleBox.cpp
2329 rendering/RenderFlowThread.cpp
2330 rendering/RenderFrame.cpp
2331 rendering/RenderFrameBase.cpp
2332 rendering/RenderFrameSet.cpp
2333 rendering/RenderFullScreen.cpp
2334 rendering/RenderGeometryMap.cpp
2335 rendering/RenderGrid.cpp
2336 rendering/RenderHTMLCanvas.cpp
2337 rendering/RenderIFrame.cpp
2338 rendering/RenderImage.cpp
2339 rendering/RenderImageResource.cpp
2340 rendering/RenderImageResourceStyleImage.cpp
2341 rendering/RenderInline.cpp
2342 rendering/RenderLayer.cpp
2343 rendering/RenderLayerBacking.cpp
2344 rendering/RenderLayerCompositor.cpp
2345 rendering/RenderLayerFilterInfo.cpp
2346 rendering/RenderLayerMaskImageInfo.cpp
2347 rendering/RenderLayerModelObject.cpp
2348 rendering/RenderLineBoxList.cpp
2349 rendering/RenderLineBreak.cpp
2350 rendering/RenderListBox.cpp
2351 rendering/RenderListItem.cpp
2352 rendering/RenderListMarker.cpp
2353 rendering/RenderMarquee.cpp
2354 rendering/RenderMedia.cpp
2355 rendering/RenderMediaControlElements.cpp
2356 rendering/RenderMediaControls.cpp
2357 rendering/RenderMenuList.cpp
2358 rendering/RenderMeter.cpp
2359 rendering/RenderMultiColumnFlowThread.cpp
2360 rendering/RenderMultiColumnSet.cpp
2361 rendering/RenderMultiColumnSpannerPlaceholder.cpp
2362 rendering/RenderNamedFlowFragment.cpp
2363 rendering/RenderNamedFlowThread.cpp
2364 rendering/RenderObject.cpp
2365 rendering/RenderProgress.cpp
2366 rendering/RenderQuote.cpp
2367 rendering/RenderRegion.cpp
2368 rendering/RenderRegionSet.cpp
2369 rendering/RenderReplaced.cpp
2370 rendering/RenderReplica.cpp
2371 rendering/RenderRuby.cpp
2372 rendering/RenderRubyBase.cpp
2373 rendering/RenderRubyRun.cpp
2374 rendering/RenderRubyText.cpp
2375 rendering/RenderScrollbar.cpp
2376 rendering/RenderScrollbarPart.cpp
2377 rendering/RenderScrollbarTheme.cpp
2378 rendering/RenderSearchField.cpp
2379 rendering/RenderSelectionInfo.cpp
2380 rendering/RenderSlider.cpp
2381 rendering/RenderSnapshottedPlugIn.cpp
2382 rendering/RenderTable.cpp
2383 rendering/RenderTableCaption.cpp
2384 rendering/RenderTableCell.cpp
2385 rendering/RenderTableCol.cpp
2386 rendering/RenderTableRow.cpp
2387 rendering/RenderTableSection.cpp
2388 rendering/RenderText.cpp
2389 rendering/RenderTextControl.cpp
2390 rendering/RenderTextControlMultiLine.cpp
2391 rendering/RenderTextControlSingleLine.cpp
2392 rendering/RenderTextFragment.cpp
2393 rendering/RenderTextLineBoxes.cpp
2394 rendering/RenderTheme.cpp
2395 rendering/RenderTreeAsText.cpp
2396 rendering/RenderVideo.cpp
2397 rendering/RenderView.cpp
2398 rendering/RenderVTTCue.cpp
2399 rendering/RenderWidget.cpp
2400 rendering/RootInlineBox.cpp
2401 rendering/SelectionSubtreeRoot.cpp
2402 rendering/ScrollBehavior.cpp
2403 rendering/SimpleLineLayout.cpp
2404 rendering/SimpleLineLayoutFlowContents.cpp
2405 rendering/SimpleLineLayoutTextFragmentIterator.cpp
2406 rendering/SimpleLineLayoutFunctions.cpp
2407 rendering/SimpleLineLayoutResolver.cpp
2408 rendering/TextAutosizer.cpp
2409 rendering/TextPaintStyle.cpp
2410 rendering/TextPainter.cpp
2411 rendering/break_lines.cpp
2413 rendering/line/LineBreaker.cpp
2414 rendering/line/LineInfo.cpp
2415 rendering/line/LineWidth.cpp
2416 rendering/line/TrailingObjects.cpp
2418 rendering/mathml/RenderMathMLBlock.cpp
2419 rendering/mathml/RenderMathMLFenced.cpp
2420 rendering/mathml/RenderMathMLFraction.cpp
2421 rendering/mathml/RenderMathMLMath.cpp
2422 rendering/mathml/RenderMathMLMenclose.cpp
2423 rendering/mathml/RenderMathMLOperator.cpp
2424 rendering/mathml/RenderMathMLRadicalOperator.cpp
2425 rendering/mathml/RenderMathMLRoot.cpp
2426 rendering/mathml/RenderMathMLRow.cpp
2427 rendering/mathml/RenderMathMLScripts.cpp
2428 rendering/mathml/RenderMathMLSpace.cpp
2429 rendering/mathml/RenderMathMLSquareRoot.cpp
2430 rendering/mathml/RenderMathMLToken.cpp
2431 rendering/mathml/RenderMathMLUnderOver.cpp
2433 rendering/shapes/BoxShape.cpp
2434 rendering/shapes/PolygonShape.cpp
2435 rendering/shapes/RasterShape.cpp
2436 rendering/shapes/RectangleShape.cpp
2437 rendering/shapes/Shape.cpp
2438 rendering/shapes/ShapeOutsideInfo.cpp
2440 rendering/style/BasicShapes.cpp
2441 rendering/style/ContentData.cpp
2442 rendering/style/CounterDirectives.cpp
2443 rendering/style/FillLayer.cpp
2444 rendering/style/GridResolvedPosition.cpp
2445 rendering/style/KeyframeList.cpp
2446 rendering/style/NinePieceImage.cpp
2447 rendering/style/QuotesData.cpp
2448 rendering/style/RenderStyle.cpp
2449 rendering/style/SVGRenderStyle.cpp
2450 rendering/style/SVGRenderStyleDefs.cpp
2451 rendering/style/ShadowData.cpp
2452 rendering/style/ShapeValue.cpp
2453 rendering/style/StyleBackgroundData.cpp
2454 rendering/style/StyleBoxData.cpp
2455 rendering/style/StyleCachedImage.cpp
2456 rendering/style/StyleCachedImageSet.cpp
2457 rendering/style/StyleDeprecatedFlexibleBoxData.cpp
2458 rendering/style/StyleFilterData.cpp
2459 rendering/style/StyleFlexibleBoxData.cpp
2460 rendering/style/StyleGeneratedImage.cpp
2461 rendering/style/StyleGridData.cpp
2462 rendering/style/StyleGridItemData.cpp
2463 rendering/style/StyleInheritedData.cpp
2464 rendering/style/StyleMarqueeData.cpp
2465 rendering/style/StyleMultiColData.cpp
2466 rendering/style/StyleRareInheritedData.cpp
2467 rendering/style/StyleRareNonInheritedData.cpp
2468 rendering/style/StyleScrollSnapPoints.cpp
2469 rendering/style/StyleSurroundData.cpp
2470 rendering/style/StyleTransformData.cpp
2471 rendering/style/StyleVisualData.cpp
2473 rendering/svg/RenderSVGBlock.cpp
2474 rendering/svg/RenderSVGContainer.cpp
2475 rendering/svg/RenderSVGEllipse.cpp
2476 rendering/svg/RenderSVGForeignObject.cpp
2477 rendering/svg/RenderSVGGradientStop.cpp
2478 rendering/svg/RenderSVGHiddenContainer.cpp
2479 rendering/svg/RenderSVGImage.cpp
2480 rendering/svg/RenderSVGInline.cpp
2481 rendering/svg/RenderSVGInlineText.cpp
2482 rendering/svg/RenderSVGModelObject.cpp
2483 rendering/svg/RenderSVGPath.cpp
2484 rendering/svg/RenderSVGRect.cpp
2485 rendering/svg/RenderSVGResource.cpp
2486 rendering/svg/RenderSVGResourceClipper.cpp
2487 rendering/svg/RenderSVGResourceContainer.cpp
2488 rendering/svg/RenderSVGResourceFilter.cpp
2489 rendering/svg/RenderSVGResourceFilterPrimitive.cpp
2490 rendering/svg/RenderSVGResourceGradient.cpp
2491 rendering/svg/RenderSVGResourceLinearGradient.cpp
2492 rendering/svg/RenderSVGResourceMarker.cpp
2493 rendering/svg/RenderSVGResourceMasker.cpp
2494 rendering/svg/RenderSVGResourcePattern.cpp
2495 rendering/svg/RenderSVGResourceRadialGradient.cpp
2496 rendering/svg/RenderSVGResourceSolidColor.cpp
2497 rendering/svg/RenderSVGRoot.cpp
2498 rendering/svg/RenderSVGShape.cpp
2499 rendering/svg/RenderSVGText.cpp
2500 rendering/svg/RenderSVGTextPath.cpp
2501 rendering/svg/RenderSVGTransformableContainer.cpp
2502 rendering/svg/RenderSVGViewportContainer.cpp
2503 rendering/svg/SVGInlineFlowBox.cpp
2504 rendering/svg/SVGInlineTextBox.cpp
2505 rendering/svg/SVGPathData.cpp
2506 rendering/svg/SVGRenderSupport.cpp
2507 rendering/svg/SVGRenderTreeAsText.cpp
2508 rendering/svg/SVGRenderingContext.cpp
2509 rendering/svg/SVGResources.cpp
2510 rendering/svg/SVGResourcesCache.cpp
2511 rendering/svg/SVGResourcesCycleSolver.cpp
2512 rendering/svg/SVGRootInlineBox.cpp
2513 rendering/svg/SVGTextChunk.cpp
2514 rendering/svg/SVGTextChunkBuilder.cpp
2515 rendering/svg/SVGTextLayoutAttributes.cpp
2516 rendering/svg/SVGTextLayoutAttributesBuilder.cpp
2517 rendering/svg/SVGTextLayoutEngine.cpp
2518 rendering/svg/SVGTextLayoutEngineBaseline.cpp
2519 rendering/svg/SVGTextLayoutEngineSpacing.cpp
2520 rendering/svg/SVGTextMetrics.cpp
2521 rendering/svg/SVGTextMetricsBuilder.cpp
2522 rendering/svg/SVGTextQuery.cpp
2523 rendering/svg/SVGTextRunRenderingContext.cpp
2525 replay/UserInputBridge.cpp
2528 storage/StorageEvent.cpp
2529 storage/StorageEventDispatcher.cpp
2530 storage/StorageMap.cpp
2531 storage/StorageNamespaceProvider.cpp
2533 style/InlineTextBoxStyle.cpp
2534 style/StyleFontSizeFunctions.cpp
2535 style/StyleResolveForDocument.cpp
2536 style/StyleResolveTree.cpp
2538 svg/ColorDistance.cpp
2540 svg/SVGAltGlyphDefElement.cpp
2541 svg/SVGAltGlyphElement.cpp
2542 svg/SVGAltGlyphItemElement.cpp
2544 svg/SVGAnimateColorElement.cpp
2545 svg/SVGAnimateElementBase.cpp
2546 svg/SVGAnimateElement.cpp
2547 svg/SVGAnimateMotionElement.cpp
2548 svg/SVGAnimateTransformElement.cpp
2549 svg/SVGAnimatedAngle.cpp
2550 svg/SVGAnimatedBoolean.cpp
2551 svg/SVGAnimatedColor.cpp
2552 svg/SVGAnimatedEnumeration.cpp
2553 svg/SVGAnimatedInteger.cpp
2554 svg/SVGAnimatedIntegerOptionalInteger.cpp
2555 svg/SVGAnimatedLength.cpp
2556 svg/SVGAnimatedLengthList.cpp
2557 svg/SVGAnimatedNumber.cpp
2558 svg/SVGAnimatedNumberList.cpp
2559 svg/SVGAnimatedNumberOptionalNumber.cpp
2560 svg/SVGAnimatedPath.cpp
2561 svg/SVGAnimatedPointList.cpp
2562 svg/SVGAnimatedPreserveAspectRatio.cpp
2563 svg/SVGAnimatedRect.cpp
2564 svg/SVGAnimatedString.cpp
2565 svg/SVGAnimatedTransformList.cpp
2566 svg/SVGAnimatedType.cpp
2567 svg/SVGAnimatedTypeAnimator.cpp
2568 svg/SVGAnimationElement.cpp
2569 svg/SVGCircleElement.cpp
2570 svg/SVGClipPathElement.cpp
2572 svg/SVGComponentTransferFunctionElement.cpp
2573 svg/SVGCursorElement.cpp
2574 svg/SVGDefsElement.cpp
2575 svg/SVGDescElement.cpp
2577 svg/SVGDocumentExtensions.cpp
2579 svg/SVGEllipseElement.cpp
2580 svg/SVGException.cpp
2581 svg/SVGExternalResourcesRequired.cpp
2582 svg/SVGFEBlendElement.cpp
2583 svg/SVGFEColorMatrixElement.cpp
2584 svg/SVGFEComponentTransferElement.cpp
2585 svg/SVGFECompositeElement.cpp
2586 svg/SVGFEConvolveMatrixElement.cpp
2587 svg/SVGFEDiffuseLightingElement.cpp
2588 svg/SVGFEDisplacementMapElement.cpp
2589 svg/SVGFEDistantLightElement.cpp
2590 svg/SVGFEDropShadowElement.cpp
2591 svg/SVGFEFloodElement.cpp
2592 svg/SVGFEFuncAElement.cpp
2593 svg/SVGFEFuncBElement.cpp
2594 svg/SVGFEFuncGElement.cpp
2595 svg/SVGFEFuncRElement.cpp
2596 svg/SVGFEGaussianBlurElement.cpp
2597 svg/SVGFEImageElement.cpp
2598 svg/SVGFELightElement.cpp
2599 svg/SVGFEMergeElement.cpp
2600 svg/SVGFEMergeNodeElement.cpp
2601 svg/SVGFEMorphologyElement.cpp
2602 svg/SVGFEOffsetElement.cpp
2603 svg/SVGFEPointLightElement.cpp
2604 svg/SVGFESpecularLightingElement.cpp
2605 svg/SVGFESpotLightElement.cpp
2606 svg/SVGFETileElement.cpp
2607 svg/SVGFETurbulenceElement.cpp
2608 svg/SVGFilterElement.cpp
2609 svg/SVGFilterPrimitiveStandardAttributes.cpp
2610 svg/SVGFitToViewBox.cpp
2612 svg/SVGFontElement.cpp
2613 svg/SVGFontFaceElement.cpp
2614 svg/SVGFontFaceFormatElement.cpp
2615 svg/SVGFontFaceNameElement.cpp
2616 svg/SVGFontFaceSrcElement.cpp
2617 svg/SVGFontFaceUriElement.cpp
2618 svg/SVGForeignObjectElement.cpp
2620 svg/SVGGlyphElement.cpp
2621 svg/SVGGlyphRefElement.cpp
2622 svg/SVGGradientElement.cpp
2623 svg/SVGGraphicsElement.cpp
2624 svg/SVGHKernElement.cpp
2625 svg/SVGImageElement.cpp
2626 svg/SVGImageLoader.cpp
2627 svg/SVGLangSpace.cpp
2629 svg/SVGLengthContext.cpp
2630 svg/SVGLengthList.cpp
2631 svg/SVGLineElement.cpp
2632 svg/SVGLinearGradientElement.cpp
2633 svg/SVGLocatable.cpp
2634 svg/SVGMPathElement.cpp
2635 svg/SVGMarkerElement.cpp
2636 svg/SVGMaskElement.cpp
2637 svg/SVGMetadataElement.cpp
2638 svg/SVGMissingGlyphElement.cpp
2639 svg/SVGNumberList.cpp
2641 svg/SVGParserUtilities.cpp
2642 svg/SVGPathBlender.cpp
2643 svg/SVGPathBuilder.cpp
2644 svg/SVGPathByteStreamBuilder.cpp
2645 svg/SVGPathByteStreamSource.cpp
2646 svg/SVGPathElement.cpp
2647 svg/SVGPathParser.cpp
2648 svg/SVGPathSegList.cpp
2649 svg/SVGPathSegListBuilder.cpp
2650 svg/SVGPathSegListSource.cpp
2651 svg/SVGPathStringBuilder.cpp
2652 svg/SVGPathStringSource.cpp
2653 svg/SVGPathTraversalStateBuilder.cpp
2654 svg/SVGPathUtilities.cpp
2655 svg/SVGPatternElement.cpp
2656 svg/SVGPointList.cpp
2657 svg/SVGPolyElement.cpp
2658 svg/SVGPolygonElement.cpp
2659 svg/SVGPolylineElement.cpp
2660 svg/SVGPreserveAspectRatio.cpp
2661 svg/SVGRadialGradientElement.cpp
2662 svg/SVGRectElement.cpp
2663 svg/SVGSVGElement.cpp
2664 svg/SVGScriptElement.cpp
2665 svg/SVGSetElement.cpp
2666 svg/SVGStopElement.cpp
2667 svg/SVGStringList.cpp
2668 svg/SVGStyleElement.cpp
2669 svg/SVGSwitchElement.cpp
2670 svg/SVGSymbolElement.cpp
2671 svg/SVGTRefElement.cpp
2672 svg/SVGTSpanElement.cpp
2674 svg/SVGTextContentElement.cpp
2675 svg/SVGTextElement.cpp
2676 svg/SVGTextPathElement.cpp
2677 svg/SVGTextPositioningElement.cpp
2678 svg/SVGTitleElement.cpp
2679 svg/SVGTransform.cpp
2680 svg/SVGTransformDistance.cpp
2681 svg/SVGTransformList.cpp
2682 svg/SVGTransformable.cpp
2683 svg/SVGURIReference.cpp
2684 svg/SVGUseElement.cpp
2685 svg/SVGVKernElement.cpp
2686 svg/SVGViewElement.cpp
2688 svg/SVGZoomAndPan.cpp
2689 svg/SVGZoomEvent.cpp
2691 svg/animation/SMILTime.cpp
2692 svg/animation/SMILTimeContainer.cpp
2693 svg/animation/SVGSMILElement.cpp
2695 svg/graphics/SVGImage.cpp
2696 svg/graphics/SVGImageCache.cpp
2697 svg/graphics/SVGImageForContainer.cpp
2699 svg/graphics/filters/SVGFEImage.cpp
2700 svg/graphics/filters/SVGFilter.cpp
2701 svg/graphics/filters/SVGFilterBuilder.cpp
2703 svg/properties/SVGAnimatedProperty.cpp
2704 svg/properties/SVGAttributeToPropertyMap.cpp
2705 svg/properties/SVGPathSegListPropertyTearOff.cpp
2706 svg/properties/SVGPropertyInfo.cpp
2708 workers/AbstractWorker.cpp
2709 workers/DedicatedWorkerGlobalScope.cpp
2710 workers/DedicatedWorkerThread.cpp
2712 workers/WorkerEventQueue.cpp
2713 workers/WorkerGlobalScope.cpp
2714 workers/WorkerLocation.cpp
2715 workers/WorkerMessagingProxy.cpp
2716 workers/WorkerRunLoop.cpp
2717 workers/WorkerScriptLoader.cpp
2718 workers/WorkerThread.cpp
2721 xml/NativeXPathNSResolver.cpp
2723 xml/XMLHttpRequest.cpp
2724 xml/XMLHttpRequestException.cpp
2725 xml/XMLHttpRequestProgressEventThrottle.cpp
2726 xml/XMLHttpRequestUpload.cpp
2727 xml/XMLSerializer.cpp
2728 xml/XMLTreeViewer.cpp
2729 xml/XPathEvaluator.cpp
2730 xml/XPathException.cpp
2731 xml/XPathExpression.cpp
2732 xml/XPathExpressionNode.cpp
2733 xml/XPathFunctions.cpp
2734 xml/XPathNSResolver.cpp
2735 xml/XPathNodeSet.cpp
2738 xml/XPathPredicate.cpp
2743 xml/XPathVariableReference.cpp
2744 xml/XSLImportRule.cpp
2745 xml/XSLStyleSheetLibxslt.cpp
2746 xml/XSLTExtensions.cpp
2747 xml/XSLTProcessor.cpp
2748 xml/XSLTProcessorLibxslt.cpp
2749 xml/XSLTUnicodeSort.cpp
2751 xml/parser/XMLDocumentParser.cpp
2752 xml/parser/XMLDocumentParserLibxml2.cpp
2753 xml/parser/XMLDocumentParserScope.cpp
2756 set(WebCore_CSS_PROPERTY_NAMES
2757 ${WEBCORE_DIR}/css/CSSPropertyNames.in
2760 set(WebCore_CSS_VALUE_KEYWORDS
2761 ${WEBCORE_DIR}/css/CSSValueKeywords.in
2764 set(WebCore_USER_AGENT_STYLE_SHEETS
2765 ${WEBCORE_DIR}/css/fullscreen.css
2766 ${WEBCORE_DIR}/css/html.css
2767 ${WEBCORE_DIR}/css/mathml.css
2768 ${WEBCORE_DIR}/css/mediaControls.css
2769 ${WEBCORE_DIR}/css/plugIns.css
2770 ${WEBCORE_DIR}/css/quirks.css
2771 ${WEBCORE_DIR}/css/svg.css
2774 set(WebCore_PLUG_INS_RESOURCES
2775 ${WEBCORE_DIR}/Resources/plugIns.js
2778 set(WebCore_LIBRARIES
2783 if (ENABLE_ENCRYPTED_MEDIA OR ENABLE_ENCRYPTED_MEDIA_V2)
2784 list(APPEND WebCore_SOURCES
2785 Modules/encryptedmedia/CDM.cpp
2786 Modules/encryptedmedia/CDMPrivateMediaPlayer.cpp
2787 Modules/encryptedmedia/CDMPrivateClearKey.cpp
2788 Modules/encryptedmedia/CDMSessionClearKey.cpp
2789 Modules/encryptedmedia/MediaKeyMessageEvent.cpp
2790 Modules/encryptedmedia/MediaKeyNeededEvent.cpp
2791 Modules/encryptedmedia/MediaKeys.cpp
2792 Modules/encryptedmedia/MediaKeySession.cpp
2793 html/MediaKeyEvent.cpp
2796 list(APPEND WebCore_IDL_FILES
2797 Modules/encryptedmedia/MediaKeyMessageEvent.idl
2798 Modules/encryptedmedia/MediaKeyNeededEvent.idl
2799 Modules/encryptedmedia/MediaKeySession.idl
2800 Modules/encryptedmedia/MediaKeys.idl
2801 html/MediaKeyEvent.idl
2802 html/MediaKeyError.idl
2806 list(APPEND WebCore_CSS_VALUE_KEYWORDS
2807 ${WEBCORE_DIR}/css/SVGCSSValueKeywords.in
2810 if (ENABLE_SMOOTH_SCROLLING)
2811 list(APPEND WebCore_SOURCES
2812 platform/ScrollAnimatorNone.cpp
2817 set(WTF_USE_3D_GRAPHICS 1)
2818 add_definitions(-DWTF_USE_3D_GRAPHICS=1)
2820 list(APPEND WebCore_SOURCES
2821 html/canvas/ANGLEInstancedArrays.cpp
2822 html/canvas/EXTBlendMinMax.cpp
2823 html/canvas/EXTFragDepth.cpp
2824 html/canvas/EXTShaderTextureLOD.cpp
2825 html/canvas/EXTTextureFilterAnisotropic.cpp
2826 html/canvas/EXTsRGB.cpp
2827 html/canvas/OESElementIndexUint.cpp
2828 html/canvas/OESStandardDerivatives.cpp
2829 html/canvas/OESTextureFloat.cpp
2830 html/canvas/OESTextureFloatLinear.cpp
2831 html/canvas/OESTextureHalfFloat.cpp
2832 html/canvas/OESTextureHalfFloatLinear.cpp
2833 html/canvas/OESVertexArrayObject.cpp
2834 html/canvas/WebGLBuffer.cpp
2835 html/canvas/WebGLCompressedTextureATC.cpp
2836 html/canvas/WebGLCompressedTexturePVRTC.cpp
2837 html/canvas/WebGLCompressedTextureS3TC.cpp
2838 html/canvas/WebGLContextAttributes.cpp
2839 html/canvas/WebGLContextEvent.cpp
2840 html/canvas/WebGLContextGroup.cpp
2841 html/canvas/WebGLContextObject.cpp
2842 html/canvas/WebGLDebugRendererInfo.cpp
2843 html/canvas/WebGLDebugShaders.cpp
2844 html/canvas/WebGLDepthTexture.cpp
2845 html/canvas/WebGLDrawBuffers.cpp
2846 html/canvas/WebGLExtension.cpp
2847 html/canvas/WebGLFramebuffer.cpp
2848 html/canvas/WebGLGetInfo.cpp
2849 html/canvas/WebGLLoseContext.cpp
2850 html/canvas/WebGLObject.cpp
2851 html/canvas/WebGLProgram.cpp
2852 html/canvas/WebGLQuery.cpp
2853 html/canvas/WebGLRenderbuffer.cpp
2854 html/canvas/WebGLRenderingContextBase.cpp
2855 html/canvas/WebGLRenderingContext.cpp
2856 html/canvas/WebGL2RenderingContext.cpp
2857 html/canvas/WebGLSampler.cpp
2858 html/canvas/WebGLShader.cpp
2859 html/canvas/WebGLShaderPrecisionFormat.cpp
2860 html/canvas/WebGLSharedObject.cpp
2861 html/canvas/WebGLSync.cpp
2862 html/canvas/WebGLTexture.cpp
2863 html/canvas/WebGLTransformFeedback.cpp
2864 html/canvas/WebGLUniformLocation.cpp
2865 html/canvas/WebGLVertexArrayObject.cpp
2866 html/canvas/WebGLVertexArrayObjectBase.cpp
2867 html/canvas/WebGLVertexArrayObjectOES.cpp
2869 list(APPEND WebCore_IDL_FILES
2870 html/canvas/ANGLEInstancedArrays.idl
2871 html/canvas/EXTBlendMinMax.idl
2872 html/canvas/EXTFragDepth.idl
2873 html/canvas/EXTShaderTextureLOD.idl
2874 html/canvas/EXTTextureFilterAnisotropic.idl
2875 html/canvas/EXTsRGB.idl
2876 html/canvas/OESElementIndexUint.idl
2877 html/canvas/OESStandardDerivatives.idl
2878 html/canvas/OESTextureFloat.idl
2879 html/canvas/OESTextureFloatLinear.idl
2880 html/canvas/OESTextureHalfFloat.idl
2881 html/canvas/OESTextureHalfFloatLinear.idl
2882 html/canvas/OESVertexArrayObject.idl
2883 html/canvas/WebGLActiveInfo.idl
2884 html/canvas/WebGLBuffer.idl
2885 html/canvas/WebGLCompressedTextureATC.idl
2886 html/canvas/WebGLCompressedTexturePVRTC.idl
2887 html/canvas/WebGLCompressedTextureS3TC.idl
2888 html/canvas/WebGLContextAttributes.idl
2889 html/canvas/WebGLContextEvent.idl
2890 html/canvas/WebGLDebugRendererInfo.idl
2891 html/canvas/WebGLDebugShaders.idl
2892 html/canvas/WebGLDepthTexture.idl
2893 html/canvas/WebGLDrawBuffers.idl
2894 html/canvas/WebGLFramebuffer.idl
2895 html/canvas/WebGLLoseContext.idl
2896 html/canvas/WebGLProgram.idl
2897 html/canvas/WebGLQuery.idl
2898 html/canvas/WebGLRenderbuffer.idl
2899 html/canvas/WebGLRenderingContextBase.idl
2900 html/canvas/WebGLRenderingContext.idl
2901 html/canvas/WebGL2RenderingContext.idl
2902 html/canvas/WebGLSampler.idl
2903 html/canvas/WebGLShader.idl
2904 html/canvas/WebGLShaderPrecisionFormat.idl
2905 html/canvas/WebGLSync.idl
2906 html/canvas/WebGLTexture.idl
2907 html/canvas/WebGLTransformFeedback.idl
2908 html/canvas/WebGLUniformLocation.idl
2909 html/canvas/WebGLVertexArrayObject.idl
2910 html/canvas/WebGLVertexArrayObjectOES.idl
2914 if (ENABLE_VIDEO_TRACK)
2915 list(APPEND WebCore_IDL_FILES
2916 html/track/AudioTrack.idl
2917 html/track/AudioTrackList.idl
2918 html/track/DataCue.idl
2919 html/track/TextTrack.idl
2920 html/track/TextTrackCue.idl
2921 html/track/TextTrackCueList.idl
2922 html/track/TextTrackList.idl
2923 html/track/TrackEvent.idl
2924 html/track/VideoTrack.idl
2925 html/track/VideoTrackList.idl
2926 html/track/VTTCue.idl
2929 list(APPEND WebCore_SOURCES
2930 html/track/AudioTrack.cpp
2931 html/track/AudioTrackList.cpp
2932 html/track/BufferedLineReader.cpp
2933 html/track/DataCue.cpp
2934 html/track/InbandDataTextTrack.cpp
2935 html/track/InbandGenericTextTrack.cpp
2936 html/track/InbandTextTrack.cpp
2937 html/track/InbandWebVTTTextTrack.cpp
2938 html/track/LoadableTextTrack.cpp
2939 html/track/TextTrack.cpp
2940 html/track/TextTrackCue.cpp
2941 html/track/TextTrackCueGeneric.cpp
2942 html/track/TextTrackCueList.cpp
2943 html/track/TextTrackList.cpp
2944 html/track/TrackBase.cpp
2945 html/track/TrackEvent.cpp
2946 html/track/TrackListBase.cpp
2947 html/track/VideoTrack.cpp
2948 html/track/VideoTrackList.cpp
2949 html/track/VTTCue.cpp
2950 html/track/VTTRegion.cpp
2951 html/track/VTTRegionList.cpp
2952 html/track/VTTScanner.cpp
2953 html/track/WebVTTElement.cpp
2954 html/track/WebVTTParser.cpp
2955 html/track/WebVTTTokenizer.cpp
2957 loader/cache/CachedTextTrack.cpp
2959 platform/graphics/TextTrackRepresentation.cpp
2964 list(APPEND WebCore_SOURCES
2965 Modules/quota/DOMWindowQuota.cpp
2966 Modules/quota/NavigatorStorageQuota.cpp
2967 Modules/quota/StorageErrorCallback.cpp
2968 Modules/quota/StorageInfo.cpp
2969 Modules/quota/StorageQuota.cpp
2970 Modules/quota/WorkerNavigatorStorageQuota.cpp
2973 list(APPEND WebCore_IDL_FILES
2974 Modules/quota/DOMWindowQuota.idl
2975 Modules/quota/NavigatorStorageQuota.idl
2976 Modules/quota/StorageErrorCallback.idl
2977 Modules/quota/StorageInfo.idl
2978 Modules/quota/StorageQuota.idl
2979 Modules/quota/StorageQuotaCallback.idl
2980 Modules/quota/StorageUsageCallback.idl
2981 Modules/quota/WorkerNavigatorStorageQuota.idl
2985 list(APPEND WebCore_SOURCES
2986 platform/text/TextCodecICU.cpp
2987 platform/text/TextEncodingDetectorICU.cpp
2988 platform/text/icu/UTextProvider.cpp
2989 platform/text/icu/UTextProviderLatin1.cpp
2990 platform/text/icu/UTextProviderUTF16.cpp
2992 list(APPEND WebCore_INCLUDE_DIRECTORIES
2995 list(APPEND WebCore_LIBRARIES
2999 if (WTF_USE_3D_GRAPHICS)
3000 # For platforms that want to use system-provided OpenGL (ES) headers,
3001 # these include directories need to be added before the ANGLE directories.
3003 list(APPEND WebCore_INCLUDE_DIRECTORIES
3004 ${OPENGL_INCLUDE_DIR}
3006 list(APPEND WebCore_LIBRARIES
3007 ${OPENGL_gl_LIBRARY}
3009 elseif (OPENGLES2_FOUND)
3010 list(APPEND WebCore_INCLUDE_DIRECTORIES
3011 ${OPENGLES2_INCLUDE_DIR}
3013 list(APPEND WebCore_LIBRARIES
3014 ${OPENGLES2_LIBRARIES}
3018 list(APPEND WebCore_INCLUDE_DIRECTORIES
3019 "${THIRDPARTY_DIR}/ANGLE/"
3020 "${THIRDPARTY_DIR}/ANGLE/include/KHR"
3021 "${WEBCORE_DIR}/platform/graphics/gpu"
3024 list(APPEND ANGLESupport_SOURCES
3025 ${THIRDPARTY_DIR}/ANGLE/src/common/blocklayout.cpp
3026 ${THIRDPARTY_DIR}/ANGLE/src/common/debug.cpp
3027 ${THIRDPARTY_DIR}/ANGLE/src/common/event_tracer.cpp
3028 ${THIRDPARTY_DIR}/ANGLE/src/common/mathutil.cpp
3029 ${THIRDPARTY_DIR}/ANGLE/src/common/RefCountObject.cpp
3030 ${THIRDPARTY_DIR}/ANGLE/src/common/shadervars.cpp
3031 ${THIRDPARTY_DIR}/ANGLE/src/common/utilities.cpp
3033 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/BuiltInFunctionEmulator.cpp
3034 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/CodeGen.cpp
3035 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Compiler.cpp
3036 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/DetectCallDepth.cpp
3037 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/DetectDiscontinuity.cpp
3038 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Diagnostics.cpp
3039 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/DirectiveHandler.cpp
3040 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ForLoopUnroll.cpp
3041 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/FlagStd140Structs.cpp
3042 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InfoSink.cpp
3043 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Initialize.cpp
3044 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InitializeDll.cpp
3045 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InitializeParseContext.cpp
3046 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/InitializeVariables.cpp
3047 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Intermediate.cpp
3048 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/IntermTraverse.cpp
3049 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/Intermediate.cpp
3050 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/LoopInfo.cpp
3051 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputESSL.cpp
3052 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputGLSL.cpp
3053 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputGLSLBase.cpp
3054 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/OutputHLSL.cpp
3055 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ParseContext.cpp
3056 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/PoolAlloc.cpp
3057 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/QualifierAlive.cpp
3058 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RemoveTree.cpp
3059 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/RewriteElseBlocks.cpp
3060 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SearchSymbol.cpp
3061 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ShaderLang.cpp
3062 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/SymbolTable.cpp
3063 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/TranslatorESSL.cpp
3064 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/TranslatorGLSL.cpp
3065 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/TranslatorHLSL.cpp
3066 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UnfoldShortCircuit.cpp
3067 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/UnfoldShortCircuitAST.cpp
3068 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateOutputs.cpp
3069 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ValidateLimitations.cpp
3070 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/VariableInfo.cpp
3071 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/VariablePacker.cpp
3072 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/VersionGLSL.cpp
3073 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/compilerdebug.cpp
3074 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/glslang_lex.cpp
3075 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/glslang_tab.cpp
3076 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/intermOut.cpp
3077 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/parseConst.cpp
3078 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/util.cpp
3080 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/depgraph/DependencyGraph.cpp
3081 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/depgraph/DependencyGraphBuilder.cpp
3082 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/depgraph/DependencyGraphOutput.cpp
3083 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/depgraph/DependencyGraphTraverse.cpp
3085 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DiagnosticsBase.cpp
3086 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.cpp
3087 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveParser.cpp
3088 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp
3089 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Input.cpp
3090 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Lexer.cpp
3091 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Macro.cpp
3092 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/MacroExpander.cpp
3093 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Preprocessor.cpp
3094 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Token.cpp
3095 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Tokenizer.cpp
3097 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictFragmentShaderTiming.cpp
3098 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.cpp
3100 ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
3104 list(APPEND ANGLESupport_SOURCES
3105 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ossource_win.cpp
3108 list(APPEND ANGLESupport_SOURCES
3109 ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/ossource_posix.cpp
3113 list(APPEND WebCore_SOURCES
3114 platform/graphics/ANGLEWebKitBridge.cpp
3115 platform/graphics/GraphicsContext3D.cpp
3116 platform/graphics/FormatConverter.cpp
3120 if (ENABLE_WEB_REPLAY)
3121 list(APPEND WebCore_INCLUDE_DIRECTORIES
3122 "${JAVASCRIPTCORE_DIR}/inspector"
3123 "${JAVASCRIPTCORE_DIR}/replay"
3126 set(WebCore_WEB_REPLAY_INPUTS ${CMAKE_CURRENT_SOURCE_DIR}/replay/WebInputs.json ${JAVASCRIPTCORE_DIR}/replay/JSInputs.json)
3128 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebReplayInputs.h ${DERIVED_SOURCES_WEBCORE_DIR}/WebReplayInputs.cpp
3129 MAIN_DEPENDENCY ${JAVASCRIPTCORE_DIR}/replay/scripts/CodeGeneratorReplayInputs.py
3130 DEPENDS ${WebCore_WEB_REPLAY_INPUTS}
3131 COMMAND ${PYTHON_EXECUTABLE} ${JAVASCRIPTCORE_DIR}/replay/scripts/CodeGeneratorReplayInputs.py --outputDir ${DERIVED_SOURCES_WEBCORE_DIR}/ --framework WebCore ${WebCore_WEB_REPLAY_INPUTS}
3134 list(APPEND WebCore_SOURCES
3135 inspector/InspectorReplayAgent.cpp
3136 replay/CapturingInputCursor.cpp
3137 replay/EventLoopInput.cpp
3138 replay/EventLoopInputDispatcher.cpp
3139 replay/MemoizedDOMResult.cpp
3140 replay/ReplayController.cpp
3141 replay/ReplayingInputCursor.cpp
3142 replay/ReplayInputCreationMethods.cpp
3143 replay/ReplayInputDispatchMethods.cpp
3144 replay/ReplaySession.cpp
3145 replay/ReplaySessionSegment.cpp
3146 replay/SegmentedInputStorage.cpp
3147 replay/SerializationMethods.cpp
3148 replay/UserInputBridge.cpp
3150 ${DERIVED_SOURCES_WEBCORE_DIR}/WebReplayInputs.cpp
3154 if (ENABLE_USER_MESSAGE_HANDLERS)
3155 list(APPEND WebCore_IDL_FILES
3156 page/UserMessageHandler.idl
3157 page/UserMessageHandlersNamespace.idl
3158 page/WebKitNamespace.idl
3160 list(APPEND WebCore_SOURCES
3161 bindings/js/JSUserMessageHandlersNamespaceCustom.cpp
3162 page/UserMessageHandler.cpp
3163 page/UserMessageHandlerDescriptor.cpp
3164 page/UserMessageHandlersNamespace.cpp
3165 page/WebKitNamespace.cpp
3169 set(WebCoreTestSupport_INCLUDE_DIRECTORIES
3170 "${WEBCORE_DIR}/platform/mock"
3171 "${WEBCORE_DIR}/testing"
3172 "${DERIVED_SOURCES_WEBCORE_DIR}"
3175 set(WebCoreTestSupport_IDL_INCLUDES
3179 set(WebCoreTestSupport_IDL_FILES
3180 testing/InternalSettings.idl
3181 testing/Internals.idl
3182 testing/MallocStatistics.idl
3183 testing/MemoryInfo.idl
3184 testing/MockContentFilterSettings.idl
3185 testing/TypeConversions.idl
3188 set(WebCoreTestSupport_SOURCES
3189 platform/mock/PlatformSpeechSynthesizerMock.cpp
3191 platform/mock/mediasource/MockBox.cpp
3192 platform/mock/mediasource/MockMediaPlayerMediaSource.cpp
3193 platform/mock/mediasource/MockMediaSourcePrivate.cpp
3194 platform/mock/mediasource/MockSourceBufferPrivate.cpp
3195 platform/mock/mediasource/MockTracks.cpp
3197 testing/InternalSettings.cpp
3198 testing/Internals.cpp
3200 testing/MicroTaskTest.cpp
3201 testing/MockPageOverlayClient.cpp
3203 testing/js/WebCoreTestSupport.cpp
3206 set(WebCoreTestSupport_LIBRARIES
3212 # Modules that the bindings generator scripts may use
3213 set(SCRIPTS_RESOLVE_SUPPLEMENTAL
3214 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
3216 set(SCRIPTS_BINDINGS
3217 ${WEBCORE_DIR}/bindings/scripts/CodeGenerator.pm
3218 ${WEBCORE_DIR}/bindings/scripts/CodeGeneratorJS.pm
3219 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
3220 ${WEBCORE_DIR}/bindings/scripts/InFilesParser.pm
3221 ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3224 set(MAKE_NAMES_DEPENDENCIES
3225 ${WEBCORE_DIR}/bindings/scripts/Hasher.pm
3226 ${WEBCORE_DIR}/bindings/scripts/StaticString.pm
3228 set(IDL_FILES_TMP ${DERIVED_SOURCES_WEBCORE_DIR}/idl_files.tmp)
3229 set(SUPPLEMENTAL_DEPENDENCY_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/supplemental_dependency.tmp)
3230 set(WINDOW_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DOMWindowConstructors.idl)
3231 set(WORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/WorkerGlobalScopeConstructors.idl)
3232 set(DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DedicatedWorkerGlobalScopeConstructors.idl)
3233 set(IDL_ATTRIBUTES_FILE ${WEBCORE_DIR}/bindings/scripts/IDLAttributes.txt)
3235 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
3237 # Generate InspectorOverlayPage.h
3239 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
3240 MAIN_DEPENDENCY inspector/InspectorOverlayPage.html
3241 DEPENDS ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl ${WebCore_INSPECTOR_SCRIPTS_DIR}/inline-and-minify-stylesheets-and-scripts.py
3242 DEPENDS inspector/InspectorOverlayPage.css inspector/InspectorOverlayPage.js
3243 COMMAND ${PYTHON_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/inline-and-minify-stylesheets-and-scripts.py ${WEBCORE_DIR}/inspector/InspectorOverlayPage.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
3244 COMMAND ${PERL_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl InspectorOverlayPage_html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h
3246 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h)
3249 # Generate CommandLineAPIModuleSource.h
3251 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.h ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js
3252 MAIN_DEPENDENCY inspector/CommandLineAPIModuleSource.js
3253 DEPENDS ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl ${WebCore_INSPECTOR_SCRIPTS_DIR}/jsmin.py
3254 COMMAND echo "//# sourceURL=__WebInspectorCommandLineAPIModuleSource__" > ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js
3255 COMMAND ${PYTHON_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/jsmin.py < ${WEBCORE_DIR}/inspector/CommandLineAPIModuleSource.js >> ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js
3256 COMMAND ${PERL_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl CommandLineAPIModuleSource_js ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.h
3258 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CommandLineAPIModuleSource.h)
3261 MAKE_HASH_TOOLS(${WEBCORE_DIR}/platform/ColorData)
3262 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ColorData.cpp)
3265 # Generate XMLViewerCSS.h
3267 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css
3268 MAIN_DEPENDENCY xml/XMLViewer.css
3269 DEPENDS ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl ${WebCore_INSPECTOR_SCRIPTS_DIR}/cssmin.py
3270 COMMAND ${PYTHON_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/cssmin.py < ${WEBCORE_DIR}/xml/XMLViewer.css > ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css
3271 COMMAND ${PERL_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl XMLViewer_css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
3273 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h)
3276 # Generate XMLViewerJS.h
3278 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js
3279 MAIN_DEPENDENCY xml/XMLViewer.js
3280 DEPENDS ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl ${WebCore_INSPECTOR_SCRIPTS_DIR}/jsmin.py
3281 COMMAND ${PYTHON_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/jsmin.py < ${WEBCORE_DIR}/xml/XMLViewer.js > ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js
3282 COMMAND ${PERL_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/xxd.pl XMLViewer_js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewer.min.js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
3284 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h)
3287 # Generate HTML entity table
3289 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp
3290 MAIN_DEPENDENCY ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3291 DEPENDS ${WEBCORE_DIR}/html/parser/create-html-entity-table
3292 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/html/parser/create-html-entity-table -o ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3294 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp)
3296 # Generate HTTP header names
3298 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.h
3299 MAIN_DEPENDENCY ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
3300 DEPENDS ${WEBCORE_DIR}/platform/network/create-http-header-name-table
3301 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3302 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/platform/network/create-http-header-name-table ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
3304 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp)
3306 # Generate CSS property names
3308 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/StyleBuilder.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/StylePropertyShorthandFunctions.h ${DERIVED_SOURCES_WEBCORE_DIR}/StylePropertyShorthandFunctions.cpp
3309 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeprop.pl
3310 DEPENDS ${WebCore_CSS_PROPERTY_NAMES}
3311 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3312 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_PROPERTY_NAMES} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in
3313 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makeprop.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3315 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp)
3316 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/StyleBuilder.cpp)
3317 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/StylePropertyShorthandFunctions.cpp)
3318 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3319 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSPropertyNames.h)
3322 # Generate CSS value keywords
3324 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
3325 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makevalues.pl
3326 DEPENDS ${WebCore_CSS_VALUE_KEYWORDS}
3327 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3328 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_VALUE_KEYWORDS} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in
3329 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makevalues.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3331 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp)
3332 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3333 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSPrimitiveValueMappings.h CSSValueKeywords.h)
3334 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSValueKeywords.h)
3336 # Generate CSS Selector pseudo type name to value maps.
3338 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoClassAndCompatibilityElementMap.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoClassAndCompatibilityElementMap.cpp
3339 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeSelectorPseudoClassAndCompatibilityElementMap.py
3340 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3341 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/css/makeSelectorPseudoClassAndCompatibilityElementMap.py ${WEBCORE_DIR}/css/SelectorPseudoClassAndCompatibilityElementMap.in "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}"
3343 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoClassAndCompatibilityElementMap.cpp)
3345 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoElementTypeMap.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoElementTypeMap.cpp
3346 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeSelectorPseudoElementsMap.py
3347 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3348 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/css/makeSelectorPseudoElementsMap.py ${WEBCORE_DIR}/css/SelectorPseudoElementTypeMap.in "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}"
3350 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SelectorPseudoElementTypeMap.cpp)
3352 # Generate user agent styles
3354 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h
3355 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3356 DEPENDS ${WebCore_USER_AGENT_STYLE_SHEETS} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3357 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${WebCore_USER_AGENT_STYLE_SHEETS}
3359 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp)
3360 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp UserAgentStyleSheetsData.cpp UserAgentStyleSheets.h)
3362 if (WebCore_USER_AGENT_SCRIPTS)
3363 # Necessary variables:
3364 # WebCore_USER_AGENT_SCRIPTS containing the JavaScript sources list
3365 # WebCore_USER_AGENT_SCRIPTS_DEPENDENCIES containing the source file that will load the scripts to add the proper
3366 # dependency and having them built at the right moment
3369 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScriptsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScripts.h
3370 MAIN_DEPENDENCY ${WEBCORE_DIR}/Scripts/make-js-file-arrays.py
3371 DEPENDS ${WebCore_USER_AGENT_SCRIPTS}
3372 COMMAND "PYTHONPATH=${WebCore_INSPECTOR_SCRIPTS_DIR}" ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/Scripts/make-js-file-arrays.py ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScripts.h ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScriptsData.cpp ${WebCore_USER_AGENT_SCRIPTS}
3374 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScriptsData.cpp)
3375 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WebCore_USER_AGENT_SCRIPTS_DEPENDENCIES} UserAgentScriptsData.cpp UserAgentScripts.h)
3378 # Generate plug-in resources
3380 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResources.h
3381 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3382 DEPENDS ${WebCore_PLUG_INS_RESOURCES} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3383 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResources.h ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp ${WebCore_PLUG_INS_RESOURCES}
3385 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp)
3386 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp PlugInsResourcesData.cpp PlugInsResources.h)
3388 GENERATE_GRAMMAR(cssyy ${WEBCORE_DIR}/css/CSSGrammar.y.in ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}")
3389 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp)
3391 GENERATE_GRAMMAR(xpathyy ${WEBCORE_DIR}/xml/XPathGrammar.y ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp "")
3392 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp)
3395 set(IDL_INCLUDES "")
3396 foreach (_include ${WebCore_IDL_INCLUDES})
3397 list(APPEND IDL_INCLUDES --include=${WEBCORE_DIR}/${_include})
3400 foreach (_include ${WebCoreTestSupport_IDL_INCLUDES})
3401 list(APPEND IDL_INCLUDES --include=${WEBCORE_DIR}/${_include})
3404 set(FEATURE_DEFINES_JAVASCRIPT "LANGUAGE_JAVASCRIPT=1 ${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}")
3406 # Create JavaScript C++ code given an IDL input
3407 foreach (_idl ${WebCore_IDL_FILES})
3408 set(IDL_FILES_LIST "${IDL_FILES_LIST}${WEBCORE_DIR}/${_idl}\n")
3411 foreach (_idl ${WebCoreTestSupport_IDL_FILES})
3412 set(IDL_FILES_LIST "${IDL_FILES_LIST}${WEBCORE_DIR}/${_idl}\n")
3415 set(IDL_FILES_LIST "${IDL_FILES_LIST}${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.idl\n")
3416 list(APPEND IDL_INCLUDES --include=${DERIVED_SOURCES_WEBCORE_DIR})
3417 list(APPEND WebCoreTestSupport_IDL_FILES ${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.idl)
3419 file(WRITE ${IDL_FILES_TMP} ${IDL_FILES_LIST})
3422 OUTPUT ${SUPPLEMENTAL_DEPENDENCY_FILE} ${WINDOW_CONSTRUCTORS_FILE} ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE} ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3423 DEPENDS ${WEBCORE_DIR}/bindings/scripts/preprocess-idls.pl ${SCRIPTS_PREPROCESS_IDLS} ${WebCore_IDL_FILES} ${WebCoreTestSupport_IDL_FILES} ${WEBCORE_DIR}/CMakeLists.txt
3424 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/bindings/scripts/preprocess-idls.pl --defines "${FEATURE_DEFINES_JAVASCRIPT}" --idlFilesList ${IDL_FILES_TMP} --supplementalDependencyFile ${SUPPLEMENTAL_DEPENDENCY_FILE} --windowConstructorsFile ${WINDOW_CONSTRUCTORS_FILE} --workerGlobalScopeConstructorsFile ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3425 --dedicatedWorkerGlobalScopeConstructorsFile ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3428 set(ADDITIONAL_BINDINGS_DEPENDENCIES
3429 ${WINDOW_CONSTRUCTORS_FILE}
3430 ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3431 ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
3434 GENERATE_BINDINGS(WebCore_SOURCES
3435 "${WebCore_IDL_FILES}"
3438 "${FEATURE_DEFINES_JAVASCRIPT}"
3439 ${DERIVED_SOURCES_WEBCORE_DIR} JS JS cpp
3440 ${IDL_ATTRIBUTES_FILE}
3441 ${SUPPLEMENTAL_DEPENDENCY_FILE}
3442 ${ADDITIONAL_BINDINGS_DEPENDENCIES})
3444 GENERATE_BINDINGS(WebCoreTestSupport_SOURCES
3445 "${WebCoreTestSupport_IDL_FILES}"
3448 "${FEATURE_DEFINES_JAVASCRIPT}"
3449 ${DERIVED_SOURCES_WEBCORE_DIR} JS JS cpp
3450 ${IDL_ATTRIBUTES_FILE}
3451 ${SUPPLEMENTAL_DEPENDENCY_FILE}
3452 ${ADDITIONAL_BINDINGS_DEPENDENCIES})
3455 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/html/HTMLTreeBuilder.cpp MathMLNames.cpp)
3458 GENERATE_DOM_NAMES(HTML ${WEBCORE_DIR}/html/HTMLAttributeNames.in ${WEBCORE_DIR}/html/HTMLTagNames.in "")
3459 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSHTMLElementWrapperFactory.cpp)
3462 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventNames.in EventFactory.cpp)
3463 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/EventFactory.cpp)
3466 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventTargetFactory.in EventTargetInterfaces.h)
3467 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/dom/EventNames.cpp EventTargetInterfaces.h)
3470 GENERATE_EXCEPTION_CODE_DESCRIPTION(${WEBCORE_DIR}/dom/DOMExceptions.in ExceptionCodeDescription.cpp)
3471 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ExceptionCodeDescription.cpp)
3474 GENERATE_SETTINGS_MACROS(${WEBCORE_DIR}/page/Settings.in SettingsMacros.h)
3475 list(APPEND WebCoreTestSupport_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.cpp)
3478 GENERATE_FONT_NAMES(${WEBCORE_DIR}/css/WebKitFontFamilyNames.in)
3479 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitFontFamilyNames.cpp)
3482 GENERATE_DOM_NAMES(MathML ${WEBCORE_DIR}/mathml/mathattrs.in ${WEBCORE_DIR}/mathml/mathtags.in "")
3483 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLNames.cpp)
3485 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLElementFactory.cpp)
3488 # SVG extra defines need to map to a numerical value for correct preprocessing of svgtags.in.
3489 set(SVG_EXTRA_DEFINES "")
3490 if (ENABLE_SVG_FONTS)
3491 list(APPEND SVG_EXTRA_DEFINES "ENABLE_SVG_FONTS=1")
3494 GENERATE_DOM_NAMES(SVG ${WEBCORE_DIR}/svg/svgattrs.in ${WEBCORE_DIR}/svg/svgtags.in "${SVG_EXTRA_DEFINES}")
3495 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGNames.cpp)
3497 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSSVGElementWrapperFactory.cpp)
3499 GENERATE_DOM_NAMES(XLink ${WEBCORE_DIR}/svg/xlinkattrs.in)
3500 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XLinkNames.cpp)
3503 GENERATE_DOM_NAMES(XMLNS ${WEBCORE_DIR}/xml/xmlnsattrs.in)
3504 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNSNames.cpp)
3507 GENERATE_DOM_NAMES(XML ${WEBCORE_DIR}/xml/xmlattrs.in)
3508 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNames.cpp)
3510 if (NOT PORT STREQUAL "GTK")
3512 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h
3513 MAIN_DEPENDENCY ${WEBKIT_DIR}/scripts/generate-webkitversion.pl
3514 DEPENDS ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig
3515 COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/scripts/generate-webkitversion.pl --config ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig --outputDir ${DERIVED_SOURCES_WEBCORE_DIR}
3517 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h)
3520 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_SOURCES})
3521 WEBKIT_WRAP_SOURCELIST(${WebCoreTestSupport_IDL_FILES} ${WebCoreTestSupport_SOURCES})
3523 include_directories(${WebCore_INCLUDE_DIRECTORIES} ${WebCoreTestSupport_INCLUDE_DIRECTORIES})
3526 ADD_PRECOMPILED_HEADER("WebCorePrefix.h" "WebCorePrefix.cpp" WebCore_SOURCES)
3529 add_library(WebCore ${WebCore_LIBRARY_TYPE} ${WebCore_SOURCES})
3530 set_target_properties(WebCore PROPERTIES COMPILE_DEFINITIONS "BUILDING_WebCore")
3531 set_target_properties(WebCore PROPERTIES FOLDER "WebCore")
3533 if (WebCore_OUTPUT_NAME)
3534 set_target_properties(WebCore PROPERTIES OUTPUT_NAME ${WebCore_OUTPUT_NAME})
3538 ADD_PRECOMPILED_HEADER("WebCoreTestSupportPrefix.h" "testing/js/WebCoreTestSupportPrefix.cpp" WebCoreTestSupport_SOURCES)
3541 add_library(WebCoreTestSupport ${WebCoreTestSupport_LIBRARY_TYPE} ${WebCoreTestSupport_SOURCES})
3542 target_link_libraries(WebCoreTestSupport ${WebCoreTestSupport_LIBRARIES})
3543 set_target_properties(WebCoreTestSupport PROPERTIES FOLDER "WebCore")
3545 if (WebCoreTestSupport_OUTPUT_NAME)
3546 set_target_properties(WebCoreTestSupport PROPERTIES OUTPUT_NAME ${WebCoreTestSupport_OUTPUT_NAME})
3549 if (WTF_USE_3D_GRAPHICS)
3550 add_library(ANGLESupport STATIC ${ANGLESupport_SOURCES})
3551 set_target_properties(ANGLESupport PROPERTIES FOLDER "WebCore")
3555 PROPERTY INCLUDE_DIRECTORIES
3556 "${THIRDPARTY_DIR}/ANGLE/include"
3557 "${THIRDPARTY_DIR}/ANGLE/src"
3559 list(APPEND WebCore_LIBRARIES ANGLESupport)
3560 WEBKIT_SET_EXTRA_COMPILER_FLAGS(ANGLESupport IGNORECXX_WARNINGS)
3563 target_link_libraries(WebCore ${WebCore_LIBRARIES})
3565 if (WebCore_OUTPUT_NAME)
3566 set_target_properties(WebCore PROPERTIES OUTPUT_NAME ${WebCore_OUTPUT_NAME})
3570 set_target_properties(WebCore PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
3571 install(TARGETS WebCore DESTINATION "${LIB_INSTALL_DIR}")