Title: [238062] trunk
Revision
238062
Author
[email protected]
Date
2018-11-09 17:40:18 -0800 (Fri, 09 Nov 2018)

Log Message

Unreviewed, rolling out r238047.

Introduced layout test failures on iOS simulator.

Reverted changeset:

"[iOS] Draw caps lock indicator in password fields"
https://bugs.webkit.org/show_bug.cgi?id=190565
https://trac.webkit.org/changeset/238047

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (238061 => 238062)


--- trunk/Source/WebCore/ChangeLog	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/ChangeLog	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1,3 +1,15 @@
+2018-11-09  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r238047.
+
+        Introduced layout test failures on iOS simulator.
+
+        Reverted changeset:
+
+        "[iOS] Draw caps lock indicator in password fields"
+        https://bugs.webkit.org/show_bug.cgi?id=190565
+        https://trac.webkit.org/changeset/238047
+
 2018-11-09  Tim Horton  <[email protected]>
 
         Normal-flow-only flex items don't correctly respect z-index

Modified: trunk/Source/WebCore/PAL/ChangeLog (238061 => 238062)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1,3 +1,15 @@
+2018-11-09  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r238047.
+
+        Introduced layout test failures on iOS simulator.
+
+        Reverted changeset:
+
+        "[iOS] Draw caps lock indicator in password fields"
+        https://bugs.webkit.org/show_bug.cgi?id=190565
+        https://trac.webkit.org/changeset/238047
+
 2018-11-09  Daniel Bates  <[email protected]>
 
         [iOS] Draw caps lock indicator in password fields

Modified: trunk/Source/WebCore/PAL/pal/spi/ios/GraphicsServicesSPI.h (238061 => 238062)


--- trunk/Source/WebCore/PAL/pal/spi/ios/GraphicsServicesSPI.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/GraphicsServicesSPI.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2018 Apple Inc. All rights reserved.
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -43,12 +43,6 @@
 void GSFontInitialize(void);
 void GSFontPurgeFontCache(void);
 
-typedef struct __GSKeyboard* GSKeyboardRef;
-uint32_t GSKeyboardGetModifierState(GSKeyboardRef);
-Boolean GSEventIsHardwareKeyboardAttached();
-
-extern const char *kGSEventHardwareKeyboardAvailabilityChangedNotification;
-
 WTF_EXTERN_C_END
 
 #endif

Modified: trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h (238061 => 238062)


--- trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -23,10 +23,6 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-WTF_EXTERN_C_BEGIN
-typedef struct __GSKeyboard* GSKeyboardRef;
-WTF_EXTERN_C_END
-
 #if USE(APPLE_INTERNAL_SDK)
 
 #import <UIKit/NSParagraphStyle_Private.h>
@@ -48,7 +44,6 @@
 
 @interface UIApplication ()
 + (UIApplicationSceneClassicMode)_classicMode;
-- (GSKeyboardRef)_hardwareKeyboard;
 @end
 
 #else
@@ -80,9 +75,10 @@
 @end
 
 @interface UIApplication ()
+
 - (BOOL)_isClassic;
 + (UIApplicationSceneClassicMode)_classicMode;
-- (GSKeyboardRef)_hardwareKeyboard;
+
 @end
 
 @interface UIColor ()

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (238061 => 238062)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2018-11-10 01:40:18 UTC (rev 238062)
@@ -13687,7 +13687,6 @@
 		CE2849881CA3614600B4A57F /* ContentSecurityPolicyDirectiveNames.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ContentSecurityPolicyDirectiveNames.cpp; path = csp/ContentSecurityPolicyDirectiveNames.cpp; sourceTree = "<group>"; };
 		CE5CB1B314EDAB6F00BB2795 /* EventSender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventSender.h; sourceTree = "<group>"; };
 		CE5FA253209E48C50051D700 /* ContentSecurityPolicyClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ContentSecurityPolicyClient.h; path = csp/ContentSecurityPolicyClient.h; sourceTree = "<group>"; };
-		CE68C8FF21924EE5001230B3 /* PlatformKeyboardEvent.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PlatformKeyboardEvent.cpp; sourceTree = "<group>"; };
 		CE6D89294C7AACE0AD89B3DD /* MathMLMencloseElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathMLMencloseElement.h; sourceTree = "<group>"; };
 		CE6DADF71C591E6A003F6A88 /* ContentSecurityPolicyResponseHeaders.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ContentSecurityPolicyResponseHeaders.cpp; path = csp/ContentSecurityPolicyResponseHeaders.cpp; sourceTree = "<group>"; };
 		CE6DADF81C591E6A003F6A88 /* ContentSecurityPolicyResponseHeaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ContentSecurityPolicyResponseHeaders.h; path = csp/ContentSecurityPolicyResponseHeaders.h; sourceTree = "<group>"; };
@@ -25090,7 +25089,6 @@
 				A14978701ABAF3A500CEF7E4 /* PlatformContentFilter.h */,
 				BC5C76291497FE1400BC4775 /* PlatformEvent.h */,
 				A723F77A1484CA4C008C6DBE /* PlatformExportMacros.h */,
-				CE68C8FF21924EE5001230B3 /* PlatformKeyboardEvent.cpp */,
 				935C476609AC4D4300A6AAB4 /* PlatformKeyboardEvent.h */,
 				935C476709AC4D4300A6AAB4 /* PlatformMouseEvent.h */,
 				C5BAC16F14E30E4700008837 /* PlatformPasteboard.h */,

Modified: trunk/Source/WebCore/page/EventHandler.cpp (238061 => 238062)


--- trunk/Source/WebCore/page/EventHandler.cpp	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/page/EventHandler.cpp	2018-11-10 01:40:18 UTC (rev 238062)
@@ -3162,14 +3162,6 @@
     return wasHandled;
 }
 
-void EventHandler::capsLockStateMayHaveChanged() const
-{
-    auto* focusedElement = m_frame.document()->focusedElement();
-    if (!is<HTMLInputElement>(focusedElement))
-        return;
-    downcast<HTMLInputElement>(*focusedElement).capsLockStateMayHaveChanged();
-}
-
 bool EventHandler::internalKeyEvent(const PlatformKeyboardEvent& initialKeyEvent)
 {
     Ref<Frame> protectedFrame(m_frame);
@@ -3202,8 +3194,12 @@
     }
 #endif
 
-    if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL)
-        capsLockStateMayHaveChanged();
+    if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL) {
+        if (auto* element = m_frame.document()->focusedElement()) {
+            if (is<HTMLInputElement>(*element))
+                downcast<HTMLInputElement>(*element).capsLockStateMayHaveChanged();
+        }
+    }
 
 #if ENABLE(PAN_SCROLLING)
     if (m_frame.mainFrame().eventHandler().panScrollInProgress()) {

Modified: trunk/Source/WebCore/page/EventHandler.h (238061 => 238062)


--- trunk/Source/WebCore/page/EventHandler.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/page/EventHandler.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -256,7 +256,6 @@
     WEBCORE_EXPORT bool handleAccessKey(const PlatformKeyboardEvent&);
     WEBCORE_EXPORT bool keyEvent(const PlatformKeyboardEvent&);
     void defaultKeyboardEventHandler(KeyboardEvent&);
-    WEBCORE_EXPORT void capsLockStateMayHaveChanged() const;
 
     bool accessibilityPreventsEventPropagation(KeyboardEvent&);
     WEBCORE_EXPORT void handleKeyboardSelectionMovementForAccessibility(KeyboardEvent&);

Modified: trunk/Source/WebCore/platform/cocoa/KeyEventCocoa.mm (238061 => 238062)


--- trunk/Source/WebCore/platform/cocoa/KeyEventCocoa.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/platform/cocoa/KeyEventCocoa.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -27,7 +27,6 @@
 #import "KeyEventCocoa.h"
 
 #import "Logging.h"
-#import "PlatformKeyboardEvent.h"
 #import "WindowsKeyboardCodes.h"
 #import <wtf/ASCIICType.h>
 #import <wtf/text/WTFString.h>
@@ -40,20 +39,6 @@
 
 namespace WebCore {
 
-bool PlatformKeyboardEvent::currentCapsLockState()
-{
-    return currentStateOfModifierKeys().contains(PlatformEvent::Modifier::CapsLockKey);
-}
-
-void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
-{
-    auto currentModifiers = currentStateOfModifierKeys();
-    shiftKey = currentModifiers.contains(PlatformEvent::Modifier::ShiftKey);
-    ctrlKey = currentModifiers.contains(PlatformEvent::Modifier::CtrlKey);
-    altKey = currentModifiers.contains(PlatformEvent::Modifier::AltKey);
-    metaKey = currentModifiers.contains(PlatformEvent::Modifier::MetaKey);
-}
-
 // https://w3c.github.io/uievents-key/
 String keyForCharCode(unichar charCode)
 {

Modified: trunk/Source/WebCore/platform/ios/KeyEventIOS.mm (238061 => 238062)


--- trunk/Source/WebCore/platform/ios/KeyEventIOS.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/platform/ios/KeyEventIOS.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -31,10 +31,8 @@
 #import "KeyEventCocoa.h"
 #import "KeyEventCodesIOS.h"
 #import "NotImplemented.h"
-#import "WebEvent.h"
 #import "WindowsKeyboardCodes.h"
 #import <pal/spi/cocoa/IOKitSPI.h>
-#import <wtf/MainThread.h>
 
 using namespace WTF;
 
@@ -314,29 +312,19 @@
     }
 }
 
-OptionSet<PlatformEvent::Modifier> PlatformKeyboardEvent::currentStateOfModifierKeys()
+bool PlatformKeyboardEvent::currentCapsLockState()
 {
-    // s_currentModifiers is only set in the WebContent process, not in the UI process.
-    if (s_currentModifiers) {
-        ASSERT(isMainThread());
-        return *s_currentModifiers;
-    }
+    notImplemented();
+    return false;
+}
 
-    ::WebEventFlags currentModifiers = [::WebEvent modifierFlags];
-
-    OptionSet<PlatformEvent::Modifier> modifiers;
-    if (currentModifiers & ::WebEventFlagMaskShiftKey)
-        modifiers.add(PlatformEvent::Modifier::ShiftKey);
-    if (currentModifiers & ::WebEventFlagMaskControlKey)
-        modifiers.add(PlatformEvent::Modifier::CtrlKey);
-    if (currentModifiers & ::WebEventFlagMaskOptionKey)
-        modifiers.add(PlatformEvent::Modifier::AltKey);
-    if (currentModifiers & ::WebEventFlagMaskCommandKey)
-        modifiers.add(PlatformEvent::Modifier::MetaKey);
-    if (currentModifiers & ::WebEventFlagMaskLeftCapsLockKey)
-        modifiers.add(PlatformEvent::Modifier::CapsLockKey);
-
-    return modifiers;
+void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
+{
+    notImplemented();
+    shiftKey = false;
+    ctrlKey = false;
+    altKey = false;
+    metaKey = false;
 }
 
 }

Modified: trunk/Source/WebCore/platform/ios/WebEvent.h (238061 => 238062)


--- trunk/Source/WebCore/platform/ios/WebEvent.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/platform/ios/WebEvent.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -216,8 +216,6 @@
 
 @property(nonatomic) BOOL wasHandled;
 
-@property (class, readonly) WebEventFlags modifierFlags;
-
 @end
 
 #endif // TARGET_OS_IPHONE

Modified: trunk/Source/WebCore/platform/ios/WebEvent.mm (238061 => 238062)


--- trunk/Source/WebCore/platform/ios/WebEvent.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/platform/ios/WebEvent.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -36,15 +36,7 @@
 #import "KeyEventCodesIOS.h"
 #import "WAKAppKitStubs.h"
 #import <pal/spi/cocoa/IOKitSPI.h>
-#import <pal/spi/ios/GraphicsServicesSPI.h>
-#import <pal/spi/ios/UIKitSPI.h>
-#import <wtf/SoftLinking.h>
 
-SOFT_LINK_FRAMEWORK(UIKit)
-SOFT_LINK_CLASS(UIKit, UIApplication);
-
-#define UIApplication getUIApplicationClass()
-
 using WebCore::windowsKeyCodeForKeyCode;
 using WebCore::windowsKeyCodeForCharCode;
 
@@ -499,11 +491,6 @@
     return _gestureRotation;
 }
 
-+ (WebEventFlags)modifierFlags
-{
-    return GSEventIsHardwareKeyboardAttached() ? GSKeyboardGetModifierState([UIApplication sharedApplication]._hardwareKeyboard) : 0;
-}
-
 @end
 
 #endif // PLATFORM(IOS_FAMILY)

Modified: trunk/Source/WebCore/platform/mac/KeyEventMac.mm (238061 => 238062)


--- trunk/Source/WebCore/platform/mac/KeyEventMac.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/platform/mac/KeyEventMac.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -258,6 +258,21 @@
     }
 }
 
+bool PlatformKeyboardEvent::currentCapsLockState()
+{
+    auto currentModifiers = currentStateOfModifierKeys();
+    return currentModifiers.contains(PlatformEvent::Modifier::CapsLockKey);
+}
+
+void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
+{
+    auto currentModifiers = currentStateOfModifierKeys();
+    shiftKey = currentModifiers.contains(PlatformEvent::Modifier::ShiftKey);
+    ctrlKey = currentModifiers.contains(PlatformEvent::Modifier::CtrlKey);
+    altKey = currentModifiers.contains(PlatformEvent::Modifier::AltKey);
+    metaKey = currentModifiers.contains(PlatformEvent::Modifier::MetaKey);
+}
+
 OptionSet<PlatformEvent::Modifier> PlatformKeyboardEvent::currentStateOfModifierKeys()
 {
 #if ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING)

Modified: trunk/Source/WebCore/rendering/RenderThemeCocoa.h (238061 => 238062)


--- trunk/Source/WebCore/rendering/RenderThemeCocoa.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/rendering/RenderThemeCocoa.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -36,8 +36,6 @@
 
 class RenderThemeCocoa : public RenderTheme {
 private:
-    bool shouldHaveCapsLockIndicator(const HTMLInputElement&) const final;
-
 #if ENABLE(APPLE_PAY)
     void adjustApplePayButtonStyle(StyleResolver&, RenderStyle&, const Element*) const override;
     bool paintApplePayButton(const RenderObject&, const PaintInfo&, const IntRect&) override;

Modified: trunk/Source/WebCore/rendering/RenderThemeCocoa.mm (238061 => 238062)


--- trunk/Source/WebCore/rendering/RenderThemeCocoa.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/rendering/RenderThemeCocoa.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -27,7 +27,6 @@
 #import "RenderThemeCocoa.h"
 
 #import "GraphicsContextCG.h"
-#import "HTMLInputElement.h"
 #import "RenderText.h"
 
 #if ENABLE(APPLE_PAY)
@@ -52,11 +51,6 @@
 
 namespace WebCore {
 
-bool RenderThemeCocoa::shouldHaveCapsLockIndicator(const HTMLInputElement& element) const
-{
-    return element.isPasswordField();
-}
-
 #if ENABLE(APPLE_PAY)
 
 static const auto applePayButtonMinimumWidth = 140;

Modified: trunk/Source/WebCore/rendering/RenderThemeIOS.h (238061 => 238062)


--- trunk/Source/WebCore/rendering/RenderThemeIOS.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/rendering/RenderThemeIOS.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -117,6 +117,7 @@
 #endif
 
     bool shouldHaveSpinButton(const HTMLInputElement&) const override;
+    bool shouldHaveCapsLockIndicator(const HTMLInputElement&) const override;
 
 #if ENABLE(VIDEO)
     String mediaControlsStyleSheet() override;

Modified: trunk/Source/WebCore/rendering/RenderThemeIOS.mm (238061 => 238062)


--- trunk/Source/WebCore/rendering/RenderThemeIOS.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/rendering/RenderThemeIOS.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1135,6 +1135,11 @@
     return false;
 }
 
+bool RenderThemeIOS::shouldHaveCapsLockIndicator(const HTMLInputElement&) const
+{
+    return false;
+}
+
 FontCascadeDescription& RenderThemeIOS::cachedSystemFontDescription(CSSValueID valueID) const
 {
     static NeverDestroyed<FontCascadeDescription> systemFont;

Modified: trunk/Source/WebCore/rendering/RenderThemeMac.h (238061 => 238062)


--- trunk/Source/WebCore/rendering/RenderThemeMac.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/rendering/RenderThemeMac.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -164,6 +164,8 @@
     bool supportsClosedCaptioning() const final { return true; }
 #endif
 
+    bool shouldHaveCapsLockIndicator(const HTMLInputElement&) const final;
+
     bool paintSnapshottedPluginOverlay(const RenderObject&, const PaintInfo&, const IntRect&) final;
 
 #if ENABLE(ATTACHMENT_ELEMENT)

Modified: trunk/Source/WebCore/rendering/RenderThemeMac.mm (238061 => 238062)


--- trunk/Source/WebCore/rendering/RenderThemeMac.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebCore/rendering/RenderThemeMac.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -2342,6 +2342,11 @@
     }
 }
 
+bool RenderThemeMac::shouldHaveCapsLockIndicator(const HTMLInputElement& element) const
+{
+    return element.isPasswordField();
+}
+
 NSPopUpButtonCell* RenderThemeMac::popupButton() const
 {
     if (!m_popupButton) {

Modified: trunk/Source/WebKit/ChangeLog (238061 => 238062)


--- trunk/Source/WebKit/ChangeLog	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/ChangeLog	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1,3 +1,15 @@
+2018-11-09  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r238047.
+
+        Introduced layout test failures on iOS simulator.
+
+        Reverted changeset:
+
+        "[iOS] Draw caps lock indicator in password fields"
+        https://bugs.webkit.org/show_bug.cgi?id=190565
+        https://trac.webkit.org/changeset/238047
+
 2018-11-09  Chris Dumez  <[email protected]>
 
         Suspended page persists even after back/forward list item is gone

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm (238061 => 238062)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -153,7 +153,6 @@
 #import <WebCore/WebSQLiteDatabaseTrackerClient.h>
 #import <pal/spi/cg/CoreGraphicsSPI.h>
 #import <pal/spi/cocoa/QuartzCoreSPI.h>
-#import <pal/spi/ios/GraphicsServicesSPI.h>
 #import <wtf/cocoa/Entitlements.h>
 
 #define RELEASE_LOG_IF_ALLOWED(...) RELEASE_LOG_IF(_page && _page->isAlwaysOnLoggingAllowed(), ViewState, __VA_ARGS__)
@@ -713,8 +712,6 @@
 
     [[_configuration _contentProviderRegistry] addPage:*_page];
     _page->setForceAlwaysUserScalable([_configuration ignoresViewportScaleLimits]);
-
-    CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), (__bridge const void *)(self), hardwareKeyboardAvailabilityChangedCallback, (CFStringRef)[NSString stringWithUTF8String:kGSEventHardwareKeyboardAvailabilityChangedNotification], nullptr, CFNotificationSuspensionBehaviorCoalesce);
 #endif
 
 #if PLATFORM(MAC)
@@ -852,8 +849,6 @@
     [[_configuration _contentProviderRegistry] removePage:*_page];
     [[NSNotificationCenter defaultCenter] removeObserver:self];
     [_scrollView setInternalDelegate:nil];
-
-    CFNotificationCenterRemoveObserver(CFNotificationCenterGetDarwinNotifyCenter(), (__bridge const void *)(self), (CFStringRef)[NSString stringWithUTF8String:kGSEventHardwareKeyboardAvailabilityChangedNotification], nullptr);
 #endif
 
 #if ENABLE(ACCESSIBILITY_EVENTS)
@@ -3112,13 +3107,6 @@
     [self _keyboardChangedWithInfo:notification.userInfo adjustScrollView:YES];
 }
 
-static void hardwareKeyboardAvailabilityChangedCallback(CFNotificationCenterRef, void* observer, CFStringRef, const void*, CFDictionaryRef)
-{
-    ASSERT(observer);
-    WKWebView *webView = (__bridge WKWebView *)observer;
-    webView._page->hardwareKeyboardAvailabilityChanged();
-}
-
 - (void)_windowDidRotate:(NSNotification *)notification
 {
     if (!_overridesInterfaceOrientation)

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (238061 => 238062)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2018-11-10 01:40:18 UTC (rev 238062)
@@ -8150,7 +8150,7 @@
 
 void WebPageProxy::updateCurrentModifierState()
 {
-#if PLATFORM(MAC) && ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING) || PLATFORM(IOS_FAMILY)
+#if PLATFORM(MAC) && ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING)
     auto modifiers = PlatformKeyboardEvent::currentStateOfModifierKeys();
     m_process->send(Messages::WebPage::UpdateCurrentModifierState(modifiers), m_pageID);
 #endif

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.h (238061 => 238062)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -649,7 +649,6 @@
     void storeSelectionForAccessibility(bool);
     void startAutoscrollAtPosition(const WebCore::FloatPoint& positionInWindow);
     void cancelAutoscroll();
-    void hardwareKeyboardAvailabilityChanged();
 #if ENABLE(DATA_INTERACTION)
     void didHandleStartDataInteractionRequest(bool started);
     void didHandleAdditionalDragItemsRequest(bool added);
@@ -1370,8 +1369,6 @@
     void didCloseSuggestions();
 #endif
 
-    void updateCurrentModifierState();
-
 private:
     WebPageProxy(PageClient&, WebProcessProxy&, uint64_t pageID, Ref<API::PageConfiguration>&&);
     void platformInitialize();
@@ -1854,6 +1851,8 @@
     void stopDisplayLink(unsigned observerID);
 #endif
 
+    void updateCurrentModifierState();
+
     void reportPageLoadResult(const WebCore::ResourceError& = { });
 
     void continueNavigationInNewProcess(API::Navigation&, Ref<WebProcessProxy>&&);

Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (238061 => 238062)


--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -3797,13 +3797,9 @@
 
 - (void)_handleKeyUIEvent:(::UIEvent *)event
 {
-    bool isHardwareKeyboardEvent = !!event._hidEvent;
-    if (isHardwareKeyboardEvent && ((UIPhysicalKeyboardEvent *)event)._inputFlags & kUIKeyboardInputModifierFlagsChanged)
-        _page->updateCurrentModifierState();
-
     // We only want to handle key event from the hardware keyboard when we are
     // first responder and we are not interacting with editable content.
-    if ([self isFirstResponder] && isHardwareKeyboardEvent && !_page->editorState().isContentEditable) {
+    if ([self isFirstResponder] && event._hidEvent && !_page->editorState().isContentEditable) {
         [self handleKeyEvent:event];
         return;
     }

Modified: trunk/Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm (238061 => 238062)


--- trunk/Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1089,12 +1089,6 @@
         m_validationBubble->show();
 }
 
-void WebPageProxy::hardwareKeyboardAvailabilityChanged()
-{
-    updateCurrentModifierState();
-    m_process->send(Messages::WebPage::HardwareKeyboardAvailabilityChanged(), m_pageID);
-}
-
 #if ENABLE(DATA_INTERACTION)
 
 void WebPageProxy::didHandleStartDataInteractionRequest(bool started)

Modified: trunk/Source/WebKit/WebProcess/WebPage/WebPage.h (238061 => 238062)


--- trunk/Source/WebKit/WebProcess/WebPage/WebPage.h	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/WebProcess/WebPage/WebPage.h	2018-11-10 01:40:18 UTC (rev 238062)
@@ -913,8 +913,6 @@
 
     bool platformPrefersTextLegibilityBasedZoomScaling() const;
     const WebCore::ViewportConfiguration& viewportConfiguration() const { return m_viewportConfiguration; }
-
-    void hardwareKeyboardAvailabilityChanged();
 #endif
 
 #if ENABLE(IOS_TOUCH_EVENTS)

Modified: trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in (238061 => 238062)


--- trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in	2018-11-10 01:40:18 UTC (rev 238062)
@@ -106,7 +106,6 @@
     StartAutoscrollAtPosition(WebCore::FloatPoint positionInWindow)
     CancelAutoscroll()
     RequestAssistedNodeInformation(WebKit::CallbackID callbackID)
-    HardwareKeyboardAvailabilityChanged()
 #endif
 
     SetControlledByAutomation(bool controlled)

Modified: trunk/Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm (238061 => 238062)


--- trunk/Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -3087,12 +3087,6 @@
     return String();
 }
 
-void WebPage::hardwareKeyboardAvailabilityChanged()
-{
-    if (auto* focusedFrame = m_page->focusController().focusedFrame())
-        focusedFrame->eventHandler().capsLockStateMayHaveChanged();
-}
-
 #if USE(QUICK_LOOK)
 void WebPage::didReceivePasswordForQuickLookDocument(const String& password)
 {

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (238061 => 238062)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1,3 +1,15 @@
+2018-11-09  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r238047.
+
+        Introduced layout test failures on iOS simulator.
+
+        Reverted changeset:
+
+        "[iOS] Draw caps lock indicator in password fields"
+        https://bugs.webkit.org/show_bug.cgi?id=190565
+        https://trac.webkit.org/changeset/238047
+
 2018-11-09  Antti Koivisto  <[email protected]>
 
         Use OptionSet for layout milestones

Modified: trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm (238061 => 238062)


--- trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm	2018-11-10 01:40:18 UTC (rev 238062)
@@ -164,9 +164,7 @@
 #import <WebCore/WAKScrollView.h>
 #import <WebCore/WAKWindow.h>
 #import <WebCore/WKGraphics.h>
-#import <WebCore/WebCoreThreadRun.h>
 #import <WebCore/WebEvent.h>
-#import <pal/spi/ios/GraphicsServicesSPI.h>
 #endif
 
 using namespace WebCore;
@@ -816,16 +814,6 @@
 
 #if PLATFORM(IOS_FAMILY)
 static NSString * const WebMarkedTextUpdatedNotification = @"WebMarkedTextUpdated";
-
-static void hardwareKeyboardAvailabilityChangedCallback(CFNotificationCenterRef, void* observer, CFStringRef, const void*, CFDictionaryRef)
-{
-    ASSERT(observer);
-    WebThreadRun(^{
-        WebHTMLView *webView = (__bridge WebHTMLView *)observer;
-        if (Frame* coreFrame = core([webView _frame]))
-            coreFrame->eventHandler().capsLockStateMayHaveChanged();
-    });
-}
 #endif
 
 @interface WebHTMLView (WebHTMLViewFileInternal)
@@ -2622,7 +2610,6 @@
     [[NSNotificationCenter defaultCenter] 
             addObserver:self selector:@selector(markedTextUpdate:) 
                    name:WebMarkedTextUpdatedNotification object:nil];
-    CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), (__bridge const void *)(self), hardwareKeyboardAvailabilityChangedCallback, (CFStringRef)[NSString stringWithUTF8String:kGSEventHardwareKeyboardAvailabilityChangedNotification], nullptr, CFNotificationSuspensionBehaviorCoalesce);
 #endif
 
 #if PLATFORM(MAC)
@@ -2639,7 +2626,6 @@
 
 #if PLATFORM(IOS_FAMILY)
     [[NSNotificationCenter defaultCenter] removeObserver:self name:WebMarkedTextUpdatedNotification object:nil];
-    CFNotificationCenterRemoveObserver(CFNotificationCenterGetDarwinNotifyCenter(), (__bridge const void *)(self), (CFStringRef)[NSString stringWithUTF8String:kGSEventHardwareKeyboardAvailabilityChangedNotification], nullptr);
 #endif
 
     // We can't assert that close has already been called because

Modified: trunk/WebKitLibraries/ChangeLog (238061 => 238062)


--- trunk/WebKitLibraries/ChangeLog	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/WebKitLibraries/ChangeLog	2018-11-10 01:40:18 UTC (rev 238062)
@@ -1,3 +1,15 @@
+2018-11-09  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r238047.
+
+        Introduced layout test failures on iOS simulator.
+
+        Reverted changeset:
+
+        "[iOS] Draw caps lock indicator in password fields"
+        https://bugs.webkit.org/show_bug.cgi?id=190565
+        https://trac.webkit.org/changeset/238047
+
 2018-11-09  Daniel Bates  <[email protected]>
 
         [iOS] Draw caps lock indicator in password fields

Modified: trunk/WebKitLibraries/WebKitPrivateFrameworkStubs/iOS/12/GraphicsServices.framework/GraphicsServices.tbd (238061 => 238062)


--- trunk/WebKitLibraries/WebKitPrivateFrameworkStubs/iOS/12/GraphicsServices.framework/GraphicsServices.tbd	2018-11-10 00:24:08 UTC (rev 238061)
+++ trunk/WebKitLibraries/WebKitPrivateFrameworkStubs/iOS/12/GraphicsServices.framework/GraphicsServices.tbd	2018-11-10 01:40:18 UTC (rev 238062)
@@ -15,13 +15,10 @@
       - x86_64
     symbols:
       - _GSCurrentEventTimestamp
-      - _GSEventIsHardwareKeyboardAttached
       - _GSFontInitialize
       - _GSFontPurgeFontCache
       - _GSInitialize
-      - _GSKeyboardGetModifierState
       - _GSSystemRootDirectory
-      - _kGSEventHardwareKeyboardAvailabilityChangedNotification
 install-name: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
 objc-constraint: none
 platform: ios
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to