Title: [240645] trunk/Source/WebKit
- Revision
- 240645
- Author
- [email protected]
- Date
- 2019-01-28 22:59:13 -0800 (Mon, 28 Jan 2019)
Log Message
Unreviewed, rolling out r240630.
https://bugs.webkit.org/show_bug.cgi?id=193958
Broke Apple internal builds (Requested by rniwa on #webkit).
Reverted changeset:
"Add back some includes that got removed at some point."
https://bugs.webkit.org/show_bug.cgi?id=193942
https://trac.webkit.org/changeset/240630
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (240644 => 240645)
--- trunk/Source/WebKit/ChangeLog 2019-01-29 06:20:56 UTC (rev 240644)
+++ trunk/Source/WebKit/ChangeLog 2019-01-29 06:59:13 UTC (rev 240645)
@@ -1,3 +1,16 @@
+2019-01-28 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r240630.
+ https://bugs.webkit.org/show_bug.cgi?id=193958
+
+ Broke Apple internal builds (Requested by rniwa on #webkit).
+
+ Reverted changeset:
+
+ "Add back some includes that got removed at some point."
+ https://bugs.webkit.org/show_bug.cgi?id=193942
+ https://trac.webkit.org/changeset/240630
+
2019-01-28 Devin Rousso <[email protected]>
Web Inspector: provide a way to edit page WebRTC settings on a remote target
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm (240644 => 240645)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm 2019-01-29 06:20:56 UTC (rev 240644)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm 2019-01-29 06:59:13 UTC (rev 240645)
@@ -477,10 +477,6 @@
#endif
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/WKWebViewInternalAdditions.mm>
-#endif
-
static bool shouldRequireUserGestureToLoadVideo()
{
#if PLATFORM(IOS_FAMILY)
@@ -7046,10 +7042,6 @@
#endif // PLATFORM(IOS_FAMILY)
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/WKWebViewAdditions.mm>
-#endif
-
- (BOOL)_beginBackSwipeForTesting
{
#if PLATFORM(MAC)
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewInternal.h (240644 => 240645)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewInternal.h 2019-01-29 06:20:56 UTC (rev 240644)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewInternal.h 2019-01-29 06:59:13 UTC (rev 240645)
@@ -170,10 +170,6 @@
@property (nonatomic, readonly, getter=_isRetainingActiveFocusedState) BOOL _retainingActiveFocusedState;
#endif
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/WKWebViewInternalAdditions.h>
-#endif
-
#if ENABLE(ACCESSIBILITY_EVENTS)
- (void)_updateAccessibilityEventsEnabled;
#endif
Modified: trunk/Source/WebKit/UIProcess/ios/PageClientImplIOS.h (240644 => 240645)
--- trunk/Source/WebKit/UIProcess/ios/PageClientImplIOS.h 2019-01-29 06:20:56 UTC (rev 240644)
+++ trunk/Source/WebKit/UIProcess/ios/PageClientImplIOS.h 2019-01-29 06:59:13 UTC (rev 240645)
@@ -137,10 +137,6 @@
void didPerformDictionaryLookup(const WebCore::DictionaryPopupInfo&) override;
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/PageClientImplIOSAdditions.h>
-#endif
-
void couldNotRestorePageState() override;
void restorePageState(Optional<WebCore::FloatPoint>, const WebCore::FloatPoint&, const WebCore::FloatBoxExtent&, double) override;
void restorePageCenterAndScale(Optional<WebCore::FloatPoint>, double) override;
Modified: trunk/Source/WebKit/UIProcess/ios/PageClientImplIOS.mm (240644 => 240645)
--- trunk/Source/WebKit/UIProcess/ios/PageClientImplIOS.mm 2019-01-29 06:20:56 UTC (rev 240644)
+++ trunk/Source/WebKit/UIProcess/ios/PageClientImplIOS.mm 2019-01-29 06:59:13 UTC (rev 240645)
@@ -463,10 +463,6 @@
#endif // ENABLE(REVEAL)
}
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/PageClientImplIOSAdditions.mm>
-#endif
-
void PageClientImpl::setRemoteLayerTreeRootNode(RemoteLayerTreeNode* rootNode)
{
[m_contentView _setAcceleratedCompositingRootView:rootNode ? rootNode->uiView() : nil];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes