Title: [246247] tags/Safari-608.1.28.1/Source/WebCore
Revision
246247
Author
[email protected]
Date
2019-06-09 14:47:55 -0700 (Sun, 09 Jun 2019)

Log Message

Cherry-pick r246216. rdar://problem/51345064

    Fix non-iOS build after r246205
    https://bugs.webkit.org/show_bug.cgi?id=198657

    Reviewed by Brent Fulgham.
    <rdar://problem/51345064>

    * page/Quirks.cpp:
    * page/Quirks.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@246216 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-608.1.28.1/Source/WebCore/ChangeLog (246246 => 246247)


--- tags/Safari-608.1.28.1/Source/WebCore/ChangeLog	2019-06-09 21:16:01 UTC (rev 246246)
+++ tags/Safari-608.1.28.1/Source/WebCore/ChangeLog	2019-06-09 21:47:55 UTC (rev 246247)
@@ -1,5 +1,31 @@
 2019-06-09  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r246216. rdar://problem/51345064
+
+    Fix non-iOS build after r246205
+    https://bugs.webkit.org/show_bug.cgi?id=198657
+    
+    Reviewed by Brent Fulgham.
+    <rdar://problem/51345064>
+    
+    * page/Quirks.cpp:
+    * page/Quirks.h:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@246216 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-06-07  Michael Catanzaro  <[email protected]>
+
+            Fix non-iOS build after r246205
+            https://bugs.webkit.org/show_bug.cgi?id=198657
+
+            Reviewed by Brent Fulgham.
+            <rdar://problem/51345064>
+
+            * page/Quirks.cpp:
+            * page/Quirks.h:
+
+2019-06-09  Babak Shafiei  <[email protected]>
+
         Cherry-pick r246207. rdar://problem/51185518
 
     Images are not resizing correctly when dragged to a message in 1/3 view

Modified: tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.cpp (246246 => 246247)


--- tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.cpp	2019-06-09 21:16:01 UTC (rev 246246)
+++ tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.cpp	2019-06-09 21:47:55 UTC (rev 246247)
@@ -278,7 +278,7 @@
     return shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreasForHost(m_document->topDocument().url().host());
 }
 
-#if PLATFORM(IOS_FAMILY)
+#if ENABLE(TOUCH_EVENTS)
 bool Quirks::shouldDispatchSimulatedMouseEvents() const
 {
     if (!needsQuirks())

Modified: tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.h (246246 => 246247)


--- tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.h	2019-06-09 21:16:01 UTC (rev 246246)
+++ tags/Safari-608.1.28.1/Source/WebCore/page/Quirks.h	2019-06-09 21:47:55 UTC (rev 246247)
@@ -49,7 +49,7 @@
     bool shouldAutoplayForArbitraryUserGesture() const;
     bool hasBrokenEncryptedMediaAPISupportQuirk() const;
     bool hasWebSQLSupportQuirk() const;
-#if PLATFORM(IOS_FAMILY)
+#if ENABLE(TOUCH_EVENTS)
     bool shouldDispatchSimulatedMouseEvents() const;
     bool shouldDispatchSimulatedMouseEventsOnTarget(EventTarget*) const;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to