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