1 set(WebCore_INCLUDE_DIRECTORIES
3 "${WEBCORE_DIR}/Modules/battery"
4 "${WEBCORE_DIR}/Modules/filesystem"
5 "${WEBCORE_DIR}/Modules/gamepad"
6 "${WEBCORE_DIR}/Modules/geolocation"
7 "${WEBCORE_DIR}/Modules/indexeddb"
8 "${WEBCORE_DIR}/Modules/indieui"
9 "${WEBCORE_DIR}/Modules/mediasource"
10 "${WEBCORE_DIR}/Modules/mediastream"
11 "${WEBCORE_DIR}/Modules/navigatorcontentutils"
12 "${WEBCORE_DIR}/Modules/networkinfo"
13 "${WEBCORE_DIR}/Modules/notifications"
14 "${WEBCORE_DIR}/Modules/proximity"
15 "${WEBCORE_DIR}/Modules/quota"
16 "${WEBCORE_DIR}/Modules/vibration"
17 "${WEBCORE_DIR}/Modules/webaudio"
18 "${WEBCORE_DIR}/Modules/webdatabase"
19 "${WEBCORE_DIR}/Modules/websockets"
20 "${WEBCORE_DIR}/accessibility"
21 "${WEBCORE_DIR}/bindings"
22 "${WEBCORE_DIR}/bindings/generic"
23 "${WEBCORE_DIR}/bridge"
24 "${WEBCORE_DIR}/bridge/c"
27 "${WEBCORE_DIR}/dom/default"
28 "${WEBCORE_DIR}/editing"
29 "${WEBCORE_DIR}/fileapi"
30 "${WEBCORE_DIR}/history"
32 "${WEBCORE_DIR}/html/canvas"
33 "${WEBCORE_DIR}/html/forms"
34 "${WEBCORE_DIR}/html/parser"
35 "${WEBCORE_DIR}/html/shadow"
36 "${WEBCORE_DIR}/html/track"
37 "${WEBCORE_DIR}/inspector"
38 "${WEBCORE_DIR}/loader"
39 "${WEBCORE_DIR}/loader/appcache"
40 "${WEBCORE_DIR}/loader/archive"
41 "${WEBCORE_DIR}/loader/archive/mhtml"
42 "${WEBCORE_DIR}/loader/cache"
43 "${WEBCORE_DIR}/loader/icon"
44 "${WEBCORE_DIR}/mathml"
46 "${WEBCORE_DIR}/page/animation"
47 "${WEBCORE_DIR}/page/scrolling"
48 "${WEBCORE_DIR}/page/scrolling/coordinatedgraphics"
49 "${WEBCORE_DIR}/platform"
50 "${WEBCORE_DIR}/platform/animation"
51 "${WEBCORE_DIR}/platform/audio"
52 "${WEBCORE_DIR}/platform/graphics"
53 "${WEBCORE_DIR}/platform/graphics/cpu/arm"
54 "${WEBCORE_DIR}/platform/graphics/cpu/arm/filters"
55 "${WEBCORE_DIR}/platform/graphics/filters"
56 "${WEBCORE_DIR}/platform/graphics/filters/texmap"
57 "${WEBCORE_DIR}/platform/graphics/harfbuzz"
58 "${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
59 "${WEBCORE_DIR}/platform/graphics/opentype"
60 "${WEBCORE_DIR}/platform/graphics/texmap"
61 "${WEBCORE_DIR}/platform/graphics/texmap/coordinated"
62 "${WEBCORE_DIR}/platform/graphics/transforms"
63 "${WEBCORE_DIR}/platform/image-decoders"
64 "${WEBCORE_DIR}/platform/image-decoders/bmp"
65 "${WEBCORE_DIR}/platform/image-decoders/gif"
66 "${WEBCORE_DIR}/platform/image-decoders/ico"
67 "${WEBCORE_DIR}/platform/image-decoders/jpeg"
68 "${WEBCORE_DIR}/platform/image-decoders/png"
69 "${WEBCORE_DIR}/platform/image-decoders/webp"
70 "${WEBCORE_DIR}/platform/leveldb"
71 "${WEBCORE_DIR}/platform/mediastream"
72 "${WEBCORE_DIR}/platform/mock"
73 "${WEBCORE_DIR}/platform/network"
74 "${WEBCORE_DIR}/platform/sql"
75 "${WEBCORE_DIR}/platform/text"
76 "${WEBCORE_DIR}/platform/text/transcoder"
77 "${WEBCORE_DIR}/plugins"
78 "${WEBCORE_DIR}/rendering"
79 "${WEBCORE_DIR}/rendering/mathml"
80 "${WEBCORE_DIR}/rendering/shapes"
81 "${WEBCORE_DIR}/rendering/style"
82 "${WEBCORE_DIR}/rendering/svg"
83 "${WEBCORE_DIR}/storage"
84 "${WEBCORE_DIR}/style"
86 "${WEBCORE_DIR}/svg/animation"
87 "${WEBCORE_DIR}/svg/graphics"
88 "${WEBCORE_DIR}/svg/graphics/filters"
89 "${WEBCORE_DIR}/svg/properties"
90 "${WEBCORE_DIR}/websockets"
91 "${WEBCORE_DIR}/workers"
93 "${WEBCORE_DIR}/xml/parser"
94 "${JAVASCRIPTCORE_DIR}"
95 "${JAVASCRIPTCORE_DIR}/ForwardingHeaders"
96 "${JAVASCRIPTCORE_DIR}/API"
97 "${JAVASCRIPTCORE_DIR}/assembler"
98 "${JAVASCRIPTCORE_DIR}/bytecode"
99 "${JAVASCRIPTCORE_DIR}/bytecompiler"
100 "${JAVASCRIPTCORE_DIR}/dfg"
101 "${JAVASCRIPTCORE_DIR}/disassembler"
102 "${JAVASCRIPTCORE_DIR}/heap"
103 "${JAVASCRIPTCORE_DIR}/debugger"
104 "${JAVASCRIPTCORE_DIR}/interpreter"
105 "${JAVASCRIPTCORE_DIR}/jit"
106 "${JAVASCRIPTCORE_DIR}/llint"
107 "${JAVASCRIPTCORE_DIR}/parser"
108 "${JAVASCRIPTCORE_DIR}/profiler"
109 "${JAVASCRIPTCORE_DIR}/runtime"
110 "${JAVASCRIPTCORE_DIR}/yarr"
112 "${DERIVED_SOURCES_WEBCORE_DIR}"
113 "${CMAKE_SOURCE_DIR}/Source"
114 "${CMAKE_BINARY_DIR}"
117 set(WebCore_IDL_INCLUDES
126 Modules/notifications
152 set(WebCore_IDL_FILES
153 Modules/battery/BatteryManager.idl
154 Modules/battery/NavigatorBattery.idl
156 Modules/filesystem/DataTransferItemFileSystem.idl
157 Modules/filesystem/DirectoryEntry.idl
158 Modules/filesystem/DirectoryEntrySync.idl
159 Modules/filesystem/DirectoryReader.idl
160 Modules/filesystem/DirectoryReaderSync.idl
161 Modules/filesystem/DOMFileSystem.idl
162 Modules/filesystem/DOMFileSystemSync.idl
163 Modules/filesystem/DOMWindowFileSystem.idl
164 Modules/filesystem/EntriesCallback.idl
165 Modules/filesystem/Entry.idl
166 Modules/filesystem/EntrySync.idl
167 Modules/filesystem/EntryArray.idl
168 Modules/filesystem/EntryArraySync.idl
169 Modules/filesystem/EntryCallback.idl
170 Modules/filesystem/ErrorCallback.idl
171 Modules/filesystem/FileCallback.idl
172 Modules/filesystem/FileEntry.idl
173 Modules/filesystem/FileEntrySync.idl
174 Modules/filesystem/FileSystemCallback.idl
175 Modules/filesystem/FileWriterCallback.idl
176 Modules/filesystem/FileWriter.idl
177 Modules/filesystem/FileWriterSync.idl
178 Modules/filesystem/HTMLInputElementFileSystem.idl
179 Modules/filesystem/Metadata.idl
180 Modules/filesystem/MetadataCallback.idl
181 Modules/filesystem/WorkerGlobalScopeFileSystem.idl
183 Modules/gamepad/Gamepad.idl
184 Modules/gamepad/GamepadList.idl
185 Modules/gamepad/NavigatorGamepad.idl
187 Modules/geolocation/Coordinates.idl
188 Modules/geolocation/Geolocation.idl
189 Modules/geolocation/Geoposition.idl
190 Modules/geolocation/NavigatorGeolocation.idl
191 Modules/geolocation/PositionCallback.idl
192 Modules/geolocation/PositionError.idl
193 Modules/geolocation/PositionErrorCallback.idl
195 Modules/indexeddb/DOMWindowIndexedDatabase.idl
196 Modules/indexeddb/IDBAny.idl
197 Modules/indexeddb/IDBCursor.idl
198 Modules/indexeddb/IDBCursorWithValue.idl
199 Modules/indexeddb/IDBDatabase.idl
200 Modules/indexeddb/IDBFactory.idl
201 Modules/indexeddb/IDBIndex.idl
202 Modules/indexeddb/IDBKeyRange.idl
203 Modules/indexeddb/IDBObjectStore.idl
204 Modules/indexeddb/IDBOpenDBRequest.idl
205 Modules/indexeddb/IDBRequest.idl
206 Modules/indexeddb/IDBTransaction.idl
207 Modules/indexeddb/IDBVersionChangeEvent.idl
208 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
210 Modules/mediasource/MediaSource.idl
211 Modules/mediasource/SourceBuffer.idl
212 Modules/mediasource/SourceBufferList.idl
214 Modules/mediastream/LocalMediaStream.idl
215 Modules/mediastream/MediaStream.idl
216 Modules/mediastream/MediaStreamEvent.idl
217 Modules/mediastream/MediaStreamTrack.idl
218 Modules/mediastream/MediaStreamTrackEvent.idl
219 Modules/mediastream/NavigatorMediaStream.idl
220 Modules/mediastream/NavigatorUserMediaError.idl
221 Modules/mediastream/NavigatorUserMediaErrorCallback.idl
222 Modules/mediastream/NavigatorUserMediaSuccessCallback.idl
223 Modules/mediastream/RTCDTMFSender.idl
224 Modules/mediastream/RTCDTMFToneChangeEvent.idl
225 Modules/mediastream/RTCDataChannel.idl
226 Modules/mediastream/RTCDataChannelEvent.idl
227 Modules/mediastream/RTCErrorCallback.idl
228 Modules/mediastream/RTCIceCandidate.idl
229 Modules/mediastream/RTCIceCandidateEvent.idl
230 Modules/mediastream/RTCPeerConnection.idl
231 Modules/mediastream/RTCSessionDescription.idl
232 Modules/mediastream/RTCSessionDescriptionCallback.idl
233 Modules/mediastream/RTCStatsCallback.idl
234 Modules/mediastream/RTCStatsReport.idl
235 Modules/mediastream/RTCStatsResponse.idl
237 Modules/navigatorcontentutils/NavigatorContentUtils.idl
239 Modules/networkinfo/NavigatorNetworkInfoConnection.idl
240 Modules/networkinfo/NetworkInfoConnection.idl
242 Modules/notifications/DOMWindowNotifications.idl
243 Modules/notifications/Notification.idl
244 Modules/notifications/NotificationCenter.idl
245 Modules/notifications/NotificationPermissionCallback.idl
246 Modules/notifications/WorkerGlobalScopeNotifications.idl
248 Modules/proximity/DeviceProximityEvent.idl
250 Modules/vibration/NavigatorVibration.idl
252 Modules/webaudio/AudioBuffer.idl
253 Modules/webaudio/AudioBufferCallback.idl
254 Modules/webaudio/AudioBufferSourceNode.idl
255 Modules/webaudio/ChannelSplitterNode.idl
256 Modules/webaudio/ChannelMergerNode.idl
257 Modules/webaudio/AudioContext.idl
258 Modules/webaudio/AudioDestinationNode.idl
259 Modules/webaudio/GainNode.idl
260 Modules/webaudio/AudioListener.idl
261 Modules/webaudio/AudioNode.idl
262 Modules/webaudio/PannerNode.idl
263 Modules/webaudio/AudioParam.idl
264 Modules/webaudio/AudioProcessingEvent.idl
265 Modules/webaudio/BiquadFilterNode.idl
266 Modules/webaudio/ConvolverNode.idl
267 Modules/webaudio/DelayNode.idl
268 Modules/webaudio/DynamicsCompressorNode.idl
269 Modules/webaudio/ScriptProcessorNode.idl
270 Modules/webaudio/MediaElementAudioSourceNode.idl
271 Modules/webaudio/MediaStreamAudioDestinationNode.idl
272 Modules/webaudio/MediaStreamAudioSourceNode.idl
273 Modules/webaudio/OfflineAudioContext.idl
274 Modules/webaudio/OfflineAudioCompletionEvent.idl
275 Modules/webaudio/OscillatorNode.idl
276 Modules/webaudio/AnalyserNode.idl
277 Modules/webaudio/WaveShaperNode.idl
278 Modules/webaudio/PeriodicWave.idl
280 Modules/webdatabase/Database.idl
281 Modules/webdatabase/DatabaseCallback.idl
282 Modules/webdatabase/DatabaseSync.idl
283 Modules/webdatabase/DOMWindowWebDatabase.idl
284 Modules/webdatabase/SQLError.idl
285 Modules/webdatabase/SQLException.idl
286 Modules/webdatabase/SQLResultSet.idl
287 Modules/webdatabase/SQLResultSetRowList.idl
288 Modules/webdatabase/SQLStatementCallback.idl
289 Modules/webdatabase/SQLStatementErrorCallback.idl
290 Modules/webdatabase/SQLTransaction.idl
291 Modules/webdatabase/SQLTransactionCallback.idl
292 Modules/webdatabase/SQLTransactionErrorCallback.idl
293 Modules/webdatabase/SQLTransactionSync.idl
294 Modules/webdatabase/SQLTransactionSyncCallback.idl
296 Modules/websockets/CloseEvent.idl
297 Modules/websockets/WebSocket.idl
300 css/CSSCharsetRule.idl
301 css/CSSFontFaceLoadEvent.idl
302 css/CSSFontFaceRule.idl
304 css/CSSImportRule.idl
307 css/CSSPrimitiveValue.idl
310 css/CSSStyleDeclaration.idl
312 css/CSSStyleSheet.idl
313 css/CSSSupportsRule.idl
319 css/MediaQueryList.idl
320 css/MediaQueryListListener.idl
325 css/StyleSheetList.idl
326 css/WebKitCSSFilterRule.idl
327 css/WebKitCSSFilterValue.idl
328 css/WebKitCSSKeyframeRule.idl
329 css/WebKitCSSKeyframesRule.idl
330 css/WebKitCSSMatrix.idl
331 css/WebKitCSSMixFunctionValue.idl
332 css/WebKitCSSRegionRule.idl
333 css/WebKitCSSTransformValue.idl
334 css/WebKitCSSViewportRule.idl
337 dom/BeforeLoadEvent.idl
338 dom/BeforeUnloadEvent.idl
340 dom/CharacterData.idl
343 dom/ClientRectList.idl
346 dom/CompositionEvent.idl
348 dom/DataTransferItem.idl
349 dom/DataTransferItemList.idl
350 dom/DeviceMotionEvent.idl
351 dom/DeviceOrientationEvent.idl
352 dom/DOMCoreException.idl
354 dom/DOMImplementation.idl
355 dom/DOMStringList.idl
357 dom/DocumentFragment.idl
362 dom/EntityReference.idl
364 dom/EventException.idl
368 dom/HashChangeEvent.idl
369 dom/KeyboardEvent.idl
370 dom/MessageChannel.idl
374 dom/MutationEvent.idl
375 dom/MutationObserver.idl
376 dom/MutationRecord.idl
383 dom/OverflowEvent.idl
384 dom/PageTransitionEvent.idl
385 dom/PopStateEvent.idl
386 dom/ProcessingInstruction.idl
387 dom/ProgressEvent.idl
388 dom/RangeException.idl
390 dom/RequestAnimationFrameCallback.idl
391 dom/SecurityPolicyViolationEvent.idl
393 dom/StringCallback.idl
399 dom/TransitionEvent.idl
402 dom/WebKitAnimationEvent.idl
403 dom/WebKitNamedFlow.idl
404 dom/DOMNamedFlowCollection.idl
405 dom/WebKitTransitionEvent.idl
410 fileapi/FileError.idl
411 fileapi/FileException.idl
413 fileapi/FileReader.idl
414 fileapi/FileReaderSync.idl
417 html/DOMSettableTokenList.idl
418 html/DOMTokenList.idl
420 html/HTMLAllCollection.idl
421 html/HTMLAnchorElement.idl
422 html/HTMLAppletElement.idl
423 html/HTMLAreaElement.idl
424 html/HTMLAudioElement.idl
425 html/HTMLBaseElement.idl
426 html/HTMLBaseFontElement.idl
427 html/HTMLBodyElement.idl
428 html/HTMLBRElement.idl
429 html/HTMLButtonElement.idl
430 html/HTMLCanvasElement.idl
431 html/HTMLCollection.idl
432 html/HTMLDataListElement.idl
433 html/HTMLDetailsElement.idl
434 html/HTMLDirectoryElement.idl
435 html/HTMLDivElement.idl
436 html/HTMLDListElement.idl
437 html/HTMLDocument.idl
439 html/HTMLEmbedElement.idl
440 html/HTMLFieldSetElement.idl
441 html/HTMLFontElement.idl
442 html/HTMLFormControlsCollection.idl
443 html/HTMLFormElement.idl
444 html/HTMLFrameElement.idl
445 html/HTMLFrameSetElement.idl
446 html/HTMLHeadElement.idl
447 html/HTMLHeadingElement.idl
448 html/HTMLHRElement.idl
449 html/HTMLHtmlElement.idl
450 html/HTMLIFrameElement.idl
451 html/HTMLImageElement.idl
452 html/HTMLInputElement.idl
453 html/HTMLKeygenElement.idl
454 html/HTMLLabelElement.idl
455 html/HTMLLegendElement.idl
456 html/HTMLLIElement.idl
457 html/HTMLLinkElement.idl
458 html/HTMLMapElement.idl
459 html/HTMLMarqueeElement.idl
460 html/HTMLMediaElement.idl
461 html/HTMLMenuElement.idl
462 html/HTMLMetaElement.idl
463 html/HTMLMeterElement.idl
464 html/HTMLModElement.idl
465 html/HTMLObjectElement.idl
466 html/HTMLOListElement.idl
467 html/HTMLOptGroupElement.idl
468 html/HTMLOptionElement.idl
469 html/HTMLOptionsCollection.idl
470 html/HTMLOutputElement.idl
471 html/HTMLParagraphElement.idl
472 html/HTMLParamElement.idl
473 html/HTMLPreElement.idl
474 html/HTMLProgressElement.idl
475 html/HTMLQuoteElement.idl
476 html/HTMLScriptElement.idl
477 html/HTMLSelectElement.idl
478 html/HTMLSourceElement.idl
479 html/HTMLSpanElement.idl
480 html/HTMLStyleElement.idl
481 html/HTMLTableCaptionElement.idl
482 html/HTMLTableCellElement.idl
483 html/HTMLTableColElement.idl
484 html/HTMLTableElement.idl
485 html/HTMLTableRowElement.idl
486 html/HTMLTableSectionElement.idl
487 html/HTMLTemplateElement.idl
488 html/HTMLTextAreaElement.idl
489 html/HTMLTitleElement.idl
490 html/HTMLTrackElement.idl
491 html/HTMLUListElement.idl
492 html/HTMLUnknownElement.idl
493 html/HTMLVideoElement.idl
495 html/MediaController.idl
497 html/RadioNodeList.idl
500 html/ValidityState.idl
501 html/VoidCallback.idl
503 html/canvas/CanvasGradient.idl
504 html/canvas/CanvasPattern.idl
505 html/canvas/CanvasProxy.idl
506 html/canvas/CanvasRenderingContext2D.idl
507 html/canvas/CanvasRenderingContext.idl
508 html/canvas/DOMPath.idl
509 html/canvas/EXTDrawBuffers.idl
510 html/canvas/EXTTextureFilterAnisotropic.idl
511 html/canvas/OESStandardDerivatives.idl
512 html/canvas/OESTextureFloat.idl
513 html/canvas/OESTextureHalfFloat.idl
514 html/canvas/OESVertexArrayObject.idl
515 html/canvas/OESElementIndexUint.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 html/shadow/HTMLContentElement.idl
539 inspector/InjectedScriptHost.idl
540 inspector/InspectorFrontendHost.idl
541 inspector/JavaScriptCallFrame.idl
542 inspector/ScriptProfile.idl
543 inspector/ScriptProfileNode.idl
545 loader/appcache/DOMApplicationCache.idl
550 page/DOMSecurityPolicy.idl
551 page/DOMSelection.idl
558 page/PerformanceEntry.idl
559 page/PerformanceEntryList.idl
560 page/PerformanceNavigation.idl
561 page/PerformanceResourceTiming.idl
562 page/PerformanceTiming.idl
564 page/SpeechInputEvent.idl
565 page/SpeechInputResult.idl
566 page/SpeechInputResultList.idl
568 page/WindowBase64.idl
569 page/WindowTimers.idl
570 page/WorkerNavigator.idl
572 plugins/DOMMimeType.idl
573 plugins/DOMMimeTypeArray.idl
574 plugins/DOMPlugin.idl
575 plugins/DOMPluginArray.idl
578 storage/StorageEvent.idl
580 workers/AbstractWorker.idl
581 workers/DedicatedWorkerGlobalScope.idl
582 workers/SharedWorker.idl
583 workers/SharedWorkerGlobalScope.idl
585 workers/WorkerGlobalScope.idl
586 workers/WorkerLocation.idl
589 xml/XMLHttpRequest.idl
590 xml/XMLHttpRequestException.idl
591 xml/XMLHttpRequestProgressEvent.idl
592 xml/XMLHttpRequestUpload.idl
593 xml/XMLSerializer.idl
594 xml/XPathEvaluator.idl
595 xml/XPathException.idl
596 xml/XPathExpression.idl
597 xml/XPathNSResolver.idl
599 xml/XSLTProcessor.idl
602 # FIXME: The BlackBerry port doesn't support generating DOM bindings from the SVG IDL files.
603 # For now, we explicitly demarcate the SVG IDL files so that the BlackBerry port can skip them
604 # during DOM binding generation. See <https://bugs.webkit.org/show_bug.cgi?id=72773>.
605 set(WebCore_SVG_IDL_FILES
607 svg/SVGAltGlyphDefElement.idl
608 svg/SVGAltGlyphElement.idl
609 svg/SVGAltGlyphItemElement.idl
611 svg/SVGAnimateColorElement.idl
612 svg/SVGAnimateMotionElement.idl
613 svg/SVGAnimateElement.idl
614 svg/SVGAnimateTransformElement.idl
615 svg/SVGAnimatedAngle.idl
616 svg/SVGAnimatedBoolean.idl
617 svg/SVGAnimatedEnumeration.idl
618 svg/SVGAnimatedInteger.idl
619 svg/SVGAnimatedLength.idl
620 svg/SVGAnimatedLengthList.idl
621 svg/SVGAnimatedNumber.idl
622 svg/SVGAnimatedNumberList.idl
623 svg/SVGAnimatedPreserveAspectRatio.idl
624 svg/SVGAnimatedRect.idl
625 svg/SVGAnimatedString.idl
626 svg/SVGAnimatedTransformList.idl
627 svg/SVGAnimationElement.idl
628 svg/SVGCircleElement.idl
629 svg/SVGClipPathElement.idl
631 svg/SVGComponentTransferFunctionElement.idl
632 svg/SVGCursorElement.idl
633 svg/SVGDefsElement.idl
634 svg/SVGDescElement.idl
637 svg/SVGElementInstance.idl
638 svg/SVGElementInstanceList.idl
639 svg/SVGEllipseElement.idl
641 svg/SVGExternalResourcesRequired.idl
642 svg/SVGFEBlendElement.idl
643 svg/SVGFEColorMatrixElement.idl
644 svg/SVGFEComponentTransferElement.idl
645 svg/SVGFECompositeElement.idl
646 svg/SVGFEConvolveMatrixElement.idl
647 svg/SVGFEDiffuseLightingElement.idl
648 svg/SVGFEDisplacementMapElement.idl
649 svg/SVGFEDistantLightElement.idl
650 svg/SVGFEDropShadowElement.idl
651 svg/SVGFEFloodElement.idl
652 svg/SVGFEFuncAElement.idl
653 svg/SVGFEFuncBElement.idl
654 svg/SVGFEFuncGElement.idl
655 svg/SVGFEFuncRElement.idl
656 svg/SVGFEGaussianBlurElement.idl
657 svg/SVGFEImageElement.idl
658 svg/SVGFEMergeElement.idl
659 svg/SVGFEMergeNodeElement.idl
660 svg/SVGFEMorphologyElement.idl
661 svg/SVGFEOffsetElement.idl
662 svg/SVGFEPointLightElement.idl
663 svg/SVGFESpecularLightingElement.idl
664 svg/SVGFESpotLightElement.idl
665 svg/SVGFETileElement.idl
666 svg/SVGFETurbulenceElement.idl
667 svg/SVGFilterElement.idl
668 svg/SVGFilterPrimitiveStandardAttributes.idl
669 svg/SVGFitToViewBox.idl
670 svg/SVGFontElement.idl
671 svg/SVGFontFaceElement.idl
672 svg/SVGFontFaceFormatElement.idl
673 svg/SVGFontFaceNameElement.idl
674 svg/SVGFontFaceSrcElement.idl
675 svg/SVGFontFaceUriElement.idl
676 svg/SVGForeignObjectElement.idl
678 svg/SVGGlyphElement.idl
679 svg/SVGGlyphRefElement.idl
680 svg/SVGGradientElement.idl
681 svg/SVGGraphicsElement.idl
682 svg/SVGHKernElement.idl
683 svg/SVGImageElement.idl
685 svg/SVGLengthList.idl
686 svg/SVGLineElement.idl
687 svg/SVGLinearGradientElement.idl
688 svg/SVGMarkerElement.idl
689 svg/SVGMaskElement.idl
691 svg/SVGMetadataElement.idl
692 svg/SVGMissingGlyphElement.idl
693 svg/SVGMPathElement.idl
695 svg/SVGNumberList.idl
697 svg/SVGPathElement.idl
699 svg/SVGPathSegArcAbs.idl
700 svg/SVGPathSegArcRel.idl
701 svg/SVGPathSegClosePath.idl
702 svg/SVGPathSegCurvetoCubicAbs.idl
703 svg/SVGPathSegCurvetoCubicRel.idl
704 svg/SVGPathSegCurvetoCubicSmoothAbs.idl
705 svg/SVGPathSegCurvetoCubicSmoothRel.idl
706 svg/SVGPathSegCurvetoQuadraticAbs.idl
707 svg/SVGPathSegCurvetoQuadraticRel.idl
708 svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl
709 svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
710 svg/SVGPathSegLinetoAbs.idl
711 svg/SVGPathSegLinetoHorizontalAbs.idl
712 svg/SVGPathSegLinetoHorizontalRel.idl
713 svg/SVGPathSegLinetoRel.idl
714 svg/SVGPathSegLinetoVerticalAbs.idl
715 svg/SVGPathSegLinetoVerticalRel.idl
716 svg/SVGPathSegList.idl
717 svg/SVGPathSegMovetoAbs.idl
718 svg/SVGPathSegMovetoRel.idl
719 svg/SVGPatternElement.idl
722 svg/SVGPolygonElement.idl
723 svg/SVGPolylineElement.idl
724 svg/SVGPreserveAspectRatio.idl
725 svg/SVGRadialGradientElement.idl
727 svg/SVGRectElement.idl
728 svg/SVGRenderingIntent.idl
729 svg/SVGSVGElement.idl
730 svg/SVGScriptElement.idl
731 svg/SVGSetElement.idl
732 svg/SVGStopElement.idl
733 svg/SVGStringList.idl
734 svg/SVGStyleElement.idl
735 svg/SVGSwitchElement.idl
736 svg/SVGSymbolElement.idl
737 svg/SVGTRefElement.idl
738 svg/SVGTSpanElement.idl
740 svg/SVGTextContentElement.idl
741 svg/SVGTextElement.idl
742 svg/SVGTextPathElement.idl
743 svg/SVGTextPositioningElement.idl
744 svg/SVGTitleElement.idl
746 svg/SVGTransformList.idl
747 svg/SVGURIReference.idl
749 svg/SVGUseElement.idl
750 svg/SVGViewElement.idl
752 svg/SVGVKernElement.idl
753 svg/SVGZoomAndPan.idl
757 list(APPEND WebCore_IDL_FILES
758 ${WebCore_SVG_IDL_FILES}
762 Modules/battery/BatteryController.cpp
763 Modules/battery/BatteryManager.cpp
764 Modules/battery/BatteryStatus.cpp
765 Modules/battery/NavigatorBattery.cpp
767 Modules/filesystem/DOMFilePath.cpp
768 Modules/filesystem/DOMFileSystem.cpp
769 Modules/filesystem/DOMFileSystemBase.cpp
770 Modules/filesystem/DOMFileSystemSync.cpp
771 Modules/filesystem/DOMWindowFileSystem.cpp
772 Modules/filesystem/DirectoryEntry.cpp
773 Modules/filesystem/DirectoryEntrySync.cpp
774 Modules/filesystem/DirectoryReader.cpp
775 Modules/filesystem/DirectoryReaderSync.cpp
776 Modules/filesystem/Entry.cpp
777 Modules/filesystem/EntryArray.cpp
778 Modules/filesystem/EntryArraySync.cpp
779 Modules/filesystem/EntryBase.cpp
780 Modules/filesystem/EntrySync.cpp
781 Modules/filesystem/FileEntry.cpp
782 Modules/filesystem/FileEntrySync.cpp
783 Modules/filesystem/FileSystemCallbacks.cpp
784 Modules/filesystem/FileWriter.cpp
785 Modules/filesystem/FileWriterBase.cpp
786 Modules/filesystem/FileWriterSync.cpp
787 Modules/filesystem/HTMLInputElementFileSystem.cpp
788 Modules/filesystem/LocalFileSystem.cpp
789 Modules/filesystem/WorkerGlobalScopeFileSystem.cpp
791 Modules/gamepad/Gamepad.cpp
792 Modules/gamepad/GamepadList.cpp
793 Modules/gamepad/NavigatorGamepad.cpp
795 Modules/geolocation/Coordinates.cpp
796 Modules/geolocation/Geolocation.cpp
797 Modules/geolocation/GeolocationController.cpp
798 Modules/geolocation/NavigatorGeolocation.cpp
800 Modules/indexeddb/DOMWindowIndexedDatabase.cpp
801 Modules/indexeddb/IDBAny.cpp
802 Modules/indexeddb/IDBCursor.cpp
803 Modules/indexeddb/IDBCursorBackendImpl.cpp
804 Modules/indexeddb/IDBCursorWithValue.cpp
805 Modules/indexeddb/IDBDatabase.cpp
806 Modules/indexeddb/IDBDatabaseBackendImpl.cpp
807 Modules/indexeddb/IDBDatabaseCallbacksImpl.cpp
808 Modules/indexeddb/IDBDatabaseException.cpp
809 Modules/indexeddb/IDBEventDispatcher.cpp
810 Modules/indexeddb/IDBFactory.cpp
811 Modules/indexeddb/IDBFactoryBackendImpl.cpp
812 Modules/indexeddb/IDBFactoryBackendInterface.cpp
813 Modules/indexeddb/IDBIndex.cpp
814 Modules/indexeddb/IDBKey.cpp
815 Modules/indexeddb/IDBKeyRange.cpp
816 Modules/indexeddb/IDBKeyPath.cpp
817 Modules/indexeddb/IDBBackingStore.cpp
818 Modules/indexeddb/IDBLevelDBCoding.cpp
819 Modules/indexeddb/IDBObjectStore.cpp
820 Modules/indexeddb/IDBObjectStoreBackendImpl.cpp
821 Modules/indexeddb/IDBOpenDBRequest.cpp
822 Modules/indexeddb/IDBPendingTransactionMonitor.cpp
823 Modules/indexeddb/IDBRequest.cpp
824 Modules/indexeddb/IDBTransaction.cpp
825 Modules/indexeddb/IDBTransactionBackendImpl.cpp
826 Modules/indexeddb/IDBTransactionCoordinator.cpp
827 Modules/indexeddb/IDBVersionChangeEvent.cpp
828 Modules/indexeddb/PageGroupIndexedDatabase.cpp
829 Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
831 Modules/mediasource/MediaSource.cpp
832 Modules/mediasource/MediaSourceRegistry.cpp
833 Modules/mediasource/SourceBuffer.cpp
834 Modules/mediasource/SourceBufferList.cpp
836 Modules/mediastream/LocalMediaStream.cpp
837 Modules/mediastream/MediaConstraintsImpl.cpp
838 Modules/mediastream/MediaStream.cpp
839 Modules/mediastream/MediaStreamComponent.cpp
840 Modules/mediastream/MediaStreamDescriptor.cpp
841 Modules/mediastream/MediaStreamEvent.cpp
842 Modules/mediastream/MediaStreamRegistry.cpp
843 Modules/mediastream/MediaStreamTrack.cpp
844 Modules/mediastream/MediaStreamTrackEvent.cpp
845 Modules/mediastream/NavigatorMediaStream.cpp
846 Modules/mediastream/RTCDTMFSender.cpp
847 Modules/mediastream/RTCDTMFToneChangeEvent.cpp
848 Modules/mediastream/RTCDataChannel.cpp
849 Modules/mediastream/RTCDataChannelEvent.cpp
850 Modules/mediastream/RTCIceCandidate.cpp
851 Modules/mediastream/RTCIceCandidateEvent.cpp
852 Modules/mediastream/RTCPeerConnection.cpp
853 Modules/mediastream/RTCSessionDescription.cpp
854 Modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
855 Modules/mediastream/RTCStatsReport.cpp
856 Modules/mediastream/RTCStatsRequestImpl.cpp
857 Modules/mediastream/RTCStatsResponse.cpp
858 Modules/mediastream/RTCVoidRequestImpl.cpp
859 Modules/mediastream/UserMediaController.cpp
860 Modules/mediastream/UserMediaRequest.cpp
862 Modules/navigatorcontentutils/NavigatorContentUtils.cpp
864 Modules/networkinfo/NavigatorNetworkInfoConnection.cpp
865 Modules/networkinfo/NetworkInfo.cpp
866 Modules/networkinfo/NetworkInfoConnection.cpp
867 Modules/networkinfo/NetworkInfoController.cpp
869 Modules/notifications/DOMWindowNotifications.cpp
870 Modules/notifications/NotificationCenter.cpp
871 Modules/notifications/NotificationController.cpp
872 Modules/notifications/Notification.cpp
873 Modules/notifications/WorkerGlobalScopeNotifications.cpp
875 Modules/proximity/DeviceProximityController.cpp
876 Modules/proximity/DeviceProximityEvent.cpp
878 Modules/vibration/NavigatorVibration.cpp
879 Modules/vibration/Vibration.cpp
881 Modules/webaudio/AsyncAudioDecoder.cpp
882 Modules/webaudio/AudioBasicInspectorNode.cpp
883 Modules/webaudio/AudioBasicProcessorNode.cpp
884 Modules/webaudio/AudioBuffer.cpp
885 Modules/webaudio/AudioBufferSourceNode.cpp
886 Modules/webaudio/ChannelMergerNode.cpp
887 Modules/webaudio/ChannelSplitterNode.cpp
888 Modules/webaudio/AudioContext.cpp
889 Modules/webaudio/AudioDestinationNode.cpp
890 Modules/webaudio/GainNode.cpp
891 Modules/webaudio/AudioListener.cpp
892 Modules/webaudio/AudioNode.cpp
893 Modules/webaudio/AudioNodeInput.cpp
894 Modules/webaudio/AudioNodeOutput.cpp
895 Modules/webaudio/PannerNode.cpp
896 Modules/webaudio/AudioParam.cpp
897 Modules/webaudio/AudioParamTimeline.cpp
898 Modules/webaudio/AudioProcessingEvent.cpp
899 Modules/webaudio/AudioScheduledSourceNode.cpp
900 Modules/webaudio/AudioSummingJunction.cpp
901 Modules/webaudio/BiquadDSPKernel.cpp
902 Modules/webaudio/BiquadFilterNode.cpp
903 Modules/webaudio/BiquadProcessor.cpp
904 Modules/webaudio/ConvolverNode.cpp
905 Modules/webaudio/DefaultAudioDestinationNode.cpp
906 Modules/webaudio/DelayDSPKernel.cpp
907 Modules/webaudio/DelayNode.cpp
908 Modules/webaudio/DelayProcessor.cpp
909 Modules/webaudio/DynamicsCompressorNode.cpp
910 Modules/webaudio/ScriptProcessorNode.cpp
911 Modules/webaudio/MediaElementAudioSourceNode.cpp
912 Modules/webaudio/MediaStreamAudioSourceNode.cpp
913 Modules/webaudio/MediaStreamAudioDestinationNode.cpp
914 Modules/webaudio/OfflineAudioContext.cpp
915 Modules/webaudio/OfflineAudioCompletionEvent.cpp
916 Modules/webaudio/OfflineAudioDestinationNode.cpp
917 Modules/webaudio/OscillatorNode.cpp
918 Modules/webaudio/RealtimeAnalyser.cpp
919 Modules/webaudio/AnalyserNode.cpp
920 Modules/webaudio/WaveShaperDSPKernel.cpp
921 Modules/webaudio/WaveShaperNode.cpp
922 Modules/webaudio/WaveShaperProcessor.cpp
923 Modules/webaudio/PeriodicWave.cpp
925 Modules/webdatabase/ChangeVersionWrapper.cpp
926 Modules/webdatabase/DOMWindowWebDatabase.cpp
927 Modules/webdatabase/Database.cpp
928 Modules/webdatabase/DatabaseAuthorizer.cpp
929 Modules/webdatabase/DatabaseBackend.cpp
930 Modules/webdatabase/DatabaseBackendBase.cpp
931 Modules/webdatabase/DatabaseBackendContext.cpp
932 Modules/webdatabase/DatabaseBackendSync.cpp
933 Modules/webdatabase/DatabaseBase.cpp
934 Modules/webdatabase/DatabaseContext.cpp
935 Modules/webdatabase/DatabaseManager.cpp
936 Modules/webdatabase/DatabaseServer.cpp
937 Modules/webdatabase/DatabaseSync.cpp
938 Modules/webdatabase/DatabaseTask.cpp
939 Modules/webdatabase/DatabaseThread.cpp
940 Modules/webdatabase/DatabaseTracker.cpp
941 Modules/webdatabase/OriginLock.cpp
942 Modules/webdatabase/SQLException.cpp
943 Modules/webdatabase/SQLResultSet.cpp
944 Modules/webdatabase/SQLResultSetRowList.cpp
945 Modules/webdatabase/SQLStatement.cpp
946 Modules/webdatabase/SQLStatementBackend.cpp
947 Modules/webdatabase/SQLStatementSync.cpp
948 Modules/webdatabase/SQLTransaction.cpp
949 Modules/webdatabase/SQLTransactionBackend.cpp
950 Modules/webdatabase/SQLTransactionBackendSync.cpp
951 Modules/webdatabase/SQLTransactionClient.cpp
952 Modules/webdatabase/SQLTransactionCoordinator.cpp
953 Modules/webdatabase/SQLTransactionStateMachine.cpp
954 Modules/webdatabase/SQLTransactionSync.cpp
956 Modules/websockets/ThreadableWebSocketChannel.cpp
957 Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
958 Modules/websockets/WebSocket.cpp
959 Modules/websockets/WebSocketChannel.cpp
960 Modules/websockets/WebSocketDeflater.cpp
961 Modules/websockets/WebSocketDeflateFramer.cpp
962 Modules/websockets/WebSocketExtensionDispatcher.cpp
963 Modules/websockets/WebSocketExtensionParser.cpp
964 Modules/websockets/WebSocketFrame.cpp
965 Modules/websockets/WebSocketHandshake.cpp
966 Modules/websockets/WorkerThreadableWebSocketChannel.cpp
968 accessibility/AXObjectCache.cpp
969 accessibility/AccessibilityARIAGrid.cpp
970 accessibility/AccessibilityARIAGridCell.cpp
971 accessibility/AccessibilityARIAGridRow.cpp
972 accessibility/AccessibilityImageMapLink.cpp
973 accessibility/AccessibilityList.cpp
974 accessibility/AccessibilityListBox.cpp
975 accessibility/AccessibilityListBoxOption.cpp
976 accessibility/AccessibilityMediaControls.cpp
977 accessibility/AccessibilityMenuList.cpp
978 accessibility/AccessibilityMenuListOption.cpp
979 accessibility/AccessibilityMenuListPopup.cpp
980 accessibility/AccessibilityMockObject.cpp
981 accessibility/AccessibilityNodeObject.cpp
982 accessibility/AccessibilityObject.cpp
983 accessibility/AccessibilityProgressIndicator.cpp
984 accessibility/AccessibilityRenderObject.cpp
985 accessibility/AccessibilityScrollbar.cpp
986 accessibility/AccessibilityScrollView.cpp
987 accessibility/AccessibilitySearchFieldButtons.cpp
988 accessibility/AccessibilitySpinButton.cpp
989 accessibility/AccessibilitySlider.cpp
990 accessibility/AccessibilitySVGRoot.cpp
991 accessibility/AccessibilityTable.cpp
992 accessibility/AccessibilityTableCell.cpp
993 accessibility/AccessibilityTableColumn.cpp
994 accessibility/AccessibilityTableHeaderContainer.cpp
995 accessibility/AccessibilityTableRow.cpp
997 bindings/ScriptControllerBase.cpp
999 bindings/generic/ActiveDOMCallback.cpp
1000 bindings/generic/BindingSecurity.cpp
1001 bindings/generic/RuntimeEnabledFeatures.cpp
1003 css/BasicShapeFunctions.cpp
1004 css/CSSAspectRatioValue.cpp
1005 css/CSSBasicShapes.cpp
1006 css/CSSBorderImage.cpp
1007 css/CSSBorderImageSliceValue.cpp
1008 css/CSSCalculationValue.cpp
1009 css/CSSCanvasValue.cpp
1010 css/CSSCharsetRule.cpp
1011 css/CSSComputedStyleDeclaration.cpp
1012 css/CSSCrossfadeValue.cpp
1013 css/CSSCursorImageValue.cpp
1014 css/CSSDefaultStyleSheets.cpp
1015 css/CSSFilterImageValue.cpp
1017 css/CSSFontFaceLoadEvent.cpp
1018 css/CSSFontFaceRule.cpp
1019 css/CSSFontFaceSource.cpp
1020 css/CSSFontFaceSrcValue.cpp
1021 css/CSSFontSelector.cpp
1022 css/CSSFunctionValue.cpp
1023 css/CSSGradientValue.cpp
1024 css/CSSGroupingRule.cpp
1026 css/CSSImageGeneratorValue.cpp
1027 css/CSSImageSetValue.cpp
1028 css/CSSImageValue.cpp
1029 css/CSSImportRule.cpp
1030 css/CSSInheritedValue.cpp
1031 css/CSSInitialValue.cpp
1032 css/CSSLineBoxContainValue.cpp
1033 css/CSSMediaRule.cpp
1037 css/CSSParserValues.cpp
1038 css/CSSPrimitiveValue.cpp
1040 css/CSSPropertySourceData.cpp
1041 css/CSSReflectValue.cpp
1044 css/CSSSegmentedFontFace.cpp
1046 css/CSSSelectorList.cpp
1047 css/CSSStyleRule.cpp
1048 css/CSSStyleSheet.cpp
1049 css/CSSSupportsRule.cpp
1050 css/CSSTimingFunctionValue.cpp
1051 css/CSSToStyleMap.cpp
1052 css/CSSUnicodeRangeValue.cpp
1054 css/CSSValueList.cpp
1055 css/CSSValuePool.cpp
1056 css/DOMWindowCSS.cpp
1057 css/DeprecatedStyleBuilder.cpp
1058 css/DocumentRuleSets.cpp
1059 css/ElementRuleCollector.cpp
1060 css/FontFeatureValue.cpp
1063 css/InspectorCSSOMWrappers.cpp
1064 css/LengthFunctions.cpp
1065 css/MediaFeatureNames.cpp
1068 css/MediaQueryEvaluator.cpp
1069 css/MediaQueryExp.cpp
1070 css/MediaQueryList.cpp
1071 css/MediaQueryMatcher.cpp
1072 css/PageRuleCollector.cpp
1073 css/PropertySetCSSStyleDeclaration.cpp
1079 css/SelectorChecker.cpp
1080 css/SelectorCheckerFastPath.cpp
1081 css/SelectorFilter.cpp
1083 css/StyleInvalidationAnalysis.cpp
1085 css/StylePropertySet.cpp
1086 css/StylePropertyShorthand.cpp
1087 css/StyleResolver.cpp
1089 css/StyleRuleImport.cpp
1090 css/StyleScopeResolver.cpp
1092 css/StyleSheetContents.cpp
1093 css/StyleSheetList.cpp
1094 css/SVGCSSComputedStyleDeclaration.cpp
1095 css/SVGCSSParser.cpp
1096 css/SVGCSSStyleSelector.cpp
1097 css/TransformFunctions.cpp
1098 css/ViewportStyleResolver.cpp
1099 css/WebKitCSSArrayFunctionValue.cpp
1100 css/WebKitCSSFilterRule.cpp
1101 css/WebKitCSSFilterValue.cpp
1102 css/WebKitCSSKeyframeRule.cpp
1103 css/WebKitCSSKeyframesRule.cpp
1104 css/WebKitCSSMatrix.cpp
1105 css/WebKitCSSMatFunctionValue.cpp
1106 css/WebKitCSSMixFunctionValue.cpp
1107 css/WebKitCSSRegionRule.cpp
1108 css/WebKitCSSSVGDocumentValue.cpp
1109 css/WebKitCSSShaderValue.cpp
1110 css/WebKitCSSTransformValue.cpp
1111 css/WebKitCSSViewportRule.cpp
1113 dom/ActiveDOMObject.cpp
1115 dom/BeforeTextInsertedEvent.cpp
1116 dom/BeforeUnloadEvent.cpp
1117 dom/CDATASection.cpp
1118 dom/CharacterData.cpp
1119 dom/CheckedRadioButtons.cpp
1120 dom/ChildListMutationScope.cpp
1121 dom/ChildNodeList.cpp
1122 dom/ClassNodeList.cpp
1124 dom/ClientRectList.cpp
1126 dom/ClipboardEvent.cpp
1128 dom/CompositionEvent.cpp
1129 dom/ContainerNode.cpp
1130 dom/ContainerNodeAlgorithms.cpp
1131 dom/ContextDestructionObserver.cpp
1132 dom/ContextFeatures.cpp
1134 dom/DatasetDOMStringMap.cpp
1135 dom/DataTransferItem.cpp
1136 dom/DecodedDataDocumentParser.cpp
1137 dom/DeviceMotionController.cpp
1138 dom/DeviceMotionData.cpp
1139 dom/DeviceMotionEvent.cpp
1140 dom/DeviceOrientationController.cpp
1141 dom/DeviceOrientationData.cpp
1142 dom/DeviceOrientationEvent.cpp
1143 dom/DOMCoreException.cpp
1145 dom/DOMImplementation.cpp
1146 dom/DOMNamedFlowCollection.cpp
1147 dom/DOMStringList.cpp
1148 dom/DOMStringMap.cpp
1150 dom/DocumentMarkerController.cpp
1151 dom/DocumentMarker.cpp
1152 dom/DocumentEventQueue.cpp
1153 dom/DocumentFragment.cpp
1154 dom/DocumentParser.cpp
1155 dom/DocumentOrderedMap.cpp
1156 dom/DocumentSharedObjectPool.cpp
1157 dom/DocumentStyleSheetCollection.cpp
1158 dom/DocumentType.cpp
1161 dom/ElementRareData.cpp
1162 dom/EntityReference.cpp
1165 dom/EventContext.cpp
1166 dom/EventDispatchMediator.cpp
1167 dom/EventDispatcher.cpp
1168 dom/EventException.cpp
1169 dom/EventListenerMap.cpp
1171 dom/EventPathWalker.cpp
1172 dom/EventRetargeter.cpp
1174 dom/ExceptionBase.cpp
1175 dom/ExceptionCodePlaceholder.cpp
1177 dom/GenericEventQueue.cpp
1178 dom/GestureEvent.cpp
1180 dom/IdTargetObserver.cpp
1181 dom/IdTargetObserverRegistry.cpp
1182 dom/InlineStyleSheetOwner.cpp
1183 dom/LiveNodeList.cpp
1184 dom/KeyboardEvent.cpp
1185 dom/MessageChannel.cpp
1186 dom/MessageEvent.cpp
1187 dom/MessagePortChannel.cpp
1190 dom/MouseRelatedEvent.cpp
1191 dom/MutationEvent.cpp
1192 dom/MutationObserver.cpp
1193 dom/MutationObserverInterestGroup.cpp
1194 dom/MutationObserverRegistration.cpp
1195 dom/MutationRecord.cpp
1196 dom/NamedFlowCollection.cpp
1197 dom/NamedNodeMap.cpp
1198 dom/NameNodeList.cpp
1200 dom/NodeFilterCondition.cpp
1202 dom/NodeIterator.cpp
1203 dom/NodeRareData.cpp
1204 dom/NodeRenderingTraversal.cpp
1205 dom/NodeTraversal.cpp
1207 dom/OverflowEvent.cpp
1208 dom/PageTransitionEvent.cpp
1209 dom/PendingScript.cpp
1210 dom/PopStateEvent.cpp
1212 dom/PositionIterator.cpp
1213 dom/ProcessingInstruction.cpp
1214 dom/ProgressEvent.cpp
1215 dom/PseudoElement.cpp
1216 dom/QualifiedName.cpp
1218 dom/RangeException.cpp
1219 dom/RegisteredEventListener.cpp
1220 dom/ScopedEventQueue.cpp
1221 dom/ScriptedAnimationController.cpp
1222 dom/ScriptableDocumentParser.cpp
1223 dom/ScriptElement.cpp
1224 dom/ScriptExecutionContext.cpp
1225 dom/ScriptRunner.cpp
1226 dom/SecurityContext.cpp
1227 dom/SelectorQuery.cpp
1229 dom/SpaceSplitString.cpp
1230 dom/StaticNodeList.cpp
1231 dom/StringCallback.cpp
1232 dom/StyledElement.cpp
1236 dom/TextNodeTraversal.cpp
1240 dom/TransformSourceLibxslt.cpp
1241 dom/TransitionEvent.cpp
1244 dom/TreeScopeAdopter.cpp
1247 dom/UIEventWithKeyState.cpp
1248 dom/UserActionElementSet.cpp
1249 dom/UserGestureIndicator.cpp
1250 dom/UserTypingGestureIndicator.cpp
1251 dom/ViewportArguments.cpp
1252 dom/VisitedLinkState.cpp
1253 dom/WebKitAnimationEvent.cpp
1254 dom/WebKitNamedFlow.cpp
1255 dom/WebKitTransitionEvent.cpp
1257 dom/WindowEventContext.cpp
1259 dom/default/PlatformMessagePortChannel.cpp
1261 editing/AlternativeTextController.cpp
1262 editing/AppendNodeCommand.cpp
1263 editing/ApplyBlockElementCommand.cpp
1264 editing/ApplyStyleCommand.cpp
1265 editing/BreakBlockquoteCommand.cpp
1266 editing/CompositeEditCommand.cpp
1267 editing/CreateLinkCommand.cpp
1268 editing/DeleteButton.cpp
1269 editing/DeleteButtonController.cpp
1270 editing/DeleteFromTextNodeCommand.cpp
1271 editing/DeleteSelectionCommand.cpp
1272 editing/DictationAlternative.cpp
1273 editing/DictationCommand.cpp
1274 editing/EditCommand.cpp
1275 editing/EditingStyle.cpp
1277 editing/EditorCommand.cpp
1278 editing/FormatBlockCommand.cpp
1279 editing/FrameSelection.cpp
1280 editing/HTMLInterchange.cpp
1281 editing/IndentOutdentCommand.cpp
1282 editing/InsertIntoTextNodeCommand.cpp
1283 editing/InsertLineBreakCommand.cpp
1284 editing/InsertListCommand.cpp
1285 editing/InsertNodeBeforeCommand.cpp
1286 editing/InsertParagraphSeparatorCommand.cpp
1287 editing/InsertTextCommand.cpp
1288 editing/MarkupAccumulator.cpp
1289 editing/MergeIdenticalElementsCommand.cpp
1290 editing/ModifySelectionListLevel.cpp
1291 editing/MoveSelectionCommand.cpp
1292 editing/RemoveCSSPropertyCommand.cpp
1293 editing/RemoveFormatCommand.cpp
1294 editing/RemoveNodeCommand.cpp
1295 editing/RemoveNodePreservingChildrenCommand.cpp
1296 editing/RenderedPosition.cpp
1297 editing/ReplaceNodeWithSpanCommand.cpp
1298 editing/ReplaceSelectionCommand.cpp
1299 editing/SetNodeAttributeCommand.cpp
1300 editing/SetSelectionCommand.cpp
1301 editing/SimplifyMarkupCommand.cpp
1302 editing/SmartReplace.cpp
1303 editing/SpellChecker.cpp
1304 editing/SpellingCorrectionCommand.cpp
1305 editing/SplitElementCommand.cpp
1306 editing/SplitTextNodeCommand.cpp
1307 editing/SplitTextNodeContainingElementCommand.cpp
1308 editing/TextCheckingHelper.cpp
1309 editing/TextInsertionBaseCommand.cpp
1310 editing/TextIterator.cpp
1311 editing/TypingCommand.cpp
1312 editing/UnlinkCommand.cpp
1313 editing/VisiblePosition.cpp
1314 editing/VisibleSelection.cpp
1315 editing/VisibleUnits.cpp
1316 editing/WrapContentsInDummySpanCommand.cpp
1317 editing/htmlediting.cpp
1320 fileapi/AsyncFileStream.cpp
1324 fileapi/FileException.cpp
1325 fileapi/FileList.cpp
1326 fileapi/FileReader.cpp
1327 fileapi/FileReaderLoader.cpp
1328 fileapi/FileReaderSync.cpp
1329 fileapi/FileThread.cpp
1330 fileapi/ThreadableBlobRegistry.cpp
1331 fileapi/WebKitBlobBuilder.cpp
1333 history/BackForwardController.cpp
1334 history/BackForwardListImpl.cpp
1335 history/CachedFrame.cpp
1336 history/CachedPage.cpp
1337 history/HistoryItem.cpp
1338 history/PageCache.cpp
1340 html/BaseButtonInputType.cpp
1341 html/BaseCheckableInputType.cpp
1342 html/BaseChooserOnlyDateAndTimeInputType.cpp
1343 html/BaseClickableWithKeyInputType.cpp
1344 html/BaseDateAndTimeInputType.cpp
1345 html/BaseTextInputType.cpp
1346 html/ButtonInputType.cpp
1347 html/CheckboxInputType.cpp
1349 html/ColorInputType.cpp
1350 html/DOMFormData.cpp
1351 html/DOMSettableTokenList.cpp
1352 html/DOMTokenList.cpp
1354 html/DateInputType.cpp
1355 html/DateTimeInputType.cpp
1356 html/DateTimeLocalInputType.cpp
1357 html/EmailInputType.cpp
1358 html/FTPDirectoryDocument.cpp
1359 html/FileInputType.cpp
1360 html/FormAssociatedElement.cpp
1361 html/FormController.cpp
1362 html/FormDataList.cpp
1363 html/HTMLAllCollection.cpp
1364 html/HTMLAnchorElement.cpp
1365 html/HTMLAppletElement.cpp
1366 html/HTMLAreaElement.cpp
1367 html/HTMLAudioElement.cpp
1368 html/HTMLBRElement.cpp
1369 html/HTMLBaseElement.cpp
1370 html/HTMLBaseFontElement.cpp
1371 html/HTMLBodyElement.cpp
1372 html/HTMLButtonElement.cpp
1373 html/HTMLCanvasElement.cpp
1374 html/HTMLCollection.cpp
1375 html/HTMLDListElement.cpp
1376 html/HTMLDataListElement.cpp
1377 html/HTMLDetailsElement.cpp
1378 html/HTMLDirectoryElement.cpp
1379 html/HTMLDivElement.cpp
1380 html/HTMLDocument.cpp
1381 html/HTMLElement.cpp
1382 html/HTMLEmbedElement.cpp
1383 html/HTMLFieldSetElement.cpp
1384 html/HTMLFontElement.cpp
1385 html/HTMLFormControlsCollection.cpp
1386 html/HTMLFormControlElement.cpp
1387 html/HTMLFormControlElementWithState.cpp
1388 html/HTMLFormElement.cpp
1389 html/HTMLFrameElement.cpp
1390 html/HTMLFrameElementBase.cpp
1391 html/HTMLFrameOwnerElement.cpp
1392 html/HTMLFrameSetElement.cpp
1393 html/HTMLHRElement.cpp
1394 html/HTMLHeadElement.cpp
1395 html/HTMLHeadingElement.cpp
1396 html/HTMLHtmlElement.cpp
1397 html/HTMLIFrameElement.cpp
1398 html/HTMLImageElement.cpp
1399 html/HTMLImageLoader.cpp
1400 html/HTMLInputElement.cpp
1401 html/HTMLKeygenElement.cpp
1402 html/HTMLLIElement.cpp
1403 html/HTMLLabelElement.cpp
1404 html/HTMLLegendElement.cpp
1405 html/HTMLLinkElement.cpp
1406 html/HTMLMapElement.cpp
1407 html/HTMLMarqueeElement.cpp
1408 html/HTMLMediaElement.cpp
1409 html/HTMLMenuElement.cpp
1410 html/HTMLMetaElement.cpp
1411 html/HTMLMeterElement.cpp
1412 html/HTMLModElement.cpp
1413 html/HTMLNameCollection.cpp
1414 html/HTMLOListElement.cpp
1415 html/HTMLObjectElement.cpp
1416 html/HTMLOptGroupElement.cpp
1417 html/HTMLOptionElement.cpp
1418 html/HTMLOptionsCollection.cpp
1419 html/HTMLOutputElement.cpp
1420 html/HTMLParagraphElement.cpp
1421 html/HTMLParamElement.cpp
1422 html/HTMLParserErrorCodes.cpp
1423 html/HTMLPlugInElement.cpp
1424 html/HTMLPlugInImageElement.cpp
1425 html/HTMLPreElement.cpp
1426 html/HTMLProgressElement.cpp
1427 html/HTMLQuoteElement.cpp
1428 html/HTMLScriptElement.cpp
1429 html/HTMLSelectElement.cpp
1430 html/HTMLSourceElement.cpp
1431 html/HTMLSpanElement.cpp
1432 html/HTMLStyleElement.cpp
1433 html/HTMLSummaryElement.cpp
1434 html/HTMLTableCaptionElement.cpp
1435 html/HTMLTableCellElement.cpp
1436 html/HTMLTableColElement.cpp
1437 html/HTMLTableElement.cpp
1438 html/HTMLTablePartElement.cpp
1439 html/HTMLTableRowElement.cpp
1440 html/HTMLTableRowsCollection.cpp
1441 html/HTMLTableSectionElement.cpp
1442 html/HTMLTemplateElement.cpp
1443 html/HTMLTextAreaElement.cpp
1444 html/HTMLTextFormControlElement.cpp
1445 html/HTMLTitleElement.cpp
1446 html/HTMLTrackElement.cpp
1447 html/HTMLUListElement.cpp
1448 html/HTMLVideoElement.cpp
1449 html/HTMLViewSourceDocument.cpp
1450 html/HiddenInputType.cpp
1452 html/ImageDocument.cpp
1453 html/ImageInputType.cpp
1455 html/InputTypeNames.cpp
1456 html/LabelableElement.cpp
1457 html/LabelsNodeList.cpp
1458 html/LinkRelAttribute.cpp
1459 html/MediaController.cpp
1460 html/MediaDocument.cpp
1461 html/MediaFragmentURIParser.cpp
1462 html/MonthInputType.cpp
1463 html/NumberInputType.cpp
1464 html/PasswordInputType.cpp
1465 html/PluginDocument.cpp
1466 html/RadioInputType.cpp
1467 html/RadioNodeList.cpp
1468 html/RangeInputType.cpp
1469 html/ResetInputType.cpp
1470 html/SearchInputType.cpp
1472 html/SubmitInputType.cpp
1473 html/TelephoneInputType.cpp
1474 html/TextDocument.cpp
1475 html/TextFieldInputType.cpp
1476 html/TextInputType.cpp
1477 html/TimeInputType.cpp
1480 html/URLInputType.cpp
1481 html/ValidationMessage.cpp
1482 html/ValidityState.cpp
1483 html/WeekInputType.cpp
1485 html/canvas/CanvasContextAttributes.cpp
1486 html/canvas/CanvasGradient.cpp
1487 html/canvas/CanvasPathMethods.cpp
1488 html/canvas/CanvasPattern.cpp
1489 html/canvas/CanvasProxy.cpp
1490 html/canvas/CanvasRenderingContext.cpp
1491 html/canvas/CanvasRenderingContext2D.cpp
1492 html/canvas/CanvasStyle.cpp
1493 html/canvas/EXTDrawBuffers.cpp
1494 html/canvas/EXTTextureFilterAnisotropic.cpp
1495 html/canvas/OESStandardDerivatives.cpp
1496 html/canvas/OESTextureFloat.cpp
1497 html/canvas/OESTextureHalfFloat.cpp
1498 html/canvas/OESVertexArrayObject.cpp
1499 html/canvas/OESElementIndexUint.cpp
1500 html/canvas/WebGLBuffer.cpp
1501 html/canvas/WebGLCompressedTextureATC.cpp
1502 html/canvas/WebGLCompressedTexturePVRTC.cpp
1503 html/canvas/WebGLCompressedTextureS3TC.cpp
1504 html/canvas/WebGLContextAttributes.cpp
1505 html/canvas/WebGLContextEvent.cpp
1506 html/canvas/WebGLContextGroup.cpp
1507 html/canvas/WebGLContextObject.cpp
1508 html/canvas/WebGLDebugRendererInfo.cpp
1509 html/canvas/WebGLDebugShaders.cpp
1510 html/canvas/WebGLDepthTexture.cpp
1511 html/canvas/WebGLExtension.cpp
1512 html/canvas/WebGLFramebuffer.cpp
1513 html/canvas/WebGLGetInfo.cpp
1514 html/canvas/WebGLLoseContext.cpp
1515 html/canvas/WebGLObject.cpp
1516 html/canvas/WebGLProgram.cpp
1517 html/canvas/WebGLRenderbuffer.cpp
1518 html/canvas/WebGLRenderingContext.cpp
1519 html/canvas/WebGLShader.cpp
1520 html/canvas/WebGLShaderPrecisionFormat.cpp
1521 html/canvas/WebGLSharedObject.cpp
1522 html/canvas/WebGLTexture.cpp
1523 html/canvas/WebGLUniformLocation.cpp
1524 html/canvas/WebGLVertexArrayObjectOES.cpp
1526 html/forms/FileIconLoader.cpp
1528 html/parser/BackgroundHTMLInputStream.cpp
1529 html/parser/BackgroundHTMLParser.cpp
1530 html/parser/CSSPreloadScanner.cpp
1531 html/parser/CompactHTMLToken.cpp
1532 html/parser/HTMLConstructionSite.cpp
1533 html/parser/HTMLDocumentParser.cpp
1534 html/parser/HTMLElementStack.cpp
1535 html/parser/HTMLEntityParser.cpp
1536 html/parser/HTMLEntitySearch.cpp
1537 html/parser/HTMLParserIdioms.cpp
1538 html/parser/HTMLParserOptions.cpp
1539 html/parser/HTMLParserScheduler.cpp
1540 html/parser/HTMLParserThread.cpp
1541 html/parser/HTMLFormattingElementList.cpp
1542 html/parser/HTMLIdentifier.cpp
1543 html/parser/HTMLMetaCharsetParser.cpp
1544 html/parser/HTMLPreloadScanner.cpp
1545 html/parser/HTMLResourcePreloader.cpp
1546 html/parser/HTMLScriptRunner.cpp
1547 html/parser/HTMLSourceTracker.cpp
1548 html/parser/HTMLTokenizer.cpp
1549 html/parser/HTMLTreeBuilder.cpp
1550 html/parser/HTMLTreeBuilderSimulator.cpp
1551 html/parser/HTMLViewSourceParser.cpp
1552 html/parser/TextDocumentParser.cpp
1553 html/parser/TextViewSourceParser.cpp
1554 html/parser/XSSAuditor.cpp
1555 html/parser/XSSAuditorDelegate.cpp
1557 html/shadow/ContentDistributor.cpp
1558 html/shadow/DetailsMarkerControl.cpp
1559 html/shadow/HTMLContentElement.cpp
1560 html/shadow/InsertionPoint.cpp
1561 html/shadow/MediaControlElementTypes.cpp
1562 html/shadow/MediaControlElements.cpp
1563 html/shadow/MediaControls.cpp
1564 html/shadow/MediaControlsApple.cpp
1565 html/shadow/MeterShadowElement.cpp
1566 html/shadow/ProgressShadowElement.cpp
1567 html/shadow/SliderThumbElement.cpp
1568 html/shadow/SpinButtonElement.cpp
1569 html/shadow/TextControlInnerElements.cpp
1571 inspector/ConsoleMessage.cpp
1572 inspector/ContentSearchUtils.cpp
1573 inspector/DOMEditor.cpp
1574 inspector/DOMPatchSupport.cpp
1575 inspector/IdentifiersFactory.cpp
1576 inspector/InjectedScript.cpp
1577 inspector/InjectedScriptBase.cpp
1578 inspector/InjectedScriptCanvasModule.cpp
1579 inspector/InjectedScriptHost.cpp
1580 inspector/InjectedScriptManager.cpp
1581 inspector/InjectedScriptModule.cpp
1582 inspector/InspectorAgent.cpp
1583 inspector/InspectorApplicationCacheAgent.cpp
1584 inspector/InspectorBaseAgent.cpp
1585 inspector/InspectorPageAgent.cpp
1586 inspector/InspectorCSSAgent.cpp
1587 inspector/InspectorCanvasAgent.cpp
1588 inspector/InspectorClient.cpp
1589 inspector/InspectorConsoleAgent.cpp
1590 inspector/InspectorController.cpp
1591 inspector/InspectorCounters.cpp
1592 inspector/InspectorDOMAgent.cpp
1593 inspector/InspectorDOMDebuggerAgent.cpp
1594 inspector/InspectorDOMStorageAgent.cpp
1595 inspector/InspectorDatabaseAgent.cpp
1596 inspector/InspectorDatabaseResource.cpp
1597 inspector/InspectorDebuggerAgent.cpp
1598 inspector/InspectorFileSystemAgent.cpp
1599 inspector/InspectorFrontendClientLocal.cpp
1600 inspector/InspectorFrontendHost.cpp
1601 inspector/InspectorHeapProfilerAgent.cpp
1602 inspector/InspectorHistory.cpp
1603 inspector/InspectorIndexedDBAgent.cpp
1604 inspector/InspectorInputAgent.cpp
1605 inspector/InspectorInstrumentation.cpp
1606 inspector/InspectorLayerTreeAgent.cpp
1607 inspector/InspectorMemoryAgent.cpp
1608 inspector/InspectorOverlay.cpp
1609 inspector/InspectorProfilerAgent.cpp
1610 inspector/InspectorResourceAgent.cpp
1611 inspector/InspectorRuntimeAgent.cpp
1612 inspector/InspectorState.cpp
1613 inspector/InspectorStyleSheet.cpp
1614 inspector/InspectorStyleTextEditor.cpp
1615 inspector/InspectorTimelineAgent.cpp
1616 inspector/InspectorValues.cpp
1617 inspector/InspectorWorkerAgent.cpp
1618 inspector/InstrumentingAgents.cpp
1619 inspector/NetworkResourcesData.cpp
1620 inspector/PageConsoleAgent.cpp
1621 inspector/PageDebuggerAgent.cpp
1622 inspector/PageRuntimeAgent.cpp
1623 inspector/ScriptArguments.cpp
1624 inspector/ScriptCallFrame.cpp
1625 inspector/ScriptCallStack.cpp
1626 inspector/TimelineRecordFactory.cpp
1627 inspector/TimelineTraceEventProcessor.cpp
1628 inspector/WorkerConsoleAgent.cpp
1629 inspector/WorkerDebuggerAgent.cpp
1630 inspector/WorkerInspectorController.cpp
1631 inspector/WorkerRuntimeAgent.cpp
1633 loader/CookieJar.cpp
1634 loader/CrossOriginAccessControl.cpp
1635 loader/CrossOriginPreflightResultCache.cpp
1636 loader/DocumentLoadTiming.cpp
1637 loader/DocumentLoader.cpp
1638 loader/DocumentThreadableLoader.cpp
1639 loader/DocumentWriter.cpp
1640 loader/EmptyClients.cpp
1641 loader/FTPDirectoryParser.cpp
1642 loader/FormState.cpp
1643 loader/FormSubmission.cpp
1644 loader/FrameLoadRequest.cpp
1645 loader/FrameLoader.cpp
1646 loader/FrameLoaderStateMachine.cpp
1647 loader/HistoryController.cpp
1648 loader/ImageLoader.cpp
1649 loader/LinkLoader.cpp
1650 loader/LoaderStrategy.cpp
1651 loader/MixedContentChecker.cpp
1652 loader/NavigationAction.cpp
1653 loader/NetscapePlugInStreamLoader.cpp
1654 loader/PingLoader.cpp
1655 loader/PlaceholderDocument.cpp
1656 loader/PolicyCallback.cpp
1657 loader/PolicyChecker.cpp
1658 loader/ProgressTracker.cpp
1659 loader/NavigationScheduler.cpp
1660 loader/ResourceBuffer.cpp
1661 loader/ResourceLoadNotifier.cpp
1662 loader/ResourceLoadScheduler.cpp
1663 loader/ResourceLoader.cpp
1664 loader/SinkDocument.cpp
1665 loader/SubframeLoader.cpp
1666 loader/SubresourceLoader.cpp
1667 loader/TextResourceDecoder.cpp
1668 loader/TextTrackLoader.cpp
1669 loader/ThreadableLoader.cpp
1670 loader/WorkerThreadableLoader.cpp
1672 loader/appcache/ApplicationCache.cpp
1673 loader/appcache/ApplicationCacheGroup.cpp
1674 loader/appcache/ApplicationCacheHost.cpp
1675 loader/appcache/ApplicationCacheResource.cpp
1676 loader/appcache/ApplicationCacheStorage.cpp
1677 loader/appcache/DOMApplicationCache.cpp
1678 loader/appcache/ManifestParser.cpp
1680 loader/archive/Archive.cpp
1681 loader/archive/ArchiveFactory.cpp
1682 loader/archive/ArchiveResource.cpp
1683 loader/archive/ArchiveResourceCollection.cpp
1685 loader/archive/mhtml/MHTMLArchive.cpp
1686 loader/archive/mhtml/MHTMLParser.cpp
1688 loader/cache/CachedCSSStyleSheet.cpp
1689 loader/cache/CachedFont.cpp
1690 loader/cache/CachedImage.cpp
1691 loader/cache/CachedRawResource.cpp
1692 loader/cache/CachedResource.cpp
1693 loader/cache/CachedResourceHandle.cpp
1694 loader/cache/CachedResourceLoader.cpp
1695 loader/cache/CachedResourceRequest.cpp
1696 loader/cache/CachedResourceRequestInitiators.cpp
1697 loader/cache/CachedScript.cpp
1698 loader/cache/CachedShader.cpp
1699 loader/cache/CachedSVGDocument.cpp
1700 loader/cache/CachedSVGDocumentReference.cpp
1701 loader/cache/CachedXSLStyleSheet.cpp
1702 loader/cache/MemoryCache.cpp
1704 loader/icon/IconController.cpp
1705 loader/icon/IconDatabase.cpp
1706 loader/icon/IconDatabaseBase.cpp
1707 loader/icon/IconLoader.cpp
1708 loader/icon/IconRecord.cpp
1709 loader/icon/PageURLRecord.cpp
1711 mathml/MathMLElement.cpp
1712 mathml/MathMLInlineContainerElement.cpp
1713 mathml/MathMLMathElement.cpp
1714 mathml/MathMLTextElement.cpp
1716 page/AutoscrollController.cpp
1718 page/CaptionUserPreferences.cpp
1721 page/ContentSecurityPolicy.cpp
1722 page/ContextMenuController.cpp
1724 page/DeviceController.cpp
1725 page/DiagnosticLoggingKeys.cpp
1726 page/DOMSecurityPolicy.cpp
1727 page/DOMSelection.cpp
1730 page/DOMWindowExtension.cpp
1731 page/DOMWindowProperty.cpp
1732 page/DragController.cpp
1733 page/EventHandler.cpp
1734 page/EventSource.cpp
1735 page/FeatureObserver.cpp
1736 page/FocusController.cpp
1738 page/FrameDestructionObserver.cpp
1741 page/GroupSettings.cpp
1742 page/GestureTapHighlighter.cpp
1745 page/MouseEventWithHitTestResults.cpp
1747 page/NavigatorBase.cpp
1748 page/OriginAccessEntry.cpp
1750 page/PageActivityAssertionToken.cpp
1751 page/PageConsole.cpp
1753 page/PageGroupLoadDeferrer.cpp
1754 page/PageSerializer.cpp
1755 page/PageThrottler.cpp
1756 page/PageVisibilityState.cpp
1757 page/Performance.cpp
1758 page/PerformanceEntry.cpp
1759 page/PerformanceEntryList.cpp
1760 page/PerformanceNavigation.cpp
1761 page/PerformanceResourceTiming.cpp
1762 page/PerformanceTiming.cpp
1763 page/PrintContext.cpp
1765 page/SecurityOrigin.cpp
1766 page/SecurityPolicy.cpp
1768 page/SpatialNavigation.cpp
1769 page/SuspendableTimer.cpp
1770 page/UserContentURLPattern.cpp
1771 page/WindowFeatures.cpp
1772 page/WindowFocusAllowedIndicator.cpp
1773 page/WorkerNavigator.cpp
1775 page/animation/AnimationBase.cpp
1776 page/animation/AnimationController.cpp
1777 page/animation/CompositeAnimation.cpp
1778 page/animation/CSSPropertyAnimation.cpp
1779 page/animation/ImplicitAnimation.cpp
1780 page/animation/KeyframeAnimation.cpp
1782 page/scrolling/ScrollingConstraints.cpp
1783 page/scrolling/ScrollingCoordinator.cpp
1784 page/scrolling/ScrollingStateFixedNode.cpp
1785 page/scrolling/ScrollingStateNode.cpp
1786 page/scrolling/ScrollingStateScrollingNode.cpp
1787 page/scrolling/ScrollingStateStickyNode.cpp
1788 page/scrolling/ScrollingStateTree.cpp
1789 page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp
1790 page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp
1791 page/scrolling/coordinatedgraphics/ScrollingStateScrollingNodeCoordinatedGraphics.cpp
1794 platform/AsyncFileSystem.cpp
1795 platform/CalculationValue.cpp
1797 platform/ContextMenu.cpp
1798 platform/ContextMenuItem.cpp
1799 platform/ContentType.cpp
1800 platform/CrossThreadCopier.cpp
1801 platform/DatabaseStrategy.cpp
1802 platform/DateComponents.cpp
1803 platform/Decimal.cpp
1804 platform/DragData.cpp
1805 platform/DragImage.cpp
1806 platform/FileChooser.cpp
1807 platform/FileStream.cpp
1808 platform/FileSystem.cpp
1809 platform/ClockGeneric.cpp
1810 platform/HistogramSupport.cpp
1812 platform/KillRingNone.cpp
1813 platform/Language.cpp
1815 platform/LengthBox.cpp
1816 platform/LinkHash.cpp
1817 platform/Logging.cpp
1818 platform/MIMETypeRegistry.cpp
1819 platform/MemoryPressureHandler.cpp
1820 platform/NotImplemented.cpp
1821 platform/PlatformEvent.cpp
1822 platform/PlatformInstrumentation.cpp
1823 platform/PlatformStrategies.cpp
1824 platform/RunLoop.cpp
1825 platform/RuntimeApplicationChecks.cpp
1826 platform/ScrollAnimator.cpp
1827 platform/ScrollableArea.cpp
1828 platform/Scrollbar.cpp
1829 platform/ScrollbarTheme.cpp
1830 platform/ScrollbarThemeComposite.cpp
1831 platform/ScrollView.cpp
1832 platform/SharedBuffer.cpp
1833 platform/SharedBufferChunkReader.cpp
1834 platform/SchemeRegistry.cpp
1835 platform/ThreadGlobalData.cpp
1836 platform/ThreadTimers.cpp
1841 platform/animation/Animation.cpp
1842 platform/animation/AnimationList.cpp
1844 platform/audio/AudioBus.cpp
1845 platform/audio/AudioChannel.cpp
1846 platform/audio/AudioDSPKernelProcessor.cpp
1847 platform/audio/AudioFIFO.cpp
1848 platform/audio/AudioPullFIFO.cpp
1849 platform/audio/AudioResampler.cpp
1850 platform/audio/AudioResamplerKernel.cpp
1851 platform/audio/AudioUtilities.cpp
1852 platform/audio/Biquad.cpp
1853 platform/audio/Cone.cpp
1854 platform/audio/DirectConvolver.cpp
1855 platform/audio/Distance.cpp
1856 platform/audio/DownSampler.cpp
1857 platform/audio/DynamicsCompressor.cpp
1858 platform/audio/DynamicsCompressorKernel.cpp
1859 platform/audio/EqualPowerPanner.cpp
1860 platform/audio/FFTConvolver.cpp
1861 platform/audio/FFTFrame.cpp
1862 platform/audio/HRTFDatabase.cpp
1863 platform/audio/HRTFDatabaseLoader.cpp
1864 platform/audio/HRTFElevation.cpp
1865 platform/audio/HRTFKernel.cpp
1866 platform/audio/HRTFPanner.cpp
1867 platform/audio/MultiChannelResampler.cpp
1868 platform/audio/Panner.cpp
1869 platform/audio/Reverb.cpp
1870 platform/audio/ReverbAccumulationBuffer.cpp
1871 platform/audio/ReverbConvolver.cpp
1872 platform/audio/ReverbConvolverStage.cpp
1873 platform/audio/ReverbInputBuffer.cpp
1874 platform/audio/SincResampler.cpp
1875 platform/audio/UpSampler.cpp
1876 platform/audio/VectorMath.cpp
1877 platform/audio/ZeroPole.cpp
1879 platform/graphics/BitmapImage.cpp
1880 platform/graphics/Color.cpp
1881 platform/graphics/CrossfadeGeneratedImage.cpp
1882 platform/graphics/FloatPoint.cpp
1883 platform/graphics/FloatPoint3D.cpp
1884 platform/graphics/FloatPolygon.cpp
1885 platform/graphics/FloatQuad.cpp
1886 platform/graphics/FloatRect.cpp
1887 platform/graphics/FloatSize.cpp
1888 platform/graphics/Font.cpp
1889 platform/graphics/FontCache.cpp
1890 platform/graphics/FontData.cpp
1891 platform/graphics/FontDescription.cpp
1892 platform/graphics/FontGenericFamilies.cpp
1893 platform/graphics/FontGlyphs.cpp
1894 platform/graphics/FontFastPath.cpp
1895 platform/graphics/FontFeatureSettings.cpp
1896 platform/graphics/LayoutBoxExtent.cpp
1897 platform/graphics/LayoutRect.cpp
1898 platform/graphics/GeneratedImage.cpp
1899 platform/graphics/GeneratorGeneratedImage.cpp
1900 platform/graphics/GlyphPageTreeNode.cpp
1901 platform/graphics/Gradient.cpp
1902 platform/graphics/GraphicsContext.cpp
1903 platform/graphics/GraphicsLayer.cpp
1904 platform/graphics/GraphicsLayerAnimation.cpp
1905 platform/graphics/GraphicsLayerUpdater.cpp
1906 platform/graphics/GraphicsLayerTransform.cpp
1907 platform/graphics/GraphicsTypes.cpp
1908 platform/graphics/Image.cpp
1909 platform/graphics/ImageBuffer.cpp
1910 platform/graphics/ImageOrientation.cpp
1911 platform/graphics/IntPoint.cpp
1912 platform/graphics/IntRect.cpp
1913 platform/graphics/IntSize.cpp
1914 platform/graphics/MediaPlayer.cpp
1915 platform/graphics/Path.cpp
1916 platform/graphics/PathTraversalState.cpp
1917 platform/graphics/Pattern.cpp
1918 platform/graphics/Region.cpp
1919 platform/graphics/RoundedRect.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/SVGGlyph.cpp
1926 platform/graphics/TextRun.cpp
1927 platform/graphics/TiledBackingStore.cpp
1928 platform/graphics/WidthIterator.cpp
1930 platform/graphics/cpu/arm/filters/FELightingNEON.cpp
1932 platform/graphics/filters/texmap/CustomFilterValidatedProgramTextureMapper.cpp
1933 platform/graphics/filters/CustomFilterCompiledProgram.cpp
1934 platform/graphics/filters/CustomFilterGlobalContext.cpp
1935 platform/graphics/filters/CustomFilterMesh.cpp
1936 platform/graphics/filters/CustomFilterMeshGenerator.cpp
1937 platform/graphics/filters/CustomFilterOperation.cpp
1938 platform/graphics/filters/CustomFilterParameterList.cpp
1939 platform/graphics/filters/ValidatedCustomFilterOperation.cpp
1940 platform/graphics/filters/CustomFilterProgram.cpp
1941 platform/graphics/filters/CustomFilterProgramInfo.cpp
1942 platform/graphics/filters/CustomFilterRenderer.cpp
1943 platform/graphics/filters/CustomFilterValidatedProgram.cpp
1944 platform/graphics/filters/DistantLightSource.cpp
1945 platform/graphics/filters/FEBlend.cpp
1946 platform/graphics/filters/FEColorMatrix.cpp
1947 platform/graphics/filters/FEComponentTransfer.cpp
1948 platform/graphics/filters/FEComposite.cpp
1949 platform/graphics/filters/FEConvolveMatrix.cpp
1950 platform/graphics/filters/FECustomFilter.cpp
1951 platform/graphics/filters/FEDiffuseLighting.cpp
1952 platform/graphics/filters/FEDisplacementMap.cpp
1953 platform/graphics/filters/FEDropShadow.cpp
1954 platform/graphics/filters/FEFlood.cpp
1955 platform/graphics/filters/FEGaussianBlur.cpp
1956 platform/graphics/filters/FELighting.cpp
1957 platform/graphics/filters/FEMerge.cpp
1958 platform/graphics/filters/FEMorphology.cpp
1959 platform/graphics/filters/FEOffset.cpp
1960 platform/graphics/filters/FESpecularLighting.cpp
1961 platform/graphics/filters/FETile.cpp
1962 platform/graphics/filters/FETurbulence.cpp
1963 platform/graphics/filters/FilterEffect.cpp
1964 platform/graphics/filters/FilterOperation.cpp
1965 platform/graphics/filters/FilterOperations.cpp
1966 platform/graphics/filters/PointLightSource.cpp
1967 platform/graphics/filters/SourceAlpha.cpp
1968 platform/graphics/filters/SourceGraphic.cpp
1969 platform/graphics/filters/SpotLightSource.cpp
1971 platform/graphics/texmap/coordinated/AreaAllocator.cpp
1972 platform/graphics/texmap/coordinated/CompositingCoordinator.cpp
1973 platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp
1974 platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp
1975 platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp
1976 platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp
1977 platform/graphics/texmap/coordinated/CoordinatedSurface.cpp
1978 platform/graphics/texmap/coordinated/CoordinatedTile.cpp
1979 platform/graphics/texmap/coordinated/UpdateAtlas.cpp
1980 platform/graphics/texmap/TextureMapper.cpp
1981 platform/graphics/texmap/TextureMapperBackingStore.cpp
1982 platform/graphics/texmap/TextureMapperFPSCounter.cpp
1983 platform/graphics/texmap/TextureMapperImageBuffer.cpp
1984 platform/graphics/texmap/TextureMapperLayer.cpp
1985 platform/graphics/texmap/TextureMapperSurfaceBackingStore.cpp
1986 platform/graphics/texmap/TextureMapperTile.cpp
1987 platform/graphics/texmap/TextureMapperTiledBackingStore.cpp
1989 platform/graphics/transforms/AffineTransform.cpp
1990 platform/graphics/transforms/Matrix3DTransformOperation.cpp
1991 platform/graphics/transforms/MatrixTransformOperation.cpp
1992 platform/graphics/transforms/PerspectiveTransformOperation.cpp
1993 platform/graphics/transforms/RotateTransformOperation.cpp
1994 platform/graphics/transforms/ScaleTransformOperation.cpp
1995 platform/graphics/transforms/SkewTransformOperation.cpp
1996 platform/graphics/transforms/TransformOperations.cpp
1997 platform/graphics/transforms/TransformationMatrix.cpp
1998 platform/graphics/transforms/TransformState.cpp
1999 platform/graphics/transforms/TranslateTransformOperation.cpp
2001 platform/graphics/ImageSource.cpp
2003 platform/image-decoders/ImageDecoder.cpp
2004 platform/image-decoders/bmp/BMPImageDecoder.cpp
2005 platform/image-decoders/bmp/BMPImageReader.cpp
2006 platform/image-decoders/gif/GIFImageDecoder.cpp
2007 platform/image-decoders/gif/GIFImageReader.cpp
2008 platform/image-decoders/ico/ICOImageDecoder.cpp
2009 platform/image-decoders/jpeg/JPEGImageDecoder.cpp
2010 platform/image-decoders/png/PNGImageDecoder.cpp
2011 platform/image-decoders/webp/WEBPImageDecoder.cpp
2013 platform/leveldb/LevelDBDatabase.cpp
2014 platform/leveldb/LevelDBTransaction.cpp
2015 platform/leveldb/LevelDBWriteBatch.cpp
2017 platform/mediastream/MediaStreamCenter.cpp
2018 platform/mediastream/MediaStreamSource.cpp
2019 platform/mediastream/RTCIceCandidateDescriptor.cpp
2020 platform/mediastream/RTCPeerConnectionHandler.cpp
2021 platform/mediastream/RTCSessionDescriptionDescriptor.cpp
2023 platform/mock/DeviceMotionClientMock.cpp
2024 platform/mock/DeviceOrientationClientMock.cpp
2025 platform/mock/GeolocationClientMock.cpp
2026 platform/mock/ScrollbarThemeMock.cpp
2028 platform/network/AuthenticationChallengeBase.cpp
2029 platform/network/BlobData.cpp
2030 platform/network/BlobRegistry.cpp
2031 platform/network/BlobRegistryImpl.cpp
2032 platform/network/BlobResourceHandle.cpp
2033 platform/network/Credential.cpp
2034 platform/network/CredentialStorage.cpp
2035 platform/network/DataURL.cpp
2036 platform/network/DNSResolveQueue.cpp
2037 platform/network/FormDataBuilder.cpp
2038 platform/network/FormData.cpp
2039 platform/network/HTTPHeaderMap.cpp
2040 platform/network/HTTPParsers.cpp
2041 platform/network/MIMEHeader.cpp
2042 platform/network/NetworkStateNotifier.cpp
2043 platform/network/ParsedContentType.cpp
2044 platform/network/ProtectionSpace.cpp
2045 platform/network/ProxyServer.cpp
2046 platform/network/ResourceErrorBase.cpp
2047 platform/network/ResourceHandle.cpp
2048 platform/network/ResourceHandleClient.cpp
2049 platform/network/ResourceLoadTiming.cpp
2050 platform/network/ResourceRequestBase.cpp
2051 platform/network/ResourceResponseBase.cpp
2052 platform/network/SocketStreamHandleBase.cpp
2053 platform/network/SynchronousLoaderClient.cpp
2055 platform/sql/SQLValue.cpp
2056 platform/sql/SQLiteAuthorizer.cpp
2057 platform/sql/SQLiteDatabase.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/RegularExpression.cpp
2070 platform/text/SegmentedString.cpp
2071 platform/text/TextBoundaries.cpp
2072 platform/text/TextBreakIterator.cpp
2073 platform/text/TextCodec.cpp
2074 platform/text/TextCodecLatin1.cpp
2075 platform/text/TextCodecUTF16.cpp
2076 platform/text/TextCodecUTF8.cpp
2077 platform/text/TextCodecUserDefined.cpp
2078 platform/text/TextEncoding.cpp
2079 platform/text/TextEncodingRegistry.cpp
2080 platform/text/TextStream.cpp
2081 platform/text/UnicodeRange.cpp
2083 platform/text/transcoder/FontTranscoder.cpp
2085 plugins/DOMMimeTypeArray.cpp
2086 plugins/DOMMimeType.cpp
2087 plugins/DOMPluginArray.cpp
2088 plugins/DOMPlugin.cpp
2089 plugins/PluginDatabase.cpp
2090 plugins/PluginData.cpp
2091 plugins/PluginDebug.cpp
2092 plugins/PluginMainThreadScheduler.cpp
2093 plugins/PluginStream.cpp
2094 plugins/PluginView.cpp
2096 rendering/AutoTableLayout.cpp
2097 rendering/BidiRun.cpp
2098 rendering/CounterNode.cpp
2099 rendering/EllipsisBox.cpp
2100 rendering/FilterEffectRenderer.cpp
2101 rendering/FixedTableLayout.cpp
2102 rendering/FloatingObjects.cpp
2103 rendering/FlowThreadController.cpp
2104 rendering/HitTestingTransformState.cpp
2105 rendering/HitTestLocation.cpp
2106 rendering/HitTestResult.cpp
2107 rendering/ImageQualityController.cpp
2108 rendering/InlineBox.cpp
2109 rendering/InlineFlowBox.cpp
2110 rendering/InlineTextBox.cpp
2111 rendering/LayoutState.cpp
2112 rendering/LayoutRepainter.cpp
2113 rendering/PointerEventsHitRules.cpp
2114 rendering/RenderApplet.cpp
2115 rendering/RenderArena.cpp
2116 rendering/RenderBR.cpp
2117 rendering/RenderBlock.cpp
2118 rendering/RenderBlockFlow.cpp
2119 rendering/RenderBlockLineLayout.cpp
2120 rendering/RenderBox.cpp
2121 rendering/RenderBoxModelObject.cpp
2122 rendering/RenderButton.cpp
2123 rendering/RenderCombineText.cpp
2124 rendering/RenderCounter.cpp
2125 rendering/RenderDeprecatedFlexibleBox.cpp
2126 rendering/RenderDetailsMarker.cpp
2127 rendering/RenderEmbeddedObject.cpp
2128 rendering/RenderFieldset.cpp
2129 rendering/RenderFileUploadControl.cpp
2130 rendering/RenderFlexibleBox.cpp
2131 rendering/RenderGrid.cpp
2132 rendering/RenderFlowThread.cpp
2133 rendering/RenderFrame.cpp
2134 rendering/RenderFrameBase.cpp
2135 rendering/RenderFrameSet.cpp
2136 rendering/RenderFullScreen.cpp
2137 rendering/RenderGeometryMap.cpp
2138 rendering/RenderHTMLCanvas.cpp
2139 rendering/RenderIFrame.cpp
2140 rendering/RenderImage.cpp
2141 rendering/RenderImageResource.cpp
2142 rendering/RenderImageResourceStyleImage.cpp
2143 rendering/RenderInline.cpp
2144 rendering/RenderLayer.cpp
2145 rendering/RenderLayerBacking.cpp
2146 rendering/RenderLayerCompositor.cpp
2147 rendering/RenderLayerFilterInfo.cpp
2148 rendering/RenderLayerModelObject.cpp
2149 rendering/RenderLineBoxList.cpp
2150 rendering/RenderListBox.cpp
2151 rendering/RenderListItem.cpp
2152 rendering/RenderListMarker.cpp
2153 rendering/RenderMarquee.cpp
2154 rendering/RenderMedia.cpp
2155 rendering/RenderMediaControlElements.cpp
2156 rendering/RenderMediaControls.cpp
2157 rendering/RenderMenuList.cpp
2158 rendering/RenderMeter.cpp
2159 rendering/RenderMultiColumnBlock.cpp
2160 rendering/RenderMultiColumnFlowThread.cpp
2161 rendering/RenderMultiColumnSet.cpp
2162 rendering/RenderNamedFlowThread.cpp
2163 rendering/RenderObject.cpp
2164 rendering/RenderObjectChildList.cpp
2165 rendering/RenderPart.cpp
2166 rendering/RenderProgress.cpp
2167 rendering/RenderQuote.cpp
2168 rendering/RenderRegion.cpp
2169 rendering/RenderRegionSet.cpp
2170 rendering/RenderReplaced.cpp
2171 rendering/RenderReplica.cpp
2172 rendering/RenderRuby.cpp
2173 rendering/RenderRubyBase.cpp
2174 rendering/RenderRubyRun.cpp
2175 rendering/RenderRubyText.cpp
2176 rendering/RenderScrollbar.cpp
2177 rendering/RenderScrollbarPart.cpp
2178 rendering/RenderScrollbarTheme.cpp
2179 rendering/RenderSearchField.cpp
2180 rendering/RenderSlider.cpp
2181 rendering/RenderSnapshottedPlugIn.cpp
2182 rendering/RenderTable.cpp
2183 rendering/RenderTableCaption.cpp
2184 rendering/RenderTableCell.cpp
2185 rendering/RenderTableCol.cpp
2186 rendering/RenderTableRow.cpp
2187 rendering/RenderTableSection.cpp
2188 rendering/RenderText.cpp
2189 rendering/RenderTextControl.cpp
2190 rendering/RenderTextControlMultiLine.cpp
2191 rendering/RenderTextControlSingleLine.cpp
2192 rendering/RenderTextFragment.cpp
2193 rendering/RenderTextTrackCue.cpp
2194 rendering/RenderTheme.cpp
2195 rendering/RenderTreeAsText.cpp
2196 rendering/RenderVideo.cpp
2197 rendering/RenderView.cpp
2198 rendering/RenderWidget.cpp
2199 rendering/RenderWordBreak.cpp
2200 rendering/RootInlineBox.cpp
2201 rendering/ScrollBehavior.cpp
2202 rendering/TextAutosizer.cpp
2203 rendering/break_lines.cpp
2205 rendering/mathml/RenderMathMLBlock.cpp
2206 rendering/mathml/RenderMathMLFenced.cpp
2207 rendering/mathml/RenderMathMLFraction.cpp
2208 rendering/mathml/RenderMathMLMath.cpp
2209 rendering/mathml/RenderMathMLOperator.cpp
2210 rendering/mathml/RenderMathMLRoot.cpp
2211 rendering/mathml/RenderMathMLRow.cpp
2212 rendering/mathml/RenderMathMLSpace.cpp
2213 rendering/mathml/RenderMathMLSquareRoot.cpp
2214 rendering/mathml/RenderMathMLSubSup.cpp
2215 rendering/mathml/RenderMathMLUnderOver.cpp
2217 rendering/shapes/PolygonShape.cpp
2218 rendering/shapes/RasterShape.cpp
2219 rendering/shapes/RectangleShape.cpp
2220 rendering/shapes/Shape.cpp
2221 rendering/shapes/ShapeInfo.cpp
2222 rendering/shapes/ShapeInsideInfo.cpp
2223 rendering/shapes/ShapeOutsideInfo.cpp
2225 rendering/style/BasicShapes.cpp
2226 rendering/style/ContentData.cpp
2227 rendering/style/CounterDirectives.cpp
2228 rendering/style/FillLayer.cpp
2229 rendering/style/KeyframeList.cpp
2230 rendering/style/NinePieceImage.cpp
2231 rendering/style/QuotesData.cpp
2232 rendering/style/RenderStyle.cpp
2233 rendering/style/ShadowData.cpp
2234 rendering/style/StyleBackgroundData.cpp
2235 rendering/style/StyleBoxData.cpp
2236 rendering/style/StyleCachedImage.cpp
2237 rendering/style/StyleCachedImageSet.cpp
2238 rendering/style/StyleCachedShader.cpp
2239 rendering/style/StyleCustomFilterProgram.cpp
2240 rendering/style/StyleCustomFilterProgramCache.cpp
2241 rendering/style/StyleDeprecatedFlexibleBoxData.cpp
2242 rendering/style/StyleFilterData.cpp
2243 rendering/style/StyleFlexibleBoxData.cpp
2244 rendering/style/StyleGeneratedImage.cpp
2245 rendering/style/StyleGridData.cpp
2246 rendering/style/StyleGridItemData.cpp
2247 rendering/style/StyleInheritedData.cpp
2248 rendering/style/StyleMarqueeData.cpp
2249 rendering/style/StyleMultiColData.cpp
2250 rendering/style/StyleRareInheritedData.cpp
2251 rendering/style/StyleRareNonInheritedData.cpp
2252 rendering/style/StyleSurroundData.cpp
2253 rendering/style/StyleTransformData.cpp
2254 rendering/style/StyleVisualData.cpp
2255 rendering/style/SVGRenderStyle.cpp
2256 rendering/style/SVGRenderStyleDefs.cpp
2258 rendering/svg/RenderSVGBlock.cpp
2259 rendering/svg/RenderSVGContainer.cpp
2260 rendering/svg/RenderSVGEllipse.cpp
2261 rendering/svg/RenderSVGGradientStop.cpp
2262 rendering/svg/RenderSVGForeignObject.cpp
2263 rendering/svg/RenderSVGHiddenContainer.cpp
2264 rendering/svg/RenderSVGImage.cpp
2265 rendering/svg/RenderSVGInline.cpp
2266 rendering/svg/RenderSVGInlineText.cpp
2267 rendering/svg/RenderSVGModelObject.cpp
2268 rendering/svg/RenderSVGPath.cpp
2269 rendering/svg/RenderSVGRect.cpp
2270 rendering/svg/RenderSVGResource.cpp
2271 rendering/svg/RenderSVGResourceClipper.cpp
2272 rendering/svg/RenderSVGResourceContainer.cpp
2273 rendering/svg/RenderSVGResourceFilter.cpp
2274 rendering/svg/RenderSVGResourceFilterPrimitive.cpp
2275 rendering/svg/RenderSVGResourceGradient.cpp
2276 rendering/svg/RenderSVGResourceLinearGradient.cpp
2277 rendering/svg/RenderSVGResourceMarker.cpp
2278 rendering/svg/RenderSVGResourceMasker.cpp
2279 rendering/svg/RenderSVGResourcePattern.cpp
2280 rendering/svg/RenderSVGResourceRadialGradient.cpp
2281 rendering/svg/RenderSVGResourceSolidColor.cpp
2282 rendering/svg/RenderSVGRoot.cpp
2283 rendering/svg/RenderSVGShape.cpp
2284 rendering/svg/RenderSVGTSpan.cpp
2285 rendering/svg/RenderSVGText.cpp
2286 rendering/svg/RenderSVGTextPath.cpp
2287 rendering/svg/RenderSVGTransformableContainer.cpp
2288 rendering/svg/RenderSVGViewportContainer.cpp
2289 rendering/svg/SVGInlineFlowBox.cpp
2290 rendering/svg/SVGInlineTextBox.cpp
2291 rendering/svg/SVGPathData.cpp
2292 rendering/svg/SVGRenderSupport.cpp
2293 rendering/svg/SVGRenderTreeAsText.cpp
2294 rendering/svg/SVGRenderingContext.cpp
2295 rendering/svg/SVGResources.cpp
2296 rendering/svg/SVGResourcesCache.cpp
2297 rendering/svg/SVGResourcesCycleSolver.cpp
2298 rendering/svg/SVGRootInlineBox.cpp
2299 rendering/svg/SVGTextChunk.cpp
2300 rendering/svg/SVGTextChunkBuilder.cpp
2301 rendering/svg/SVGTextLayoutAttributes.cpp
2302 rendering/svg/SVGTextLayoutAttributesBuilder.cpp
2303 rendering/svg/SVGTextLayoutEngine.cpp
2304 rendering/svg/SVGTextLayoutEngineBaseline.cpp
2305 rendering/svg/SVGTextLayoutEngineSpacing.cpp
2306 rendering/svg/SVGTextRunRenderingContext.cpp
2307 rendering/svg/SVGTextMetrics.cpp
2308 rendering/svg/SVGTextMetricsBuilder.cpp
2309 rendering/svg/SVGTextQuery.cpp
2311 storage/StorageThread.cpp
2313 storage/StorageAreaImpl.cpp
2314 storage/StorageAreaSync.cpp
2315 storage/StorageEvent.cpp
2316 storage/StorageEventDispatcher.cpp
2317 storage/StorageMap.cpp
2318 storage/StorageNamespace.cpp
2319 storage/StorageNamespaceImpl.cpp
2320 storage/StorageStrategy.cpp
2321 storage/StorageSyncManager.cpp
2322 storage/StorageTracker.cpp
2324 style/StyleFontSizeFunctions.cpp
2325 style/StyleResolveForDocument.cpp
2326 style/StyleResolveTree.cpp
2328 svg/ColorDistance.cpp
2330 svg/SVGAltGlyphDefElement.cpp
2331 svg/SVGAltGlyphElement.cpp
2332 svg/SVGAltGlyphItemElement.cpp
2334 svg/SVGAnimateColorElement.cpp
2335 svg/SVGAnimatedAngle.cpp
2336 svg/SVGAnimatedBoolean.cpp
2337 svg/SVGAnimatedColor.cpp
2338 svg/SVGAnimatedEnumeration.cpp
2339 svg/SVGAnimatedInteger.cpp
2340 svg/SVGAnimatedIntegerOptionalInteger.cpp
2341 svg/SVGAnimatedLength.cpp
2342 svg/SVGAnimatedLengthList.cpp
2343 svg/SVGAnimatedNumber.cpp
2344 svg/SVGAnimatedNumberList.cpp
2345 svg/SVGAnimatedNumberOptionalNumber.cpp
2346 svg/SVGAnimatedPath.cpp
2347 svg/SVGAnimatedPointList.cpp
2348 svg/SVGAnimatedPreserveAspectRatio.cpp
2349 svg/SVGAnimatedRect.cpp
2350 svg/SVGAnimatedString.cpp
2351 svg/SVGAnimatedTransformList.cpp
2352 svg/SVGAnimatedType.cpp
2353 svg/SVGAnimatedTypeAnimator.cpp
2354 svg/SVGAnimateElement.cpp
2355 svg/SVGAnimateMotionElement.cpp
2356 svg/SVGAnimateTransformElement.cpp
2357 svg/SVGAnimationElement.cpp
2358 svg/SVGCircleElement.cpp
2359 svg/SVGClipPathElement.cpp
2361 svg/SVGComponentTransferFunctionElement.cpp
2362 svg/SVGCursorElement.cpp
2363 svg/SVGDefsElement.cpp
2364 svg/SVGDescElement.cpp
2366 svg/SVGDocumentExtensions.cpp
2368 svg/SVGElementInstance.cpp
2369 svg/SVGElementInstanceList.cpp
2370 svg/SVGEllipseElement.cpp
2371 svg/SVGException.cpp
2372 svg/SVGExternalResourcesRequired.cpp
2373 svg/SVGFEBlendElement.cpp
2374 svg/SVGFEColorMatrixElement.cpp
2375 svg/SVGFEComponentTransferElement.cpp
2376 svg/SVGFECompositeElement.cpp
2377 svg/SVGFEConvolveMatrixElement.cpp
2378 svg/SVGFEDiffuseLightingElement.cpp
2379 svg/SVGFEDisplacementMapElement.cpp
2380 svg/SVGFEDistantLightElement.cpp
2381 svg/SVGFEDropShadowElement.cpp
2382 svg/SVGFEFloodElement.cpp
2383 svg/SVGFEFuncAElement.cpp
2384 svg/SVGFEFuncBElement.cpp
2385 svg/SVGFEFuncGElement.cpp
2386 svg/SVGFEFuncRElement.cpp
2387 svg/SVGFEGaussianBlurElement.cpp
2388 svg/SVGFEImageElement.cpp
2389 svg/SVGFELightElement.cpp
2390 svg/SVGFEMergeElement.cpp
2391 svg/SVGFEMergeNodeElement.cpp
2392 svg/SVGFEMorphologyElement.cpp
2393 svg/SVGFEOffsetElement.cpp
2394 svg/SVGFEPointLightElement.cpp
2395 svg/SVGFESpecularLightingElement.cpp
2396 svg/SVGFESpotLightElement.cpp
2397 svg/SVGFETileElement.cpp
2398 svg/SVGFETurbulenceElement.cpp
2399 svg/SVGFilterElement.cpp
2400 svg/SVGFilterPrimitiveStandardAttributes.cpp
2401 svg/SVGFitToViewBox.cpp
2403 svg/SVGFontElement.cpp
2404 svg/SVGFontFaceElement.cpp
2405 svg/SVGFontFaceFormatElement.cpp
2406 svg/SVGFontFaceNameElement.cpp
2407 svg/SVGFontFaceSrcElement.cpp
2408 svg/SVGFontFaceUriElement.cpp
2409 svg/SVGForeignObjectElement.cpp
2411 svg/SVGGlyphElement.cpp
2412 svg/SVGGlyphRefElement.cpp
2413 svg/SVGGradientElement.cpp
2414 svg/SVGGraphicsElement.cpp
2415 svg/SVGHKernElement.cpp
2416 svg/SVGImageElement.cpp
2417 svg/SVGImageLoader.cpp
2418 svg/SVGLangSpace.cpp
2420 svg/SVGLengthContext.cpp
2421 svg/SVGLengthList.cpp
2422 svg/SVGLineElement.cpp
2423 svg/SVGLinearGradientElement.cpp
2424 svg/SVGLocatable.cpp
2425 svg/SVGMPathElement.cpp
2426 svg/SVGMarkerElement.cpp
2427 svg/SVGMaskElement.cpp
2428 svg/SVGMetadataElement.cpp
2429 svg/SVGMissingGlyphElement.cpp
2430 svg/SVGNumberList.cpp
2432 svg/SVGParserUtilities.cpp
2433 svg/SVGPathBlender.cpp
2434 svg/SVGPathBuilder.cpp
2435 svg/SVGPathByteStreamBuilder.cpp
2436 svg/SVGPathByteStreamSource.cpp
2437 svg/SVGPathElement.cpp
2438 svg/SVGPathParser.cpp
2439 svg/SVGPathSegList.cpp
2440 svg/SVGPathSegListBuilder.cpp
2441 svg/SVGPathSegListSource.cpp
2442 svg/SVGPathStringBuilder.cpp
2443 svg/SVGPathStringSource.cpp
2444 svg/SVGPathTraversalStateBuilder.cpp
2445 svg/SVGPathUtilities.cpp
2446 svg/SVGPatternElement.cpp
2447 svg/SVGPointList.cpp
2448 svg/SVGPolyElement.cpp
2449 svg/SVGPolygonElement.cpp
2450 svg/SVGPolylineElement.cpp
2451 svg/SVGPreserveAspectRatio.cpp
2452 svg/SVGRadialGradientElement.cpp
2453 svg/SVGRectElement.cpp
2454 svg/SVGSVGElement.cpp
2455 svg/SVGScriptElement.cpp
2456 svg/SVGSetElement.cpp
2457 svg/SVGStopElement.cpp
2458 svg/SVGStringList.cpp
2459 svg/SVGStyleElement.cpp
2460 svg/SVGSwitchElement.cpp
2461 svg/SVGSymbolElement.cpp
2462 svg/SVGTRefElement.cpp
2463 svg/SVGTSpanElement.cpp
2465 svg/SVGTextContentElement.cpp
2466 svg/SVGTextElement.cpp
2467 svg/SVGTextPathElement.cpp
2468 svg/SVGTextPositioningElement.cpp
2469 svg/SVGTitleElement.cpp
2470 svg/SVGTransform.cpp
2471 svg/SVGTransformDistance.cpp
2472 svg/SVGTransformList.cpp
2473 svg/SVGTransformable.cpp
2474 svg/SVGURIReference.cpp
2475 svg/SVGUseElement.cpp
2476 svg/SVGViewElement.cpp
2478 svg/SVGVKernElement.cpp
2479 svg/SVGZoomAndPan.cpp
2480 svg/SVGZoomEvent.cpp
2482 svg/animation/SMILTime.cpp
2483 svg/animation/SMILTimeContainer.cpp
2484 svg/animation/SVGSMILElement.cpp
2486 svg/graphics/SVGImage.cpp
2487 svg/graphics/SVGImageCache.cpp
2488 svg/graphics/SVGImageForContainer.cpp
2490 svg/graphics/filters/SVGFEImage.cpp
2491 svg/graphics/filters/SVGFilter.cpp
2492 svg/graphics/filters/SVGFilterBuilder.cpp
2494 svg/properties/SVGAnimatedProperty.cpp
2495 svg/properties/SVGAttributeToPropertyMap.cpp
2496 svg/properties/SVGPathSegListPropertyTearOff.cpp
2498 workers/AbstractWorker.cpp
2499 workers/DedicatedWorkerGlobalScope.cpp
2500 workers/DedicatedWorkerThread.cpp
2501 workers/DefaultSharedWorkerRepository.cpp
2502 workers/SharedWorker.cpp
2503 workers/SharedWorkerGlobalScope.cpp
2504 workers/SharedWorkerRepository.cpp
2505 workers/SharedWorkerThread.cpp
2507 workers/WorkerGlobalScope.cpp
2508 workers/WorkerEventQueue.cpp
2509 workers/WorkerLocation.cpp
2510 workers/WorkerMessagingProxy.cpp
2511 workers/WorkerRunLoop.cpp
2512 workers/WorkerScriptLoader.cpp
2513 workers/WorkerThread.cpp
2516 xml/NativeXPathNSResolver.cpp
2518 xml/XMLHttpRequest.cpp
2519 xml/XMLHttpRequestException.cpp
2520 xml/XMLHttpRequestProgressEventThrottle.cpp
2521 xml/XMLHttpRequestUpload.cpp
2522 xml/XMLTreeViewer.cpp
2523 xml/XMLSerializer.cpp
2524 xml/XPathEvaluator.cpp
2525 xml/XPathException.cpp
2526 xml/XPathExpression.cpp
2527 xml/XPathExpressionNode.cpp
2528 xml/XPathFunctions.cpp
2529 xml/XPathNSResolver.cpp
2530 xml/XPathNodeSet.cpp
2533 xml/XPathPredicate.cpp
2538 xml/XPathVariableReference.cpp
2539 xml/XSLImportRule.cpp
2540 xml/XSLStyleSheetLibxslt.cpp
2541 xml/XSLTExtensions.cpp
2542 xml/XSLTProcessor.cpp
2543 xml/XSLTProcessorLibxslt.cpp
2544 xml/XSLTUnicodeSort.cpp
2546 xml/parser/XMLDocumentParser.cpp
2547 xml/parser/XMLDocumentParserLibxml2.cpp
2548 xml/parser/XMLDocumentParserScope.cpp
2551 # GCC 4.6.x crashes when building this file with -O3 and -DNDEBUG.
2552 # References: https://bugs.webkit.org/show_bug.cgi?id=97268
2553 # https://bugs.webkit.org/show_bug.cgi?id=114627
2554 if (CMAKE_COMPILER_IS_GNUCXX) # Can restrict based on the version.
2555 string(TOUPPER "CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE}" _CXXFLAGS_VARNAME)
2557 string(FIND ${${_CXXFLAGS_VARNAME}} "-O3" _CXXFLAGS_O3_INDEX)
2558 if (_CXXFLAGS_O3_INDEX GREATER -1)
2559 string(REPLACE "-O3" "-O2" _CXXFLAGS ${${_CXXFLAGS_VARNAME}})
2560 set_source_files_properties(Modules/websockets/WebSocketDeflater.cpp
2561 PROPERTIES COMPILE_FLAGS "${_CXXFLAGS}")
2565 set(WebCore_CSS_PROPERTY_NAMES
2566 ${WEBCORE_DIR}/css/CSSPropertyNames.in
2569 set(WebCore_CSS_VALUE_KEYWORDS
2570 ${WEBCORE_DIR}/css/CSSValueKeywords.in
2573 set(WebCore_USER_AGENT_STYLE_SHEETS
2574 ${WEBCORE_DIR}/css/html.css
2575 ${WEBCORE_DIR}/css/fullscreen.css
2576 ${WEBCORE_DIR}/css/mathml.css
2577 ${WEBCORE_DIR}/css/mediaControls.css
2578 ${WEBCORE_DIR}/css/plugIns.css
2579 ${WEBCORE_DIR}/css/quirks.css
2580 ${WEBCORE_DIR}/css/svg.css
2581 ${WEBCORE_DIR}/css/view-source.css
2584 set(WebCore_PLUG_INS_RESOURCES
2585 ${WEBCORE_DIR}/Resources/plugIns.js
2588 set(WebCore_LIBRARIES
2593 if (ENABLE_SQL_DATABASE AND ENABLE_WORKERS)
2594 list(APPEND WebCore_SOURCES
2595 Modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp
2598 list(APPEND WebCore_IDL_FILES
2599 Modules/webdatabase/WorkerGlobalScopeWebDatabase.idl
2603 if (ENABLE_NETSCAPE_PLUGIN_API)
2604 list(APPEND WebCore_SOURCES
2605 plugins/PluginPackage.cpp
2609 list(APPEND WebCore_SOURCES
2610 plugins/PluginPackageNone.cpp
2611 plugins/PluginViewNone.cpp
2616 list(APPEND WebCore_CSS_PROPERTY_NAMES
2617 ${WEBCORE_DIR}/css/SVGCSSPropertyNames.in
2619 list(APPEND WebCore_CSS_VALUE_KEYWORDS
2620 ${WEBCORE_DIR}/css/SVGCSSValueKeywords.in
2624 if (ENABLE_SMOOTH_SCROLLING)
2625 list(APPEND WebCore_SOURCES
2626 platform/ScrollAnimatorNone.cpp
2631 set(WTF_USE_3D_GRAPHICS 1)
2632 add_definitions(-DWTF_USE_3D_GRAPHICS=1)
2634 list(APPEND WebCore_SOURCES
2635 html/canvas/OESStandardDerivatives.cpp
2636 html/canvas/OESTextureFloat.cpp
2637 html/canvas/OESTextureHalfFloat.cpp
2638 html/canvas/OESVertexArrayObject.cpp
2639 html/canvas/OESElementIndexUint.cpp
2640 html/canvas/WebGLBuffer.cpp
2641 html/canvas/WebGLCompressedTextureATC.cpp
2642 html/canvas/WebGLCompressedTexturePVRTC.cpp
2643 html/canvas/WebGLCompressedTextureS3TC.cpp
2644 html/canvas/WebGLContextAttributes.cpp
2645 html/canvas/WebGLContextEvent.cpp
2646 html/canvas/WebGLContextGroup.cpp
2647 html/canvas/WebGLContextObject.cpp
2648 html/canvas/WebGLDebugRendererInfo.cpp
2649 html/canvas/WebGLDebugShaders.cpp
2650 html/canvas/WebGLDepthTexture.cpp
2651 html/canvas/WebGLFramebuffer.cpp
2652 html/canvas/WebGLGetInfo.cpp
2653 html/canvas/WebGLLoseContext.cpp
2654 html/canvas/WebGLObject.cpp
2655 html/canvas/WebGLProgram.cpp
2656 html/canvas/WebGLRenderbuffer.cpp
2657 html/canvas/WebGLRenderingContext.cpp
2658 html/canvas/WebGLShader.cpp
2659 html/canvas/WebGLShaderPrecisionFormat.cpp
2660 html/canvas/WebGLSharedObject.cpp
2661 html/canvas/WebGLTexture.cpp
2662 html/canvas/WebGLUniformLocation.cpp
2663 html/canvas/WebGLVertexArrayObjectOES.cpp
2664 html/canvas/WebGLExtension.cpp
2665 html/canvas/EXTDrawBuffers.cpp
2666 html/canvas/EXTTextureFilterAnisotropic.cpp
2667 html/canvas/OESStandardDerivatives.cpp
2668 html/canvas/OESTextureFloat.cpp
2669 html/canvas/OESTextureHalfFloat.cpp
2670 html/canvas/OESVertexArrayObject.cpp
2671 html/canvas/OESElementIndexUint.cpp
2673 list(APPEND WebCore_IDL_FILES
2674 html/canvas/EXTDrawBuffers.idl
2675 html/canvas/EXTTextureFilterAnisotropic.idl
2676 html/canvas/OESStandardDerivatives.idl
2677 html/canvas/OESTextureFloat.idl
2678 html/canvas/OESTextureHalfFloat.idl
2679 html/canvas/OESVertexArrayObject.idl
2680 html/canvas/OESElementIndexUint.idl
2681 html/canvas/WebGLActiveInfo.idl
2682 html/canvas/WebGLBuffer.idl
2683 html/canvas/WebGLCompressedTextureATC.idl
2684 html/canvas/WebGLCompressedTexturePVRTC.idl
2685 html/canvas/WebGLCompressedTextureS3TC.idl
2686 html/canvas/WebGLContextAttributes.idl
2687 html/canvas/WebGLContextEvent.idl
2688 html/canvas/WebGLDebugRendererInfo.idl
2689 html/canvas/WebGLDebugShaders.idl
2690 html/canvas/WebGLDepthTexture.idl
2691 html/canvas/WebGLFramebuffer.idl
2692 html/canvas/WebGLLoseContext.idl
2693 html/canvas/WebGLProgram.idl
2694 html/canvas/WebGLRenderbuffer.idl
2695 html/canvas/WebGLRenderingContext.idl
2696 html/canvas/WebGLShader.idl
2697 html/canvas/WebGLShaderPrecisionFormat.idl
2698 html/canvas/WebGLTexture.idl
2699 html/canvas/WebGLUniformLocation.idl
2700 html/canvas/WebGLVertexArrayObjectOES.idl
2704 if (ENABLE_VIDEO_TRACK)
2705 list(APPEND WebCore_IDL_FILES
2706 html/track/AudioTrack.idl
2707 html/track/AudioTrackList.idl
2708 html/track/TextTrack.idl
2709 html/track/TextTrackCue.idl
2710 html/track/TextTrackCueList.idl
2711 html/track/TextTrackList.idl
2712 html/track/TrackEvent.idl
2713 html/track/VideoTrack.idl
2714 html/track/VideoTrackList.idl
2717 list(APPEND WebCore_SOURCES
2718 html/track/AudioTrack.cpp
2719 html/track/AudioTrackList.cpp
2720 html/track/InbandGenericTextTrack.cpp
2721 html/track/InbandTextTrack.cpp
2722 html/track/InbandWebVTTTextTrack.cpp
2723 html/track/LoadableTextTrack.cpp
2724 html/track/TextTrack.cpp
2725 html/track/TextTrackCue.cpp
2726 html/track/TextTrackCueGeneric.cpp
2727 html/track/TextTrackCueList.cpp
2728 html/track/TextTrackList.cpp
2729 html/track/TrackBase.cpp
2730 html/track/TrackEvent.cpp
2731 html/track/TrackListBase.cpp
2732 html/track/WebVTTElement.cpp
2733 html/track/WebVTTParser.cpp
2734 html/track/WebVTTTokenizer.cpp
2735 html/track/VideoTrack.cpp
2736 html/track/VideoTrackList.cpp
2738 loader/cache/CachedTextTrack.cpp
2740 platform/graphics/TextTrackRepresentation.cpp
2745 list(APPEND WebCore_SOURCES
2746 Modules/quota/DOMWindowQuota.cpp
2747 Modules/quota/NavigatorStorageQuota.cpp
2748 Modules/quota/StorageErrorCallback.cpp
2749 Modules/quota/StorageInfo.cpp
2750 Modules/quota/StorageQuota.cpp
2751 Modules/quota/WorkerNavigatorStorageQuota.cpp
2754 list(APPEND WebCore_IDL_FILES
2755 Modules/quota/DOMWindowQuota.idl
2756 Modules/quota/NavigatorStorageQuota.idl
2757 Modules/quota/StorageErrorCallback.idl
2758 Modules/quota/StorageInfo.idl
2759 Modules/quota/StorageQuota.idl
2760 Modules/quota/StorageQuotaCallback.idl
2761 Modules/quota/StorageUsageCallback.idl
2762 Modules/quota/WorkerNavigatorStorageQuota.idl
2767 if (WTF_USE_ICU_UNICODE)
2768 list(APPEND WebCore_SOURCES
2769 platform/text/TextBreakIteratorICU.cpp
2770 platform/text/TextCodecICU.cpp
2771 platform/text/TextEncodingDetectorICU.cpp
2773 list(APPEND WebCore_INCLUDE_DIRECTORIES
2776 list(APPEND WebCore_LIBRARIES
2779 elseif (WTF_USE_WCHAR_UNICODE)
2780 list(APPEND WebCore_SOURCES
2781 platform/text/TextEncodingDetectorNone.cpp
2783 platform/text/wchar/TextBreakIteratorWchar.cpp
2788 if (WTF_USE_LEVELDB)
2789 list(APPEND WebCore_INCLUDE_DIRECTORIES
2790 "${THIRDPARTY_DIR}/leveldb/include"
2791 "${THIRDPARTY_DIR}/leveldb"
2793 list(APPEND LEVELDB_SOURCES
2794 ${THIRDPARTY_DIR}/leveldb/db/builder.cc
2795 ${THIRDPARTY_DIR}/leveldb/db/c.cc
2796 ${THIRDPARTY_DIR}/leveldb/db/dbformat.cc
2797 ${THIRDPARTY_DIR}/leveldb/db/db_impl.cc
2798 ${THIRDPARTY_DIR}/leveldb/db/db_iter.cc
2799 ${THIRDPARTY_DIR}/leveldb/db/filename.cc
2800 ${THIRDPARTY_DIR}/leveldb/db/log_reader.cc
2801 ${THIRDPARTY_DIR}/leveldb/db/log_writer.cc
2802 ${THIRDPARTY_DIR}/leveldb/db/memtable.cc
2803 ${THIRDPARTY_DIR}/leveldb/db/repair.cc
2804 ${THIRDPARTY_DIR}/leveldb/db/table_cache.cc
2805 ${THIRDPARTY_DIR}/leveldb/db/version_edit.cc
2806 ${THIRDPARTY_DIR}/leveldb/db/version_set.cc
2807 ${THIRDPARTY_DIR}/leveldb/db/write_batch.cc
2808 ${THIRDPARTY_DIR}/leveldb/helpers/memenv/memenv.cc
2809 ${THIRDPARTY_DIR}/leveldb/port/port_posix.cc
2810 ${THIRDPARTY_DIR}/leveldb/table/block_builder.cc
2811 ${THIRDPARTY_DIR}/leveldb/table/block.cc
2812 ${THIRDPARTY_DIR}/leveldb/table/filter_block.cc
2813 ${THIRDPARTY_DIR}/leveldb/table/format.cc
2814 ${THIRDPARTY_DIR}/leveldb/table/iterator.cc
2815 ${THIRDPARTY_DIR}/leveldb/table/merger.cc
2816 ${THIRDPARTY_DIR}/leveldb/table/table_builder.cc
2817 ${THIRDPARTY_DIR}/leveldb/table/table.cc
2818 ${THIRDPARTY_DIR}/leveldb/table/two_level_iterator.cc
2819 ${THIRDPARTY_DIR}/leveldb/util/arena.cc
2820 ${THIRDPARTY_DIR}/leveldb/util/bloom.cc
2821 ${THIRDPARTY_DIR}/leveldb/util/cache.cc
2822 ${THIRDPARTY_DIR}/leveldb/util/coding.cc
2823 ${THIRDPARTY_DIR}/leveldb/util/comparator.cc
2824 ${THIRDPARTY_DIR}/leveldb/util/crc32c.cc
2825 ${THIRDPARTY_DIR}/leveldb/util/env.cc
2826 ${THIRDPARTY_DIR}/leveldb/util/env_posix.cc
2827 ${THIRDPARTY_DIR}/leveldb/util/filter_policy.cc
2828 ${THIRDPARTY_DIR}/leveldb/util/hash.cc
2829 ${THIRDPARTY_DIR}/leveldb/util/histogram.cc
2830 ${THIRDPARTY_DIR}/leveldb/util/logging.cc
2831 ${THIRDPARTY_DIR}/leveldb/util/options.cc
2832 ${THIRDPARTY_DIR}/leveldb/util/status.cc
2836 if (WTF_USE_3D_GRAPHICS)
2837 list(APPEND WebCore_INCLUDE_DIRECTORIES
2838 ${OPENGL_INCLUDE_DIR}
2839 "${THIRDPARTY_DIR}/ANGLE/src"
2840 "${THIRDPARTY_DIR}/ANGLE/include"
2841 "${THIRDPARTY_DIR}/ANGLE/include/KHR"
2842 "${THIRDPARTY_DIR}/ANGLE/include/GLSLANG"
2843 "${WEBCORE_DIR}/platform/graphics/gpu"
2845 list(APPEND WebCore_LIBRARIES
2846 ${OPENGL_gl_LIBRARY}
2849 list(APPEND ANGLESupport_SOURCES
2850 ${DERIVED_SOURCES_WEBCORE_DIR}/glslang.cpp
2851 ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.cpp
2852 ${THIRDPARTY_DIR}/ANGLE/src/compiler/BuiltInFunctionEmulator.cpp
2853 ${THIRDPARTY_DIR}/ANGLE/src/compiler/CodeGenGLSL.cpp
2854 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Compiler.cpp
2855 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Diagnostics.cpp
2856 ${THIRDPARTY_DIR}/ANGLE/src/compiler/DirectiveHandler.cpp
2857 ${THIRDPARTY_DIR}/ANGLE/src/compiler/debug.cpp
2858 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraph.cpp
2859 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphBuilder.cpp
2860 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphOutput.cpp
2861 ${THIRDPARTY_DIR}/ANGLE/src/compiler/depgraph/DependencyGraphTraverse.cpp
2862 ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectCallDepth.cpp
2863 ${THIRDPARTY_DIR}/ANGLE/src/compiler/DetectDiscontinuity.cpp
2864 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ForLoopUnroll.cpp
2865 ${THIRDPARTY_DIR}/ANGLE/src/compiler/InfoSink.cpp
2866 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Initialize.cpp
2867 ${THIRDPARTY_DIR}/ANGLE/src/compiler/InitializeDll.cpp
2868 ${THIRDPARTY_DIR}/ANGLE/src/compiler/InitializeParseContext.cpp
2869 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Intermediate.cpp
2870 ${THIRDPARTY_DIR}/ANGLE/src/compiler/intermOut.cpp
2871 ${THIRDPARTY_DIR}/ANGLE/src/compiler/IntermTraverse.cpp
2872 ${THIRDPARTY_DIR}/ANGLE/src/compiler/MapLongVariableNames.cpp
2873 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputESSL.cpp
2874 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputGLSL.cpp
2875 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputGLSLBase.cpp
2876 ${THIRDPARTY_DIR}/ANGLE/src/compiler/OutputHLSL.cpp
2877 ${THIRDPARTY_DIR}/ANGLE/src/compiler/parseConst.cpp
2878 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ParseHelper.cpp
2879 ${THIRDPARTY_DIR}/ANGLE/src/compiler/PoolAlloc.cpp
2880 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DiagnosticsBase.cpp
2881 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveHandlerBase.cpp
2882 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/DirectiveParser.cpp
2883 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/ExpressionParser.cpp
2884 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Input.cpp
2885 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Lexer.cpp
2886 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Macro.cpp
2887 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/MacroExpander.cpp
2888 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Preprocessor.cpp
2889 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Token.cpp
2890 ${THIRDPARTY_DIR}/ANGLE/src/compiler/preprocessor/Tokenizer.cpp
2891 ${THIRDPARTY_DIR}/ANGLE/src/compiler/QualifierAlive.cpp
2892 ${THIRDPARTY_DIR}/ANGLE/src/compiler/RemoveTree.cpp
2893 ${THIRDPARTY_DIR}/ANGLE/src/compiler/SearchSymbol.cpp
2894 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ShaderLang.cpp
2895 ${THIRDPARTY_DIR}/ANGLE/src/compiler/SymbolTable.cpp
2896 ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictFragmentShaderTiming.cpp
2897 ${THIRDPARTY_DIR}/ANGLE/src/compiler/timing/RestrictVertexShaderTiming.cpp
2898 ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorESSL.cpp
2899 ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorGLSL.cpp
2900 ${THIRDPARTY_DIR}/ANGLE/src/compiler/TranslatorHLSL.cpp
2901 ${THIRDPARTY_DIR}/ANGLE/src/compiler/Uniform.cpp
2902 ${THIRDPARTY_DIR}/ANGLE/src/compiler/UnfoldShortCircuit.cpp
2903 ${THIRDPARTY_DIR}/ANGLE/src/compiler/util.cpp
2904 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ValidateLimitations.cpp
2905 ${THIRDPARTY_DIR}/ANGLE/src/compiler/VariableInfo.cpp
2906 ${THIRDPARTY_DIR}/ANGLE/src/compiler/VariablePacker.cpp
2907 ${THIRDPARTY_DIR}/ANGLE/src/compiler/VersionGLSL.cpp
2908 ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
2912 list(APPEND ANGLESupport_SOURCES
2913 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ossource_win.cpp
2916 list(APPEND ANGLESupport_SOURCES
2917 ${THIRDPARTY_DIR}/ANGLE/src/compiler/ossource_posix.cpp
2921 list(APPEND WebCore_SOURCES
2922 platform/graphics/ANGLEWebKitBridge.cpp
2923 platform/graphics/GraphicsContext3D.cpp
2924 platform/graphics/gpu/DrawingBuffer.cpp
2928 set(WebCoreTestSupport_INCLUDE_DIRECTORIES
2929 "${WEBCORE_DIR}/testing"
2930 "${WEBCORE_DIR}/platform/mock"
2933 set(WebCoreTestSupport_IDL_INCLUDES
2937 set(WebCoreTestSupport_IDL_FILES
2938 testing/Internals.idl
2939 testing/InternalSettings.idl
2940 testing/MallocStatistics.idl
2941 testing/MemoryInfo.idl
2942 testing/TypeConversions.idl
2945 set(WebCoreTestSupport_SOURCES
2946 testing/Internals.cpp
2947 testing/InternalSettings.cpp
2948 platform/mock/PlatformSpeechSynthesizerMock.cpp
2951 set(WebCoreTestSupport_LIBRARIES
2957 # Modules that the bindings generator scripts may use
2958 set(SCRIPTS_RESOLVE_SUPPLEMENTAL
2959 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
2961 set(SCRIPTS_BINDINGS
2962 ${WEBCORE_DIR}/bindings/scripts/IDLParser.pm
2963 ${WEBCORE_DIR}/bindings/scripts/InFilesParser.pm
2964 ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
2966 set(IDL_FILES_TMP ${DERIVED_SOURCES_WEBCORE_DIR}/idl_files.tmp)
2967 set(SUPPLEMENTAL_DEPENDENCY_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/supplemental_dependency.tmp)
2968 set(WINDOW_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DOMWindowConstructors.idl)
2969 set(WORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/WorkerGlobalScopeConstructors.idl)
2970 set(SHAREDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/SharedWorkerGlobalScopeConstructors.idl)
2971 set(DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE ${DERIVED_SOURCES_WEBCORE_DIR}/DedicatedWorkerGlobalScopeConstructors.idl)
2972 set(IDL_ATTRIBUTES_FILE ${WEBCORE_DIR}/bindings/scripts/IDLAttributes.txt)
2974 include(${WEBCORE_DIR}/UseJSC.cmake)
2976 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
2978 # ANGLE tokenizer & parser
2980 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/glslang.cpp
2981 MAIN_DEPENDENCY ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.l
2982 COMMAND ${FLEX_EXECUTABLE} --noline --nounistd --outfile=glslang.cpp ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.l
2983 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2987 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/glslang_tab.h
2988 MAIN_DEPENDENCY ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.y
2989 COMMAND ${BISON_EXECUTABLE} --no-lines --defines=glslang_tab.h --skeleton=yacc.c --output=glslang_tab.cpp ${THIRDPARTY_DIR}/ANGLE/src/compiler/glslang.y
2990 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
2993 # All Web Inspector generated files are created with this one call to CodeGeneratorInspector.pm
2995 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h
2996 MAIN_DEPENDENCY inspector/Inspector.json
2997 DEPENDS ${WEBCORE_DIR}/inspector/generate-inspector-protocol-version ${WEBCORE_DIR}/inspector/Inspector.json
2998 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/generate-inspector-protocol-version -o ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h ${WEBCORE_DIR}/inspector/Inspector.json
3000 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorProtocolVersion.h)
3003 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.h
3004 MAIN_DEPENDENCY inspector/Inspector.json
3005 DEPENDS ${WEBCORE_DIR}/inspector/CodeGeneratorInspector.py
3006 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/inspector/CodeGeneratorInspector.py ${WEBCORE_DIR}/inspector/Inspector.json --output_h_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --output_cpp_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --output_js_dir "${DERIVED_SOURCES_WEBCORE_DIR}" --write_always
3008 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorBackendDispatcher.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorFrontend.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorTypeBuilder.cpp)
3011 # Generate InspectorOverlayPage.h
3013 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h
3014 MAIN_DEPENDENCY inspector/InspectorOverlayPage.html
3015 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InspectorOverlayPage_html ${WEBCORE_DIR}/inspector/InspectorOverlayPage.html ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h
3017 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h)
3020 # Generate InjectedScriptSource.h
3022 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h
3023 MAIN_DEPENDENCY inspector/InjectedScriptSource.js
3024 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InjectedScriptSource_js ${WEBCORE_DIR}/inspector/InjectedScriptSource.js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h
3026 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptSource.h)
3029 # Generate InjectedScriptCanvasModuleSource.h
3031 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.h
3032 MAIN_DEPENDENCY inspector/InjectedScriptCanvasModuleSource.js
3033 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl InjectedScriptCanvasModuleSource_js ${WEBCORE_DIR}/inspector/InjectedScriptCanvasModuleSource.js ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.h
3035 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InjectedScriptCanvasModuleSource.h)
3038 MAKE_HASH_TOOLS(${WEBCORE_DIR}/platform/ColorData)
3039 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ColorData.cpp)
3042 # Generate XMLViewerCSS.h
3044 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
3045 MAIN_DEPENDENCY xml/XMLViewer.css
3046 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl XMLViewer_css ${WEBCORE_DIR}/xml/XMLViewer.css ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h
3048 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerCSS.h)
3051 # Generate XMLViewerJS.h
3053 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
3054 MAIN_DEPENDENCY xml/XMLViewer.js
3055 COMMAND ${PERL_EXECUTABLE} ${WEBCORE_DIR}/inspector/xxd.pl XMLViewer_js ${WEBCORE_DIR}/xml/XMLViewer.js ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h
3057 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLViewerJS.h)
3060 # Generate HTML entity table
3062 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp
3063 MAIN_DEPENDENCY ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3064 DEPENDS ${WEBCORE_DIR}/html/parser/create-html-entity-table
3065 COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/html/parser/create-html-entity-table -o ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp ${WEBCORE_DIR}/html/parser/HTMLEntityNames.in
3067 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLEntityTable.cpp)
3069 # Generate CSS property names
3071 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
3072 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makeprop.pl
3073 DEPENDS ${WebCore_CSS_PROPERTY_NAMES}
3074 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3075 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_PROPERTY_NAMES} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.in
3076 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makeprop.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3078 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSPropertyNames.cpp)
3079 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3080 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSPropertyNames.h)
3083 # Generate CSS value keywords
3085 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
3086 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/makevalues.pl
3087 DEPENDS ${WebCore_CSS_VALUE_KEYWORDS}
3088 WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
3089 COMMAND ${PERL_EXECUTABLE} -ne "print" ${WebCore_CSS_VALUE_KEYWORDS} > ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.in
3090 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/makevalues.pl --defines "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}"
3092 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSValueKeywords.cpp)
3093 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSParser.cpp CSSValueKeywords.h)
3094 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSPrimitiveValueMappings.h CSSValueKeywords.h)
3095 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp CSSValueKeywords.h)
3097 # Generate user agent styles
3099 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h
3100 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3101 DEPENDS ${WebCore_USER_AGENT_STYLE_SHEETS} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3102 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}
3104 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp)
3105 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp UserAgentStyleSheetsData.cpp UserAgentStyleSheets.h)
3107 # Generate plug-in resources
3109 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResources.h
3110 MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
3111 DEPENDS ${WebCore_PLUG_INS_RESOURCES} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
3112 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}
3114 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/PlugInsResourcesData.cpp)
3115 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/StyleResolver.cpp PlugInsResourcesData.cpp PlugInsResources.h)
3117 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}")
3118 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/CSSGrammar.cpp)
3121 GENERATE_GRAMMAR(xpathyy ${WEBCORE_DIR}/xml/XPathGrammar.y ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.h ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp "")
3122 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XPathGrammar.cpp)
3126 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/html/HTMLTreeBuilder.cpp MathMLNames.cpp)
3129 GENERATE_DOM_NAMES(HTML ${WEBCORE_DIR}/html/HTMLAttributeNames.in ${WEBCORE_DIR}/html/HTMLTagNames.in "")
3130 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTMLElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSHTMLElementWrapperFactory.cpp)
3133 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventNames.in EventFactory.cpp)
3134 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/EventFactory.cpp)
3137 GENERATE_EVENT_FACTORY(${WEBCORE_DIR}/dom/EventTargetFactory.in EventTargetInterfaces.h)
3138 ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/dom/EventNames.cpp EventTargetInterfaces.h)
3141 GENERATE_EXCEPTION_CODE_DESCRIPTION(${WEBCORE_DIR}/dom/DOMExceptions.in ExceptionCodeDescription.cpp)
3142 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/ExceptionCodeDescription.cpp)
3145 GENERATE_SETTINGS_MACROS(${WEBCORE_DIR}/page/Settings.in SettingsMacros.h)
3146 list(APPEND WebCoreTestSupport_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/InternalSettingsGenerated.cpp)
3149 GENERATE_FONT_NAMES(${WEBCORE_DIR}/css/WebKitFontFamilyNames.in)
3150 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitFontFamilyNames.cpp)
3153 GENERATE_DOM_NAMES(MathML ${WEBCORE_DIR}/mathml/mathattrs.in ${WEBCORE_DIR}/mathml/mathtags.in "")
3154 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLNames.cpp)
3156 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/MathMLElementFactory.cpp)
3159 # SVG extra defines need to map to a numerical value for correct preprocessing of svgtags.in.
3160 set(SVG_EXTRA_DEFINES "")
3162 list(APPEND SVG_EXTRA_DEFINES "ENABLE_FILTERS=1")
3164 if (ENABLE_SVG_FONTS)
3165 list(APPEND SVG_EXTRA_DEFINES "ENABLE_SVG_FONTS=1")
3168 GENERATE_DOM_NAMES(SVG ${WEBCORE_DIR}/svg/svgattrs.in ${WEBCORE_DIR}/svg/svgtags.in "${SVG_EXTRA_DEFINES}")
3169 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGNames.cpp)
3171 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/SVGElementFactory.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/JSSVGElementWrapperFactory.cpp)
3175 GENERATE_DOM_NAMES(XLink ${WEBCORE_DIR}/svg/xlinkattrs.in)
3176 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XLinkNames.cpp)
3179 GENERATE_DOM_NAMES(XMLNS ${WEBCORE_DIR}/xml/xmlnsattrs.in)
3180 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNSNames.cpp)
3183 GENERATE_DOM_NAMES(XML ${WEBCORE_DIR}/xml/xmlattrs.in)
3184 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/XMLNames.cpp)
3187 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h
3188 MAIN_DEPENDENCY ${WEBKIT_DIR}/scripts/generate-webkitversion.pl
3189 DEPENDS ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig
3190 COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/scripts/generate-webkitversion.pl --config ${WEBKIT_DIR}/mac/Configurations/Version.xcconfig --outputDir ${DERIVED_SOURCES_WEBCORE_DIR}
3192 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/WebKitVersion.h)
3194 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_SOURCES})
3195 WEBKIT_WRAP_SOURCELIST(${WebCoreTestSupport_IDL_FILES} ${WebCoreTestSupport_SOURCES})
3197 add_definitions(-DBUILDING_WebCore)
3198 include_directories(${WebCore_INCLUDE_DIRECTORIES} ${WebCoreTestSupport_INCLUDE_DIRECTORIES})
3200 add_library(WebCore ${WebCore_LIBRARY_TYPE} ${WebCore_SOURCES})
3201 set_target_properties(WebCore PROPERTIES FOLDER "WebCore")
3202 set_target_properties(WebCore PROPERTIES LINK_INTERFACE_LIBRARIES "")
3204 if (WebCore_OUTPUT_NAME)
3205 set_target_properties(WebCore PROPERTIES OUTPUT_NAME ${WebCore_OUTPUT_NAME})
3208 add_library(WebCoreTestSupport ${WebCoreTestSupport_LIBRARY_TYPE} ${WebCoreTestSupport_SOURCES})
3209 target_link_libraries(WebCoreTestSupport ${WebCoreTestSupport_LIBRARIES})
3210 set_target_properties(WebCoreTestSupport PROPERTIES FOLDER "WebCore")
3212 if (WebCoreTestSupport_OUTPUT_NAME)
3213 set_target_properties(WebCoreTestSupport PROPERTIES OUTPUT_NAME ${WebCoreTestSupport_OUTPUT_NAME})
3216 if (WTF_USE_LEVELDB)
3217 add_library(leveldb STATIC ${LEVELDB_SOURCES})
3218 target_link_libraries(leveldb ${CMAKE_THREAD_LIBS_INIT})
3219 set_target_properties(leveldb PROPERTIES COMPILE_DEFINITIONS "LEVELDB_PLATFORM_POSIX=1 OS_LINUX=1")
3220 list(APPEND WebCore_LIBRARIES leveldb)
3221 WEBKIT_SET_EXTRA_COMPILER_FLAGS(leveldb IGNORECXX_WARNINGS)
3224 if (WTF_USE_3D_GRAPHICS)
3225 add_library(ANGLESupport STATIC ${ANGLESupport_SOURCES})
3226 set_target_properties(ANGLESupport PROPERTIES FOLDER "WebCore")
3227 list(APPEND WebCore_LIBRARIES ANGLESupport)
3228 WEBKIT_SET_EXTRA_COMPILER_FLAGS(ANGLESupport IGNORECXX_WARNINGS)
3231 target_link_libraries(WebCore ${WebCore_LIBRARIES})
3233 if (WebCore_OUTPUT_NAME)
3234 set_target_properties(WebCore PROPERTIES OUTPUT_NAME ${WebCore_OUTPUT_NAME})
3238 set_target_properties(WebCore PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
3239 install(TARGETS WebCore DESTINATION "${LIB_INSTALL_DIR}")