2022-04-30 10:50:51 +00:00
|
|
|
include(libweb_generators)
|
2024-07-03 17:23:27 +00:00
|
|
|
include(vulkan)
|
2024-07-25 18:59:30 +00:00
|
|
|
include(skia)
|
2022-04-30 10:50:51 +00:00
|
|
|
|
2020-05-06 15:40:06 +00:00
|
|
|
set(SOURCES
|
2023-11-05 17:20:10 +00:00
|
|
|
Animations/Animatable.cpp
|
2023-11-06 15:17:19 +00:00
|
|
|
Animations/Animation.cpp
|
2023-11-06 15:17:15 +00:00
|
|
|
Animations/AnimationEffect.cpp
|
2023-11-04 19:20:39 +00:00
|
|
|
Animations/AnimationPlaybackEvent.cpp
|
2023-11-04 15:16:37 +00:00
|
|
|
Animations/AnimationTimeline.cpp
|
2023-11-04 15:32:30 +00:00
|
|
|
Animations/DocumentTimeline.cpp
|
2023-11-04 20:09:57 +00:00
|
|
|
Animations/KeyframeEffect.cpp
|
2024-11-08 15:41:49 +00:00
|
|
|
Animations/PseudoElementParsing.cpp
|
2023-02-25 21:50:34 +00:00
|
|
|
ARIA/AriaData.cpp
|
2023-01-28 22:23:16 +00:00
|
|
|
ARIA/ARIAMixin.cpp
|
|
|
|
ARIA/Roles.cpp
|
2023-05-21 13:59:08 +00:00
|
|
|
ARIA/RoleType.cpp
|
2023-04-23 16:07:01 +00:00
|
|
|
ARIA/StateAndProperties.cpp
|
2022-02-26 10:34:08 +00:00
|
|
|
Bindings/AudioConstructor.cpp
|
2021-03-20 05:22:27 +00:00
|
|
|
Bindings/ImageConstructor.cpp
|
2022-09-24 21:39:23 +00:00
|
|
|
Bindings/Intrinsics.cpp
|
2022-04-05 20:54:04 +00:00
|
|
|
Bindings/LocationConstructor.cpp
|
2021-02-03 09:41:07 +00:00
|
|
|
Bindings/MainThreadVM.cpp
|
2022-04-04 01:07:03 +00:00
|
|
|
Bindings/OptionConstructor.cpp
|
2022-08-27 11:53:31 +00:00
|
|
|
Bindings/PlatformObject.cpp
|
2024-11-08 03:07:04 +00:00
|
|
|
Bindings/HostDefined.cpp
|
2024-10-26 08:02:28 +00:00
|
|
|
Bindings/PrincipalHostDefined.cpp
|
2024-10-26 06:46:13 +00:00
|
|
|
Bindings/SyntheticHostDefined.cpp
|
2023-11-10 18:29:20 +00:00
|
|
|
Clipboard/Clipboard.cpp
|
2024-08-20 22:26:55 +00:00
|
|
|
Clipboard/ClipboardEvent.cpp
|
2024-11-15 16:11:47 +00:00
|
|
|
Compression/CompressionStream.cpp
|
2024-11-15 19:40:04 +00:00
|
|
|
Compression/DecompressionStream.cpp
|
2021-09-30 17:02:55 +00:00
|
|
|
Crypto/Crypto.cpp
|
2024-03-06 23:53:50 +00:00
|
|
|
Crypto/CryptoAlgorithms.cpp
|
2024-03-14 03:19:57 +00:00
|
|
|
Crypto/CryptoBindings.cpp
|
2024-03-08 23:30:17 +00:00
|
|
|
Crypto/KeyAlgorithms.cpp
|
2023-12-15 19:25:35 +00:00
|
|
|
Crypto/CryptoKey.cpp
|
2021-12-13 22:09:55 +00:00
|
|
|
Crypto/SubtleCrypto.cpp
|
2022-02-21 17:43:30 +00:00
|
|
|
CSS/Angle.cpp
|
2023-11-04 21:00:09 +00:00
|
|
|
CSS/AnimationEvent.cpp
|
2023-03-30 15:57:49 +00:00
|
|
|
CSS/CalculatedOr.cpp
|
2022-07-31 16:47:09 +00:00
|
|
|
CSS/Clip.cpp
|
2024-07-17 10:46:08 +00:00
|
|
|
CSS/CountersSet.cpp
|
2023-03-15 14:55:53 +00:00
|
|
|
CSS/CSS.cpp
|
2023-11-04 20:57:57 +00:00
|
|
|
CSS/CSSAnimation.cpp
|
2021-09-28 15:53:15 +00:00
|
|
|
CSS/CSSConditionRule.cpp
|
2021-09-28 15:20:32 +00:00
|
|
|
CSS/CSSGroupingRule.cpp
|
2021-02-21 16:36:34 +00:00
|
|
|
CSS/CSSImportRule.cpp
|
2023-05-26 20:00:54 +00:00
|
|
|
CSS/CSSKeyframeRule.cpp
|
|
|
|
CSS/CSSKeyframesRule.cpp
|
2022-03-28 19:30:26 +00:00
|
|
|
CSS/CSSFontFaceRule.cpp
|
2024-09-02 15:45:25 +00:00
|
|
|
CSS/CSSLayerBlockRule.cpp
|
|
|
|
CSS/CSSLayerStatementRule.cpp
|
2021-09-29 11:48:04 +00:00
|
|
|
CSS/CSSMediaRule.cpp
|
2024-10-15 14:59:31 +00:00
|
|
|
CSS/CSSNestedDeclarations.cpp
|
2023-07-05 19:07:24 +00:00
|
|
|
CSS/CSSNumericType.cpp
|
2023-07-29 16:51:15 +00:00
|
|
|
CSS/CSSNamespaceRule.cpp
|
2024-10-17 22:28:09 +00:00
|
|
|
CSS/CSSPropertyRule.cpp
|
2021-02-21 11:45:26 +00:00
|
|
|
CSS/CSSRule.cpp
|
2021-09-28 14:17:11 +00:00
|
|
|
CSS/CSSRuleList.cpp
|
2021-03-13 19:11:33 +00:00
|
|
|
CSS/CSSStyleDeclaration.cpp
|
2021-03-07 14:00:02 +00:00
|
|
|
CSS/CSSStyleRule.cpp
|
2021-03-07 15:14:04 +00:00
|
|
|
CSS/CSSStyleSheet.cpp
|
2024-08-14 10:10:54 +00:00
|
|
|
CSS/CSSStyleValue.cpp
|
2021-10-08 16:48:14 +00:00
|
|
|
CSS/CSSSupportsRule.cpp
|
2024-02-20 01:59:58 +00:00
|
|
|
CSS/CSSTransition.cpp
|
2022-02-13 00:02:00 +00:00
|
|
|
CSS/Display.cpp
|
2023-03-30 13:22:39 +00:00
|
|
|
CSS/EdgeRect.cpp
|
2024-05-07 16:05:29 +00:00
|
|
|
CSS/FontFace.cpp
|
2024-05-07 20:49:31 +00:00
|
|
|
CSS/FontFaceSet.cpp
|
2023-09-28 14:18:14 +00:00
|
|
|
CSS/Flex.cpp
|
2022-02-21 17:49:47 +00:00
|
|
|
CSS/Frequency.cpp
|
2022-08-24 10:21:58 +00:00
|
|
|
CSS/GridTrackPlacement.cpp
|
2022-08-24 10:21:15 +00:00
|
|
|
CSS/GridTrackSize.cpp
|
2024-09-19 11:58:38 +00:00
|
|
|
CSS/Interpolation.cpp
|
2020-06-07 15:55:46 +00:00
|
|
|
CSS/Length.cpp
|
2022-09-13 15:42:39 +00:00
|
|
|
CSS/LengthBox.cpp
|
2021-09-29 11:08:09 +00:00
|
|
|
CSS/MediaList.cpp
|
2021-09-27 16:12:33 +00:00
|
|
|
CSS/MediaQuery.cpp
|
2021-09-12 15:55:10 +00:00
|
|
|
CSS/MediaQueryList.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
CSS/MediaQueryListEvent.cpp
|
2022-04-12 10:14:12 +00:00
|
|
|
CSS/Parser/ComponentValue.cpp
|
2023-08-17 14:27:38 +00:00
|
|
|
CSS/Parser/GradientParsing.cpp
|
2023-07-09 08:18:45 +00:00
|
|
|
CSS/Parser/Helpers.cpp
|
2023-08-17 13:56:00 +00:00
|
|
|
CSS/Parser/MediaParsing.cpp
|
2021-03-22 16:41:47 +00:00
|
|
|
CSS/Parser/Parser.cpp
|
2023-07-09 08:10:17 +00:00
|
|
|
CSS/Parser/ParsingContext.cpp
|
2024-10-31 16:03:06 +00:00
|
|
|
CSS/Parser/RuleParsing.cpp
|
2023-08-17 14:18:41 +00:00
|
|
|
CSS/Parser/SelectorParsing.cpp
|
2021-03-09 16:18:08 +00:00
|
|
|
CSS/Parser/Token.cpp
|
|
|
|
CSS/Parser/Tokenizer.cpp
|
2024-10-11 10:17:10 +00:00
|
|
|
CSS/Parser/Types.cpp
|
2024-05-07 15:18:37 +00:00
|
|
|
CSS/ParsedFontFace.cpp
|
2023-03-30 16:13:37 +00:00
|
|
|
CSS/PercentageOr.cpp
|
2021-10-31 17:27:35 +00:00
|
|
|
CSS/PreferredColorScheme.cpp
|
2024-06-12 23:03:56 +00:00
|
|
|
CSS/PreferredContrast.cpp
|
2024-06-13 14:15:59 +00:00
|
|
|
CSS/PreferredMotion.cpp
|
2022-03-06 13:48:32 +00:00
|
|
|
CSS/Ratio.cpp
|
2022-02-21 17:51:01 +00:00
|
|
|
CSS/Resolution.cpp
|
2022-02-21 17:34:07 +00:00
|
|
|
CSS/ResolvedCSSStyleDeclaration.cpp
|
2021-04-03 22:14:39 +00:00
|
|
|
CSS/Screen.cpp
|
2024-04-02 20:44:05 +00:00
|
|
|
CSS/ScreenOrientation.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
CSS/Selector.cpp
|
|
|
|
CSS/SelectorEngine.cpp
|
2022-02-21 17:34:07 +00:00
|
|
|
CSS/Serialize.cpp
|
2022-09-25 13:13:09 +00:00
|
|
|
CSS/Size.cpp
|
2024-09-09 16:16:25 +00:00
|
|
|
CSS/Sizing.cpp
|
2021-09-24 11:49:57 +00:00
|
|
|
CSS/StyleComputer.cpp
|
2024-03-19 11:02:06 +00:00
|
|
|
CSS/StyleInvalidation.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
CSS/StyleProperties.cpp
|
2023-05-08 05:51:03 +00:00
|
|
|
CSS/StyleProperty.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
CSS/StyleSheet.cpp
|
2024-08-23 09:42:35 +00:00
|
|
|
CSS/StyleSheetIdentifier.cpp
|
2020-06-04 14:06:32 +00:00
|
|
|
CSS/StyleSheetList.cpp
|
2023-03-23 17:26:13 +00:00
|
|
|
CSS/StyleValues/AngleStyleValue.cpp
|
2023-03-23 17:44:13 +00:00
|
|
|
CSS/StyleValues/BackgroundRepeatStyleValue.cpp
|
2023-03-23 17:54:05 +00:00
|
|
|
CSS/StyleValues/BackgroundSizeStyleValue.cpp
|
2024-05-25 22:06:47 +00:00
|
|
|
CSS/StyleValues/BasicShapeStyleValue.cpp
|
2023-03-25 00:33:20 +00:00
|
|
|
CSS/StyleValues/BorderRadiusStyleValue.cpp
|
2023-03-24 16:09:41 +00:00
|
|
|
CSS/StyleValues/ConicGradientStyleValue.cpp
|
2023-03-23 21:17:43 +00:00
|
|
|
CSS/StyleValues/ContentStyleValue.cpp
|
2024-07-24 14:47:11 +00:00
|
|
|
CSS/StyleValues/CounterDefinitionsStyleValue.cpp
|
2024-07-24 13:56:16 +00:00
|
|
|
CSS/StyleValues/CounterStyleValue.cpp
|
2024-10-27 04:42:13 +00:00
|
|
|
CSS/StyleValues/CSSColor.cpp
|
2024-08-14 15:37:02 +00:00
|
|
|
CSS/StyleValues/CSSColorValue.cpp
|
2024-08-16 15:42:16 +00:00
|
|
|
CSS/StyleValues/CSSHSL.cpp
|
|
|
|
CSS/StyleValues/CSSHWB.cpp
|
2024-08-14 10:46:56 +00:00
|
|
|
CSS/StyleValues/CSSKeywordValue.cpp
|
2024-10-26 20:14:04 +00:00
|
|
|
CSS/StyleValues/CSSLabLike.cpp
|
2024-10-28 00:04:18 +00:00
|
|
|
CSS/StyleValues/CSSLCHLike.cpp
|
2024-09-18 16:27:47 +00:00
|
|
|
CSS/StyleValues/CSSMathValue.cpp
|
2024-08-16 15:42:16 +00:00
|
|
|
CSS/StyleValues/CSSRGB.cpp
|
2023-04-26 19:05:38 +00:00
|
|
|
CSS/StyleValues/DisplayStyleValue.cpp
|
2023-07-05 22:59:36 +00:00
|
|
|
CSS/StyleValues/EasingStyleValue.cpp
|
2023-04-02 21:56:45 +00:00
|
|
|
CSS/StyleValues/EdgeStyleValue.cpp
|
2023-03-23 21:26:03 +00:00
|
|
|
CSS/StyleValues/FilterValueListStyleValue.cpp
|
2023-08-17 18:25:18 +00:00
|
|
|
CSS/StyleValues/GridAutoFlowStyleValue.cpp
|
2023-03-24 14:25:00 +00:00
|
|
|
CSS/StyleValues/GridTemplateAreaStyleValue.cpp
|
2023-03-24 14:53:08 +00:00
|
|
|
CSS/StyleValues/GridTrackPlacementStyleValue.cpp
|
2023-04-29 15:59:07 +00:00
|
|
|
CSS/StyleValues/GridTrackSizeListStyleValue.cpp
|
2023-03-24 15:17:11 +00:00
|
|
|
CSS/StyleValues/ImageStyleValue.cpp
|
2023-06-01 16:01:09 +00:00
|
|
|
CSS/StyleValues/IntegerStyleValue.cpp
|
2023-03-24 17:04:04 +00:00
|
|
|
CSS/StyleValues/LengthStyleValue.cpp
|
2023-03-24 16:17:50 +00:00
|
|
|
CSS/StyleValues/LinearGradientStyleValue.cpp
|
2023-09-07 14:29:54 +00:00
|
|
|
CSS/StyleValues/MathDepthStyleValue.cpp
|
2023-06-01 15:16:15 +00:00
|
|
|
CSS/StyleValues/NumberStyleValue.cpp
|
2024-09-30 16:05:52 +00:00
|
|
|
CSS/StyleValues/OpenTypeTaggedStyleValue.cpp
|
2023-03-24 17:35:31 +00:00
|
|
|
CSS/StyleValues/PositionStyleValue.cpp
|
2023-03-24 16:35:18 +00:00
|
|
|
CSS/StyleValues/RadialGradientStyleValue.cpp
|
2023-03-25 00:02:50 +00:00
|
|
|
CSS/StyleValues/RectStyleValue.cpp
|
2024-10-16 06:50:35 +00:00
|
|
|
CSS/StyleValues/RotationStyleValue.cpp
|
2023-03-24 17:45:25 +00:00
|
|
|
CSS/StyleValues/ShadowStyleValue.cpp
|
2023-09-19 11:21:15 +00:00
|
|
|
CSS/StyleValues/ShorthandStyleValue.cpp
|
2023-03-25 00:12:21 +00:00
|
|
|
CSS/StyleValues/StyleValueList.cpp
|
2023-03-24 17:59:33 +00:00
|
|
|
CSS/StyleValues/TransformationStyleValue.cpp
|
2024-02-20 02:01:34 +00:00
|
|
|
CSS/StyleValues/TransitionStyleValue.cpp
|
2023-03-24 23:53:41 +00:00
|
|
|
CSS/StyleValues/UnresolvedStyleValue.cpp
|
2021-10-08 14:40:19 +00:00
|
|
|
CSS/Supports.cpp
|
2021-10-21 20:29:10 +00:00
|
|
|
CSS/SyntaxHighlighter/SyntaxHighlighter.cpp
|
2023-08-23 16:17:15 +00:00
|
|
|
CSS/SystemColor.cpp
|
2022-02-21 19:29:43 +00:00
|
|
|
CSS/Time.cpp
|
2023-10-13 16:25:23 +00:00
|
|
|
CSS/Transformation.cpp
|
2023-06-17 14:40:35 +00:00
|
|
|
CSS/VisualViewport.cpp
|
2022-10-15 11:54:54 +00:00
|
|
|
Cookie/Cookie.cpp
|
2021-05-20 08:00:27 +00:00
|
|
|
Cookie/ParsedCookie.cpp
|
2021-09-02 01:12:49 +00:00
|
|
|
DOM/AbortController.cpp
|
|
|
|
DOM/AbortSignal.cpp
|
2022-08-08 23:06:47 +00:00
|
|
|
DOM/AbstractRange.cpp
|
2022-12-11 18:38:27 +00:00
|
|
|
DOM/AccessibilityTreeNode.cpp
|
2024-03-08 18:27:24 +00:00
|
|
|
DOM/AdoptedStyleSheets.cpp
|
2022-09-17 23:03:58 +00:00
|
|
|
DOM/Attr.cpp
|
2022-06-27 20:20:59 +00:00
|
|
|
DOM/CDATASection.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/CharacterData.cpp
|
|
|
|
DOM/Comment.cpp
|
2021-09-27 15:10:56 +00:00
|
|
|
DOM/CustomEvent.cpp
|
2022-02-16 19:43:24 +00:00
|
|
|
DOM/DOMEventListener.cpp
|
2021-05-20 08:00:27 +00:00
|
|
|
DOM/DOMImplementation.cpp
|
2021-10-18 15:53:40 +00:00
|
|
|
DOM/DOMTokenList.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/Document.cpp
|
2020-08-17 18:14:30 +00:00
|
|
|
DOM/DocumentFragment.cpp
|
2021-09-25 23:03:42 +00:00
|
|
|
DOM/DocumentLoadEventDelayer.cpp
|
2023-05-04 12:48:53 +00:00
|
|
|
DOM/DocumentLoading.cpp
|
|
|
|
DOM/DocumentObserver.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/DocumentType.cpp
|
LibWeb: Separate text control input events handling from contenteditable
This input event handling change is intended to address the following
design issues:
- Having `DOM::Position` is unnecessary complexity when `Selection`
exists because caret position could be described by the selection
object with a collapsed state. Before this change, we had to
synchronize those whenever one of them was modified, and there were
already bugs caused by that, i.e., caret position was not changed when
selection offset was modified from the JS side.
- Selection API exposes selection offset within `<textarea>` and
`<input>`, which is not supposed to happen. These objects should
manage their selection state by themselves and have selection offset
even when they are not displayed.
- `EventHandler` looks only at `DOM::Text` owned by `DOM::Position`
while doing text manipulations. It works fine for `<input>` and
`<textarea>`, but `contenteditable` needs to consider all text
descendant text nodes; i.e., if the cursor is moved outside of
`DOM::Text`, we need to look for an adjacent text node to move the
cursor there.
With this change, `EventHandler` no longer does direct manipulations on
caret position or text content, but instead delegates them to the active
`InputEventsTarget`, which could be either
`FormAssociatedTextControlElement` (for `<input>` and `<textarea>`) or
`EditingHostManager` (for `contenteditable`). The `Selection` object is
used to manage both selection and caret position for `contenteditable`,
and text control elements manage their own selection state that is not
exposed by Selection API.
This change improves text editing on Discord, as now we don't have to
refocus the `contenteditable` element after character input. The problem
was that selection manipulations from the JS side were not propagated
to `DOM::Position`.
I expect this change to make future correctness improvements for
`contenteditable` (and `designMode`) easier, as now it's decoupled from
`<input>` and `<textarea>` and separated from `EventHandler`, which is
quite a busy file.
2024-10-23 19:26:58 +00:00
|
|
|
DOM/EditingHostManager.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/Element.cpp
|
|
|
|
DOM/ElementFactory.cpp
|
2020-11-21 18:32:39 +00:00
|
|
|
DOM/Event.cpp
|
2020-09-06 12:28:41 +00:00
|
|
|
DOM/EventDispatcher.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/EventTarget.cpp
|
2021-05-20 08:00:27 +00:00
|
|
|
DOM/HTMLCollection.cpp
|
2022-08-08 12:12:01 +00:00
|
|
|
DOM/IDLEventListener.cpp
|
2021-10-02 19:33:45 +00:00
|
|
|
DOM/LiveNodeList.cpp
|
2022-07-11 15:37:51 +00:00
|
|
|
DOM/MutationObserver.cpp
|
|
|
|
DOM/MutationRecord.cpp
|
|
|
|
DOM/MutationType.cpp
|
2021-10-16 19:30:21 +00:00
|
|
|
DOM/NamedNodeMap.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/Node.cpp
|
2022-08-08 12:12:01 +00:00
|
|
|
DOM/NodeFilter.cpp
|
2022-03-09 13:34:32 +00:00
|
|
|
DOM/NodeIterator.cpp
|
2022-09-01 14:30:26 +00:00
|
|
|
DOM/NodeList.cpp
|
2022-01-29 20:23:48 +00:00
|
|
|
DOM/NodeOperations.cpp
|
2020-08-17 20:04:46 +00:00
|
|
|
DOM/ParentNode.cpp
|
2020-08-02 09:47:27 +00:00
|
|
|
DOM/Position.cpp
|
2021-04-06 16:06:23 +00:00
|
|
|
DOM/ProcessingInstruction.cpp
|
2022-02-19 11:31:39 +00:00
|
|
|
DOM/QualifiedName.cpp
|
2021-05-20 08:00:27 +00:00
|
|
|
DOM/Range.cpp
|
2020-11-21 18:32:39 +00:00
|
|
|
DOM/ShadowRoot.cpp
|
2023-09-05 18:49:30 +00:00
|
|
|
DOM/Slot.cpp
|
2023-09-05 17:07:35 +00:00
|
|
|
DOM/Slottable.cpp
|
2021-10-02 19:33:45 +00:00
|
|
|
DOM/StaticNodeList.cpp
|
2022-01-30 23:37:42 +00:00
|
|
|
DOM/StaticRange.cpp
|
2023-06-08 15:07:12 +00:00
|
|
|
DOM/StyleElementUtils.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
DOM/Text.cpp
|
2022-03-09 13:37:48 +00:00
|
|
|
DOM/TreeWalker.cpp
|
2024-07-21 13:06:05 +00:00
|
|
|
DOM/Utils.cpp
|
2023-04-05 22:00:08 +00:00
|
|
|
DOM/XMLDocument.cpp
|
2022-07-05 17:59:45 +00:00
|
|
|
DOMParsing/XMLSerializer.cpp
|
2024-02-11 06:48:56 +00:00
|
|
|
DOMURL/DOMURL.cpp
|
|
|
|
DOMURL/URLSearchParams.cpp
|
|
|
|
DOMURL/URLSearchParamsIterator.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
Dump.cpp
|
2022-02-15 10:46:21 +00:00
|
|
|
Encoding/TextDecoder.cpp
|
2021-12-12 18:05:11 +00:00
|
|
|
Encoding/TextEncoder.cpp
|
2024-08-23 18:41:19 +00:00
|
|
|
EntriesAPI/FileSystemEntry.cpp
|
2024-09-22 19:12:55 +00:00
|
|
|
EventTiming/PerformanceEventTiming.cpp
|
2022-09-25 18:30:24 +00:00
|
|
|
Fetch/Body.cpp
|
2022-09-21 23:04:06 +00:00
|
|
|
Fetch/BodyInit.cpp
|
2022-09-25 18:33:13 +00:00
|
|
|
Fetch/Enums.cpp
|
2022-10-23 16:36:31 +00:00
|
|
|
Fetch/Fetching/Checks.cpp
|
2024-05-26 12:03:29 +00:00
|
|
|
Fetch/Fetching/FetchedDataReceiver.cpp
|
2022-10-23 21:16:14 +00:00
|
|
|
Fetch/Fetching/Fetching.cpp
|
|
|
|
Fetch/Fetching/PendingResponse.cpp
|
|
|
|
Fetch/Fetching/RefCountedFlag.cpp
|
2022-10-23 21:20:25 +00:00
|
|
|
Fetch/FetchMethod.cpp
|
2022-07-18 23:19:24 +00:00
|
|
|
Fetch/Headers.cpp
|
|
|
|
Fetch/HeadersIterator.cpp
|
2022-10-13 17:19:32 +00:00
|
|
|
Fetch/Infrastructure/ConnectionTimingInfo.cpp
|
2022-10-13 17:23:43 +00:00
|
|
|
Fetch/Infrastructure/FetchAlgorithms.cpp
|
2022-10-13 17:21:50 +00:00
|
|
|
Fetch/Infrastructure/FetchController.cpp
|
2024-07-16 18:19:57 +00:00
|
|
|
Fetch/Infrastructure/FetchRecord.cpp
|
2022-10-13 17:24:23 +00:00
|
|
|
Fetch/Infrastructure/FetchParams.cpp
|
2022-10-13 17:20:27 +00:00
|
|
|
Fetch/Infrastructure/FetchTimingInfo.cpp
|
2022-07-10 17:25:42 +00:00
|
|
|
Fetch/Infrastructure/HTTP.cpp
|
2022-07-12 17:04:24 +00:00
|
|
|
Fetch/Infrastructure/HTTP/Bodies.cpp
|
2022-07-11 20:42:14 +00:00
|
|
|
Fetch/Infrastructure/HTTP/Headers.cpp
|
2022-07-10 17:28:47 +00:00
|
|
|
Fetch/Infrastructure/HTTP/Methods.cpp
|
2022-07-13 23:51:42 +00:00
|
|
|
Fetch/Infrastructure/HTTP/Requests.cpp
|
2022-07-16 16:55:29 +00:00
|
|
|
Fetch/Infrastructure/HTTP/Responses.cpp
|
2022-07-12 16:51:58 +00:00
|
|
|
Fetch/Infrastructure/HTTP/Statuses.cpp
|
2024-05-17 20:06:27 +00:00
|
|
|
Fetch/Infrastructure/IncrementalReadLoopReadRequest.cpp
|
2022-10-13 17:57:40 +00:00
|
|
|
Fetch/Infrastructure/MimeTypeBlocking.cpp
|
2024-05-31 17:44:49 +00:00
|
|
|
Fetch/Infrastructure/NetworkPartitionKey.cpp
|
2022-10-23 20:58:18 +00:00
|
|
|
Fetch/Infrastructure/NoSniffBlocking.cpp
|
2022-10-13 16:30:15 +00:00
|
|
|
Fetch/Infrastructure/PortBlocking.cpp
|
2022-10-25 18:36:50 +00:00
|
|
|
Fetch/Infrastructure/Task.cpp
|
2022-09-25 18:33:13 +00:00
|
|
|
Fetch/Infrastructure/URL.cpp
|
|
|
|
Fetch/Request.cpp
|
2022-09-25 18:36:30 +00:00
|
|
|
Fetch/Response.cpp
|
2022-07-10 16:31:17 +00:00
|
|
|
FileAPI/Blob.cpp
|
2023-08-01 22:29:54 +00:00
|
|
|
FileAPI/BlobURLStore.cpp
|
2022-07-24 19:32:18 +00:00
|
|
|
FileAPI/File.cpp
|
2022-10-04 03:10:39 +00:00
|
|
|
FileAPI/FileList.cpp
|
2023-09-09 01:29:01 +00:00
|
|
|
FileAPI/FileReader.cpp
|
2023-02-27 18:04:51 +00:00
|
|
|
Geometry/DOMMatrix.cpp
|
|
|
|
Geometry/DOMMatrixReadOnly.cpp
|
2022-09-03 19:32:14 +00:00
|
|
|
Geometry/DOMPoint.cpp
|
|
|
|
Geometry/DOMPointReadOnly.cpp
|
2023-08-20 20:03:41 +00:00
|
|
|
Geometry/DOMQuad.cpp
|
2022-09-03 23:59:58 +00:00
|
|
|
Geometry/DOMRect.cpp
|
2022-02-12 13:38:54 +00:00
|
|
|
Geometry/DOMRectList.cpp
|
2022-09-03 23:59:58 +00:00
|
|
|
Geometry/DOMRectReadOnly.cpp
|
2024-09-01 11:52:14 +00:00
|
|
|
HTML/AbstractWorker.cpp
|
2023-05-20 14:11:36 +00:00
|
|
|
HTML/AnimatedBitmapDecodedImageData.cpp
|
2024-10-31 00:13:31 +00:00
|
|
|
HTML/AnimationFrameCallbackDriver.cpp
|
2020-08-12 11:22:59 +00:00
|
|
|
HTML/AttributeNames.cpp
|
2023-06-12 17:52:30 +00:00
|
|
|
HTML/AudioTrack.cpp
|
|
|
|
HTML/AudioTrackList.cpp
|
2024-11-02 13:22:13 +00:00
|
|
|
HTML/BeforeUnloadEvent.cpp
|
2024-07-13 13:51:28 +00:00
|
|
|
HTML/BroadcastChannel.cpp
|
2021-11-18 14:01:28 +00:00
|
|
|
HTML/BrowsingContext.cpp
|
2022-09-19 10:28:46 +00:00
|
|
|
HTML/BrowsingContextGroup.cpp
|
2022-08-12 16:28:54 +00:00
|
|
|
HTML/Canvas/CanvasDrawImage.cpp
|
2022-08-11 15:10:04 +00:00
|
|
|
HTML/Canvas/CanvasPath.cpp
|
2022-08-12 13:00:00 +00:00
|
|
|
HTML/Canvas/CanvasState.cpp
|
2022-02-03 19:08:27 +00:00
|
|
|
HTML/CanvasGradient.cpp
|
2023-02-02 20:47:46 +00:00
|
|
|
HTML/CanvasPattern.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/CanvasRenderingContext2D.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
HTML/CloseEvent.cpp
|
2024-06-21 21:53:05 +00:00
|
|
|
HTML/CloseWatcher.cpp
|
|
|
|
HTML/CloseWatcherManager.cpp
|
2023-01-14 13:30:42 +00:00
|
|
|
HTML/CORSSettingAttribute.cpp
|
2022-09-24 13:02:47 +00:00
|
|
|
HTML/CrossOrigin/AbstractOperations.cpp
|
2022-03-08 18:32:35 +00:00
|
|
|
HTML/CrossOrigin/Reporting.cpp
|
2024-03-11 18:12:52 +00:00
|
|
|
HTML/CustomElements/CustomElementDefinition.cpp
|
2023-03-23 08:27:18 +00:00
|
|
|
HTML/CustomElements/CustomElementName.cpp
|
2023-03-29 22:46:18 +00:00
|
|
|
HTML/CustomElements/CustomElementReactionNames.cpp
|
|
|
|
HTML/CustomElements/CustomElementRegistry.cpp
|
2024-07-08 16:33:12 +00:00
|
|
|
HTML/DataTransfer.cpp
|
2024-08-15 16:18:56 +00:00
|
|
|
HTML/DataTransferItem.cpp
|
2024-08-15 16:20:22 +00:00
|
|
|
HTML/DataTransferItemList.cpp
|
2023-12-11 14:36:59 +00:00
|
|
|
HTML/Dates.cpp
|
2023-05-10 17:36:43 +00:00
|
|
|
HTML/DecodedImageData.cpp
|
2024-07-09 21:54:22 +00:00
|
|
|
HTML/DedicatedWorkerGlobalScope.cpp
|
2022-12-12 19:55:34 +00:00
|
|
|
HTML/DocumentState.cpp
|
2021-07-05 04:20:31 +00:00
|
|
|
HTML/DOMParser.cpp
|
2024-07-14 11:31:50 +00:00
|
|
|
HTML/DOMStringList.cpp
|
2021-09-26 14:24:41 +00:00
|
|
|
HTML/DOMStringMap.cpp
|
2024-08-16 17:31:42 +00:00
|
|
|
HTML/DragDataStore.cpp
|
2024-07-08 16:33:12 +00:00
|
|
|
HTML/DragEvent.cpp
|
2024-06-24 20:54:42 +00:00
|
|
|
HTML/ElementInternals.cpp
|
2024-07-08 21:54:49 +00:00
|
|
|
HTML/EmbedderPolicy.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
HTML/ErrorEvent.cpp
|
2022-08-08 12:12:01 +00:00
|
|
|
HTML/EventHandler.cpp
|
2024-04-05 17:33:41 +00:00
|
|
|
HTML/EventSource.cpp
|
2021-09-08 21:09:18 +00:00
|
|
|
HTML/EventLoop/EventLoop.cpp
|
|
|
|
HTML/EventLoop/Task.cpp
|
|
|
|
HTML/EventLoop/TaskQueue.cpp
|
2020-11-21 19:15:57 +00:00
|
|
|
HTML/EventNames.cpp
|
2024-03-14 16:26:00 +00:00
|
|
|
HTML/FileFilter.cpp
|
2022-11-05 14:30:49 +00:00
|
|
|
HTML/Focus.cpp
|
2021-04-20 09:50:29 +00:00
|
|
|
HTML/FormAssociatedElement.cpp
|
2023-02-03 20:50:05 +00:00
|
|
|
HTML/FormControlInfrastructure.cpp
|
2023-02-03 20:50:10 +00:00
|
|
|
HTML/FormDataEvent.cpp
|
2021-02-03 21:47:50 +00:00
|
|
|
HTML/GlobalEventHandlers.cpp
|
2024-04-15 02:25:24 +00:00
|
|
|
HTML/HashChangeEvent.cpp
|
2021-09-11 22:43:34 +00:00
|
|
|
HTML/History.cpp
|
2024-04-01 06:44:24 +00:00
|
|
|
HTML/HTMLAllCollection.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLAnchorElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLAreaElement.cpp
|
|
|
|
HTML/HTMLAudioElement.cpp
|
2020-08-12 11:22:59 +00:00
|
|
|
HTML/HTMLBRElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLBaseElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLBodyElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLButtonElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLCanvasElement.cpp
|
2020-08-12 11:22:59 +00:00
|
|
|
HTML/HTMLDListElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLDataElement.cpp
|
|
|
|
HTML/HTMLDataListElement.cpp
|
|
|
|
HTML/HTMLDetailsElement.cpp
|
|
|
|
HTML/HTMLDialogElement.cpp
|
2020-11-12 04:16:41 +00:00
|
|
|
HTML/HTMLDirectoryElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLDivElement.cpp
|
2023-06-21 11:53:09 +00:00
|
|
|
HTML/HTMLDocument.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLEmbedElement.cpp
|
|
|
|
HTML/HTMLFieldSetElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLFontElement.cpp
|
2024-11-02 13:22:13 +00:00
|
|
|
HTML/HTMLFormControlsCollection.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLFormElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLFrameElement.cpp
|
|
|
|
HTML/HTMLFrameSetElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLHRElement.cpp
|
|
|
|
HTML/HTMLHeadElement.cpp
|
|
|
|
HTML/HTMLHeadingElement.cpp
|
|
|
|
HTML/HTMLHtmlElement.cpp
|
2021-10-03 17:39:12 +00:00
|
|
|
HTML/HTMLHyperlinkElementUtils.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLIFrameElement.cpp
|
|
|
|
HTML/HTMLImageElement.cpp
|
|
|
|
HTML/HTMLInputElement.cpp
|
2020-08-12 11:22:59 +00:00
|
|
|
HTML/HTMLLIElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLLabelElement.cpp
|
|
|
|
HTML/HTMLLegendElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLLinkElement.cpp
|
2020-08-09 16:10:41 +00: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 11:22:59 +00:00
|
|
|
HTML/HTMLObjectElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLOptGroupElement.cpp
|
|
|
|
HTML/HTMLOptionElement.cpp
|
2022-03-16 11:58:28 +00:00
|
|
|
HTML/HTMLOptionsCollection.cpp
|
2024-10-29 10:07:02 +00:00
|
|
|
HTML/HTMLOrSVGElement.cpp
|
2020-08-09 16:10:41 +00: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 13:08:16 +00:00
|
|
|
HTML/HTMLScriptElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLSelectElement.cpp
|
|
|
|
HTML/HTMLSlotElement.cpp
|
|
|
|
HTML/HTMLSourceElement.cpp
|
|
|
|
HTML/HTMLSpanElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLStyleElement.cpp
|
2023-06-02 19:08:14 +00:00
|
|
|
HTML/HTMLSummaryElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLTableCaptionElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLTableCellElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLTableColElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLTableElement.cpp
|
|
|
|
HTML/HTMLTableRowElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLTableSectionElement.cpp
|
|
|
|
HTML/HTMLTemplateElement.cpp
|
|
|
|
HTML/HTMLTextAreaElement.cpp
|
|
|
|
HTML/HTMLTimeElement.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/HTMLTitleElement.cpp
|
2020-08-09 16:10:41 +00:00
|
|
|
HTML/HTMLTrackElement.cpp
|
|
|
|
HTML/HTMLUListElement.cpp
|
|
|
|
HTML/HTMLUnknownElement.cpp
|
|
|
|
HTML/HTMLVideoElement.cpp
|
2024-04-05 01:48:58 +00:00
|
|
|
HTML/ImageBitmap.cpp
|
2020-07-26 13:08:16 +00:00
|
|
|
HTML/ImageData.cpp
|
2023-05-10 17:36:43 +00:00
|
|
|
HTML/ImageRequest.cpp
|
2023-05-11 04:12:45 +00:00
|
|
|
HTML/ListOfAvailableImages.cpp
|
2023-01-18 17:41:12 +00:00
|
|
|
HTML/Location.cpp
|
2023-04-22 18:39:20 +00:00
|
|
|
HTML/MediaError.cpp
|
2021-09-19 20:12:31 +00:00
|
|
|
HTML/MessageChannel.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
HTML/MessageEvent.cpp
|
2021-09-19 20:12:31 +00:00
|
|
|
HTML/MessagePort.cpp
|
2023-02-28 00:23:53 +00:00
|
|
|
HTML/MimeType.cpp
|
|
|
|
HTML/MimeTypeArray.cpp
|
2022-12-12 10:46:54 +00:00
|
|
|
HTML/Navigable.cpp
|
2022-12-12 11:20:02 +00:00
|
|
|
HTML/NavigableContainer.cpp
|
2023-08-24 00:40:42 +00:00
|
|
|
HTML/NavigateEvent.cpp
|
2023-08-23 16:57:12 +00:00
|
|
|
HTML/Navigation.cpp
|
2023-08-23 19:35:25 +00:00
|
|
|
HTML/NavigationDestination.cpp
|
2023-08-23 16:53:11 +00:00
|
|
|
HTML/NavigationCurrentEntryChangeEvent.cpp
|
2023-08-23 16:47:05 +00:00
|
|
|
HTML/NavigationHistoryEntry.cpp
|
2024-10-25 14:26:01 +00:00
|
|
|
HTML/NavigationObserver.cpp
|
2024-04-21 19:57:33 +00:00
|
|
|
HTML/NavigationParams.cpp
|
2023-08-23 21:34:02 +00:00
|
|
|
HTML/NavigationTransition.cpp
|
2022-10-09 02:53:08 +00:00
|
|
|
HTML/Navigator.cpp
|
2023-09-18 16:29:51 +00:00
|
|
|
HTML/NavigatorBeacon.cpp
|
2022-10-09 02:53:08 +00:00
|
|
|
HTML/NavigatorID.cpp
|
2023-07-23 16:38:04 +00:00
|
|
|
HTML/Numbers.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
HTML/PageTransitionEvent.cpp
|
2024-03-05 16:29:14 +00:00
|
|
|
HTML/PolicyContainers.cpp
|
2024-04-11 04:25:31 +00:00
|
|
|
HTML/PopStateEvent.cpp
|
2020-07-28 17:18:23 +00:00
|
|
|
HTML/Parser/Entities.cpp
|
2021-05-12 08:47:12 +00:00
|
|
|
HTML/Parser/HTMLEncodingDetection.cpp
|
2021-09-25 21:15:48 +00:00
|
|
|
HTML/Parser/HTMLParser.cpp
|
2020-07-28 17:18:23 +00:00
|
|
|
HTML/Parser/HTMLToken.cpp
|
|
|
|
HTML/Parser/HTMLTokenizer.cpp
|
|
|
|
HTML/Parser/ListOfActiveFormattingElements.cpp
|
|
|
|
HTML/Parser/StackOfOpenElements.cpp
|
2022-08-11 15:50:23 +00:00
|
|
|
HTML/Path2D.cpp
|
2023-02-28 00:23:53 +00:00
|
|
|
HTML/Plugin.cpp
|
|
|
|
HTML/PluginArray.cpp
|
2023-01-14 13:30:42 +00:00
|
|
|
HTML/PotentialCORSRequest.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
HTML/PromiseRejectionEvent.cpp
|
2024-11-02 13:22:13 +00:00
|
|
|
HTML/RadioNodeList.cpp
|
2021-09-09 16:03:01 +00:00
|
|
|
HTML/Scripting/ClassicScript.cpp
|
2021-10-14 15:12:53 +00:00
|
|
|
HTML/Scripting/Environments.cpp
|
2024-03-05 16:42:10 +00:00
|
|
|
HTML/Scripting/EnvironmentSettingsSnapshot.cpp
|
2022-02-07 14:12:41 +00:00
|
|
|
HTML/Scripting/ExceptionReporter.cpp
|
2022-10-03 19:04:15 +00:00
|
|
|
HTML/Scripting/Fetching.cpp
|
2024-04-13 20:22:05 +00:00
|
|
|
HTML/Scripting/ImportMap.cpp
|
|
|
|
HTML/Scripting/ImportMapParseResult.cpp
|
2022-10-03 18:58:36 +00:00
|
|
|
HTML/Scripting/ModuleMap.cpp
|
2022-10-03 19:01:59 +00:00
|
|
|
HTML/Scripting/ModuleScript.cpp
|
2021-09-09 16:03:01 +00:00
|
|
|
HTML/Scripting/Script.cpp
|
2024-10-26 06:46:13 +00:00
|
|
|
HTML/Scripting/SyntheticRealmSettings.cpp
|
2023-07-06 11:37:29 +00:00
|
|
|
HTML/Scripting/TemporaryExecutionContext.cpp
|
2021-10-14 15:12:53 +00:00
|
|
|
HTML/Scripting/WindowEnvironmentSettingsObject.cpp
|
2023-11-08 18:47:41 +00:00
|
|
|
HTML/Scripting/WorkerEnvironmentSettingsObject.cpp
|
2024-03-05 16:29:14 +00:00
|
|
|
HTML/Scripting/SerializedEnvironmentSettingsObject.cpp
|
2024-02-25 18:02:47 +00:00
|
|
|
HTML/SelectedFile.cpp
|
2023-12-07 14:53:49 +00:00
|
|
|
HTML/SelectItem.cpp
|
2024-09-10 05:29:41 +00:00
|
|
|
HTML/ServiceWorker.cpp
|
2024-08-22 16:27:30 +00:00
|
|
|
HTML/ServiceWorkerContainer.cpp
|
2024-08-22 21:59:01 +00:00
|
|
|
HTML/ServiceWorkerRegistration.cpp
|
2022-12-12 09:58:30 +00:00
|
|
|
HTML/SessionHistoryEntry.cpp
|
2024-04-10 02:43:51 +00:00
|
|
|
HTML/SessionHistoryTraversalQueue.cpp
|
2024-10-26 08:35:21 +00:00
|
|
|
HTML/ShadowRealmGlobalScope.cpp
|
2024-08-03 03:27:08 +00:00
|
|
|
HTML/SharedResourceRequest.cpp
|
2023-05-11 14:56:01 +00:00
|
|
|
HTML/SourceSet.cpp
|
2022-02-08 18:38:29 +00:00
|
|
|
HTML/Storage.cpp
|
2022-04-05 00:24:10 +00:00
|
|
|
HTML/StructuredSerialize.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
HTML/SubmitEvent.cpp
|
2021-05-20 18:45:33 +00:00
|
|
|
HTML/SyntaxHighlighter/SyntaxHighlighter.cpp
|
2020-12-13 14:57:09 +00:00
|
|
|
HTML/TagNames.cpp
|
2021-12-30 22:15:38 +00:00
|
|
|
HTML/TextMetrics.cpp
|
2024-06-09 09:32:20 +00:00
|
|
|
HTML/TextTrack.cpp
|
2024-09-19 18:41:57 +00:00
|
|
|
HTML/TextTrackCue.cpp
|
2024-09-20 22:06:51 +00:00
|
|
|
HTML/TextTrackCueList.cpp
|
2024-06-09 10:07:41 +00:00
|
|
|
HTML/TextTrackList.cpp
|
2022-03-07 22:54:56 +00:00
|
|
|
HTML/Timer.cpp
|
2023-04-18 20:19:37 +00:00
|
|
|
HTML/TimeRanges.cpp
|
2023-08-31 17:28:49 +00:00
|
|
|
HTML/ToggleEvent.cpp
|
2024-05-27 21:54:11 +00:00
|
|
|
HTML/TokenizedFeatures.cpp
|
2023-04-04 13:28:59 +00:00
|
|
|
HTML/TrackEvent.cpp
|
2022-12-12 11:01:09 +00:00
|
|
|
HTML/TraversableNavigable.cpp
|
2024-11-08 03:35:16 +00:00
|
|
|
HTML/UniversalGlobalScope.cpp
|
2024-05-25 11:40:44 +00:00
|
|
|
HTML/UserActivation.cpp
|
2023-04-04 13:26:02 +00:00
|
|
|
HTML/VideoTrack.cpp
|
|
|
|
HTML/VideoTrackList.cpp
|
2024-01-31 03:05:00 +00:00
|
|
|
HTML/WebViewHints.cpp
|
2022-03-07 22:08:26 +00:00
|
|
|
HTML/Window.cpp
|
2022-06-27 18:48:54 +00:00
|
|
|
HTML/WindowEventHandlers.cpp
|
2023-03-05 23:58:47 +00:00
|
|
|
HTML/WindowOrWorkerGlobalScope.cpp
|
2022-09-24 15:24:41 +00:00
|
|
|
HTML/WindowProxy.cpp
|
2022-02-17 12:31:09 +00:00
|
|
|
HTML/Worker.cpp
|
2023-11-08 18:47:41 +00:00
|
|
|
HTML/WorkerAgent.cpp
|
2022-02-17 12:31:09 +00:00
|
|
|
HTML/WorkerDebugConsoleClient.cpp
|
2022-02-07 02:12:57 +00:00
|
|
|
HTML/WorkerGlobalScope.cpp
|
|
|
|
HTML/WorkerLocation.cpp
|
2022-09-04 12:37:49 +00:00
|
|
|
HTML/WorkerNavigator.cpp
|
2024-06-09 03:13:38 +00:00
|
|
|
HTML/ValidityState.cpp
|
2020-09-29 16:19:18 +00:00
|
|
|
HighResolutionTime/Performance.cpp
|
2022-10-04 20:30:29 +00:00
|
|
|
HighResolutionTime/TimeOrigin.cpp
|
2022-07-11 20:44:43 +00:00
|
|
|
Infra/ByteSequences.cpp
|
2022-09-25 18:19:24 +00:00
|
|
|
Infra/JSON.cpp
|
2022-10-01 17:39:40 +00:00
|
|
|
Infra/Strings.cpp
|
2024-11-04 18:03:26 +00:00
|
|
|
IndexedDB/Internal/Algorithms.cpp
|
2024-11-04 17:44:43 +00:00
|
|
|
IndexedDB/Internal/Database.cpp
|
2024-05-19 05:58:06 +00:00
|
|
|
IndexedDB/IDBFactory.cpp
|
2024-05-19 06:07:06 +00:00
|
|
|
IndexedDB/IDBOpenDBRequest.cpp
|
2024-11-04 17:53:05 +00:00
|
|
|
IndexedDB/IDBDatabase.cpp
|
2024-05-19 06:03:00 +00:00
|
|
|
IndexedDB/IDBRequest.cpp
|
2024-11-04 18:17:54 +00:00
|
|
|
IndexedDB/IDBVersionChangeEvent.cpp
|
2023-11-23 17:22:23 +00:00
|
|
|
Internals/Inspector.cpp
|
2024-03-27 15:30:54 +00:00
|
|
|
Internals/InternalAnimationTimeline.cpp
|
2023-07-21 09:59:49 +00:00
|
|
|
Internals/Internals.cpp
|
2021-10-13 18:20:50 +00:00
|
|
|
IntersectionObserver/IntersectionObserver.cpp
|
2023-07-06 22:44:07 +00:00
|
|
|
IntersectionObserver/IntersectionObserverEntry.cpp
|
2023-06-12 17:55:43 +00:00
|
|
|
Layout/AudioBox.cpp
|
2022-09-29 18:05:28 +00:00
|
|
|
Layout/AvailableSpace.cpp
|
2021-10-13 18:20:50 +00:00
|
|
|
Layout/BlockContainer.cpp
|
2020-11-22 12:38:18 +00:00
|
|
|
Layout/BlockFormattingContext.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/Box.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
Layout/BoxModelMetrics.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/BreakNode.cpp
|
|
|
|
Layout/CanvasBox.cpp
|
|
|
|
Layout/CheckBox.cpp
|
2024-11-05 08:07:13 +00:00
|
|
|
Layout/FieldSetBox.cpp
|
2021-01-18 16:33:46 +00:00
|
|
|
Layout/FlexFormattingContext.cpp
|
2020-11-22 12:38:18 +00:00
|
|
|
Layout/FormattingContext.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/FrameBox.cpp
|
2022-08-23 08:36:27 +00:00
|
|
|
Layout/GridFormattingContext.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/ImageBox.cpp
|
2024-02-19 01:10:37 +00:00
|
|
|
Layout/ImageProvider.cpp
|
2023-02-25 10:04:29 +00:00
|
|
|
Layout/Viewport.cpp
|
2020-11-22 12:38:18 +00:00
|
|
|
Layout/InlineFormattingContext.cpp
|
2022-01-17 14:07:19 +00:00
|
|
|
Layout/InlineLevelIterator.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/InlineNode.cpp
|
2021-04-04 01:32:16 +00:00
|
|
|
Layout/Label.cpp
|
2022-03-10 21:46:35 +00:00
|
|
|
Layout/LabelableNode.cpp
|
2022-07-16 21:30:32 +00:00
|
|
|
Layout/LayoutState.cpp
|
2024-11-05 08:07:13 +00:00
|
|
|
Layout/LegendBox.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
Layout/LineBox.cpp
|
|
|
|
Layout/LineBoxFragment.cpp
|
2022-01-19 10:57:58 +00:00
|
|
|
Layout/LineBuilder.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/ListItemBox.cpp
|
|
|
|
Layout/ListItemMarkerBox.cpp
|
|
|
|
Layout/Node.cpp
|
2021-04-03 13:07:45 +00:00
|
|
|
Layout/RadioButton.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/ReplacedBox.cpp
|
|
|
|
Layout/SVGBox.cpp
|
2021-09-17 21:12:16 +00:00
|
|
|
Layout/SVGFormattingContext.cpp
|
2024-04-25 18:21:12 +00:00
|
|
|
Layout/SVGForeignObjectBox.cpp
|
2022-02-11 12:37:22 +00:00
|
|
|
Layout/SVGGeometryBox.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/SVGGraphicsBox.cpp
|
2024-08-20 14:12:55 +00:00
|
|
|
Layout/SVGImageBox.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/SVGSVGBox.cpp
|
2024-03-11 18:26:58 +00:00
|
|
|
Layout/SVGMaskBox.cpp
|
2024-03-27 00:13:16 +00:00
|
|
|
Layout/SVGClipBox.cpp
|
2023-06-08 18:32:33 +00:00
|
|
|
Layout/SVGTextBox.cpp
|
2023-12-17 18:35:21 +00:00
|
|
|
Layout/SVGTextPathBox.cpp
|
2020-11-22 12:38:18 +00:00
|
|
|
Layout/TableFormattingContext.cpp
|
2023-08-20 03:08:38 +00:00
|
|
|
Layout/TableGrid.cpp
|
2023-01-14 13:48:20 +00:00
|
|
|
Layout/TableWrapper.cpp
|
2020-11-22 14:53:01 +00:00
|
|
|
Layout/TextNode.cpp
|
2020-11-25 19:29:03 +00:00
|
|
|
Layout/TreeBuilder.cpp
|
2023-04-04 22:32:09 +00:00
|
|
|
Layout/VideoBox.cpp
|
2021-05-20 08:00:27 +00:00
|
|
|
Loader/ContentFilter.cpp
|
2022-02-26 16:50:31 +00:00
|
|
|
Loader/FileRequest.cpp
|
2023-09-21 15:32:31 +00:00
|
|
|
Loader/GeneratedPagesLoader.cpp
|
2021-04-14 14:34:18 +00:00
|
|
|
Loader/LoadRequest.cpp
|
2022-04-07 21:16:47 +00:00
|
|
|
Loader/ProxyMappings.cpp
|
2020-06-01 19:33:23 +00:00
|
|
|
Loader/Resource.cpp
|
2020-06-01 18:42:50 +00:00
|
|
|
Loader/ResourceLoader.cpp
|
2023-07-06 01:24:51 +00:00
|
|
|
MathML/MathMLElement.cpp
|
2023-07-06 01:25:52 +00:00
|
|
|
MathML/TagNames.cpp
|
2024-09-04 22:52:21 +00:00
|
|
|
MediaCapabilitiesAPI/MediaCapabilities.cpp
|
2024-11-01 13:03:15 +00:00
|
|
|
MediaSourceExtensions/BufferedChangeEvent.cpp
|
2024-11-17 23:13:48 +00:00
|
|
|
MediaSourceExtensions/EventNames.cpp
|
2024-11-01 13:03:15 +00:00
|
|
|
MediaSourceExtensions/ManagedMediaSource.cpp
|
|
|
|
MediaSourceExtensions/ManagedSourceBuffer.cpp
|
|
|
|
MediaSourceExtensions/MediaSource.cpp
|
|
|
|
MediaSourceExtensions/MediaSourceHandle.cpp
|
|
|
|
MediaSourceExtensions/SourceBuffer.cpp
|
|
|
|
MediaSourceExtensions/SourceBufferList.cpp
|
2022-02-11 20:53:47 +00:00
|
|
|
MimeSniff/MimeType.cpp
|
2023-10-06 04:24:13 +00:00
|
|
|
MimeSniff/Resource.cpp
|
2024-05-29 18:01:06 +00:00
|
|
|
MixedContent/AbstractOperations.cpp
|
2020-10-10 01:48:05 +00:00
|
|
|
Namespace.cpp
|
2023-03-22 19:12:57 +00:00
|
|
|
NavigationTiming/EntryNames.cpp
|
2024-08-02 01:50:52 +00:00
|
|
|
NavigationTiming/PerformanceNavigation.cpp
|
2021-01-18 14:06:13 +00:00
|
|
|
NavigationTiming/PerformanceTiming.cpp
|
2024-08-17 17:29:55 +00:00
|
|
|
Page/DragAndDropEventHandler.cpp
|
2021-05-20 08:00:27 +00:00
|
|
|
Page/EventHandler.cpp
|
2024-03-05 22:06:32 +00:00
|
|
|
Page/InputEvent.cpp
|
2020-07-28 17:27:41 +00:00
|
|
|
Page/Page.cpp
|
2023-06-12 17:55:43 +00:00
|
|
|
Painting/AudioPaintable.cpp
|
2021-09-19 14:58:26 +00:00
|
|
|
Painting/BackgroundPainting.cpp
|
2024-06-25 14:43:39 +00:00
|
|
|
Painting/BackingStore.cpp
|
2023-10-15 02:27:48 +00:00
|
|
|
Painting/BorderRadiiData.cpp
|
2020-12-04 17:02:21 +00:00
|
|
|
Painting/BorderPainting.cpp
|
2022-06-15 20:15:29 +00:00
|
|
|
Painting/BorderRadiusCornerClipper.cpp
|
2023-11-19 21:03:48 +00:00
|
|
|
Painting/BordersData.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/CanvasPaintable.cpp
|
2024-02-14 15:36:42 +00:00
|
|
|
Painting/Command.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/CheckBoxPaintable.cpp
|
2024-08-10 12:24:25 +00:00
|
|
|
Painting/ClipFrame.cpp
|
2024-04-27 12:26:42 +00:00
|
|
|
Painting/ClippableAndScrollable.cpp
|
2024-06-23 16:16:46 +00:00
|
|
|
Painting/DisplayList.cpp
|
2024-06-23 16:42:39 +00:00
|
|
|
Painting/DisplayListPlayerSkia.cpp
|
2024-06-23 16:40:10 +00:00
|
|
|
Painting/DisplayListRecorder.cpp
|
2022-07-17 18:47:43 +00:00
|
|
|
Painting/GradientPainting.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/ImagePaintable.cpp
|
2022-03-10 21:46:35 +00:00
|
|
|
Painting/LabelablePaintable.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/MarkerPaintable.cpp
|
2023-06-12 12:21:35 +00:00
|
|
|
Painting/MediaPaintable.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/NestedBrowsingContextPaintable.cpp
|
2022-02-28 11:13:23 +00:00
|
|
|
Painting/PaintContext.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/Paintable.cpp
|
2022-03-10 22:13:37 +00:00
|
|
|
Painting/PaintableBox.cpp
|
2024-01-12 20:25:05 +00:00
|
|
|
Painting/PaintableFragment.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/RadioButtonPaintable.cpp
|
2024-04-25 18:21:12 +00:00
|
|
|
Painting/SVGForeignObjectPaintable.cpp
|
2023-11-04 21:31:35 +00:00
|
|
|
Painting/SVGPathPaintable.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/SVGGraphicsPaintable.cpp
|
2024-03-11 18:26:58 +00:00
|
|
|
Painting/SVGMaskPaintable.cpp
|
2024-04-25 18:08:40 +00:00
|
|
|
Painting/SVGMaskable.cpp
|
2024-03-27 00:13:16 +00:00
|
|
|
Painting/SVGClipPaintable.cpp
|
2022-03-10 13:02:25 +00:00
|
|
|
Painting/SVGPaintable.cpp
|
|
|
|
Painting/SVGSVGPaintable.cpp
|
2024-10-11 17:32:32 +00:00
|
|
|
Painting/ScrollFrame.cpp
|
2021-09-19 14:00:47 +00:00
|
|
|
Painting/ShadowPainting.cpp
|
2020-06-18 19:39:27 +00:00
|
|
|
Painting/StackingContext.cpp
|
2023-07-01 03:06:21 +00:00
|
|
|
Painting/TableBordersPainting.cpp
|
2022-07-17 18:47:43 +00:00
|
|
|
Painting/TextPaintable.cpp
|
2023-04-04 22:32:09 +00:00
|
|
|
Painting/VideoPaintable.cpp
|
2023-08-18 13:52:40 +00:00
|
|
|
Painting/ViewportPaintable.cpp
|
2023-03-22 19:12:57 +00:00
|
|
|
PerformanceTimeline/EntryTypes.cpp
|
|
|
|
PerformanceTimeline/PerformanceEntry.cpp
|
2023-08-25 00:26:47 +00:00
|
|
|
PerformanceTimeline/PerformanceObserver.cpp
|
|
|
|
PerformanceTimeline/PerformanceObserverEntryList.cpp
|
2023-04-17 17:21:19 +00:00
|
|
|
PermissionsPolicy/AutoplayAllowlist.cpp
|
2023-07-22 23:09:39 +00:00
|
|
|
PixelUnits.cpp
|
2023-06-12 17:44:10 +00:00
|
|
|
Platform/AudioCodecPlugin.cpp
|
2023-07-04 10:02:19 +00:00
|
|
|
Platform/AudioCodecPluginAgnostic.cpp
|
2022-09-07 18:30:31 +00:00
|
|
|
Platform/EventLoopPlugin.cpp
|
2022-09-21 18:33:57 +00:00
|
|
|
Platform/EventLoopPluginSerenity.cpp
|
2022-09-08 09:55:12 +00:00
|
|
|
Platform/FontPlugin.cpp
|
2022-09-16 13:01:47 +00:00
|
|
|
Platform/ImageCodecPlugin.cpp
|
2022-09-07 18:30:31 +00:00
|
|
|
Platform/Timer.cpp
|
2022-09-21 18:33:57 +00:00
|
|
|
Platform/TimerSerenity.cpp
|
2022-10-13 17:10:27 +00:00
|
|
|
ReferrerPolicy/AbstractOperations.cpp
|
2023-03-29 11:46:50 +00:00
|
|
|
ReferrerPolicy/ReferrerPolicy.cpp
|
2021-09-16 23:42:36 +00:00
|
|
|
RequestIdleCallback/IdleDeadline.cpp
|
2024-02-19 04:06:39 +00:00
|
|
|
ResizeObserver/ResizeObservation.cpp
|
2021-10-10 22:18:07 +00:00
|
|
|
ResizeObserver/ResizeObserver.cpp
|
2024-02-19 04:06:39 +00:00
|
|
|
ResizeObserver/ResizeObserverEntry.cpp
|
|
|
|
ResizeObserver/ResizeObserverSize.cpp
|
2022-10-13 17:08:39 +00:00
|
|
|
SecureContexts/AbstractOperations.cpp
|
2024-10-04 02:17:49 +00:00
|
|
|
ServiceWorker/Job.cpp
|
2024-10-08 02:18:33 +00:00
|
|
|
ServiceWorker/Registration.cpp
|
|
|
|
ServiceWorker/ServiceWorker.cpp
|
2023-04-20 15:52:01 +00:00
|
|
|
SRI/SRI.cpp
|
2024-08-13 19:56:19 +00:00
|
|
|
StorageAPI/NavigatorStorage.cpp
|
2024-09-15 02:02:27 +00:00
|
|
|
StorageAPI/StorageKey.cpp
|
2024-08-13 19:54:58 +00:00
|
|
|
StorageAPI/StorageManager.cpp
|
2022-09-21 22:27:13 +00:00
|
|
|
Streams/AbstractOperations.cpp
|
2023-06-18 08:26:19 +00:00
|
|
|
Streams/ByteLengthQueuingStrategy.cpp
|
2023-06-18 07:43:56 +00:00
|
|
|
Streams/CountQueuingStrategy.cpp
|
2024-11-15 12:32:57 +00:00
|
|
|
Streams/GenericTransformStream.cpp
|
2023-04-11 23:33:32 +00:00
|
|
|
Streams/ReadableByteStreamController.cpp
|
2022-09-21 22:27:13 +00:00
|
|
|
Streams/ReadableStream.cpp
|
2023-04-08 19:01:49 +00:00
|
|
|
Streams/ReadableStreamBYOBReader.cpp
|
2023-04-11 01:37:27 +00:00
|
|
|
Streams/ReadableStreamBYOBRequest.cpp
|
2023-03-29 01:56:11 +00:00
|
|
|
Streams/ReadableStreamDefaultController.cpp
|
2023-03-29 01:30:22 +00:00
|
|
|
Streams/ReadableStreamDefaultReader.cpp
|
2023-03-29 00:43:34 +00:00
|
|
|
Streams/ReadableStreamGenericReader.cpp
|
2023-07-02 19:42:02 +00:00
|
|
|
Streams/Transformer.cpp
|
2023-07-06 17:37:12 +00:00
|
|
|
Streams/TransformStream.cpp
|
2023-07-07 13:49:22 +00:00
|
|
|
Streams/TransformStreamDefaultController.cpp
|
2023-04-02 22:15:53 +00:00
|
|
|
Streams/UnderlyingSink.cpp
|
2023-03-29 01:58:41 +00:00
|
|
|
Streams/UnderlyingSource.cpp
|
2023-04-02 22:15:53 +00:00
|
|
|
Streams/WritableStream.cpp
|
2023-04-02 02:53:28 +00:00
|
|
|
Streams/WritableStreamDefaultController.cpp
|
2023-03-31 02:27:45 +00:00
|
|
|
Streams/WritableStreamDefaultWriter.cpp
|
2021-09-14 22:26:16 +00:00
|
|
|
SVG/AttributeNames.cpp
|
2022-02-11 13:08:27 +00:00
|
|
|
SVG/AttributeParser.cpp
|
2024-06-23 15:05:47 +00:00
|
|
|
SVG/SVGAElement.cpp
|
2022-03-21 18:33:11 +00:00
|
|
|
SVG/SVGAnimatedLength.cpp
|
2023-04-18 17:51:00 +00:00
|
|
|
SVG/SVGAnimatedNumber.cpp
|
2024-01-24 21:54:16 +00:00
|
|
|
SVG/SVGAnimatedRect.cpp
|
2023-11-14 00:18:09 +00:00
|
|
|
SVG/SVGAnimatedString.cpp
|
2024-03-31 14:21:00 +00:00
|
|
|
SVG/SVGAnimatedTransformList.cpp
|
2022-04-10 17:05:12 +00:00
|
|
|
SVG/SVGClipPathElement.cpp
|
2023-05-20 14:34:52 +00:00
|
|
|
SVG/SVGDecodedImageData.cpp
|
2022-04-11 14:59:03 +00:00
|
|
|
SVG/SVGDefsElement.cpp
|
2024-04-15 17:43:01 +00:00
|
|
|
SVG/SVGDescElement.cpp
|
2022-04-10 17:05:12 +00:00
|
|
|
SVG/SVGElement.cpp
|
2021-09-17 22:04:19 +00:00
|
|
|
SVG/SVGGElement.cpp
|
2020-07-23 16:44:42 +00:00
|
|
|
SVG/SVGGeometryElement.cpp
|
|
|
|
SVG/SVGGraphicsElement.cpp
|
2023-04-21 17:51:00 +00:00
|
|
|
SVG/SVGGradientElement.cpp
|
2024-08-20 14:12:55 +00:00
|
|
|
SVG/SVGImageElement.cpp
|
2020-07-23 16:44:42 +00:00
|
|
|
SVG/SVGPathElement.cpp
|
2022-02-11 16:14:58 +00:00
|
|
|
SVG/SVGCircleElement.cpp
|
2022-02-11 16:45:59 +00:00
|
|
|
SVG/SVGEllipseElement.cpp
|
2022-11-10 12:49:26 +00:00
|
|
|
SVG/SVGForeignObjectElement.cpp
|
2022-03-21 18:20:48 +00:00
|
|
|
SVG/SVGLength.cpp
|
2022-02-11 16:56:36 +00:00
|
|
|
SVG/SVGLineElement.cpp
|
2023-04-22 17:51:00 +00:00
|
|
|
SVG/SVGLinearGradientElement.cpp
|
2023-08-10 07:55:15 +00:00
|
|
|
SVG/SVGMaskElement.cpp
|
2024-08-16 16:27:32 +00:00
|
|
|
SVG/SVGMetadataElement.cpp
|
2022-02-11 17:36:05 +00:00
|
|
|
SVG/SVGPolygonElement.cpp
|
2022-02-11 17:28:24 +00:00
|
|
|
SVG/SVGPolylineElement.cpp
|
2022-02-11 15:52:42 +00:00
|
|
|
SVG/SVGRectElement.cpp
|
2023-05-02 22:11:58 +00:00
|
|
|
SVG/SVGRadialGradientElement.cpp
|
2023-09-22 20:56:49 +00:00
|
|
|
SVG/SVGScriptElement.cpp
|
2020-07-23 16:44:42 +00:00
|
|
|
SVG/SVGSVGElement.cpp
|
2023-04-20 17:51:00 +00:00
|
|
|
SVG/SVGStopElement.cpp
|
2023-06-08 16:48:33 +00:00
|
|
|
SVG/SVGStyleElement.cpp
|
2023-05-30 23:50:12 +00:00
|
|
|
SVG/SVGSymbolElement.cpp
|
2022-03-20 10:20:06 +00:00
|
|
|
SVG/SVGTextContentElement.cpp
|
2023-07-22 18:24:55 +00:00
|
|
|
SVG/SVGTextElement.cpp
|
2023-12-17 18:35:21 +00:00
|
|
|
SVG/SVGTextPathElement.cpp
|
2023-07-22 18:24:55 +00:00
|
|
|
SVG/SVGTextPositioningElement.cpp
|
2023-06-08 15:46:44 +00:00
|
|
|
SVG/SVGTitleElement.cpp
|
2024-03-31 13:41:00 +00:00
|
|
|
SVG/SVGTransform.cpp
|
2024-03-31 13:54:00 +00:00
|
|
|
SVG/SVGTransformList.cpp
|
2023-07-22 18:34:51 +00:00
|
|
|
SVG/SVGTSpanElement.cpp
|
2023-05-30 20:23:52 +00:00
|
|
|
SVG/SVGUseElement.cpp
|
2020-07-23 16:44:42 +00:00
|
|
|
SVG/TagNames.cpp
|
2021-09-14 23:06:57 +00:00
|
|
|
SVG/ViewBox.cpp
|
2021-10-10 17:12:32 +00:00
|
|
|
Selection/Selection.cpp
|
2024-07-18 19:22:44 +00:00
|
|
|
UIEvents/CompositionEvent.cpp
|
2020-11-21 19:15:57 +00:00
|
|
|
UIEvents/EventNames.cpp
|
2022-02-06 23:04:10 +00:00
|
|
|
UIEvents/FocusEvent.cpp
|
2024-07-18 18:35:14 +00:00
|
|
|
UIEvents/InputEvent.cpp
|
2024-02-24 05:08:26 +00:00
|
|
|
UIEvents/InputTypes.cpp
|
2021-09-27 21:22:21 +00:00
|
|
|
UIEvents/KeyboardEvent.cpp
|
2020-11-21 18:32:39 +00:00
|
|
|
UIEvents/MouseEvent.cpp
|
2024-04-07 17:51:02 +00:00
|
|
|
UIEvents/PointerEvent.cpp
|
2024-10-05 13:44:59 +00:00
|
|
|
UIEvents/TextEvent.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
UIEvents/UIEvent.cpp
|
2022-10-17 17:54:01 +00:00
|
|
|
UIEvents/WheelEvent.cpp
|
2023-03-23 17:07:52 +00:00
|
|
|
UserTiming/PerformanceMark.cpp
|
2023-05-13 12:34:28 +00:00
|
|
|
UserTiming/PerformanceMeasure.cpp
|
2023-03-15 22:15:28 +00:00
|
|
|
WebAssembly/Instance.cpp
|
2023-03-15 23:29:57 +00:00
|
|
|
WebAssembly/Memory.cpp
|
2023-03-15 18:47:54 +00:00
|
|
|
WebAssembly/Module.cpp
|
2023-03-16 00:16:22 +00:00
|
|
|
WebAssembly/Table.cpp
|
2023-03-16 16:59:32 +00:00
|
|
|
WebAssembly/WebAssembly.cpp
|
2024-04-25 03:13:51 +00:00
|
|
|
WebAudio/AudioBuffer.cpp
|
2024-07-21 12:24:25 +00:00
|
|
|
WebAudio/AudioBufferSourceNode.cpp
|
2023-05-21 19:36:22 +00:00
|
|
|
WebAudio/AudioContext.cpp
|
2024-07-24 04:44:49 +00:00
|
|
|
WebAudio/AudioDestinationNode.cpp
|
2024-10-17 19:26:01 +00:00
|
|
|
WebAudio/AudioListener.cpp
|
2024-04-28 00:46:07 +00:00
|
|
|
WebAudio/AudioNode.cpp
|
2024-04-28 00:26:30 +00:00
|
|
|
WebAudio/AudioParam.cpp
|
2024-04-28 01:17:44 +00:00
|
|
|
WebAudio/AudioScheduledSourceNode.cpp
|
2023-05-21 19:36:22 +00:00
|
|
|
WebAudio/BaseAudioContext.cpp
|
2024-07-21 18:25:14 +00:00
|
|
|
WebAudio/BiquadFilterNode.cpp
|
2024-05-04 22:53:34 +00:00
|
|
|
WebAudio/DynamicsCompressorNode.cpp
|
2024-05-28 03:42:07 +00:00
|
|
|
WebAudio/GainNode.cpp
|
2024-04-26 19:45:57 +00:00
|
|
|
WebAudio/OfflineAudioContext.cpp
|
2024-04-28 01:29:14 +00:00
|
|
|
WebAudio/OscillatorNode.cpp
|
2024-04-28 00:19:19 +00:00
|
|
|
WebAudio/PeriodicWave.cpp
|
2024-09-26 20:33:21 +00:00
|
|
|
WebDriver/Actions.cpp
|
2022-11-17 17:57:14 +00:00
|
|
|
WebDriver/Capabilities.cpp
|
2022-11-13 04:23:37 +00:00
|
|
|
WebDriver/Client.cpp
|
2023-04-20 16:41:32 +00:00
|
|
|
WebDriver/Contexts.cpp
|
2022-11-09 20:01:28 +00:00
|
|
|
WebDriver/ElementLocationStrategies.cpp
|
2024-09-13 23:34:47 +00:00
|
|
|
WebDriver/ElementReference.cpp
|
2022-11-08 15:10:27 +00:00
|
|
|
WebDriver/Error.cpp
|
2022-11-02 18:02:19 +00:00
|
|
|
WebDriver/ExecuteScript.cpp
|
2024-10-25 15:02:31 +00:00
|
|
|
WebDriver/HeapTimer.cpp
|
2024-09-26 17:17:18 +00:00
|
|
|
WebDriver/InputSource.cpp
|
|
|
|
WebDriver/InputState.cpp
|
2024-11-02 18:29:37 +00:00
|
|
|
WebDriver/JSON.cpp
|
2022-11-08 14:42:36 +00:00
|
|
|
WebDriver/Response.cpp
|
2022-11-10 19:57:16 +00:00
|
|
|
WebDriver/Screenshot.cpp
|
2022-11-11 19:22:03 +00:00
|
|
|
WebDriver/TimeoutsConfiguration.cpp
|
2023-04-09 10:54:00 +00:00
|
|
|
WebGL/EventNames.cpp
|
2024-01-18 19:29:09 +00:00
|
|
|
WebGL/OpenGLContext.cpp
|
2024-11-13 09:15:42 +00:00
|
|
|
WebGL/WebGLActiveInfo.cpp
|
2024-11-13 08:35:57 +00:00
|
|
|
WebGL/WebGLBuffer.cpp
|
2022-06-04 03:22:42 +00:00
|
|
|
WebGL/WebGLContextAttributes.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
WebGL/WebGLContextEvent.cpp
|
2024-11-13 08:46:25 +00:00
|
|
|
WebGL/WebGLFramebuffer.cpp
|
2024-11-13 08:31:46 +00:00
|
|
|
WebGL/WebGLObject.cpp
|
2024-11-13 08:59:10 +00:00
|
|
|
WebGL/WebGLProgram.cpp
|
2024-11-13 09:03:53 +00:00
|
|
|
WebGL/WebGLRenderbuffer.cpp
|
2022-06-04 03:22:42 +00:00
|
|
|
WebGL/WebGLRenderingContext.cpp
|
|
|
|
WebGL/WebGLRenderingContextBase.cpp
|
2024-11-13 09:06:07 +00:00
|
|
|
WebGL/WebGLShader.cpp
|
2024-11-13 09:18:51 +00:00
|
|
|
WebGL/WebGLShaderPrecisionFormat.cpp
|
2024-11-13 09:08:30 +00:00
|
|
|
WebGL/WebGLTexture.cpp
|
2024-11-13 09:11:08 +00:00
|
|
|
WebGL/WebGLUniformLocation.cpp
|
2022-09-24 15:14:37 +00:00
|
|
|
WebIDL/AbstractOperations.cpp
|
2023-11-23 07:07:25 +00:00
|
|
|
WebIDL/Buffers.cpp
|
2022-09-24 15:02:41 +00:00
|
|
|
WebIDL/CallbackType.cpp
|
2022-09-25 16:28:46 +00:00
|
|
|
WebIDL/DOMException.cpp
|
2024-03-07 22:29:25 +00:00
|
|
|
WebIDL/ObservableArray.cpp
|
2022-09-24 15:18:31 +00:00
|
|
|
WebIDL/OverloadResolution.cpp
|
2022-09-22 22:36:09 +00:00
|
|
|
WebIDL/Promise.cpp
|
2024-04-16 12:39:57 +00:00
|
|
|
WebIDL/Tracing.cpp
|
2022-02-18 17:35:45 +00:00
|
|
|
WebSockets/WebSocket.cpp
|
2024-09-19 20:49:54 +00:00
|
|
|
WebVTT/VTTCue.cpp
|
2024-09-19 18:18:00 +00:00
|
|
|
WebVTT/VTTRegion.cpp
|
2021-01-23 17:50:22 +00:00
|
|
|
XHR/EventNames.cpp
|
2023-02-03 20:50:05 +00:00
|
|
|
XHR/FormData.cpp
|
2023-03-05 16:29:11 +00:00
|
|
|
XHR/FormDataIterator.cpp
|
2022-08-08 20:29:40 +00:00
|
|
|
XHR/ProgressEvent.cpp
|
2021-01-23 10:51:36 +00:00
|
|
|
XHR/XMLHttpRequest.cpp
|
2021-09-18 23:41:55 +00:00
|
|
|
XHR/XMLHttpRequestEventTarget.cpp
|
2023-02-28 18:27:52 +00:00
|
|
|
XHR/XMLHttpRequestUpload.cpp
|
2022-03-28 11:55:17 +00:00
|
|
|
XML/XMLDocumentBuilder.cpp
|
2023-10-01 01:59:51 +00:00
|
|
|
XLink/AttributeNames.cpp
|
2023-11-08 18:47:41 +00:00
|
|
|
Worker/WebWorkerClient.cpp
|
2020-05-06 15:40:06 +00:00
|
|
|
)
|
|
|
|
|
2023-11-08 18:47:41 +00:00
|
|
|
compile_ipc(Worker/WebWorkerClient.ipc Worker/WebWorkerClientEndpoint.h)
|
|
|
|
compile_ipc(Worker/WebWorkerServer.ipc Worker/WebWorkerServerEndpoint.h)
|
|
|
|
|
2023-05-21 13:59:08 +00:00
|
|
|
invoke_generator(
|
|
|
|
"AriaRoles.cpp"
|
|
|
|
Lagom::GenerateAriaRoles
|
|
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/ARIA/AriaRoles.json"
|
|
|
|
"ARIA/AriaRoles.h"
|
|
|
|
"ARIA/AriaRoles.cpp"
|
|
|
|
arguments -j "${CMAKE_CURRENT_SOURCE_DIR}/ARIA/AriaRoles.json"
|
|
|
|
)
|
|
|
|
|
2022-04-30 10:50:51 +00:00
|
|
|
generate_css_implementation()
|
2022-03-08 15:00:27 +00:00
|
|
|
|
2022-04-30 10:50:51 +00:00
|
|
|
set(GENERATED_SOURCES
|
2023-05-21 13:59:08 +00:00
|
|
|
ARIA/AriaRoles.cpp
|
2022-04-30 10:50:51 +00:00
|
|
|
CSS/DefaultStyleSheetSource.cpp
|
|
|
|
CSS/Enums.cpp
|
2024-11-14 16:57:14 +00:00
|
|
|
CSS/GeneratedCSSStyleProperties.cpp
|
2024-11-15 14:46:52 +00:00
|
|
|
CSS/GeneratedCSSStyleProperties.idl
|
2024-08-14 13:06:03 +00:00
|
|
|
CSS/Keyword.cpp
|
2023-07-13 13:59:31 +00:00
|
|
|
CSS/MathFunctions.cpp
|
2022-04-30 10:50:51 +00:00
|
|
|
CSS/MediaFeatureID.cpp
|
|
|
|
CSS/PropertyID.cpp
|
2023-08-12 12:27:24 +00:00
|
|
|
CSS/PseudoClass.cpp
|
2022-04-30 10:50:51 +00:00
|
|
|
CSS/QuirksModeStyleSheetSource.cpp
|
|
|
|
CSS/TransformFunctions.cpp
|
2023-07-30 22:35:10 +00:00
|
|
|
MathML/MathMLStyleSheetSource.cpp
|
2023-09-23 13:23:47 +00:00
|
|
|
SVG/SVGStyleSheetSource.cpp
|
2023-11-08 18:47:41 +00:00
|
|
|
Worker/WebWorkerClientEndpoint.h
|
|
|
|
Worker/WebWorkerServerEndpoint.h
|
2022-04-17 14:33:50 +00:00
|
|
|
)
|
|
|
|
|
2022-04-30 10:50:51 +00:00
|
|
|
serenity_lib(LibWeb web)
|
2022-06-04 03:22:42 +00:00
|
|
|
|
2024-11-15 16:11:47 +00:00
|
|
|
target_link_libraries(LibWeb PRIVATE LibCore LibCompress LibCrypto LibJS LibHTTP LibGfx LibIPC LibRegex LibSyntax LibTextCodec LibUnicode LibMedia LibWasm LibXML LibIDL LibURL LibTLS LibRequests LibGC skia)
|
2020-12-15 19:39:09 +00:00
|
|
|
|
2022-09-21 17:22:16 +00:00
|
|
|
generate_js_bindings(LibWeb)
|
2020-05-06 15:40:06 +00:00
|
|
|
|
2024-08-07 03:58:38 +00:00
|
|
|
if (ENABLE_SWIFT)
|
2024-08-23 23:39:53 +00:00
|
|
|
include(collections)
|
|
|
|
|
2024-08-07 03:58:38 +00:00
|
|
|
set(generated_headers ${GENERATED_SOURCES})
|
|
|
|
list(FILTER generated_headers INCLUDE REGEX "\\.h$")
|
|
|
|
list(TRANSFORM generated_headers PREPEND "${CMAKE_CURRENT_BINARY_DIR}/")
|
|
|
|
list(APPEND LIBWEB_ALL_GENERATED_HEADERS ${generated_headers})
|
|
|
|
|
|
|
|
generate_clang_module_map(LibWeb GENERATED_FILES ${LIBWEB_ALL_GENERATED_HEADERS})
|
2024-08-18 02:16:16 +00:00
|
|
|
|
|
|
|
target_sources(LibWeb PRIVATE
|
|
|
|
HTML/Parser/HTMLToken.swift
|
2024-08-23 23:39:53 +00:00
|
|
|
HTML/Parser/HTMLTokenizer.swift
|
|
|
|
HTML/Parser/HTMLTokenizerHelpers.cpp
|
2024-08-18 02:16:16 +00:00
|
|
|
)
|
2024-08-23 23:39:53 +00:00
|
|
|
target_link_libraries(LibWeb PRIVATE AK Collections)
|
2024-08-27 01:04:05 +00:00
|
|
|
add_swift_target_properties(LibWeb LAGOM_LIBRARIES AK LibGfx)
|
2024-08-07 03:58:38 +00:00
|
|
|
endif()
|