Index: sky/engine/core/core.gni |
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni |
index 7b70a40faf28539b5d153d775356b96f3673276b..3a9c0bb95b49d565185959c65a23bcdcc03f283b 100644 |
--- a/sky/engine/core/core.gni |
+++ b/sky/engine/core/core.gni |
@@ -5,10 +5,44 @@ |
sky_core_output_dir = "$root_gen_dir/sky/core" |
sky_core_files = [ |
- "Init.cpp", |
- "Init.h", |
"animation/ActiveAnimations.cpp", |
"animation/ActiveAnimations.h", |
+ "animation/animatable/AnimatableClipPathOperation.cpp", |
+ "animation/animatable/AnimatableClipPathOperation.h", |
+ "animation/animatable/AnimatableColor.cpp", |
+ "animation/animatable/AnimatableColor.h", |
+ "animation/animatable/AnimatableDouble.cpp", |
+ "animation/animatable/AnimatableDouble.h", |
+ "animation/animatable/AnimatableFilterOperations.cpp", |
+ "animation/animatable/AnimatableFilterOperations.h", |
+ "animation/animatable/AnimatableImage.cpp", |
+ "animation/animatable/AnimatableImage.h", |
+ "animation/animatable/AnimatableLength.cpp", |
+ "animation/animatable/AnimatableLength.h", |
+ "animation/animatable/AnimatableLengthBox.cpp", |
+ "animation/animatable/AnimatableLengthBox.h", |
+ "animation/animatable/AnimatableLengthBoxAndBool.cpp", |
+ "animation/animatable/AnimatableLengthBoxAndBool.h", |
+ "animation/animatable/AnimatableLengthPoint.cpp", |
+ "animation/animatable/AnimatableLengthPoint.h", |
+ "animation/animatable/AnimatableLengthPoint3D.cpp", |
+ "animation/animatable/AnimatableLengthPoint3D.h", |
+ "animation/animatable/AnimatableLengthSize.cpp", |
+ "animation/animatable/AnimatableLengthSize.h", |
+ "animation/animatable/AnimatableNeutral.h", |
+ "animation/animatable/AnimatableRepeatable.cpp", |
+ "animation/animatable/AnimatableRepeatable.h", |
+ "animation/animatable/AnimatableShadow.cpp", |
+ "animation/animatable/AnimatableShadow.h", |
+ "animation/animatable/AnimatableShapeValue.cpp", |
+ "animation/animatable/AnimatableShapeValue.h", |
+ "animation/animatable/AnimatableTransform.cpp", |
+ "animation/animatable/AnimatableTransform.h", |
+ "animation/animatable/AnimatableUnknown.h", |
+ "animation/animatable/AnimatableValue.cpp", |
+ "animation/animatable/AnimatableValue.h", |
+ "animation/animatable/AnimatableValueKeyframe.cpp", |
+ "animation/animatable/AnimatableValueKeyframe.h", |
"animation/Animation.cpp", |
"animation/Animation.h", |
"animation/AnimationClock.cpp", |
@@ -32,6 +66,18 @@ sky_core_files = [ |
"animation/CompositorAnimationsImpl.h", |
"animation/CompositorPendingAnimations.cpp", |
"animation/CompositorPendingAnimations.h", |
+ "animation/css/CSSAnimatableValueFactory.cpp", |
+ "animation/css/CSSAnimatableValueFactory.h", |
+ "animation/css/CSSAnimationData.cpp", |
+ "animation/css/CSSAnimationData.h", |
+ "animation/css/CSSAnimations.cpp", |
+ "animation/css/CSSAnimations.h", |
+ "animation/css/CSSPropertyEquality.cpp", |
+ "animation/css/CSSPropertyEquality.h", |
+ "animation/css/CSSTimingData.cpp", |
+ "animation/css/CSSTimingData.h", |
+ "animation/css/CSSTransitionData.cpp", |
+ "animation/css/CSSTransitionData.h", |
"animation/DefaultStyleInterpolation.h", |
"animation/DeferredLegacyStyleInterpolation.cpp", |
"animation/DeferredLegacyStyleInterpolation.h", |
@@ -49,6 +95,7 @@ sky_core_files = [ |
"animation/Interpolation.h", |
"animation/InterpolationEffect.cpp", |
"animation/InterpolationEffect.h", |
+ "animation/Keyframe.h", |
"animation/KeyframeEffectModel.cpp", |
"animation/KeyframeEffectModel.h", |
"animation/LegacyStyleInterpolation.h", |
@@ -63,54 +110,6 @@ sky_core_files = [ |
"animation/TimingCalculations.h", |
"animation/TimingInput.cpp", |
"animation/TimingInput.h", |
- "animation/animatable/AnimatableClipPathOperation.cpp", |
- "animation/animatable/AnimatableClipPathOperation.h", |
- "animation/animatable/AnimatableColor.cpp", |
- "animation/animatable/AnimatableColor.h", |
- "animation/animatable/AnimatableDouble.cpp", |
- "animation/animatable/AnimatableDouble.h", |
- "animation/animatable/AnimatableFilterOperations.cpp", |
- "animation/animatable/AnimatableFilterOperations.h", |
- "animation/animatable/AnimatableImage.cpp", |
- "animation/animatable/AnimatableImage.h", |
- "animation/animatable/AnimatableLength.cpp", |
- "animation/animatable/AnimatableLength.h", |
- "animation/animatable/AnimatableLengthBox.cpp", |
- "animation/animatable/AnimatableLengthBox.h", |
- "animation/animatable/AnimatableLengthBoxAndBool.cpp", |
- "animation/animatable/AnimatableLengthBoxAndBool.h", |
- "animation/animatable/AnimatableLengthPoint.cpp", |
- "animation/animatable/AnimatableLengthPoint.h", |
- "animation/animatable/AnimatableLengthPoint3D.cpp", |
- "animation/animatable/AnimatableLengthPoint3D.h", |
- "animation/animatable/AnimatableLengthSize.cpp", |
- "animation/animatable/AnimatableLengthSize.h", |
- "animation/animatable/AnimatableNeutral.h", |
- "animation/animatable/AnimatableRepeatable.cpp", |
- "animation/animatable/AnimatableRepeatable.h", |
- "animation/animatable/AnimatableShadow.cpp", |
- "animation/animatable/AnimatableShadow.h", |
- "animation/animatable/AnimatableShapeValue.cpp", |
- "animation/animatable/AnimatableShapeValue.h", |
- "animation/animatable/AnimatableTransform.cpp", |
- "animation/animatable/AnimatableTransform.h", |
- "animation/animatable/AnimatableUnknown.h", |
- "animation/animatable/AnimatableValue.cpp", |
- "animation/animatable/AnimatableValue.h", |
- "animation/animatable/AnimatableValueKeyframe.cpp", |
- "animation/animatable/AnimatableValueKeyframe.h", |
- "animation/css/CSSAnimatableValueFactory.cpp", |
- "animation/css/CSSAnimatableValueFactory.h", |
- "animation/css/CSSAnimationData.cpp", |
- "animation/css/CSSAnimationData.h", |
- "animation/css/CSSAnimations.cpp", |
- "animation/css/CSSAnimations.h", |
- "animation/css/CSSPropertyEquality.cpp", |
- "animation/css/CSSPropertyEquality.h", |
- "animation/css/CSSTimingData.cpp", |
- "animation/css/CSSTimingData.h", |
- "animation/css/CSSTransitionData.cpp", |
- "animation/css/CSSTransitionData.h", |
"app/AbstractModule.cpp", |
"app/AbstractModule.h", |
"app/Application.cpp", |
@@ -118,11 +117,13 @@ sky_core_files = [ |
"app/Module.cpp", |
"app/Module.h", |
"css/BasicShapeFunctions.cpp", |
+ "css/BasicShapeFunctions.h", |
"css/BinaryDataFontFaceSource.cpp", |
"css/BinaryDataFontFaceSource.h", |
"css/CSSAspectRatioValue.cpp", |
"css/CSSAspectRatioValue.h", |
"css/CSSBasicShapes.cpp", |
+ "css/CSSBasicShapes.h", |
"css/CSSBorderImage.cpp", |
"css/CSSBorderImage.h", |
"css/CSSBorderImageSliceValue.cpp", |
@@ -132,9 +133,11 @@ sky_core_files = [ |
"css/CSSCanvasValue.cpp", |
"css/CSSCanvasValue.h", |
"css/CSSComputedStyleDeclaration.cpp", |
+ "css/CSSComputedStyleDeclaration.h", |
"css/CSSCrossfadeValue.cpp", |
"css/CSSCrossfadeValue.h", |
"css/CSSCursorImageValue.cpp", |
+ "css/CSSCursorImageValue.h", |
"css/CSSCustomFontData.h", |
"css/CSSFilterRule.cpp", |
"css/CSSFilterRule.h", |
@@ -161,9 +164,13 @@ sky_core_files = [ |
"css/CSSGradientValue.h", |
"css/CSSGroupingRule.cpp", |
"css/CSSGroupingRule.h", |
+ "css/CSSHelper.h", |
"css/CSSImageGeneratorValue.cpp", |
+ "css/CSSImageGeneratorValue.h", |
"css/CSSImageSetValue.cpp", |
+ "css/CSSImageSetValue.h", |
"css/CSSImageValue.cpp", |
+ "css/CSSImageValue.h", |
"css/CSSInheritedValue.cpp", |
"css/CSSInheritedValue.h", |
"css/CSSInitialValue.cpp", |
@@ -173,6 +180,7 @@ sky_core_files = [ |
"css/CSSKeyframesRule.cpp", |
"css/CSSKeyframesRule.h", |
"css/CSSLineBoxContainValue.cpp", |
+ "css/CSSLineBoxContainValue.h", |
"css/CSSMarkup.cpp", |
"css/CSSMarkup.h", |
"css/CSSMatrix.cpp", |
@@ -182,9 +190,13 @@ sky_core_files = [ |
"css/CSSOMUtils.cpp", |
"css/CSSOMUtils.h", |
"css/CSSPrimitiveValue.cpp", |
+ "css/CSSPrimitiveValue.h", |
"css/CSSPrimitiveValueMappings.h", |
"css/CSSProperty.cpp", |
+ "css/CSSProperty.h", |
+ "css/CSSPropertyMetadata.h", |
"css/CSSPropertySourceData.cpp", |
+ "css/CSSPropertySourceData.h", |
"css/CSSRule.cpp", |
"css/CSSRule.h", |
"css/CSSRuleList.cpp", |
@@ -192,6 +204,7 @@ sky_core_files = [ |
"css/CSSSegmentedFontFace.cpp", |
"css/CSSSegmentedFontFace.h", |
"css/CSSSelector.cpp", |
+ "css/CSSSelector.h", |
"css/CSSSelectorList.cpp", |
"css/CSSSelectorList.h", |
"css/CSSShadowValue.cpp", |
@@ -208,17 +221,20 @@ sky_core_files = [ |
"css/CSSToLengthConversionData.cpp", |
"css/CSSToLengthConversionData.h", |
"css/CSSTransformValue.cpp", |
+ "css/CSSTransformValue.h", |
"css/CSSUnicodeRangeValue.cpp", |
"css/CSSUnicodeRangeValue.h", |
"css/CSSUnknownRule.h", |
"css/CSSValue.cpp", |
+ "css/CSSValue.h", |
"css/CSSValueList.cpp", |
+ "css/CSSValueList.h", |
"css/CSSValuePool.cpp", |
"css/CSSValuePool.h", |
- "css/DOMWindowCSS.cpp", |
- "css/DOMWindowCSS.h", |
"css/DocumentFontFaceSet.cpp", |
"css/DocumentFontFaceSet.h", |
+ "css/DOMWindowCSS.cpp", |
+ "css/DOMWindowCSS.h", |
"css/ElementRuleCollector.cpp", |
"css/ElementRuleCollector.h", |
"css/FontFace.cpp", |
@@ -235,6 +251,8 @@ sky_core_files = [ |
"css/FontSize.cpp", |
"css/FontSize.h", |
"css/HashTools.h", |
+ "css/invalidation/StyleSheetInvalidationAnalysis.cpp", |
+ "css/invalidation/StyleSheetInvalidationAnalysis.h", |
"css/LocalFontFaceSource.cpp", |
"css/LocalFontFaceSource.h", |
"css/MediaList.cpp", |
@@ -253,56 +271,44 @@ sky_core_files = [ |
"css/MediaQueryMatcher.cpp", |
"css/MediaQueryMatcher.h", |
"css/MediaValues.cpp", |
+ "css/MediaValues.h", |
"css/MediaValuesCached.cpp", |
+ "css/MediaValuesCached.h", |
"css/MediaValuesDynamic.cpp", |
+ "css/MediaValuesDynamic.h", |
"css/Pair.cpp", |
"css/Pair.h", |
- "css/PropertySetCSSStyleDeclaration.cpp", |
- "css/PropertySetCSSStyleDeclaration.h", |
- "css/RGBColor.cpp", |
- "css/RGBColor.h", |
- "css/Rect.cpp", |
- "css/Rect.h", |
- "css/RemoteFontFaceSource.cpp", |
- "css/RemoteFontFaceSource.h", |
- "css/RuleFeature.cpp", |
- "css/RuleFeature.h", |
- "css/RuleSet.cpp", |
- "css/RuleSet.h", |
- "css/SelectorChecker.cpp", |
- "css/SelectorChecker.h", |
- "css/StyleColor.h", |
- "css/StyleMedia.cpp", |
- "css/StyleMedia.h", |
- "css/StylePropertySerializer.cpp", |
- "css/StylePropertySerializer.h", |
- "css/StylePropertySet.cpp", |
- "css/StylePropertySet.h", |
- "css/StylePropertyShorthandCustom.cpp", |
- "css/StyleRule.cpp", |
- "css/StyleRule.h", |
- "css/StyleSheet.cpp", |
- "css/StyleSheet.h", |
- "css/StyleSheetContents.cpp", |
- "css/StyleSheetContents.h", |
- "css/StyleSheetList.cpp", |
- "css/StyleSheetList.h", |
- "css/invalidation/StyleSheetInvalidationAnalysis.cpp", |
- "css/invalidation/StyleSheetInvalidationAnalysis.h", |
"css/parser/BisonCSSParser.h", |
+ "css/parser/CSSParserIdioms.h", |
"css/parser/CSSParserMode.cpp", |
"css/parser/CSSParserMode.h", |
+ "css/parser/CSSParserObserver.h", |
"css/parser/CSSParserValues.cpp", |
+ "css/parser/CSSParserValues.h", |
"css/parser/CSSPropertyParser.cpp", |
"css/parser/CSSPropertyParser.h", |
"css/parser/CSSTokenizer.h", |
"css/parser/MediaQueryBlockWatcher.cpp", |
+ "css/parser/MediaQueryBlockWatcher.h", |
"css/parser/MediaQueryInputStream.cpp", |
+ "css/parser/MediaQueryInputStream.h", |
"css/parser/MediaQueryParser.cpp", |
+ "css/parser/MediaQueryParser.h", |
"css/parser/MediaQueryToken.cpp", |
+ "css/parser/MediaQueryToken.h", |
"css/parser/MediaQueryTokenizer.cpp", |
+ "css/parser/MediaQueryTokenizer.h", |
"css/parser/SizesAttributeParser.cpp", |
+ "css/parser/SizesAttributeParser.h", |
"css/parser/SizesCalcParser.cpp", |
+ "css/parser/SizesCalcParser.h", |
+ "css/PointerProperties.h", |
+ "css/PropertySetCSSStyleDeclaration.cpp", |
+ "css/PropertySetCSSStyleDeclaration.h", |
+ "css/Rect.cpp", |
+ "css/Rect.h", |
+ "css/RemoteFontFaceSource.cpp", |
+ "css/RemoteFontFaceSource.h", |
"css/resolver/AnimatedStyleBuilder.cpp", |
"css/resolver/AnimatedStyleBuilder.h", |
"css/resolver/CSSToStyleMap.cpp", |
@@ -315,11 +321,11 @@ sky_core_files = [ |
"css/resolver/FilterOperationResolver.h", |
"css/resolver/FontBuilder.cpp", |
"css/resolver/FontBuilder.h", |
+ "css/resolver/MatchedPropertiesCache.cpp", |
+ "css/resolver/MatchedPropertiesCache.h", |
"css/resolver/MatchRequest.h", |
"css/resolver/MatchResult.cpp", |
"css/resolver/MatchResult.h", |
- "css/resolver/MatchedPropertiesCache.cpp", |
- "css/resolver/MatchedPropertiesCache.h", |
"css/resolver/MediaQueryResult.h", |
"css/resolver/ScopedStyleResolver.cpp", |
"css/resolver/ScopedStyleResolver.h", |
@@ -327,6 +333,7 @@ sky_core_files = [ |
"css/resolver/SharedStyleFinder.h", |
"css/resolver/StyleAdjuster.cpp", |
"css/resolver/StyleAdjuster.h", |
+ "css/resolver/StyleBuilder.h", |
"css/resolver/StyleBuilderConverter.cpp", |
"css/resolver/StyleBuilderConverter.h", |
"css/resolver/StyleBuilderCustom.cpp", |
@@ -340,39 +347,96 @@ sky_core_files = [ |
"css/resolver/StyleResourceLoader.h", |
"css/resolver/TransformBuilder.cpp", |
"css/resolver/TransformBuilder.h", |
+ "css/RGBColor.cpp", |
+ "css/RGBColor.h", |
+ "css/RuleFeature.cpp", |
+ "css/RuleFeature.h", |
+ "css/RuleSet.cpp", |
+ "css/RuleSet.h", |
+ "css/SelectorChecker.cpp", |
+ "css/SelectorChecker.h", |
+ "css/StyleColor.h", |
+ "css/StyleMedia.cpp", |
+ "css/StyleMedia.h", |
+ "css/StylePropertySerializer.cpp", |
+ "css/StylePropertySerializer.h", |
+ "css/StylePropertySet.cpp", |
+ "css/StylePropertySet.h", |
+ "css/StylePropertyShorthandCustom.cpp", |
+ "css/StyleRule.cpp", |
+ "css/StyleRule.h", |
+ "css/StyleSheet.cpp", |
+ "css/StyleSheet.h", |
+ "css/StyleSheetContents.cpp", |
+ "css/StyleSheetContents.h", |
+ "css/StyleSheetList.cpp", |
+ "css/StyleSheetList.h", |
"dom/ActiveDOMObject.cpp", |
+ "dom/ActiveDOMObject.h", |
"dom/Attr.cpp", |
+ "dom/Attr.h", |
+ "dom/Attribute.h", |
"dom/AttributeCollection.h", |
"dom/CharacterData.cpp", |
+ "dom/CharacterData.h", |
"dom/ChildListMutationScope.cpp", |
"dom/ChildListMutationScope.h", |
+ "dom/ChildNode.h", |
"dom/ClientRect.cpp", |
"dom/ClientRect.h", |
"dom/ClientRectList.cpp", |
"dom/ClientRectList.h", |
"dom/ContainerNode.cpp", |
+ "dom/ContainerNode.h", |
"dom/ContextLifecycleNotifier.cpp", |
"dom/ContextLifecycleNotifier.h", |
"dom/ContextLifecycleObserver.cpp", |
"dom/ContextLifecycleObserver.h", |
- "dom/DOMError.cpp", |
- "dom/DOMError.h", |
- "dom/DOMException.cpp", |
- "dom/DOMException.h", |
- "dom/DOMSettableTokenList.cpp", |
- "dom/DOMSettableTokenList.h", |
- "dom/DOMStringList.cpp", |
- "dom/DOMStringList.h", |
- "dom/DOMTokenList.cpp", |
- "dom/DOMTokenList.h", |
- "dom/DOMURL.cpp", |
- "dom/DOMURL.h", |
- "dom/DOMURLUtils.cpp", |
- "dom/DOMURLUtils.h", |
- "dom/DOMURLUtilsReadOnly.cpp", |
- "dom/DOMURLUtilsReadOnly.h", |
+ "dom/custom/CustomElement.cpp", |
+ "dom/custom/CustomElement.h", |
+ "dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp", |
+ "dom/custom/CustomElementAsyncImportMicrotaskQueue.h", |
+ "dom/custom/CustomElementCallbackInvocation.cpp", |
+ "dom/custom/CustomElementCallbackInvocation.h", |
+ "dom/custom/CustomElementCallbackQueue.cpp", |
+ "dom/custom/CustomElementCallbackQueue.h", |
+ "dom/custom/CustomElementDefinition.cpp", |
+ "dom/custom/CustomElementDefinition.h", |
+ "dom/custom/CustomElementDescriptor.h", |
+ "dom/custom/CustomElementDescriptorHash.h", |
+ "dom/custom/CustomElementException.cpp", |
+ "dom/custom/CustomElementException.h", |
+ "dom/custom/CustomElementLifecycleCallbacks.h", |
+ "dom/custom/CustomElementMicrotaskDispatcher.cpp", |
+ "dom/custom/CustomElementMicrotaskDispatcher.h", |
+ "dom/custom/CustomElementMicrotaskImportStep.cpp", |
+ "dom/custom/CustomElementMicrotaskImportStep.h", |
+ "dom/custom/CustomElementMicrotaskQueueBase.cpp", |
+ "dom/custom/CustomElementMicrotaskQueueBase.h", |
+ "dom/custom/CustomElementMicrotaskResolutionStep.cpp", |
+ "dom/custom/CustomElementMicrotaskResolutionStep.h", |
+ "dom/custom/CustomElementMicrotaskRunQueue.cpp", |
+ "dom/custom/CustomElementMicrotaskRunQueue.h", |
+ "dom/custom/CustomElementMicrotaskStep.h", |
+ "dom/custom/CustomElementObserver.cpp", |
+ "dom/custom/CustomElementObserver.h", |
+ "dom/custom/CustomElementProcessingStack.cpp", |
+ "dom/custom/CustomElementProcessingStack.h", |
+ "dom/custom/CustomElementProcessingStep.h", |
+ "dom/custom/CustomElementRegistrationContext.cpp", |
+ "dom/custom/CustomElementRegistrationContext.h", |
+ "dom/custom/CustomElementRegistry.cpp", |
+ "dom/custom/CustomElementRegistry.h", |
+ "dom/custom/CustomElementScheduler.cpp", |
+ "dom/custom/CustomElementScheduler.h", |
+ "dom/custom/CustomElementSyncMicrotaskQueue.cpp", |
+ "dom/custom/CustomElementSyncMicrotaskQueue.h", |
+ "dom/custom/CustomElementUpgradeCandidateMap.cpp", |
+ "dom/custom/CustomElementUpgradeCandidateMap.h", |
"dom/Document.cpp", |
+ "dom/Document.h", |
"dom/DocumentFragment.cpp", |
+ "dom/DocumentFragment.h", |
"dom/DocumentInit.cpp", |
"dom/DocumentInit.h", |
"dom/DocumentLifecycle.cpp", |
@@ -382,15 +446,37 @@ sky_core_files = [ |
"dom/DocumentLifecycleObserver.cpp", |
"dom/DocumentLifecycleObserver.h", |
"dom/DocumentMarker.cpp", |
+ "dom/DocumentMarker.h", |
"dom/DocumentMarkerController.cpp", |
+ "dom/DocumentMarkerController.h", |
"dom/DocumentOrderedList.cpp", |
"dom/DocumentOrderedList.h", |
"dom/DocumentOrderedMap.cpp", |
+ "dom/DocumentOrderedMap.h", |
"dom/DocumentParser.cpp", |
+ "dom/DocumentParser.h", |
"dom/DocumentStyleSheetCollection.cpp", |
"dom/DocumentStyleSheetCollection.h", |
"dom/DocumentStyleSheetCollector.cpp", |
"dom/DocumentStyleSheetCollector.h", |
+ "dom/DocumentSupplementable.h", |
+ "dom/DOMError.cpp", |
+ "dom/DOMError.h", |
+ "dom/DOMException.cpp", |
+ "dom/DOMException.h", |
+ "dom/DOMSettableTokenList.cpp", |
+ "dom/DOMSettableTokenList.h", |
+ "dom/DOMStringList.cpp", |
+ "dom/DOMStringList.h", |
+ "dom/DOMTimeStamp.h", |
+ "dom/DOMTokenList.cpp", |
+ "dom/DOMTokenList.h", |
+ "dom/DOMURL.cpp", |
+ "dom/DOMURL.h", |
+ "dom/DOMURLUtils.cpp", |
+ "dom/DOMURLUtils.h", |
+ "dom/DOMURLUtilsReadOnly.cpp", |
+ "dom/DOMURLUtilsReadOnly.h", |
"dom/Element.cpp", |
"dom/Element.h", |
"dom/ElementData.cpp", |
@@ -400,8 +486,10 @@ sky_core_files = [ |
"dom/ElementRareData.cpp", |
"dom/ElementRareData.h", |
"dom/ElementTraversal.h", |
+ "dom/ExceptionCode.h", |
"dom/ExecutionContext.cpp", |
"dom/ExecutionContext.h", |
+ "dom/ExecutionContextClient.h", |
"dom/IncrementLoadEventDelayCount.cpp", |
"dom/IncrementLoadEventDelayCount.h", |
"dom/Microtask.cpp", |
@@ -416,20 +504,27 @@ sky_core_files = [ |
"dom/MutationRecord.cpp", |
"dom/MutationRecord.h", |
"dom/Node.cpp", |
+ "dom/Node.h", |
+ "dom/NodeList.h", |
"dom/NodeRareData.cpp", |
"dom/NodeRareData.h", |
- "dom/NodeRenderStyle.h", |
"dom/NodeRenderingTraversal.cpp", |
"dom/NodeRenderingTraversal.h", |
+ "dom/NodeRenderStyle.h", |
"dom/NodeTraversal.cpp", |
"dom/NodeTraversal.h", |
"dom/NodeWithIndex.h", |
"dom/ParentNode.h", |
"dom/Position.cpp", |
+ "dom/Position.h", |
"dom/PositionIterator.cpp", |
"dom/PositionIterator.h", |
"dom/QualifiedName.cpp", |
+ "dom/QualifiedName.h", |
"dom/Range.cpp", |
+ "dom/Range.h", |
+ "dom/RangeBoundaryPoint.h", |
+ "dom/RenderedDocumentMarker.h", |
"dom/RenderTreeBuilder.cpp", |
"dom/RenderTreeBuilder.h", |
"dom/RequestAnimationFrameCallback.h", |
@@ -437,10 +532,24 @@ sky_core_files = [ |
"dom/ScriptedAnimationController.h", |
"dom/SelectorQuery.cpp", |
"dom/SelectorQuery.h", |
+ "dom/shadow/ComposedTreeWalker.cpp", |
+ "dom/shadow/ComposedTreeWalker.h", |
+ "dom/shadow/ContentDistribution.cpp", |
+ "dom/shadow/ContentDistribution.h", |
+ "dom/shadow/ElementShadow.cpp", |
+ "dom/shadow/ElementShadow.h", |
+ "dom/shadow/InsertionPoint.cpp", |
+ "dom/shadow/InsertionPoint.h", |
+ "dom/shadow/SelectRuleFeatureSet.cpp", |
+ "dom/shadow/SelectRuleFeatureSet.h", |
+ "dom/shadow/ShadowRoot.cpp", |
+ "dom/shadow/ShadowRoot.h", |
+ "dom/shadow/ShadowRootRareData.h", |
"dom/ShadowTreeStyleSheetCollection.cpp", |
"dom/ShadowTreeStyleSheetCollection.h", |
"dom/SimulatedClickOptions.h", |
"dom/SpaceSplitString.cpp", |
+ "dom/SpaceSplitString.h", |
"dom/StaticNodeList.h", |
"dom/StyleElement.cpp", |
"dom/StyleElement.h", |
@@ -450,7 +559,9 @@ sky_core_files = [ |
"dom/StyleSheetCandidate.h", |
"dom/StyleSheetCollection.cpp", |
"dom/StyleSheetCollection.h", |
+ "dom/TemplateContentDocumentFragment.h", |
"dom/Text.cpp", |
+ "dom/Text.h", |
"dom/TextLinkColors.cpp", |
"dom/TextLinkColors.h", |
"dom/Touch.cpp", |
@@ -468,83 +579,42 @@ sky_core_files = [ |
"dom/UserActionElementSet.h", |
"dom/WeakNodeMap.cpp", |
"dom/WeakNodeMap.h", |
- "dom/custom/CustomElement.cpp", |
- "dom/custom/CustomElement.h", |
- "dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp", |
- "dom/custom/CustomElementAsyncImportMicrotaskQueue.h", |
- "dom/custom/CustomElementCallbackInvocation.cpp", |
- "dom/custom/CustomElementCallbackInvocation.h", |
- "dom/custom/CustomElementCallbackQueue.cpp", |
- "dom/custom/CustomElementCallbackQueue.h", |
- "dom/custom/CustomElementDefinition.cpp", |
- "dom/custom/CustomElementDefinition.h", |
- "dom/custom/CustomElementDescriptor.h", |
- "dom/custom/CustomElementDescriptorHash.h", |
- "dom/custom/CustomElementException.cpp", |
- "dom/custom/CustomElementException.h", |
- "dom/custom/CustomElementLifecycleCallbacks.h", |
- "dom/custom/CustomElementMicrotaskDispatcher.cpp", |
- "dom/custom/CustomElementMicrotaskDispatcher.h", |
- "dom/custom/CustomElementMicrotaskImportStep.cpp", |
- "dom/custom/CustomElementMicrotaskImportStep.h", |
- "dom/custom/CustomElementMicrotaskQueueBase.cpp", |
- "dom/custom/CustomElementMicrotaskQueueBase.h", |
- "dom/custom/CustomElementMicrotaskResolutionStep.cpp", |
- "dom/custom/CustomElementMicrotaskResolutionStep.h", |
- "dom/custom/CustomElementMicrotaskRunQueue.cpp", |
- "dom/custom/CustomElementMicrotaskRunQueue.h", |
- "dom/custom/CustomElementMicrotaskStep.h", |
- "dom/custom/CustomElementObserver.cpp", |
- "dom/custom/CustomElementObserver.h", |
- "dom/custom/CustomElementProcessingStack.cpp", |
- "dom/custom/CustomElementProcessingStack.h", |
- "dom/custom/CustomElementProcessingStep.h", |
- "dom/custom/CustomElementRegistrationContext.cpp", |
- "dom/custom/CustomElementRegistrationContext.h", |
- "dom/custom/CustomElementRegistry.cpp", |
- "dom/custom/CustomElementRegistry.h", |
- "dom/custom/CustomElementScheduler.cpp", |
- "dom/custom/CustomElementScheduler.h", |
- "dom/custom/CustomElementSyncMicrotaskQueue.cpp", |
- "dom/custom/CustomElementSyncMicrotaskQueue.h", |
- "dom/custom/CustomElementUpgradeCandidateMap.cpp", |
- "dom/custom/CustomElementUpgradeCandidateMap.h", |
- "dom/shadow/ComposedTreeWalker.cpp", |
- "dom/shadow/ComposedTreeWalker.h", |
- "dom/shadow/ContentDistribution.cpp", |
- "dom/shadow/ContentDistribution.h", |
- "dom/shadow/ElementShadow.cpp", |
- "dom/shadow/ElementShadow.h", |
- "dom/shadow/InsertionPoint.cpp", |
- "dom/shadow/InsertionPoint.h", |
- "dom/shadow/SelectRuleFeatureSet.cpp", |
- "dom/shadow/SelectRuleFeatureSet.h", |
- "dom/shadow/ShadowRoot.cpp", |
- "dom/shadow/ShadowRoot.h", |
- "dom/shadow/ShadowRootRareData.h", |
"editing/AppendNodeCommand.cpp", |
"editing/AppendNodeCommand.h", |
"editing/ApplyBlockElementCommand.cpp", |
+ "editing/ApplyBlockElementCommand.h", |
"editing/Caret.cpp", |
"editing/Caret.h", |
"editing/CompositeEditCommand.cpp", |
+ "editing/CompositeEditCommand.h", |
"editing/CompositionUnderline.h", |
"editing/CompositionUnderlineRangeFilter.cpp", |
"editing/CompositionUnderlineRangeFilter.h", |
- "editing/DOMSelection.cpp", |
- "editing/DOMSelection.h", |
"editing/DeleteFromTextNodeCommand.cpp", |
"editing/DeleteFromTextNodeCommand.h", |
"editing/DeleteSelectionCommand.cpp", |
+ "editing/DeleteSelectionCommand.h", |
+ "editing/DOMSelection.cpp", |
+ "editing/DOMSelection.h", |
+ "editing/EditAction.h", |
"editing/EditCommand.cpp", |
+ "editing/EditCommand.h", |
"editing/EditingBehavior.cpp", |
"editing/EditingBehavior.h", |
+ "editing/EditingBoundary.h", |
"editing/EditingStyle.cpp", |
+ "editing/EditingStyle.h", |
"editing/Editor.cpp", |
+ "editing/Editor.h", |
"editing/EditorCommand.cpp", |
"editing/EditorKeyBindings.cpp", |
+ "editing/FindOptions.h", |
"editing/FrameSelection.cpp", |
+ "editing/FrameSelection.h", |
+ "editing/htmlediting.cpp", |
+ "editing/htmlediting.h", |
"editing/HTMLInterchange.cpp", |
+ "editing/HTMLInterchange.h", |
"editing/InputMethodController.cpp", |
"editing/InputMethodController.h", |
"editing/InsertIntoTextNodeCommand.cpp", |
@@ -557,9 +627,12 @@ sky_core_files = [ |
"editing/InsertParagraphSeparatorCommand.h", |
"editing/InsertTextCommand.cpp", |
"editing/InsertTextCommand.h", |
+ "editing/markup.cpp", |
+ "editing/markup.h", |
"editing/MarkupAccumulator.cpp", |
"editing/MarkupAccumulator.h", |
"editing/MoveSelectionCommand.cpp", |
+ "editing/MoveSelectionCommand.h", |
"editing/PlainTextRange.cpp", |
"editing/PlainTextRange.h", |
"editing/PositionWithAffinity.cpp", |
@@ -571,12 +644,14 @@ sky_core_files = [ |
"editing/RenderedPosition.cpp", |
"editing/RenderedPosition.h", |
"editing/ReplaceSelectionCommand.cpp", |
+ "editing/ReplaceSelectionCommand.h", |
"editing/SelectionType.h", |
+ "editing/SmartReplace.h", |
"editing/SmartReplaceICU.cpp", |
- "editing/SpellCheckRequester.cpp", |
- "editing/SpellCheckRequester.h", |
"editing/SpellChecker.cpp", |
"editing/SpellChecker.h", |
+ "editing/SpellCheckRequester.cpp", |
+ "editing/SpellCheckRequester.h", |
"editing/SplitElementCommand.cpp", |
"editing/SplitElementCommand.h", |
"editing/SplitTextNodeCommand.cpp", |
@@ -585,20 +660,28 @@ sky_core_files = [ |
"editing/SplitTextNodeContainingElementCommand.h", |
"editing/SurroundingText.cpp", |
"editing/SurroundingText.h", |
+ "editing/TextAffinity.h", |
"editing/TextCheckingHelper.cpp", |
"editing/TextCheckingHelper.h", |
+ "editing/TextGranularity.h", |
"editing/TextInsertionBaseCommand.cpp", |
"editing/TextInsertionBaseCommand.h", |
"editing/TextIterator.cpp", |
+ "editing/TextIterator.h", |
"editing/TypingCommand.cpp", |
+ "editing/TypingCommand.h", |
"editing/UndoStack.cpp", |
"editing/UndoStack.h", |
"editing/UndoStep.h", |
"editing/VisiblePosition.cpp", |
+ "editing/VisiblePosition.h", |
"editing/VisibleSelection.cpp", |
+ "editing/VisibleSelection.h", |
"editing/VisibleUnits.cpp", |
- "editing/htmlediting.cpp", |
- "editing/markup.cpp", |
+ "editing/VisibleUnits.h", |
+ "editing/WritingDirection.h", |
+ "events/AnimationEvent.cpp", |
+ "events/AnimationEvent.h", |
"events/AnimationPlayerEvent.cpp", |
"events/AnimationPlayerEvent.h", |
"events/BeforeTextInsertedEvent.cpp", |
@@ -612,16 +695,21 @@ sky_core_files = [ |
"events/ErrorEvent.cpp", |
"events/ErrorEvent.h", |
"events/Event.cpp", |
- "events/EventDispatchMediator.cpp", |
- "events/EventDispatchMediator.h", |
+ "events/Event.h", |
"events/EventDispatcher.cpp", |
"events/EventDispatcher.h", |
+ "events/EventDispatchMediator.cpp", |
+ "events/EventDispatchMediator.h", |
+ "events/EventFactory.h", |
+ "events/EventListener.h", |
"events/EventListenerMap.cpp", |
+ "events/EventListenerMap.h", |
"events/EventPath.cpp", |
"events/EventPath.h", |
"events/EventQueue.h", |
"events/EventSender.h", |
"events/EventTarget.cpp", |
+ "events/EventTarget.h", |
"events/FocusEvent.cpp", |
"events/FocusEvent.h", |
"events/GenericEventQueue.cpp", |
@@ -630,8 +718,11 @@ sky_core_files = [ |
"events/GestureEvent.h", |
"events/HashChangeEvent.h", |
"events/KeyboardEvent.cpp", |
+ "events/KeyboardEvent.h", |
"events/MouseEvent.cpp", |
+ "events/MouseEvent.h", |
"events/MouseRelatedEvent.cpp", |
+ "events/MouseRelatedEvent.h", |
"events/NodeEventContext.cpp", |
"events/NodeEventContext.h", |
"events/PageTransitionEvent.cpp", |
@@ -640,12 +731,14 @@ sky_core_files = [ |
"events/PopStateEvent.h", |
"events/ProgressEvent.cpp", |
"events/ProgressEvent.h", |
+ "events/RegisteredEventListener.h", |
"events/ResourceProgressEvent.cpp", |
"events/ResourceProgressEvent.h", |
"events/ScopedEventQueue.cpp", |
"events/ScopedEventQueue.h", |
"events/TextEvent.cpp", |
"events/TextEvent.h", |
+ "events/TextEventInputType.h", |
"events/ThreadLocalEventNames.h", |
"events/TouchEvent.cpp", |
"events/TouchEvent.h", |
@@ -656,13 +749,14 @@ sky_core_files = [ |
"events/TreeScopeEventContext.cpp", |
"events/TreeScopeEventContext.h", |
"events/UIEvent.cpp", |
+ "events/UIEvent.h", |
"events/UIEventWithKeyState.cpp", |
- "events/AnimationEvent.cpp", |
- "events/AnimationEvent.h", |
+ "events/UIEventWithKeyState.h", |
"events/WheelEvent.cpp", |
"events/WheelEvent.h", |
"events/WindowEventContext.cpp", |
"events/WindowEventContext.h", |
+ "fetch/CachePolicy.h", |
"fetch/FetchContext.cpp", |
"fetch/FetchContext.h", |
"fetch/FetchInitiatorInfo.h", |
@@ -674,26 +768,32 @@ sky_core_files = [ |
"fetch/FontResource.h", |
"fetch/ImageResource.cpp", |
"fetch/ImageResource.h", |
+ "fetch/ImageResourceClient.h", |
"fetch/MemoryCache.cpp", |
"fetch/MemoryCache.h", |
+ "fetch/MockImageResourceClient.h", |
"fetch/RawResource.cpp", |
"fetch/RawResource.h", |
"fetch/Resource.cpp", |
"fetch/Resource.h", |
+ "fetch/ResourceClient.h", |
"fetch/ResourceClientWalker.h", |
"fetch/ResourceFetcher.cpp", |
"fetch/ResourceFetcher.h", |
"fetch/ResourceLoader.cpp", |
"fetch/ResourceLoader.h", |
+ "fetch/ResourceLoaderHost.h", |
"fetch/ResourceLoaderOptions.h", |
"fetch/ResourceLoaderSet.cpp", |
"fetch/ResourceLoaderSet.h", |
+ "fetch/ResourceOwner.h", |
"fetch/ResourcePtr.cpp", |
"fetch/ResourcePtr.h", |
"frame/Console.cpp", |
"frame/Console.h", |
"frame/ConsoleBase.cpp", |
"frame/ConsoleBase.h", |
+ "frame/ConsoleTypes.h", |
"frame/DOMTimer.cpp", |
"frame/DOMTimer.h", |
"frame/DOMWindowBase64.cpp", |
@@ -708,13 +808,16 @@ sky_core_files = [ |
"frame/DOMWindowTimers.h", |
"frame/Frame.cpp", |
"frame/Frame.h", |
+ "frame/FrameClient.h", |
"frame/FrameConsole.cpp", |
+ "frame/FrameConsole.h", |
"frame/FrameDestructionObserver.cpp", |
"frame/FrameDestructionObserver.h", |
"frame/FrameHost.cpp", |
"frame/FrameHost.h", |
"frame/FrameOwner.h", |
"frame/FrameView.cpp", |
+ "frame/FrameView.h", |
"frame/History.cpp", |
"frame/History.h", |
"frame/ImageBitmap.cpp", |
@@ -732,42 +835,16 @@ sky_core_files = [ |
"frame/Screen.cpp", |
"frame/Screen.h", |
"frame/Settings.cpp", |
+ "frame/Settings.h", |
"frame/SettingsDelegate.cpp", |
"frame/SettingsDelegate.h", |
"frame/SuspendableTimer.cpp", |
"frame/SuspendableTimer.h", |
"frame/UseCounter.cpp", |
- "html/ClassList.cpp", |
- "html/ClassList.h", |
- "html/HTMLAnchorElement.cpp", |
- "html/HTMLAnchorElement.h", |
- "html/HTMLCanvasElement.cpp", |
- "html/HTMLCanvasElement.h", |
- "html/HTMLContentElement.cpp", |
- "html/HTMLContentElement.h", |
- "html/HTMLDocument.cpp", |
- "html/HTMLElement.cpp", |
- "html/HTMLImageElement.cpp", |
- "html/HTMLImageElement.h", |
- "html/HTMLImageLoader.cpp", |
- "html/HTMLImageLoader.h", |
- "html/HTMLImportElement.cpp", |
- "html/HTMLImportElement.h", |
- "html/HTMLScriptElement.cpp", |
- "html/HTMLScriptElement.h", |
- "html/HTMLStyleElement.cpp", |
- "html/HTMLStyleElement.h", |
- "html/HTMLTemplateElement.cpp", |
- "html/HTMLTemplateElement.h", |
- "html/HTMLTitleElement.cpp", |
- "html/HTMLTitleElement.h", |
- "html/HTMLIFrameElement.cpp", |
- "html/HTMLIFrameElement.h", |
- "html/ImageData.cpp", |
- "html/ImageData.h", |
- "html/TextMetrics.h", |
+ "frame/UseCounter.h", |
"html/canvas/ANGLEInstancedArrays.cpp", |
"html/canvas/ANGLEInstancedArrays.h", |
+ "html/canvas/ArrayBufferView.idl", |
"html/canvas/Canvas2DContextAttributes.cpp", |
"html/canvas/Canvas2DContextAttributes.h", |
"html/canvas/CanvasContextAttributes.cpp", |
@@ -787,6 +864,7 @@ sky_core_files = [ |
"html/canvas/CanvasStyle.h", |
"html/canvas/DataView.cpp", |
"html/canvas/DataView.h", |
+ "html/canvas/DataView.idl", |
"html/canvas/EXTBlendMinMax.cpp", |
"html/canvas/EXTBlendMinMax.h", |
"html/canvas/EXTFragDepth.cpp", |
@@ -873,6 +951,36 @@ sky_core_files = [ |
"html/canvas/WebGLUniformLocation.h", |
"html/canvas/WebGLVertexArrayObjectOES.cpp", |
"html/canvas/WebGLVertexArrayObjectOES.h", |
+ "html/ClassList.cpp", |
+ "html/ClassList.h", |
+ "html/HTMLAnchorElement.cpp", |
+ "html/HTMLAnchorElement.h", |
+ "html/HTMLCanvasElement.cpp", |
+ "html/HTMLCanvasElement.h", |
+ "html/HTMLContentElement.cpp", |
+ "html/HTMLContentElement.h", |
+ "html/HTMLDocument.cpp", |
+ "html/HTMLDocument.h", |
+ "html/HTMLElement.cpp", |
+ "html/HTMLElement.h", |
+ "html/HTMLIFrameElement.cpp", |
+ "html/HTMLIFrameElement.h", |
+ "html/HTMLImageElement.cpp", |
+ "html/HTMLImageElement.h", |
+ "html/HTMLImageLoader.cpp", |
+ "html/HTMLImageLoader.h", |
+ "html/HTMLImportElement.cpp", |
+ "html/HTMLImportElement.h", |
+ "html/HTMLScriptElement.cpp", |
+ "html/HTMLScriptElement.h", |
+ "html/HTMLStyleElement.cpp", |
+ "html/HTMLStyleElement.h", |
+ "html/HTMLTemplateElement.cpp", |
+ "html/HTMLTemplateElement.h", |
+ "html/HTMLTitleElement.cpp", |
+ "html/HTMLTitleElement.h", |
+ "html/ImageData.cpp", |
+ "html/ImageData.h", |
"html/ime/InputMethodContext.cpp", |
"html/ime/InputMethodContext.h", |
"html/imports/HTMLImport.cpp", |
@@ -882,13 +990,13 @@ sky_core_files = [ |
"html/imports/HTMLImportChildClient.h", |
"html/imports/HTMLImportLoader.cpp", |
"html/imports/HTMLImportLoader.h", |
+ "html/imports/HTMLImportsController.cpp", |
+ "html/imports/HTMLImportsController.h", |
"html/imports/HTMLImportState.h", |
"html/imports/HTMLImportStateResolver.cpp", |
"html/imports/HTMLImportStateResolver.h", |
"html/imports/HTMLImportTreeRoot.cpp", |
"html/imports/HTMLImportTreeRoot.h", |
- "html/imports/HTMLImportsController.cpp", |
- "html/imports/HTMLImportsController.h", |
"html/parser/AtomicHTMLToken.h", |
"html/parser/BackgroundHTMLParser.cpp", |
"html/parser/BackgroundHTMLParser.h", |
@@ -904,6 +1012,7 @@ sky_core_files = [ |
"html/parser/HTMLEntityParser.h", |
"html/parser/HTMLInputStream.h", |
"html/parser/HTMLParserIdioms.cpp", |
+ "html/parser/HTMLParserIdioms.h", |
"html/parser/HTMLParserScheduler.cpp", |
"html/parser/HTMLParserScheduler.h", |
"html/parser/HTMLParserThread.cpp", |
@@ -922,22 +1031,24 @@ sky_core_files = [ |
"html/parser/NestingLevelIncrementer.h", |
"html/parser/TextResourceDecoder.cpp", |
"html/parser/TextResourceDecoder.h", |
+ "html/TextMetrics.h", |
+ "html/VoidCallback.h", |
+ "Init.cpp", |
+ "Init.h", |
"inspector/BindingVisitors.h", |
"inspector/ConsoleAPITypes.h", |
"inspector/ConsoleMessage.cpp", |
"inspector/ConsoleMessage.h", |
"inspector/ConsoleMessageStorage.cpp", |
"inspector/ConsoleMessageStorage.h", |
- "inspector/InspectorNodeIds.cpp", |
- "inspector/InspectorNodeIds.h", |
- "inspector/InspectorCounters.cpp", |
- "inspector/InspectorCounters.h", |
"inspector/IdentifiersFactory.cpp", |
"inspector/IdentifiersFactory.h", |
+ "inspector/InspectorCounters.cpp", |
+ "inspector/InspectorCounters.h", |
+ "inspector/InspectorNodeIds.cpp", |
+ "inspector/InspectorNodeIds.h", |
"inspector/InspectorTraceEvents.cpp", |
"inspector/InspectorTraceEvents.h", |
- "inspector/ScriptProfile.cpp", |
- "inspector/ScriptProfile.h", |
"inspector/ScriptArguments.cpp", |
"inspector/ScriptArguments.h", |
"inspector/ScriptAsyncCallStack.cpp", |
@@ -946,12 +1057,19 @@ sky_core_files = [ |
"inspector/ScriptCallFrame.h", |
"inspector/ScriptCallStack.cpp", |
"inspector/ScriptCallStack.h", |
+ "inspector/ScriptGCEventListener.h", |
+ "inspector/ScriptProfile.cpp", |
+ "inspector/ScriptProfile.h", |
"loader/DocumentLoadTiming.cpp", |
+ "loader/DocumentLoadTiming.h", |
"loader/EmptyClients.cpp", |
"loader/EmptyClients.h", |
"loader/FrameFetchContext.cpp", |
"loader/FrameFetchContext.h", |
"loader/FrameLoader.cpp", |
+ "loader/FrameLoader.h", |
+ "loader/FrameLoaderClient.h", |
+ "loader/FrameLoaderTypes.h", |
"loader/ImageLoader.cpp", |
"loader/ImageLoader.h", |
"loader/MojoLoader.cpp", |
@@ -963,9 +1081,14 @@ sky_core_files = [ |
"page/AutoscrollController.cpp", |
"page/AutoscrollController.h", |
"page/Chrome.cpp", |
+ "page/Chrome.h", |
+ "page/ChromeClient.h", |
+ "page/EditorClient.h", |
"page/EventHandler.cpp", |
+ "page/EventHandler.h", |
"page/EventWithHitTestResults.h", |
"page/FocusController.cpp", |
+ "page/FocusController.h", |
"page/FocusType.h", |
"page/Page.cpp", |
"page/Page.h", |
@@ -976,48 +1099,98 @@ sky_core_files = [ |
"page/PageLifecycleObserver.cpp", |
"page/PageLifecycleObserver.h", |
"page/PageVisibilityState.cpp", |
+ "page/PageVisibilityState.h", |
+ "page/SpellCheckerClient.h", |
"page/TouchAdjustment.cpp", |
"page/TouchAdjustment.h", |
"page/TouchDisambiguation.cpp", |
"page/TouchDisambiguation.h", |
"page/WindowFocusAllowedIndicator.cpp", |
+ "page/WindowFocusAllowedIndicator.h", |
"rendering/BidiRun.h", |
"rendering/BidiRunForLine.cpp", |
"rendering/BidiRunForLine.h", |
+ "rendering/break_lines.cpp", |
+ "rendering/break_lines.h", |
+ "rendering/ClipPathOperation.h", |
"rendering/ClipRect.cpp", |
"rendering/ClipRect.h", |
"rendering/ClipRects.h", |
"rendering/ClipRectsCache.h", |
+ "rendering/compositing/CompositedLayerMapping.cpp", |
+ "rendering/compositing/CompositedLayerMapping.h", |
+ "rendering/compositing/CompositingInputsUpdater.cpp", |
+ "rendering/compositing/CompositingInputsUpdater.h", |
+ "rendering/compositing/CompositingLayerAssigner.cpp", |
+ "rendering/compositing/CompositingLayerAssigner.h", |
+ "rendering/compositing/CompositingReasonFinder.cpp", |
+ "rendering/compositing/CompositingReasonFinder.h", |
+ "rendering/compositing/CompositingRequirementsUpdater.cpp", |
+ "rendering/compositing/CompositingRequirementsUpdater.h", |
+ "rendering/compositing/CompositingState.h", |
+ "rendering/compositing/CompositingTriggers.h", |
+ "rendering/compositing/GraphicsLayerTreeBuilder.cpp", |
+ "rendering/compositing/GraphicsLayerTreeBuilder.h", |
+ "rendering/compositing/GraphicsLayerUpdater.cpp", |
+ "rendering/compositing/GraphicsLayerUpdater.h", |
+ "rendering/compositing/RenderLayerCompositor.cpp", |
+ "rendering/compositing/RenderLayerCompositor.h", |
"rendering/EllipsisBox.cpp", |
"rendering/EllipsisBox.h", |
"rendering/FilterEffectRenderer.cpp", |
"rendering/FilterEffectRenderer.h", |
+ "rendering/GapRects.h", |
"rendering/GraphicsContextAnnotator.cpp", |
"rendering/GraphicsContextAnnotator.h", |
+ "rendering/HitTestingTransformState.cpp", |
+ "rendering/HitTestingTransformState.h", |
"rendering/HitTestLocation.cpp", |
"rendering/HitTestLocation.h", |
+ "rendering/HitTestRequest.h", |
"rendering/HitTestResult.cpp", |
- "rendering/HitTestingTransformState.cpp", |
- "rendering/HitTestingTransformState.h", |
+ "rendering/HitTestResult.h", |
"rendering/ImageQualityController.cpp", |
"rendering/ImageQualityController.h", |
"rendering/InlineBox.cpp", |
+ "rendering/InlineBox.h", |
"rendering/InlineFlowBox.cpp", |
+ "rendering/InlineFlowBox.h", |
"rendering/InlineIterator.h", |
"rendering/InlineTextBox.cpp", |
+ "rendering/InlineTextBox.h", |
"rendering/LayerFragment.h", |
+ "rendering/LayerPaintingInfo.h", |
"rendering/LayoutState.cpp", |
+ "rendering/LayoutState.h", |
+ "rendering/line/BreakingContext.cpp", |
+ "rendering/line/BreakingContextInlineHeaders.h", |
+ "rendering/line/LineBreaker.cpp", |
+ "rendering/line/LineBreaker.h", |
+ "rendering/line/LineInfo.h", |
+ "rendering/line/LineLayoutState.h", |
+ "rendering/line/LineWidth.cpp", |
+ "rendering/line/LineWidth.h", |
+ "rendering/line/RenderTextInfo.h", |
+ "rendering/line/TrailingObjects.cpp", |
+ "rendering/line/TrailingObjects.h", |
+ "rendering/line/WordMeasurement.h", |
"rendering/OrderIterator.cpp", |
"rendering/OrderIterator.h", |
+ "rendering/PaintInfo.h", |
"rendering/PaintInvalidationState.cpp", |
"rendering/PaintInvalidationState.h", |
+ "rendering/PaintPhase.h", |
"rendering/PointerEventsHitRules.cpp", |
"rendering/PointerEventsHitRules.h", |
"rendering/RenderBlock.cpp", |
+ "rendering/RenderBlock.h", |
"rendering/RenderBlockFlow.cpp", |
+ "rendering/RenderBlockFlow.h", |
"rendering/RenderBlockLineLayout.cpp", |
"rendering/RenderBox.cpp", |
+ "rendering/RenderBox.h", |
"rendering/RenderBoxModelObject.cpp", |
+ "rendering/RenderBoxModelObject.h", |
"rendering/RenderFlexibleBox.cpp", |
"rendering/RenderFlexibleBox.h", |
"rendering/RenderGeometryMap.cpp", |
@@ -1026,97 +1199,123 @@ sky_core_files = [ |
"rendering/RenderHTMLCanvas.cpp", |
"rendering/RenderHTMLCanvas.h", |
"rendering/RenderImage.cpp", |
+ "rendering/RenderImage.h", |
"rendering/RenderImageResource.cpp", |
+ "rendering/RenderImageResource.h", |
"rendering/RenderImageResourceStyleImage.cpp", |
+ "rendering/RenderImageResourceStyleImage.h", |
"rendering/RenderInline.cpp", |
"rendering/RenderInline.h", |
"rendering/RenderLayer.cpp", |
+ "rendering/RenderLayer.h", |
"rendering/RenderLayerClipper.cpp", |
+ "rendering/RenderLayerClipper.h", |
"rendering/RenderLayerFilterInfo.cpp", |
"rendering/RenderLayerFilterInfo.h", |
"rendering/RenderLayerModelObject.cpp", |
+ "rendering/RenderLayerModelObject.h", |
"rendering/RenderLayerRepainter.cpp", |
+ "rendering/RenderLayerRepainter.h", |
"rendering/RenderLayerScrollableArea.cpp", |
+ "rendering/RenderLayerScrollableArea.h", |
"rendering/RenderLayerStackingNode.cpp", |
+ "rendering/RenderLayerStackingNode.h", |
"rendering/RenderLayerStackingNodeIterator.cpp", |
+ "rendering/RenderLayerStackingNodeIterator.h", |
"rendering/RenderLineBoxList.cpp", |
+ "rendering/RenderLineBoxList.h", |
"rendering/RenderObject.cpp", |
+ "rendering/RenderObject.h", |
"rendering/RenderObjectChildList.cpp", |
+ "rendering/RenderObjectChildList.h", |
+ "rendering/RenderObjectInlines.h", |
+ "rendering/RenderOverflow.h", |
"rendering/RenderRemote.cpp", |
+ "rendering/RenderRemote.h", |
"rendering/RenderReplaced.cpp", |
+ "rendering/RenderReplaced.h", |
"rendering/RenderSelectionInfo.h", |
"rendering/RenderText.cpp", |
+ "rendering/RenderText.h", |
"rendering/RenderTheme.cpp", |
"rendering/RenderTheme.h", |
"rendering/RenderTreeAsText.cpp", |
+ "rendering/RenderTreeAsText.h", |
"rendering/RenderView.cpp", |
+ "rendering/RenderView.h", |
"rendering/RootInlineBox.cpp", |
+ "rendering/RootInlineBox.h", |
"rendering/ScrollAlignment.cpp", |
- "rendering/SubtreeLayoutScope.cpp", |
- "rendering/SubtreeLayoutScope.h", |
- "rendering/TextRunConstructor.cpp", |
- "rendering/TextRunConstructor.h", |
- "rendering/TrailingFloatsRootInlineBox.h", |
- "rendering/VerticalPositionCache.h", |
- "rendering/break_lines.cpp", |
- "rendering/break_lines.h", |
- "rendering/compositing/CompositedLayerMapping.cpp", |
- "rendering/compositing/CompositedLayerMapping.h", |
- "rendering/compositing/CompositingInputsUpdater.cpp", |
- "rendering/compositing/CompositingInputsUpdater.h", |
- "rendering/compositing/CompositingLayerAssigner.cpp", |
- "rendering/compositing/CompositingLayerAssigner.h", |
- "rendering/compositing/CompositingReasonFinder.cpp", |
- "rendering/compositing/CompositingReasonFinder.h", |
- "rendering/compositing/CompositingRequirementsUpdater.cpp", |
- "rendering/compositing/CompositingRequirementsUpdater.h", |
- "rendering/compositing/CompositingState.h", |
- "rendering/compositing/CompositingTriggers.h", |
- "rendering/compositing/GraphicsLayerTreeBuilder.cpp", |
- "rendering/compositing/GraphicsLayerTreeBuilder.h", |
- "rendering/compositing/GraphicsLayerUpdater.cpp", |
- "rendering/compositing/GraphicsLayerUpdater.h", |
- "rendering/compositing/RenderLayerCompositor.cpp", |
- "rendering/compositing/RenderLayerCompositor.h", |
- "rendering/line/BreakingContext.cpp", |
- "rendering/line/LineBreaker.cpp", |
- "rendering/line/LineBreaker.h", |
- "rendering/line/LineWidth.cpp", |
- "rendering/line/LineWidth.h", |
- "rendering/line/TrailingObjects.cpp", |
- "rendering/line/TrailingObjects.h", |
+ "rendering/ScrollAlignment.h", |
"rendering/style/AppliedTextDecoration.cpp", |
+ "rendering/style/AppliedTextDecoration.h", |
"rendering/style/BasicShapes.cpp", |
+ "rendering/style/BasicShapes.h", |
+ "rendering/style/BorderData.h", |
"rendering/style/BorderImageLength.h", |
"rendering/style/BorderImageLengthBox.h", |
+ "rendering/style/BorderValue.h", |
+ "rendering/style/CollapsedBorderValue.h", |
"rendering/style/CounterDirectives.cpp", |
+ "rendering/style/CounterDirectives.h", |
+ "rendering/style/CursorData.h", |
+ "rendering/style/DataEquivalency.h", |
+ "rendering/style/DataRef.h", |
"rendering/style/FillLayer.cpp", |
+ "rendering/style/FillLayer.h", |
"rendering/style/KeyframeList.cpp", |
"rendering/style/KeyframeList.h", |
+ "rendering/style/LineClampValue.h", |
"rendering/style/NinePieceImage.cpp", |
+ "rendering/style/NinePieceImage.h", |
+ "rendering/style/OutlineValue.h", |
"rendering/style/QuotesData.cpp", |
"rendering/style/QuotesData.h", |
"rendering/style/RenderStyle.cpp", |
"rendering/style/RenderStyle.h", |
+ "rendering/style/RenderStyleConstants.h", |
"rendering/style/ShadowData.cpp", |
"rendering/style/ShadowData.h", |
"rendering/style/ShadowList.cpp", |
"rendering/style/ShadowList.h", |
+ "rendering/style/ShapeValue.h", |
"rendering/style/StyleBackgroundData.cpp", |
+ "rendering/style/StyleBackgroundData.h", |
"rendering/style/StyleBoxData.cpp", |
+ "rendering/style/StyleBoxData.h", |
+ "rendering/style/StyleDifference.h", |
"rendering/style/StyleFetchedImage.cpp", |
+ "rendering/style/StyleFetchedImage.h", |
"rendering/style/StyleFetchedImageSet.cpp", |
+ "rendering/style/StyleFetchedImageSet.h", |
"rendering/style/StyleFilterData.cpp", |
+ "rendering/style/StyleFilterData.h", |
"rendering/style/StyleFlexibleBoxData.cpp", |
+ "rendering/style/StyleFlexibleBoxData.h", |
"rendering/style/StyleGeneratedImage.cpp", |
+ "rendering/style/StyleGeneratedImage.h", |
+ "rendering/style/StyleImage.h", |
"rendering/style/StyleInheritedData.cpp", |
+ "rendering/style/StyleInheritedData.h", |
"rendering/style/StylePendingImage.h", |
"rendering/style/StyleRareInheritedData.cpp", |
+ "rendering/style/StyleRareInheritedData.h", |
"rendering/style/StyleRareNonInheritedData.cpp", |
+ "rendering/style/StyleRareNonInheritedData.h", |
"rendering/style/StyleSurroundData.cpp", |
+ "rendering/style/StyleSurroundData.h", |
"rendering/style/StyleTransformData.cpp", |
+ "rendering/style/StyleTransformData.h", |
"rendering/style/StyleVisualData.cpp", |
+ "rendering/style/StyleVisualData.h", |
"rendering/style/StyleWillChangeData.cpp", |
+ "rendering/style/StyleWillChangeData.h", |
+ "rendering/SubtreeLayoutScope.cpp", |
+ "rendering/SubtreeLayoutScope.h", |
+ "rendering/TextRunConstructor.cpp", |
+ "rendering/TextRunConstructor.h", |
+ "rendering/TrailingFloatsRootInlineBox.h", |
+ "rendering/VerticalPositionCache.h", |
] |
core_idl_files = get_path_info([ |