Title: [254802] trunk/Source/WebCore
- Revision
- 254802
- Author
- [email protected]
- Date
- 2020-01-18 22:02:46 -0800 (Sat, 18 Jan 2020)
Log Message
REGRESSION (r254790): Update DerivedSources-{input,output}.xcfilelist to fix build
Add support for scroll behavior parsing
<https://bugs.webkit.org/show_bug.cgi?id=205009>
* DerivedSources-input.xcfilelist:
* DerivedSources-output.xcfilelist:
- Update after commit r254790.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (254801 => 254802)
--- trunk/Source/WebCore/ChangeLog 2020-01-18 23:14:31 UTC (rev 254801)
+++ trunk/Source/WebCore/ChangeLog 2020-01-19 06:02:46 UTC (rev 254802)
@@ -1,3 +1,14 @@
+2020-01-18 David Kilzer <[email protected]>
+
+ REGRESSION (r254790): Update DerivedSources-{input,output}.xcfilelist to fix build
+
+ Add support for scroll behavior parsing
+ <https://bugs.webkit.org/show_bug.cgi?id=205009>
+
+ * DerivedSources-input.xcfilelist:
+ * DerivedSources-output.xcfilelist:
+ - Update after commit r254790.
+
2020-01-17 Wenson Hsieh <[email protected]>
Make pasteboard markup sanitization more robust
Modified: trunk/Source/WebCore/DerivedSources-input.xcfilelist (254801 => 254802)
--- trunk/Source/WebCore/DerivedSources-input.xcfilelist 2020-01-18 23:14:31 UTC (rev 254801)
+++ trunk/Source/WebCore/DerivedSources-input.xcfilelist 2020-01-19 06:02:46 UTC (rev 254802)
@@ -923,8 +923,10 @@
$(PROJECT_DIR)/page/ResizeObserverCallback.idl
$(PROJECT_DIR)/page/ResizeObserverEntry.idl
$(PROJECT_DIR)/page/Screen.idl
+$(PROJECT_DIR)/page/ScrollBehavior.idl
$(PROJECT_DIR)/page/ScrollIntoViewOptions.idl
$(PROJECT_DIR)/page/ScrollLogicalPosition.idl
+$(PROJECT_DIR)/page/ScrollOptions.idl
$(PROJECT_DIR)/page/ScrollToOptions.idl
$(PROJECT_DIR)/page/Settings.yaml
$(PROJECT_DIR)/page/ShareData.idl
Modified: trunk/Source/WebCore/DerivedSources-output.xcfilelist (254801 => 254802)
--- trunk/Source/WebCore/DerivedSources-output.xcfilelist 2020-01-18 23:14:31 UTC (rev 254801)
+++ trunk/Source/WebCore/DerivedSources-output.xcfilelist 2020-01-19 06:02:46 UTC (rev 254802)
@@ -1737,10 +1737,14 @@
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScreen.h
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScriptProcessorNode.cpp
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScriptProcessorNode.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollBehavior.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollBehavior.h
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollIntoViewOptions.cpp
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollIntoViewOptions.h
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollLogicalPosition.cpp
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollLogicalPosition.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollOptions.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollOptions.h
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollToOptions.cpp
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSScrollToOptions.h
$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSSecurityPolicyViolationEvent.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes