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