Title: [251041] trunk/Source
Revision
251041
Author
commit-qu...@webkit.org
Date
2019-10-11 22:07:02 -0700 (Fri, 11 Oct 2019)

Log Message

Cleanup RuntimeEnabledFeatures includes
https://bugs.webkit.org/show_bug.cgi?id=202857

Patch by Rob Buis <rb...@igalia.com> on 2019-10-11
Reviewed by Eric Carlson.

These classes must have had made use of runtime flags before
but are not using them anymore.

Source/WebCore:

* Modules/mediastream/MediaDevices.cpp:
* Modules/mediastream/RTCRtpSender.cpp:
* Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp:
* Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp:
* accessibility/AccessibilityObject.cpp:
* css/CSSComputedStyleDeclaration.cpp:
* css/MediaQueryEvaluator.cpp:
* css/MediaQueryExpression.cpp:
* css/parser/CSSParser.cpp:
* dom/ContainerNode.cpp:
* dom/EventTarget.cpp:
* dom/Position.cpp:
* dom/PseudoElement.cpp:
* dom/TreeScope.cpp:
* dom/ViewportArguments.cpp:
* history/CachedFrame.cpp:
* html/HTMLPlugInElement.cpp:
* html/HTMLStyleElement.cpp:
* html/HTMLTrackElement.cpp:
* inspector/agents/InspectorNetworkAgent.cpp:
* loader/ResourceLoadNotifier.cpp:
* page/DOMWindow.cpp:
* page/EventHandler.cpp:
* page/PointerLockController.cpp:
* page/csp/ContentSecurityPolicy.cpp:
* page/scrolling/ScrollingCoordinator.cpp:
* platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp:
* rendering/RenderFlexibleBox.cpp:
* rendering/style/RenderStyle.cpp:
* rendering/updating/RenderTreeUpdater.cpp:

Source/WebKit:

* NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:
* UIProcess/Plugins/mac/PluginInfoStoreMac.mm:
* UIProcess/WebAuthentication/Cocoa/LocalService.mm:
* UIProcess/WebProcessPool.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (251040 => 251041)


--- trunk/Source/WebCore/ChangeLog	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/ChangeLog	2019-10-12 05:07:02 UTC (rev 251041)
@@ -1,3 +1,44 @@
+2019-10-11  Rob Buis  <rb...@igalia.com>
+
+        Cleanup RuntimeEnabledFeatures includes
+        https://bugs.webkit.org/show_bug.cgi?id=202857
+
+        Reviewed by Eric Carlson.
+
+        These classes must have had made use of runtime flags before
+        but are not using them anymore.
+
+        * Modules/mediastream/MediaDevices.cpp:
+        * Modules/mediastream/RTCRtpSender.cpp:
+        * Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp:
+        * Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp:
+        * accessibility/AccessibilityObject.cpp:
+        * css/CSSComputedStyleDeclaration.cpp:
+        * css/MediaQueryEvaluator.cpp:
+        * css/MediaQueryExpression.cpp:
+        * css/parser/CSSParser.cpp:
+        * dom/ContainerNode.cpp:
+        * dom/EventTarget.cpp:
+        * dom/Position.cpp:
+        * dom/PseudoElement.cpp:
+        * dom/TreeScope.cpp:
+        * dom/ViewportArguments.cpp:
+        * history/CachedFrame.cpp:
+        * html/HTMLPlugInElement.cpp:
+        * html/HTMLStyleElement.cpp:
+        * html/HTMLTrackElement.cpp:
+        * inspector/agents/InspectorNetworkAgent.cpp:
+        * loader/ResourceLoadNotifier.cpp:
+        * page/DOMWindow.cpp:
+        * page/EventHandler.cpp:
+        * page/PointerLockController.cpp:
+        * page/csp/ContentSecurityPolicy.cpp:
+        * page/scrolling/ScrollingCoordinator.cpp:
+        * platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp:
+        * rendering/RenderFlexibleBox.cpp:
+        * rendering/style/RenderStyle.cpp:
+        * rendering/updating/RenderTreeUpdater.cpp:
+
 2019-10-11  Chris Dumez  <cdu...@apple.com>
 
         Add [ActiveDOMObject] to IDLs of ActiveDOMObjects

Modified: trunk/Source/WebCore/Modules/mediastream/MediaDevices.cpp (251040 => 251041)


--- trunk/Source/WebCore/Modules/mediastream/MediaDevices.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDevices.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -41,7 +41,6 @@
 #include "JSMediaDeviceInfo.h"
 #include "MediaTrackSupportedConstraints.h"
 #include "RealtimeMediaSourceSettings.h"
-#include "RuntimeEnabledFeatures.h"
 #include "UserMediaController.h"
 #include "UserMediaRequest.h"
 #include <wtf/IsoMallocInlines.h>

Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp (251040 => 251041)


--- trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -38,7 +38,6 @@
 #include "RTCDTMFSenderBackend.h"
 #include "RTCRtpCapabilities.h"
 #include "RTCRtpTransceiver.h"
-#include "RuntimeEnabledFeatures.h"
 #include <wtf/IsoMallocInlines.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp (251040 => 251041)


--- trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -45,7 +45,6 @@
 #include "RealtimeIncomingVideoSource.h"
 #include "RealtimeOutgoingAudioSource.h"
 #include "RealtimeOutgoingVideoSource.h"
-#include "RuntimeEnabledFeatures.h"
 #include "Settings.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp (251040 => 251041)


--- trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -33,7 +33,6 @@
 #include "LibWebRTCUtils.h"
 #include "RTCPeerConnection.h"
 #include "RTCRtpSender.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScriptExecutionContext.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/accessibility/AccessibilityObject.cpp (251040 => 251041)


--- trunk/Source/WebCore/accessibility/AccessibilityObject.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/accessibility/AccessibilityObject.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -73,7 +73,6 @@
 #include "RenderView.h"
 #include "RenderWidget.h"
 #include "RenderedPosition.h"
-#include "RuntimeEnabledFeatures.h"
 #include "Settings.h"
 #include "TextCheckerClient.h"
 #include "TextCheckingHelper.h"

Modified: trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp (251040 => 251041)


--- trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -64,7 +64,6 @@
 #include "RenderBox.h"
 #include "RenderInline.h"
 #include "RenderStyle.h"
-#include "RuntimeEnabledFeatures.h"
 #include "SVGElement.h"
 #include "Settings.h"
 #include "ShapeValue.h"

Modified: trunk/Source/WebCore/css/MediaQueryEvaluator.cpp (251040 => 251041)


--- trunk/Source/WebCore/css/MediaQueryEvaluator.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/css/MediaQueryEvaluator.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -45,7 +45,6 @@
 #include "PlatformScreen.h"
 #include "RenderStyle.h"
 #include "RenderView.h"
-#include "RuntimeEnabledFeatures.h"
 #include "Settings.h"
 #include "StyleResolver.h"
 #include "Theme.h"

Modified: trunk/Source/WebCore/css/MediaQueryExpression.cpp (251040 => 251041)


--- trunk/Source/WebCore/css/MediaQueryExpression.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/css/MediaQueryExpression.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -33,7 +33,6 @@
 #include "CSSPropertyParserHelpers.h"
 #include "MediaFeatureNames.h"
 #include "MediaQueryParserContext.h"
-#include "RuntimeEnabledFeatures.h"
 #include <wtf/text/TextStream.h>
 #include <wtf/text/StringBuilder.h>
 

Modified: trunk/Source/WebCore/css/parser/CSSParser.cpp (251040 => 251041)


--- trunk/Source/WebCore/css/parser/CSSParser.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/css/parser/CSSParser.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -44,7 +44,6 @@
 #include "Page.h"
 #include "RenderStyle.h"
 #include "RenderTheme.h"
-#include "RuntimeEnabledFeatures.h"
 #include "Settings.h"
 #include "StyleColor.h"
 #include "StyleResolver.h"

Modified: trunk/Source/WebCore/dom/ContainerNode.cpp (251040 => 251041)


--- trunk/Source/WebCore/dom/ContainerNode.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/dom/ContainerNode.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -52,7 +52,6 @@
 #include "RenderTreeUpdater.h"
 #include "RenderWidget.h"
 #include "RootInlineBox.h"
-#include "RuntimeEnabledFeatures.h"
 #include "SVGDocumentExtensions.h"
 #include "SVGElement.h"
 #include "SVGNames.h"

Modified: trunk/Source/WebCore/dom/EventTarget.cpp (251040 => 251041)


--- trunk/Source/WebCore/dom/EventTarget.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/dom/EventTarget.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -39,7 +39,6 @@
 #include "InspectorInstrumentation.h"
 #include "JSEventListener.h"
 #include "JSLazyEventListener.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScriptController.h"
 #include "ScriptDisallowedScope.h"
 #include "Settings.h"

Modified: trunk/Source/WebCore/dom/Position.cpp (251040 => 251041)


--- trunk/Source/WebCore/dom/Position.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/dom/Position.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -48,7 +48,6 @@
 #include "RenderIterator.h"
 #include "RenderLineBreak.h"
 #include "RenderText.h"
-#include "RuntimeEnabledFeatures.h"
 #include "Text.h"
 #include "TextIterator.h"
 #include "VisiblePosition.h"

Modified: trunk/Source/WebCore/dom/PseudoElement.cpp (251040 => 251041)


--- trunk/Source/WebCore/dom/PseudoElement.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/dom/PseudoElement.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -35,7 +35,6 @@
 #include "RenderElement.h"
 #include "RenderImage.h"
 #include "RenderQuote.h"
-#include "RuntimeEnabledFeatures.h"
 #include "StyleResolver.h"
 #include <wtf/IsoMallocInlines.h>
 

Modified: trunk/Source/WebCore/dom/TreeScope.cpp (251040 => 251041)


--- trunk/Source/WebCore/dom/TreeScope.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/dom/TreeScope.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -46,7 +46,6 @@
 #include "PseudoElement.h"
 #include "RadioButtonGroups.h"
 #include "RenderView.h"
-#include "RuntimeEnabledFeatures.h"
 #include "Settings.h"
 #include "ShadowRoot.h"
 #include <wtf/text/CString.h>

Modified: trunk/Source/WebCore/dom/ViewportArguments.cpp (251040 => 251041)


--- trunk/Source/WebCore/dom/ViewportArguments.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/dom/ViewportArguments.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -31,7 +31,6 @@
 #include "Document.h"
 #include "Frame.h"
 #include "IntSize.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScriptableDocumentParser.h"
 #include "Settings.h"
 #include <wtf/text/TextStream.h>

Modified: trunk/Source/WebCore/history/CachedFrame.cpp (251040 => 251041)


--- trunk/Source/WebCore/history/CachedFrame.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/history/CachedFrame.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -43,7 +43,6 @@
 #include "Page.h"
 #include "PageCache.h"
 #include "RenderWidget.h"
-#include "RuntimeEnabledFeatures.h"
 #include "SVGDocumentExtensions.h"
 #include "ScriptController.h"
 #include "SerializedScriptValue.h"

Modified: trunk/Source/WebCore/html/HTMLPlugInElement.cpp (251040 => 251041)


--- trunk/Source/WebCore/html/HTMLPlugInElement.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/html/HTMLPlugInElement.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -44,7 +44,6 @@
 #include "RenderSnapshottedPlugIn.h"
 #include "RenderView.h"
 #include "RenderWidget.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScriptController.h"
 #include "Settings.h"
 #include "ShadowRoot.h"

Modified: trunk/Source/WebCore/html/HTMLStyleElement.cpp (251040 => 251041)


--- trunk/Source/WebCore/html/HTMLStyleElement.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/html/HTMLStyleElement.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -32,7 +32,6 @@
 #include "HTMLNames.h"
 #include "MediaList.h"
 #include "MediaQueryParser.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScriptableDocumentParser.h"
 #include "ShadowRoot.h"
 #include "StyleScope.h"

Modified: trunk/Source/WebCore/html/HTMLTrackElement.cpp (251040 => 251041)


--- trunk/Source/WebCore/html/HTMLTrackElement.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/html/HTMLTrackElement.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -35,7 +35,6 @@
 #include "HTMLMediaElement.h"
 #include "HTMLNames.h"
 #include "Logging.h"
-#include "RuntimeEnabledFeatures.h"
 #include <wtf/IsoMallocInlines.h>
 #include <wtf/text/CString.h>
 

Modified: trunk/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp (251040 => 251041)


--- trunk/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -63,7 +63,6 @@
 #include "ResourceLoader.h"
 #include "ResourceRequest.h"
 #include "ResourceResponse.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScriptState.h"
 #include "ScriptableDocumentParser.h"
 #include "SubresourceLoader.h"

Modified: trunk/Source/WebCore/loader/ResourceLoadNotifier.cpp (251040 => 251041)


--- trunk/Source/WebCore/loader/ResourceLoadNotifier.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/loader/ResourceLoadNotifier.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -39,7 +39,6 @@
 #include "Page.h"
 #include "ProgressTracker.h"
 #include "ResourceLoader.h"
-#include "RuntimeEnabledFeatures.h"
 
 #if USE(QUICK_LOOK)
 #include "QuickLook.h"

Modified: trunk/Source/WebCore/page/DOMWindow.cpp (251040 => 251041)


--- trunk/Source/WebCore/page/DOMWindow.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/page/DOMWindow.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -88,7 +88,6 @@
 #include "ResourceLoadInfo.h"
 #include "ResourceLoadObserver.h"
 #include "RuntimeApplicationChecks.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScheduledAction.h"
 #include "Screen.h"
 #include "SecurityOrigin.h"

Modified: trunk/Source/WebCore/page/EventHandler.cpp (251040 => 251041)


--- trunk/Source/WebCore/page/EventHandler.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/page/EventHandler.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -127,10 +127,6 @@
 #include "PointerLockController.h"
 #endif
 
-#if ENABLE(POINTER_EVENTS)
-#include "RuntimeEnabledFeatures.h"
-#endif
-
 #if PLATFORM(IOS_FAMILY)
 #include "DOMTimerHoldingTank.h"
 #endif

Modified: trunk/Source/WebCore/page/PointerLockController.cpp (251040 => 251041)


--- trunk/Source/WebCore/page/PointerLockController.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/page/PointerLockController.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -34,7 +34,6 @@
 #include "EventNames.h"
 #include "Page.h"
 #include "PlatformMouseEvent.h"
-#include "RuntimeEnabledFeatures.h"
 #include "UserGestureIndicator.h"
 #include "VoidCallback.h"
 

Modified: trunk/Source/WebCore/page/csp/ContentSecurityPolicy.cpp (251040 => 251041)


--- trunk/Source/WebCore/page/csp/ContentSecurityPolicy.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/page/csp/ContentSecurityPolicy.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -49,7 +49,6 @@
 #include "ParsingUtilities.h"
 #include "PingLoader.h"
 #include "ResourceRequest.h"
-#include "RuntimeEnabledFeatures.h"
 #include "SecurityOrigin.h"
 #include "SecurityPolicyViolationEvent.h"
 #include "Settings.h"

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp (251040 => 251041)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -38,7 +38,6 @@
 #include "Region.h"
 #include "RenderLayerCompositor.h"
 #include "RenderView.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScrollAnimator.h"
 #include "Settings.h"
 #include <wtf/MainThread.h>

Modified: trunk/Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp (251040 => 251041)


--- trunk/Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -38,7 +38,6 @@
 #include "DisplayCaptureManagerCocoa.h"
 #include "Logging.h"
 #include "MediaStreamPrivate.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScreenDisplayCaptureSourceMac.h"
 #include "WindowDisplayCaptureSourceMac.h"
 #include <wtf/MainThread.h>

Modified: trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp (251040 => 251041)


--- trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -37,7 +37,6 @@
 #include "RenderLayer.h"
 #include "RenderLayoutState.h"
 #include "RenderView.h"
-#include "RuntimeEnabledFeatures.h"
 #include <limits>
 #include <wtf/IsoMallocInlines.h>
 #include <wtf/MathExtras.h>

Modified: trunk/Source/WebCore/rendering/style/RenderStyle.cpp (251040 => 251041)


--- trunk/Source/WebCore/rendering/style/RenderStyle.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -38,7 +38,6 @@
 #include "QuotesData.h"
 #include "RenderObject.h"
 #include "RenderTheme.h"
-#include "RuntimeEnabledFeatures.h"
 #include "ScaleTransformOperation.h"
 #include "ShadowData.h"
 #include "StyleBuilderConverter.h"

Modified: trunk/Source/WebCore/rendering/updating/RenderTreeUpdater.cpp (251040 => 251041)


--- trunk/Source/WebCore/rendering/updating/RenderTreeUpdater.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebCore/rendering/updating/RenderTreeUpdater.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -45,7 +45,6 @@
 #include "RenderMultiColumnFlow.h"
 #include "RenderMultiColumnSet.h"
 #include "RenderTreeUpdaterGeneratedContent.h"
-#include "RuntimeEnabledFeatures.h"
 #include "StyleResolver.h"
 #include "StyleTreeResolver.h"
 #include <wtf/SystemTracing.h>

Modified: trunk/Source/WebKit/ChangeLog (251040 => 251041)


--- trunk/Source/WebKit/ChangeLog	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebKit/ChangeLog	2019-10-12 05:07:02 UTC (rev 251041)
@@ -1,3 +1,18 @@
+2019-10-11  Rob Buis  <rb...@igalia.com>
+
+        Cleanup RuntimeEnabledFeatures includes
+        https://bugs.webkit.org/show_bug.cgi?id=202857
+
+        Reviewed by Eric Carlson.
+
+        These classes must have had made use of runtime flags before
+        but are not using them anymore.
+
+        * NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp:
+        * UIProcess/Plugins/mac/PluginInfoStoreMac.mm:
+        * UIProcess/WebAuthentication/Cocoa/LocalService.mm:
+        * UIProcess/WebProcessPool.cpp:
+
 2019-10-11  Chris Dumez  <cdu...@apple.com>
 
         Move SuspendedPage logic from WebProcessPool to new WebBackForwardCache class

Modified: trunk/Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp (251040 => 251041)


--- trunk/Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -50,7 +50,6 @@
 #include <WebCore/DocumentStorageAccess.h>
 #include <WebCore/NetworkStorageSession.h>
 #include <WebCore/ResourceLoadStatistics.h>
-#include <WebCore/RuntimeEnabledFeatures.h>
 #include <WebCore/SQLiteDatabase.h>
 #include <WebCore/SQLiteStatement.h>
 #include <wtf/CallbackAggregator.h>

Modified: trunk/Source/WebKit/UIProcess/Plugins/mac/PluginInfoStoreMac.mm (251040 => 251041)


--- trunk/Source/WebKit/UIProcess/Plugins/mac/PluginInfoStoreMac.mm	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebKit/UIProcess/Plugins/mac/PluginInfoStoreMac.mm	2019-10-12 05:07:02 UTC (rev 251041)
@@ -32,7 +32,6 @@
 #import "NetscapePluginModule.h"
 #import "SandboxUtilities.h"
 #import <WebCore/PluginBlacklist.h>
-#import <WebCore/RuntimeEnabledFeatures.h>
 #import <pwd.h>
 #import <wtf/HashSet.h>
 #import <wtf/RetainPtr.h>

Modified: trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalService.mm (251040 => 251041)


--- trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalService.mm	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalService.mm	2019-10-12 05:07:02 UTC (rev 251041)
@@ -30,7 +30,6 @@
 
 #import "LocalAuthenticator.h"
 #import "LocalConnection.h"
-#import <WebCore/RuntimeEnabledFeatures.h>
 
 #import "LocalAuthenticationSoftLink.h"
 

Modified: trunk/Source/WebKit/UIProcess/WebProcessPool.cpp (251040 => 251041)


--- trunk/Source/WebKit/UIProcess/WebProcessPool.cpp	2019-10-12 04:55:35 UTC (rev 251040)
+++ trunk/Source/WebKit/UIProcess/WebProcessPool.cpp	2019-10-12 05:07:02 UTC (rev 251041)
@@ -90,7 +90,6 @@
 #include <WebCore/RegistrationDatabase.h>
 #include <WebCore/ResourceRequest.h>
 #include <WebCore/RuntimeApplicationChecks.h>
-#include <WebCore/RuntimeEnabledFeatures.h>
 #include <pal/SessionID.h>
 #include <wtf/Language.h>
 #include <wtf/MainThread.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to