2022-04-30 13:50:51 +03:00
|
|
|
include(libweb_generators)
|
|
|
|
|
2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
2023-01-29 01:23:16 +03:00
|
|
|
ARIA/ARIAMixin.cpp
|
|
|
|
ARIA/ARIAMixin.idl
|
|
|
|
ARIA/Roles.cpp
|
2022-02-26 13:34:08 +03:00
|
|
|
Bindings/AudioConstructor.cpp
|
2022-09-25 00:39:23 +03:00
|
|
|
Bindings/HostDefined.cpp
|
2021-03-20 08:22:27 +03:00
|
|
|
Bindings/ImageConstructor.cpp
|
2022-09-25 00:39:23 +03:00
|
|
|
Bindings/Intrinsics.cpp
|
2022-08-11 17:27:43 +03:00
|
|
|
Bindings/LegacyPlatformObject.cpp
|
2022-04-05 23:54:04 +03:00
|
|
|
Bindings/LocationConstructor.cpp
|
2021-02-03 12:41:07 +03:00
|
|
|
Bindings/MainThreadVM.cpp
|
2022-04-04 04:07:03 +03:00
|
|
|
Bindings/OptionConstructor.cpp
|
2022-08-27 14:53:31 +03:00
|
|
|
Bindings/PlatformObject.cpp
|
2021-09-30 20:02:55 +03:00
|
|
|
Crypto/Crypto.cpp
|
2021-12-14 01:09:55 +03:00
|
|
|
Crypto/SubtleCrypto.cpp
|
2022-02-21 20:43:30 +03:00
|
|
|
CSS/Angle.cpp
|
2023-03-30 18:57:49 +03:00
|
|
|
CSS/CalculatedOr.cpp
|
2022-07-31 19:47:09 +03:00
|
|
|
CSS/Clip.cpp
|
2023-03-15 17:55:53 +03:00
|
|
|
CSS/CSS.cpp
|
2021-09-28 18:53:15 +03:00
|
|
|
CSS/CSSConditionRule.cpp
|
2021-09-28 18:20:32 +03:00
|
|
|
CSS/CSSGroupingRule.cpp
|
2021-02-21 19:36:34 +03:00
|
|
|
CSS/CSSImportRule.cpp
|
2022-03-28 22:30:26 +03:00
|
|
|
CSS/CSSFontFaceRule.cpp
|
2021-09-29 14:48:04 +03:00
|
|
|
CSS/CSSMediaRule.cpp
|
2021-02-21 14:45:26 +03:00
|
|
|
CSS/CSSRule.cpp
|
2021-09-28 17:17:11 +03:00
|
|
|
CSS/CSSRuleList.cpp
|
2021-03-13 22:11:33 +03:00
|
|
|
CSS/CSSStyleDeclaration.cpp
|
2021-03-07 17:00:02 +03:00
|
|
|
CSS/CSSStyleRule.cpp
|
2021-03-07 18:14:04 +03:00
|
|
|
CSS/CSSStyleSheet.cpp
|
2021-10-08 19:48:14 +03:00
|
|
|
CSS/CSSSupportsRule.cpp
|
2022-02-13 03:02:00 +03:00
|
|
|
CSS/Display.cpp
|
2023-03-30 16:22:39 +03:00
|
|
|
CSS/EdgeRect.cpp
|
2022-03-28 22:30:26 +03:00
|
|
|
CSS/FontFace.cpp
|
2022-02-21 20:49:47 +03:00
|
|
|
CSS/Frequency.cpp
|
2022-08-24 13:21:58 +03:00
|
|
|
CSS/GridTrackPlacement.cpp
|
2022-08-24 13:21:15 +03:00
|
|
|
CSS/GridTrackSize.cpp
|
2020-06-07 18:55:46 +03:00
|
|
|
CSS/Length.cpp
|
2022-09-13 18:42:39 +03:00
|
|
|
CSS/LengthBox.cpp
|
2021-09-29 14:08:09 +03:00
|
|
|
CSS/MediaList.cpp
|
2021-09-27 19:12:33 +03:00
|
|
|
CSS/MediaQuery.cpp
|
2021-09-12 18:55:10 +03:00
|
|
|
CSS/MediaQueryList.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
CSS/MediaQueryListEvent.cpp
|
2022-04-12 16:08:26 +03:00
|
|
|
CSS/Parser/Block.cpp
|
2022-04-12 13:14:12 +03:00
|
|
|
CSS/Parser/ComponentValue.cpp
|
2022-04-12 16:14:00 +03:00
|
|
|
CSS/Parser/Declaration.cpp
|
2022-04-12 16:31:49 +03:00
|
|
|
CSS/Parser/DeclarationOrAtRule.cpp
|
2022-04-12 15:35:55 +03:00
|
|
|
CSS/Parser/Function.cpp
|
2021-03-22 19:41:47 +03:00
|
|
|
CSS/Parser/Parser.cpp
|
2022-04-12 21:05:13 +03:00
|
|
|
CSS/Parser/Rule.cpp
|
2021-03-09 19:18:08 +03:00
|
|
|
CSS/Parser/Token.cpp
|
|
|
|
CSS/Parser/Tokenizer.cpp
|
2023-03-30 19:13:37 +03:00
|
|
|
CSS/PercentageOr.cpp
|
2023-03-30 16:37:00 +03:00
|
|
|
CSS/Position.cpp
|
2021-10-31 20:27:35 +03:00
|
|
|
CSS/PreferredColorScheme.cpp
|
2022-03-06 16:48:32 +03:00
|
|
|
CSS/Ratio.cpp
|
2022-02-21 20:51:01 +03:00
|
|
|
CSS/Resolution.cpp
|
2022-02-21 20:34:07 +03:00
|
|
|
CSS/ResolvedCSSStyleDeclaration.cpp
|
2021-04-04 01:14:39 +03:00
|
|
|
CSS/Screen.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CSS/Selector.cpp
|
|
|
|
CSS/SelectorEngine.cpp
|
2022-02-21 20:34:07 +03:00
|
|
|
CSS/Serialize.cpp
|
2022-09-25 16:13:09 +03:00
|
|
|
CSS/Size.cpp
|
2021-09-24 14:49:57 +03:00
|
|
|
CSS/StyleComputer.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CSS/StyleProperties.cpp
|
2023-05-08 08:51:03 +03:00
|
|
|
CSS/StyleProperty.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CSS/StyleSheet.cpp
|
2020-06-04 17:06:32 +03:00
|
|
|
CSS/StyleSheetList.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
CSS/StyleValue.cpp
|
2023-03-23 20:26:13 +03:00
|
|
|
CSS/StyleValues/AngleStyleValue.cpp
|
2023-03-23 20:44:13 +03:00
|
|
|
CSS/StyleValues/BackgroundRepeatStyleValue.cpp
|
2023-03-23 20:54:05 +03:00
|
|
|
CSS/StyleValues/BackgroundSizeStyleValue.cpp
|
2023-03-23 20:35:44 +03:00
|
|
|
CSS/StyleValues/BackgroundStyleValue.cpp
|
2023-03-25 03:29:33 +03:00
|
|
|
CSS/StyleValues/BorderRadiusShorthandStyleValue.cpp
|
2023-03-25 03:33:20 +03:00
|
|
|
CSS/StyleValues/BorderRadiusStyleValue.cpp
|
2023-03-23 23:56:30 +03:00
|
|
|
CSS/StyleValues/BorderStyleValue.cpp
|
2023-03-30 19:34:14 +03:00
|
|
|
CSS/StyleValues/CalculatedStyleValue.cpp
|
2023-03-24 00:12:15 +03:00
|
|
|
CSS/StyleValues/ColorStyleValue.cpp
|
2023-03-24 19:09:41 +03:00
|
|
|
CSS/StyleValues/ConicGradientStyleValue.cpp
|
2023-03-24 00:17:43 +03:00
|
|
|
CSS/StyleValues/ContentStyleValue.cpp
|
2023-04-26 22:05:38 +03:00
|
|
|
CSS/StyleValues/DisplayStyleValue.cpp
|
2023-04-03 00:56:45 +03:00
|
|
|
CSS/StyleValues/EdgeStyleValue.cpp
|
2023-03-24 00:26:03 +03:00
|
|
|
CSS/StyleValues/FilterValueListStyleValue.cpp
|
2023-03-24 00:39:08 +03:00
|
|
|
CSS/StyleValues/FlexFlowStyleValue.cpp
|
2023-03-24 00:33:13 +03:00
|
|
|
CSS/StyleValues/FlexStyleValue.cpp
|
2023-03-24 00:44:40 +03:00
|
|
|
CSS/StyleValues/FontStyleValue.cpp
|
2023-03-24 17:48:19 +03:00
|
|
|
CSS/StyleValues/GridAreaShorthandStyleValue.cpp
|
2023-03-24 17:25:00 +03:00
|
|
|
CSS/StyleValues/GridTemplateAreaStyleValue.cpp
|
2023-03-24 17:53:08 +03:00
|
|
|
CSS/StyleValues/GridTrackPlacementStyleValue.cpp
|
2023-03-24 17:50:50 +03:00
|
|
|
CSS/StyleValues/GridTrackPlacementShorthandStyleValue.cpp
|
2023-04-29 20:32:56 +03:00
|
|
|
CSS/StyleValues/GridTrackSizeListShorthandStyleValue.cpp
|
2023-04-29 18:59:07 +03:00
|
|
|
CSS/StyleValues/GridTrackSizeListStyleValue.cpp
|
2023-03-24 18:04:24 +03:00
|
|
|
CSS/StyleValues/IdentifierStyleValue.cpp
|
2023-03-24 18:17:11 +03:00
|
|
|
CSS/StyleValues/ImageStyleValue.cpp
|
2023-03-24 20:04:04 +03:00
|
|
|
CSS/StyleValues/LengthStyleValue.cpp
|
2023-03-24 19:17:50 +03:00
|
|
|
CSS/StyleValues/LinearGradientStyleValue.cpp
|
2023-03-24 20:07:57 +03:00
|
|
|
CSS/StyleValues/ListStyleStyleValue.cpp
|
2023-03-24 20:16:07 +03:00
|
|
|
CSS/StyleValues/NumericStyleValue.cpp
|
2023-03-24 20:20:16 +03:00
|
|
|
CSS/StyleValues/OverflowStyleValue.cpp
|
2023-03-24 20:35:31 +03:00
|
|
|
CSS/StyleValues/PositionStyleValue.cpp
|
2023-03-24 19:35:18 +03:00
|
|
|
CSS/StyleValues/RadialGradientStyleValue.cpp
|
2023-03-25 03:02:50 +03:00
|
|
|
CSS/StyleValues/RectStyleValue.cpp
|
2023-03-24 20:45:25 +03:00
|
|
|
CSS/StyleValues/ShadowStyleValue.cpp
|
2023-03-25 03:12:21 +03:00
|
|
|
CSS/StyleValues/StyleValueList.cpp
|
2023-03-24 20:52:37 +03:00
|
|
|
CSS/StyleValues/TextDecorationStyleValue.cpp
|
2023-03-24 20:59:33 +03:00
|
|
|
CSS/StyleValues/TransformationStyleValue.cpp
|
2023-03-25 02:53:41 +03:00
|
|
|
CSS/StyleValues/UnresolvedStyleValue.cpp
|
2021-10-08 17:40:19 +03:00
|
|
|
CSS/Supports.cpp
|
2021-10-21 23:29:10 +03:00
|
|
|
CSS/SyntaxHighlighter/SyntaxHighlighter.cpp
|
2022-02-21 22:29:43 +03:00
|
|
|
CSS/Time.cpp
|
2022-10-15 14:54:54 +03:00
|
|
|
Cookie/Cookie.cpp
|
2021-05-20 11:00:27 +03:00
|
|
|
Cookie/ParsedCookie.cpp
|
2021-09-02 04:12:49 +03:00
|
|
|
DOM/AbortController.cpp
|
|
|
|
DOM/AbortSignal.cpp
|
2022-08-09 02:06:47 +03:00
|
|
|
DOM/AbstractRange.cpp
|
2022-12-11 21:38:27 +03:00
|
|
|
DOM/AccessibilityTreeNode.cpp
|
2022-09-18 02:03:58 +03:00
|
|
|
DOM/Attr.cpp
|
|
|
|
DOM/Attr.idl
|
2022-06-27 23:20:59 +03:00
|
|
|
DOM/CDATASection.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/CharacterData.cpp
|
2020-08-03 21:50:45 +03:00
|
|
|
DOM/CharacterData.idl
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/Comment.cpp
|
2021-09-27 18:10:56 +03:00
|
|
|
DOM/CustomEvent.cpp
|
2022-02-16 22:43:24 +03:00
|
|
|
DOM/DOMEventListener.cpp
|
2021-05-20 11:00:27 +03:00
|
|
|
DOM/DOMImplementation.cpp
|
2021-10-18 18:53:40 +03:00
|
|
|
DOM/DOMTokenList.cpp
|
|
|
|
DOM/DOMTokenList.idl
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/Document.cpp
|
2020-08-17 21:14:30 +03:00
|
|
|
DOM/DocumentFragment.cpp
|
2021-09-26 02:03:42 +03:00
|
|
|
DOM/DocumentLoadEventDelayer.cpp
|
2023-05-04 15:48:53 +03:00
|
|
|
DOM/DocumentLoading.cpp
|
|
|
|
DOM/DocumentObserver.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/DocumentType.cpp
|
|
|
|
DOM/Element.cpp
|
|
|
|
DOM/ElementFactory.cpp
|
2020-11-21 21:32:39 +03:00
|
|
|
DOM/Event.cpp
|
2020-09-06 15:28:41 +03:00
|
|
|
DOM/EventDispatcher.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/EventTarget.cpp
|
2021-05-20 11:00:27 +03:00
|
|
|
DOM/HTMLCollection.cpp
|
2022-08-08 15:12:01 +03:00
|
|
|
DOM/IDLEventListener.cpp
|
2021-10-02 22:33:45 +03:00
|
|
|
DOM/LiveNodeList.cpp
|
2022-07-11 18:37:51 +03:00
|
|
|
DOM/MutationObserver.cpp
|
|
|
|
DOM/MutationRecord.cpp
|
|
|
|
DOM/MutationType.cpp
|
2021-10-16 22:30:21 +03:00
|
|
|
DOM/NamedNodeMap.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/Node.cpp
|
2022-08-08 15:12:01 +03:00
|
|
|
DOM/NodeFilter.cpp
|
2022-03-09 16:34:32 +03:00
|
|
|
DOM/NodeIterator.cpp
|
2022-09-01 17:30:26 +03:00
|
|
|
DOM/NodeList.cpp
|
2022-01-29 23:23:48 +03:00
|
|
|
DOM/NodeOperations.cpp
|
2020-08-17 23:04:46 +03:00
|
|
|
DOM/ParentNode.cpp
|
2020-08-02 12:47:27 +03:00
|
|
|
DOM/Position.cpp
|
2021-04-06 19:06:23 +03:00
|
|
|
DOM/ProcessingInstruction.cpp
|
2022-02-19 14:31:39 +03:00
|
|
|
DOM/QualifiedName.cpp
|
2021-05-20 11:00:27 +03:00
|
|
|
DOM/Range.cpp
|
2020-11-21 21:32:39 +03:00
|
|
|
DOM/ShadowRoot.cpp
|
2021-10-02 22:33:45 +03:00
|
|
|
DOM/StaticNodeList.cpp
|
2022-01-31 02:37:42 +03:00
|
|
|
DOM/StaticRange.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
DOM/Text.cpp
|
2020-08-03 21:50:45 +03:00
|
|
|
DOM/Text.idl
|
2022-03-09 16:37:48 +03:00
|
|
|
DOM/TreeWalker.cpp
|
2023-04-06 01:00:08 +03:00
|
|
|
DOM/XMLDocument.cpp
|
2021-10-02 23:45:37 +03:00
|
|
|
DOMParsing/InnerHTML.cpp
|
2022-07-05 20:59:45 +03:00
|
|
|
DOMParsing/XMLSerializer.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Dump.cpp
|
2022-02-15 13:46:21 +03:00
|
|
|
Encoding/TextDecoder.cpp
|
2021-12-12 21:05:11 +03:00
|
|
|
Encoding/TextEncoder.cpp
|
2022-09-25 21:30:24 +03:00
|
|
|
Fetch/Body.cpp
|
2022-09-22 02:04:06 +03:00
|
|
|
Fetch/BodyInit.cpp
|
2022-09-25 21:33:13 +03:00
|
|
|
Fetch/Enums.cpp
|
2022-10-23 19:36:31 +03:00
|
|
|
Fetch/Fetching/Checks.cpp
|
2022-10-24 00:16:14 +03:00
|
|
|
Fetch/Fetching/Fetching.cpp
|
|
|
|
Fetch/Fetching/PendingResponse.cpp
|
|
|
|
Fetch/Fetching/RefCountedFlag.cpp
|
2022-10-24 00:20:25 +03:00
|
|
|
Fetch/FetchMethod.cpp
|
2022-07-19 02:19:24 +03:00
|
|
|
Fetch/Headers.cpp
|
|
|
|
Fetch/HeadersIterator.cpp
|
2022-10-13 20:19:32 +03:00
|
|
|
Fetch/Infrastructure/ConnectionTimingInfo.cpp
|
2022-10-13 20:23:43 +03:00
|
|
|
Fetch/Infrastructure/FetchAlgorithms.cpp
|
2022-10-13 20:21:50 +03:00
|
|
|
Fetch/Infrastructure/FetchController.cpp
|
2022-10-13 20:24:23 +03:00
|
|
|
Fetch/Infrastructure/FetchParams.cpp
|
2022-10-13 20:20:27 +03:00
|
|
|
Fetch/Infrastructure/FetchTimingInfo.cpp
|
2022-07-10 20:25:42 +03:00
|
|
|
Fetch/Infrastructure/HTTP.cpp
|
2022-07-12 20:04:24 +03:00
|
|
|
Fetch/Infrastructure/HTTP/Bodies.cpp
|
2022-07-11 23:42:14 +03:00
|
|
|
Fetch/Infrastructure/HTTP/Headers.cpp
|
2022-07-10 20:28:47 +03:00
|
|
|
Fetch/Infrastructure/HTTP/Methods.cpp
|
2022-07-14 02:51:42 +03:00
|
|
|
Fetch/Infrastructure/HTTP/Requests.cpp
|
2022-07-16 19:55:29 +03:00
|
|
|
Fetch/Infrastructure/HTTP/Responses.cpp
|
2022-07-12 19:51:58 +03:00
|
|
|
Fetch/Infrastructure/HTTP/Statuses.cpp
|
2022-10-13 20:57:40 +03:00
|
|
|
Fetch/Infrastructure/MimeTypeBlocking.cpp
|
2022-10-23 23:58:18 +03:00
|
|
|
Fetch/Infrastructure/NoSniffBlocking.cpp
|
2022-10-13 19:30:15 +03:00
|
|
|
Fetch/Infrastructure/PortBlocking.cpp
|
2022-10-25 21:36:50 +03:00
|
|
|
Fetch/Infrastructure/Task.cpp
|
2022-09-25 21:33:13 +03:00
|
|
|
Fetch/Infrastructure/URL.cpp
|
|
|
|
Fetch/Request.cpp
|
2022-09-25 21:36:30 +03:00
|
|
|
Fetch/Response.cpp
|
2022-07-10 19:31:17 +03:00
|
|
|
FileAPI/Blob.cpp
|
2022-07-24 22:32:18 +03:00
|
|
|
FileAPI/File.cpp
|
2022-10-04 06:10:39 +03:00
|
|
|
FileAPI/FileList.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
FontCache.cpp
|
2023-02-27 21:04:51 +03:00
|
|
|
Geometry/DOMMatrix.cpp
|
|
|
|
Geometry/DOMMatrixReadOnly.cpp
|
2022-09-03 22:32:14 +03:00
|
|
|
Geometry/DOMPoint.cpp
|
|
|
|
Geometry/DOMPointReadOnly.cpp
|
2022-09-04 02:59:58 +03:00
|
|
|
Geometry/DOMRect.cpp
|
2022-02-12 16:38:54 +03:00
|
|
|
Geometry/DOMRectList.cpp
|
2022-09-04 02:59:58 +03:00
|
|
|
Geometry/DOMRectReadOnly.cpp
|
2020-08-12 14:22:59 +03:00
|
|
|
HTML/AttributeNames.cpp
|
2021-11-18 17:01:28 +03:00
|
|
|
HTML/BrowsingContext.cpp
|
2022-09-19 13:28:46 +03:00
|
|
|
HTML/BrowsingContextGroup.cpp
|
2022-08-12 19:28:54 +03:00
|
|
|
HTML/Canvas/CanvasDrawImage.cpp
|
2022-08-11 18:10:04 +03:00
|
|
|
HTML/Canvas/CanvasPath.cpp
|
2023-04-06 22:52:19 +03:00
|
|
|
HTML/Canvas/CanvasPathClipper.cpp
|
2022-08-12 16:00:00 +03:00
|
|
|
HTML/Canvas/CanvasState.cpp
|
2022-02-03 22:08:27 +03:00
|
|
|
HTML/CanvasGradient.cpp
|
2023-02-02 23:47:46 +03:00
|
|
|
HTML/CanvasPattern.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/CanvasRenderingContext2D.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
HTML/CloseEvent.cpp
|
2023-01-14 16:30:42 +03:00
|
|
|
HTML/CORSSettingAttribute.cpp
|
2022-09-24 16:02:47 +03:00
|
|
|
HTML/CrossOrigin/AbstractOperations.cpp
|
2022-03-08 21:32:35 +03:00
|
|
|
HTML/CrossOrigin/Reporting.cpp
|
2023-03-23 11:27:18 +03:00
|
|
|
HTML/CustomElements/CustomElementName.cpp
|
2023-03-30 01:46:18 +03:00
|
|
|
HTML/CustomElements/CustomElementReactionNames.cpp
|
|
|
|
HTML/CustomElements/CustomElementRegistry.cpp
|
2023-05-10 20:36:43 +03:00
|
|
|
HTML/DecodedImageData.cpp
|
2022-12-12 22:55:34 +03:00
|
|
|
HTML/DocumentState.cpp
|
2021-07-05 07:20:31 +03:00
|
|
|
HTML/DOMParser.cpp
|
2021-09-26 17:24:41 +03:00
|
|
|
HTML/DOMStringMap.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
HTML/ErrorEvent.cpp
|
2022-08-08 15:12:01 +03:00
|
|
|
HTML/EventHandler.cpp
|
2021-09-09 00:09:18 +03:00
|
|
|
HTML/EventLoop/EventLoop.cpp
|
|
|
|
HTML/EventLoop/Task.cpp
|
|
|
|
HTML/EventLoop/TaskQueue.cpp
|
2020-11-21 22:15:57 +03:00
|
|
|
HTML/EventNames.cpp
|
2022-11-05 17:30:49 +03:00
|
|
|
HTML/Focus.cpp
|
2021-04-20 12:50:29 +03:00
|
|
|
HTML/FormAssociatedElement.cpp
|
2023-02-03 23:50:05 +03:00
|
|
|
HTML/FormControlInfrastructure.cpp
|
2023-02-03 23:50:10 +03:00
|
|
|
HTML/FormDataEvent.cpp
|
2021-02-04 00:47:50 +03:00
|
|
|
HTML/GlobalEventHandlers.cpp
|
2021-09-12 01:43:34 +03:00
|
|
|
HTML/History.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLAnchorElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLAreaElement.cpp
|
|
|
|
HTML/HTMLAudioElement.cpp
|
2020-08-12 14:22:59 +03:00
|
|
|
HTML/HTMLBRElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLBaseElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLBlinkElement.cpp
|
|
|
|
HTML/HTMLBodyElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLButtonElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLCanvasElement.cpp
|
2020-08-12 14:22:59 +03:00
|
|
|
HTML/HTMLDListElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLDataElement.cpp
|
|
|
|
HTML/HTMLDataListElement.cpp
|
|
|
|
HTML/HTMLDetailsElement.cpp
|
|
|
|
HTML/HTMLDialogElement.cpp
|
2020-11-12 07:16:41 +03:00
|
|
|
HTML/HTMLDirectoryElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLDivElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLEmbedElement.cpp
|
|
|
|
HTML/HTMLFieldSetElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLFontElement.cpp
|
|
|
|
HTML/HTMLFormElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLFrameElement.cpp
|
|
|
|
HTML/HTMLFrameSetElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLHRElement.cpp
|
|
|
|
HTML/HTMLHeadElement.cpp
|
|
|
|
HTML/HTMLHeadingElement.cpp
|
|
|
|
HTML/HTMLHtmlElement.cpp
|
2021-10-03 20:39:12 +03:00
|
|
|
HTML/HTMLHyperlinkElementUtils.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLIFrameElement.cpp
|
|
|
|
HTML/HTMLImageElement.cpp
|
|
|
|
HTML/HTMLInputElement.cpp
|
2020-08-12 14:22:59 +03:00
|
|
|
HTML/HTMLLIElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLLabelElement.cpp
|
|
|
|
HTML/HTMLLegendElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLLinkElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLMapElement.cpp
|
|
|
|
HTML/HTMLMarqueeElement.cpp
|
|
|
|
HTML/HTMLMediaElement.cpp
|
|
|
|
HTML/HTMLMenuElement.cpp
|
|
|
|
HTML/HTMLMetaElement.cpp
|
|
|
|
HTML/HTMLMeterElement.cpp
|
|
|
|
HTML/HTMLModElement.cpp
|
|
|
|
HTML/HTMLOListElement.cpp
|
2020-08-12 14:22:59 +03:00
|
|
|
HTML/HTMLObjectElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLOptGroupElement.cpp
|
|
|
|
HTML/HTMLOptionElement.cpp
|
2022-03-16 14:58:28 +03:00
|
|
|
HTML/HTMLOptionsCollection.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLOutputElement.cpp
|
|
|
|
HTML/HTMLParagraphElement.cpp
|
|
|
|
HTML/HTMLParamElement.cpp
|
|
|
|
HTML/HTMLPictureElement.cpp
|
|
|
|
HTML/HTMLPreElement.cpp
|
|
|
|
HTML/HTMLProgressElement.cpp
|
|
|
|
HTML/HTMLQuoteElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLScriptElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLSelectElement.cpp
|
|
|
|
HTML/HTMLSlotElement.cpp
|
|
|
|
HTML/HTMLSourceElement.cpp
|
|
|
|
HTML/HTMLSpanElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLStyleElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLTableCaptionElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLTableCellElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLTableColElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLTableElement.cpp
|
|
|
|
HTML/HTMLTableRowElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLTableSectionElement.cpp
|
|
|
|
HTML/HTMLTemplateElement.cpp
|
|
|
|
HTML/HTMLTextAreaElement.cpp
|
|
|
|
HTML/HTMLTimeElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/HTMLTitleElement.cpp
|
2020-08-09 19:10:41 +03:00
|
|
|
HTML/HTMLTrackElement.cpp
|
|
|
|
HTML/HTMLUListElement.cpp
|
|
|
|
HTML/HTMLUnknownElement.cpp
|
|
|
|
HTML/HTMLVideoElement.cpp
|
2020-07-26 16:08:16 +03:00
|
|
|
HTML/ImageData.cpp
|
2023-05-10 20:36:43 +03:00
|
|
|
HTML/ImageRequest.cpp
|
2023-05-11 07:12:45 +03:00
|
|
|
HTML/ListOfAvailableImages.cpp
|
2023-01-18 20:41:12 +03:00
|
|
|
HTML/Location.cpp
|
2023-04-22 21:39:20 +03:00
|
|
|
HTML/MediaError.cpp
|
2021-09-19 23:12:31 +03:00
|
|
|
HTML/MessageChannel.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
HTML/MessageEvent.cpp
|
2021-09-19 23:12:31 +03:00
|
|
|
HTML/MessagePort.cpp
|
2023-02-28 03:23:53 +03:00
|
|
|
HTML/MimeType.cpp
|
|
|
|
HTML/MimeTypeArray.cpp
|
2022-12-12 13:46:54 +03:00
|
|
|
HTML/Navigable.cpp
|
2022-12-12 14:20:02 +03:00
|
|
|
HTML/NavigableContainer.cpp
|
2022-10-09 05:53:08 +03:00
|
|
|
HTML/Navigator.cpp
|
|
|
|
HTML/NavigatorID.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
HTML/PageTransitionEvent.cpp
|
2020-07-28 20:18:23 +03:00
|
|
|
HTML/Parser/Entities.cpp
|
2021-05-12 11:47:12 +03:00
|
|
|
HTML/Parser/HTMLEncodingDetection.cpp
|
2021-09-26 00:15:48 +03:00
|
|
|
HTML/Parser/HTMLParser.cpp
|
2020-07-28 20:18:23 +03:00
|
|
|
HTML/Parser/HTMLToken.cpp
|
|
|
|
HTML/Parser/HTMLTokenizer.cpp
|
|
|
|
HTML/Parser/ListOfActiveFormattingElements.cpp
|
|
|
|
HTML/Parser/StackOfOpenElements.cpp
|
2022-08-11 18:50:23 +03:00
|
|
|
HTML/Path2D.cpp
|
2023-02-28 03:23:53 +03:00
|
|
|
HTML/Plugin.cpp
|
|
|
|
HTML/PluginArray.cpp
|
2023-01-14 16:30:42 +03:00
|
|
|
HTML/PotentialCORSRequest.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
HTML/PromiseRejectionEvent.cpp
|
2023-03-14 13:44:54 +03:00
|
|
|
HTML/RemoteBrowsingContext.cpp
|
2021-09-09 19:03:01 +03:00
|
|
|
HTML/Scripting/ClassicScript.cpp
|
2021-10-14 18:12:53 +03:00
|
|
|
HTML/Scripting/Environments.cpp
|
2022-02-07 17:12:41 +03:00
|
|
|
HTML/Scripting/ExceptionReporter.cpp
|
2022-10-03 22:04:15 +03:00
|
|
|
HTML/Scripting/Fetching.cpp
|
2022-10-03 21:58:36 +03:00
|
|
|
HTML/Scripting/ModuleMap.cpp
|
2022-10-03 22:01:59 +03:00
|
|
|
HTML/Scripting/ModuleScript.cpp
|
2021-09-09 19:03:01 +03:00
|
|
|
HTML/Scripting/Script.cpp
|
2021-10-14 18:12:53 +03:00
|
|
|
HTML/Scripting/WindowEnvironmentSettingsObject.cpp
|
2022-12-12 12:58:30 +03:00
|
|
|
HTML/SessionHistoryEntry.cpp
|
2022-02-08 21:38:29 +03:00
|
|
|
HTML/Storage.cpp
|
2022-04-05 03:24:10 +03:00
|
|
|
HTML/StructuredSerialize.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
HTML/SubmitEvent.cpp
|
2021-05-20 21:45:33 +03:00
|
|
|
HTML/SyntaxHighlighter/SyntaxHighlighter.cpp
|
2020-12-13 17:57:09 +03:00
|
|
|
HTML/TagNames.cpp
|
2021-12-31 01:15:38 +03:00
|
|
|
HTML/TextMetrics.cpp
|
2022-03-08 01:54:56 +03:00
|
|
|
HTML/Timer.cpp
|
2023-04-18 23:19:37 +03:00
|
|
|
HTML/TimeRanges.cpp
|
2023-04-04 16:28:59 +03:00
|
|
|
HTML/TrackEvent.cpp
|
2022-12-12 14:01:09 +03:00
|
|
|
HTML/TraversableNavigable.cpp
|
2023-04-04 16:26:02 +03:00
|
|
|
HTML/VideoTrack.cpp
|
|
|
|
HTML/VideoTrackList.cpp
|
2022-03-08 01:08:26 +03:00
|
|
|
HTML/Window.cpp
|
2022-06-27 21:48:54 +03:00
|
|
|
HTML/WindowEventHandlers.cpp
|
2023-03-06 02:58:47 +03:00
|
|
|
HTML/WindowOrWorkerGlobalScope.cpp
|
2022-09-24 18:24:41 +03:00
|
|
|
HTML/WindowProxy.cpp
|
2022-02-17 15:31:09 +03:00
|
|
|
HTML/Worker.cpp
|
|
|
|
HTML/WorkerDebugConsoleClient.cpp
|
2022-02-07 05:12:57 +03:00
|
|
|
HTML/WorkerGlobalScope.cpp
|
|
|
|
HTML/WorkerLocation.cpp
|
2022-09-04 15:37:49 +03:00
|
|
|
HTML/WorkerNavigator.cpp
|
2020-09-29 19:19:18 +03:00
|
|
|
HighResolutionTime/Performance.cpp
|
2022-10-04 23:30:29 +03:00
|
|
|
HighResolutionTime/TimeOrigin.cpp
|
2023-01-10 11:49:06 +03:00
|
|
|
Infra/Base64.cpp
|
2022-07-11 23:44:43 +03:00
|
|
|
Infra/ByteSequences.cpp
|
2022-09-25 21:19:24 +03:00
|
|
|
Infra/JSON.cpp
|
2022-10-01 20:39:40 +03:00
|
|
|
Infra/Strings.cpp
|
2021-10-13 21:20:50 +03:00
|
|
|
IntersectionObserver/IntersectionObserver.cpp
|
2022-09-29 21:05:28 +03:00
|
|
|
Layout/AvailableSpace.cpp
|
2021-10-13 21:20:50 +03:00
|
|
|
Layout/BlockContainer.cpp
|
2020-11-22 15:38:18 +03:00
|
|
|
Layout/BlockFormattingContext.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/Box.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Layout/BoxModelMetrics.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/BreakNode.cpp
|
|
|
|
Layout/ButtonBox.cpp
|
|
|
|
Layout/CanvasBox.cpp
|
|
|
|
Layout/CheckBox.cpp
|
2021-01-18 19:33:46 +03:00
|
|
|
Layout/FlexFormattingContext.cpp
|
2020-11-22 15:38:18 +03:00
|
|
|
Layout/FormattingContext.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/FrameBox.cpp
|
2022-08-23 11:36:27 +03:00
|
|
|
Layout/GridFormattingContext.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/ImageBox.cpp
|
2023-02-25 13:04:29 +03:00
|
|
|
Layout/Viewport.cpp
|
2020-11-22 15:38:18 +03:00
|
|
|
Layout/InlineFormattingContext.cpp
|
2022-01-17 17:07:19 +03:00
|
|
|
Layout/InlineLevelIterator.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/InlineNode.cpp
|
2021-04-04 04:32:16 +03:00
|
|
|
Layout/Label.cpp
|
2022-03-11 00:46:35 +03:00
|
|
|
Layout/LabelableNode.cpp
|
2022-07-17 00:30:32 +03:00
|
|
|
Layout/LayoutState.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Layout/LineBox.cpp
|
|
|
|
Layout/LineBoxFragment.cpp
|
2022-01-19 13:57:58 +03:00
|
|
|
Layout/LineBuilder.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/ListItemBox.cpp
|
|
|
|
Layout/ListItemMarkerBox.cpp
|
|
|
|
Layout/Node.cpp
|
2022-02-16 21:12:54 +03:00
|
|
|
Layout/Progress.cpp
|
2021-04-03 16:07:45 +03:00
|
|
|
Layout/RadioButton.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/ReplacedBox.cpp
|
|
|
|
Layout/SVGBox.cpp
|
2021-09-18 00:12:16 +03:00
|
|
|
Layout/SVGFormattingContext.cpp
|
2022-02-11 15:37:22 +03:00
|
|
|
Layout/SVGGeometryBox.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/SVGGraphicsBox.cpp
|
|
|
|
Layout/SVGSVGBox.cpp
|
|
|
|
Layout/TableBox.cpp
|
|
|
|
Layout/TableCellBox.cpp
|
2020-11-22 15:38:18 +03:00
|
|
|
Layout/TableFormattingContext.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/TableRowBox.cpp
|
|
|
|
Layout/TableRowGroupBox.cpp
|
2023-01-14 16:48:20 +03:00
|
|
|
Layout/TableWrapper.cpp
|
2020-11-22 17:53:01 +03:00
|
|
|
Layout/TextNode.cpp
|
2020-11-25 22:29:03 +03:00
|
|
|
Layout/TreeBuilder.cpp
|
2023-04-05 01:32:09 +03:00
|
|
|
Layout/VideoBox.cpp
|
2021-05-20 11:00:27 +03:00
|
|
|
Loader/ContentFilter.cpp
|
2022-02-26 19:50:31 +03:00
|
|
|
Loader/FileRequest.cpp
|
2020-06-06 14:02:44 +03:00
|
|
|
Loader/FrameLoader.cpp
|
2020-06-13 23:24:49 +03:00
|
|
|
Loader/ImageLoader.cpp
|
2020-06-02 21:27:26 +03:00
|
|
|
Loader/ImageResource.cpp
|
2021-04-14 17:34:18 +03:00
|
|
|
Loader/LoadRequest.cpp
|
2022-04-08 00:16:47 +03:00
|
|
|
Loader/ProxyMappings.cpp
|
2020-06-01 22:33:23 +03:00
|
|
|
Loader/Resource.cpp
|
2020-06-01 21:42:50 +03:00
|
|
|
Loader/ResourceLoader.cpp
|
2022-02-11 23:53:47 +03:00
|
|
|
MimeSniff/MimeType.cpp
|
2020-10-10 04:48:05 +03:00
|
|
|
Namespace.cpp
|
2023-03-22 22:12:57 +03:00
|
|
|
NavigationTiming/EntryNames.cpp
|
2021-01-18 17:06:13 +03:00
|
|
|
NavigationTiming/PerformanceTiming.cpp
|
2020-12-02 01:35:47 +03:00
|
|
|
Page/EditEventHandler.cpp
|
2021-05-20 11:00:27 +03:00
|
|
|
Page/EventHandler.cpp
|
2020-07-28 20:27:41 +03:00
|
|
|
Page/Page.cpp
|
2021-09-19 17:58:26 +03:00
|
|
|
Painting/BackgroundPainting.cpp
|
2020-12-04 20:02:21 +03:00
|
|
|
Painting/BorderPainting.cpp
|
2022-06-15 23:15:29 +03:00
|
|
|
Painting/BorderRadiusCornerClipper.cpp
|
2022-03-10 16:02:25 +03:00
|
|
|
Painting/ButtonPaintable.cpp
|
|
|
|
Painting/CanvasPaintable.cpp
|
|
|
|
Painting/CheckBoxPaintable.cpp
|
2022-07-17 21:47:43 +03:00
|
|
|
Painting/GradientPainting.cpp
|
2022-09-15 10:31:32 +03:00
|
|
|
Painting/FilterPainting.cpp
|
2022-03-10 16:02:25 +03:00
|
|
|
Painting/ImagePaintable.cpp
|
2022-03-10 17:38:34 +03:00
|
|
|
Painting/InlinePaintable.cpp
|
2022-03-11 00:46:35 +03:00
|
|
|
Painting/LabelablePaintable.cpp
|
2022-03-10 16:02:25 +03:00
|
|
|
Painting/MarkerPaintable.cpp
|
|
|
|
Painting/NestedBrowsingContextPaintable.cpp
|
2022-02-28 14:13:23 +03:00
|
|
|
Painting/PaintContext.cpp
|
2022-03-10 16:02:25 +03:00
|
|
|
Painting/Paintable.cpp
|
2022-03-11 01:13:37 +03:00
|
|
|
Painting/PaintableBox.cpp
|
2022-03-10 16:02:25 +03:00
|
|
|
Painting/ProgressPaintable.cpp
|
|
|
|
Painting/RadioButtonPaintable.cpp
|
|
|
|
Painting/SVGGeometryPaintable.cpp
|
|
|
|
Painting/SVGGraphicsPaintable.cpp
|
|
|
|
Painting/SVGPaintable.cpp
|
|
|
|
Painting/SVGSVGPaintable.cpp
|
2021-09-19 17:00:47 +03:00
|
|
|
Painting/ShadowPainting.cpp
|
2020-06-18 22:39:27 +03:00
|
|
|
Painting/StackingContext.cpp
|
2022-07-17 21:47:43 +03:00
|
|
|
Painting/TextPaintable.cpp
|
2023-04-05 01:32:09 +03:00
|
|
|
Painting/VideoPaintable.cpp
|
2023-03-22 22:12:57 +03:00
|
|
|
PerformanceTimeline/EntryTypes.cpp
|
|
|
|
PerformanceTimeline/PerformanceEntry.cpp
|
2023-04-17 20:21:19 +03:00
|
|
|
PermissionsPolicy/AutoplayAllowlist.cpp
|
2022-09-07 21:30:31 +03:00
|
|
|
Platform/EventLoopPlugin.cpp
|
2022-09-21 21:33:57 +03:00
|
|
|
Platform/EventLoopPluginSerenity.cpp
|
2022-09-08 12:55:12 +03:00
|
|
|
Platform/FontPlugin.cpp
|
2022-09-21 21:33:57 +03:00
|
|
|
Platform/FontPluginSerenity.cpp
|
2022-09-16 16:01:47 +03:00
|
|
|
Platform/ImageCodecPlugin.cpp
|
2022-09-07 21:30:31 +03:00
|
|
|
Platform/Timer.cpp
|
2022-09-21 21:33:57 +03:00
|
|
|
Platform/TimerSerenity.cpp
|
2022-10-13 20:10:27 +03:00
|
|
|
ReferrerPolicy/AbstractOperations.cpp
|
2023-03-29 14:46:50 +03:00
|
|
|
ReferrerPolicy/ReferrerPolicy.cpp
|
2021-09-17 02:42:36 +03:00
|
|
|
RequestIdleCallback/IdleDeadline.cpp
|
2021-10-11 01:18:07 +03:00
|
|
|
ResizeObserver/ResizeObserver.cpp
|
2022-10-13 20:08:39 +03:00
|
|
|
SecureContexts/AbstractOperations.cpp
|
2023-04-20 18:52:01 +03:00
|
|
|
SRI/SRI.cpp
|
2022-09-22 01:27:13 +03:00
|
|
|
Streams/AbstractOperations.cpp
|
2023-04-12 02:33:32 +03:00
|
|
|
Streams/ReadableByteStreamController.cpp
|
2022-09-22 01:27:13 +03:00
|
|
|
Streams/ReadableStream.cpp
|
2023-04-08 22:01:49 +03:00
|
|
|
Streams/ReadableStreamBYOBReader.cpp
|
2023-04-11 04:37:27 +03:00
|
|
|
Streams/ReadableStreamBYOBRequest.cpp
|
2023-03-29 04:56:11 +03:00
|
|
|
Streams/ReadableStreamDefaultController.cpp
|
2023-03-29 04:30:22 +03:00
|
|
|
Streams/ReadableStreamDefaultReader.cpp
|
2023-03-29 03:43:34 +03:00
|
|
|
Streams/ReadableStreamGenericReader.cpp
|
2023-04-03 01:15:53 +03:00
|
|
|
Streams/UnderlyingSink.cpp
|
2023-03-29 04:58:41 +03:00
|
|
|
Streams/UnderlyingSource.cpp
|
2023-04-03 01:15:53 +03:00
|
|
|
Streams/WritableStream.cpp
|
2023-04-02 05:53:28 +03:00
|
|
|
Streams/WritableStreamDefaultController.cpp
|
2023-03-31 05:27:45 +03:00
|
|
|
Streams/WritableStreamDefaultWriter.cpp
|
2021-09-15 01:26:16 +03:00
|
|
|
SVG/AttributeNames.cpp
|
2022-02-11 16:08:27 +03:00
|
|
|
SVG/AttributeParser.cpp
|
2022-03-21 21:33:11 +03:00
|
|
|
SVG/SVGAnimatedLength.cpp
|
2023-04-18 20:51:00 +03:00
|
|
|
SVG/SVGAnimatedNumber.cpp
|
2022-04-10 20:05:12 +03:00
|
|
|
SVG/SVGClipPathElement.cpp
|
2022-04-11 17:59:03 +03:00
|
|
|
SVG/SVGDefsElement.cpp
|
2022-04-10 20:05:12 +03:00
|
|
|
SVG/SVGElement.cpp
|
2021-09-18 01:04:19 +03:00
|
|
|
SVG/SVGGElement.cpp
|
2020-07-23 19:44:42 +03:00
|
|
|
SVG/SVGGeometryElement.cpp
|
|
|
|
SVG/SVGGraphicsElement.cpp
|
2023-04-21 20:51:00 +03:00
|
|
|
SVG/SVGGradientElement.cpp
|
2020-07-23 19:44:42 +03:00
|
|
|
SVG/SVGPathElement.cpp
|
2022-02-11 19:14:58 +03:00
|
|
|
SVG/SVGCircleElement.cpp
|
2022-02-11 19:45:59 +03:00
|
|
|
SVG/SVGEllipseElement.cpp
|
2022-11-10 15:49:26 +03:00
|
|
|
SVG/SVGForeignObjectElement.cpp
|
2022-03-21 21:20:48 +03:00
|
|
|
SVG/SVGLength.cpp
|
2022-02-11 19:56:36 +03:00
|
|
|
SVG/SVGLineElement.cpp
|
2023-04-22 20:51:00 +03:00
|
|
|
SVG/SVGLinearGradientElement.cpp
|
2022-02-11 20:36:05 +03:00
|
|
|
SVG/SVGPolygonElement.cpp
|
2022-02-11 20:28:24 +03:00
|
|
|
SVG/SVGPolylineElement.cpp
|
2022-02-11 18:52:42 +03:00
|
|
|
SVG/SVGRectElement.cpp
|
2023-05-03 01:11:58 +03:00
|
|
|
SVG/SVGRadialGradientElement.cpp
|
2020-07-23 19:44:42 +03:00
|
|
|
SVG/SVGSVGElement.cpp
|
2023-04-20 20:51:00 +03:00
|
|
|
SVG/SVGStopElement.cpp
|
2022-03-20 13:20:06 +03:00
|
|
|
SVG/SVGTextContentElement.cpp
|
2020-07-23 19:44:42 +03:00
|
|
|
SVG/TagNames.cpp
|
2021-09-15 02:06:57 +03:00
|
|
|
SVG/ViewBox.cpp
|
2021-10-10 20:12:32 +03:00
|
|
|
Selection/Selection.cpp
|
2020-11-21 22:15:57 +03:00
|
|
|
UIEvents/EventNames.cpp
|
2022-02-07 02:04:10 +03:00
|
|
|
UIEvents/FocusEvent.cpp
|
2021-09-28 00:22:21 +03:00
|
|
|
UIEvents/KeyboardEvent.cpp
|
2020-11-21 21:32:39 +03:00
|
|
|
UIEvents/MouseEvent.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
UIEvents/UIEvent.cpp
|
2022-10-17 20:54:01 +03:00
|
|
|
UIEvents/WheelEvent.cpp
|
2021-09-13 00:33:23 +03:00
|
|
|
URL/URL.cpp
|
2021-09-13 01:00:47 +03:00
|
|
|
URL/URLSearchParams.cpp
|
2021-09-28 02:11:55 +03:00
|
|
|
URL/URLSearchParamsIterator.cpp
|
2023-03-23 20:07:52 +03:00
|
|
|
UserTiming/PerformanceMark.cpp
|
2023-03-16 01:15:28 +03:00
|
|
|
WebAssembly/Instance.cpp
|
2023-03-16 02:29:57 +03:00
|
|
|
WebAssembly/Memory.cpp
|
2023-03-15 21:47:54 +03:00
|
|
|
WebAssembly/Module.cpp
|
2023-03-16 03:16:22 +03:00
|
|
|
WebAssembly/Table.cpp
|
2023-03-16 19:59:32 +03:00
|
|
|
WebAssembly/WebAssembly.cpp
|
2022-11-17 20:57:14 +03:00
|
|
|
WebDriver/Capabilities.cpp
|
2022-11-13 07:23:37 +03:00
|
|
|
WebDriver/Client.cpp
|
2023-04-20 19:41:32 +03:00
|
|
|
WebDriver/Contexts.cpp
|
2022-11-09 23:01:28 +03:00
|
|
|
WebDriver/ElementLocationStrategies.cpp
|
2022-11-08 18:10:27 +03:00
|
|
|
WebDriver/Error.cpp
|
2022-11-02 21:02:19 +03:00
|
|
|
WebDriver/ExecuteScript.cpp
|
2022-11-08 17:42:36 +03:00
|
|
|
WebDriver/Response.cpp
|
2022-11-10 22:57:16 +03:00
|
|
|
WebDriver/Screenshot.cpp
|
2022-11-11 22:22:03 +03:00
|
|
|
WebDriver/TimeoutsConfiguration.cpp
|
2023-04-09 13:54:00 +03:00
|
|
|
WebGL/EventNames.cpp
|
2022-06-04 06:22:42 +03:00
|
|
|
WebGL/WebGLContextAttributes.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
WebGL/WebGLContextEvent.cpp
|
2022-06-04 06:22:42 +03:00
|
|
|
WebGL/WebGLRenderingContext.cpp
|
|
|
|
WebGL/WebGLRenderingContextBase.cpp
|
2022-09-24 18:14:37 +03:00
|
|
|
WebIDL/AbstractOperations.cpp
|
2022-09-24 18:02:41 +03:00
|
|
|
WebIDL/CallbackType.cpp
|
2022-09-25 19:28:46 +03:00
|
|
|
WebIDL/DOMException.cpp
|
2022-09-24 18:18:31 +03:00
|
|
|
WebIDL/OverloadResolution.cpp
|
2022-09-23 01:36:09 +03:00
|
|
|
WebIDL/Promise.cpp
|
2022-02-18 20:35:45 +03:00
|
|
|
WebSockets/WebSocket.cpp
|
2021-01-23 20:50:22 +03:00
|
|
|
XHR/EventNames.cpp
|
2023-02-03 23:50:05 +03:00
|
|
|
XHR/FormData.cpp
|
2023-03-05 19:29:11 +03:00
|
|
|
XHR/FormDataIterator.cpp
|
2022-08-08 23:29:40 +03:00
|
|
|
XHR/ProgressEvent.cpp
|
2021-01-23 13:51:36 +03:00
|
|
|
XHR/XMLHttpRequest.cpp
|
2021-09-19 02:41:55 +03:00
|
|
|
XHR/XMLHttpRequestEventTarget.cpp
|
2023-02-28 21:27:52 +03:00
|
|
|
XHR/XMLHttpRequestUpload.cpp
|
2022-03-28 14:55:17 +03:00
|
|
|
XML/XMLDocumentBuilder.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
2022-04-30 13:50:51 +03:00
|
|
|
generate_css_implementation()
|
2022-03-08 18:00:27 +03:00
|
|
|
|
2022-04-30 13:50:51 +03:00
|
|
|
set(GENERATED_SOURCES
|
|
|
|
CSS/DefaultStyleSheetSource.cpp
|
|
|
|
CSS/Enums.cpp
|
|
|
|
CSS/MediaFeatureID.cpp
|
|
|
|
CSS/PropertyID.cpp
|
|
|
|
CSS/QuirksModeStyleSheetSource.cpp
|
|
|
|
CSS/TransformFunctions.cpp
|
|
|
|
CSS/ValueID.cpp
|
2022-04-17 17:33:50 +03:00
|
|
|
)
|
|
|
|
|
2022-04-30 13:50:51 +03:00
|
|
|
serenity_lib(LibWeb web)
|
2022-06-04 06:22:42 +03:00
|
|
|
|
|
|
|
# NOTE: We link with LibSoftGPU here instead of lazy loading it via dlopen() so that we do not have to unveil the library and pledge prot_exec.
|
2023-04-04 16:26:02 +03:00
|
|
|
target_link_libraries(LibWeb PRIVATE LibCore LibCrypto LibJS LibMarkdown LibHTTP LibGemini LibGL LibGUI LibGfx LibIPC LibLocale LibRegex LibSoftGPU LibSyntax LibTextCodec LibUnicode LibVideo LibWasm LibXML LibIDL)
|
2022-09-02 17:41:33 +03:00
|
|
|
link_with_locale_data(LibWeb)
|
2020-12-15 22:39:09 +03:00
|
|
|
|
2022-09-21 20:22:16 +03:00
|
|
|
generate_js_bindings(LibWeb)
|
2020-05-06 18:40:06 +03:00
|
|
|
|
2022-09-21 20:22:16 +03:00
|
|
|
# Note: If you're looking for the calls to "libweb_js_bindings()",
|
2022-04-30 13:50:51 +03:00
|
|
|
# they have been moved to "idl_files.cmake"
|