Title: [260777] trunk/Source
- Revision
- 260777
- Author
- [email protected]
- Date
- 2020-04-27 13:53:38 -0700 (Mon, 27 Apr 2020)
Log Message
Clean up some useless includes of CSSAnimationController.h
https://bugs.webkit.org/show_bug.cgi?id=211066
Reviewed by Antti Koivisto.
Source/WebCore:
These files don't actually use any of the CSSAnimationController APIs.
* page/ios/FrameIOS.mm:
* rendering/RenderObject.cpp:
Source/WebKitLegacy/mac:
This file doesn't actually use any of the CSSAnimationController APIs.
* WebView/WebFrame.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (260776 => 260777)
--- trunk/Source/WebCore/ChangeLog 2020-04-27 20:50:43 UTC (rev 260776)
+++ trunk/Source/WebCore/ChangeLog 2020-04-27 20:53:38 UTC (rev 260777)
@@ -1,5 +1,17 @@
2020-04-27 Antoine Quint <[email protected]>
+ Clean up some useless includes of CSSAnimationController.h
+ https://bugs.webkit.org/show_bug.cgi?id=211066
+
+ Reviewed by Antti Koivisto.
+
+ These files don't actually use any of the CSSAnimationController APIs.
+
+ * page/ios/FrameIOS.mm:
+ * rendering/RenderObject.cpp:
+
+2020-04-27 Antoine Quint <[email protected]>
+
Rename CSSAnimationController accessors from animation() to legacyAnimation()
https://bugs.webkit.org/show_bug.cgi?id=211082
Modified: trunk/Source/WebCore/page/ios/FrameIOS.mm (260776 => 260777)
--- trunk/Source/WebCore/page/ios/FrameIOS.mm 2020-04-27 20:50:43 UTC (rev 260776)
+++ trunk/Source/WebCore/page/ios/FrameIOS.mm 2020-04-27 20:53:38 UTC (rev 260777)
@@ -27,7 +27,6 @@
#if PLATFORM(IOS_FAMILY)
-#import "CSSAnimationController.h"
#import "CommonVM.h"
#import "ComposedTreeIterator.h"
#import "DOMWindow.h"
Modified: trunk/Source/WebCore/rendering/RenderObject.cpp (260776 => 260777)
--- trunk/Source/WebCore/rendering/RenderObject.cpp 2020-04-27 20:50:43 UTC (rev 260776)
+++ trunk/Source/WebCore/rendering/RenderObject.cpp 2020-04-27 20:53:38 UTC (rev 260777)
@@ -28,7 +28,6 @@
#include "RenderObject.h"
#include "AXObjectCache.h"
-#include "CSSAnimationController.h"
#include "Editing.h"
#include "FloatQuad.h"
#include "Frame.h"
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (260776 => 260777)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2020-04-27 20:50:43 UTC (rev 260776)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2020-04-27 20:53:38 UTC (rev 260777)
@@ -1,5 +1,16 @@
2020-04-27 Antoine Quint <[email protected]>
+ Clean up some useless includes of CSSAnimationController.h
+ https://bugs.webkit.org/show_bug.cgi?id=211066
+
+ Reviewed by Antti Koivisto.
+
+ This file doesn't actually use any of the CSSAnimationController APIs.
+
+ * WebView/WebFrame.mm:
+
+2020-04-27 Antoine Quint <[email protected]>
+
Remove allowsNewCSSAnimationsWhileSuspended and setAllowsNewCSSAnimationsWhileSuspended WebView SPIs
https://bugs.webkit.org/show_bug.cgi?id=211067
Modified: trunk/Source/WebKitLegacy/mac/WebView/WebFrame.mm (260776 => 260777)
--- trunk/Source/WebKitLegacy/mac/WebView/WebFrame.mm 2020-04-27 20:50:43 UTC (rev 260776)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebFrame.mm 2020-04-27 20:53:38 UTC (rev 260777)
@@ -62,7 +62,6 @@
#import <_javascript_Core/JSObject.h>
#import <WebCore/AXObjectCache.h>
#import <WebCore/AccessibilityObject.h>
-#import <WebCore/CSSAnimationController.h>
#import <WebCore/CSSStyleDeclaration.h>
#import <WebCore/CachedResourceLoader.h>
#import <WebCore/Chrome.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes