Title: [288943] trunk/Tools
Revision
288943
Author
[email protected]
Date
2022-02-01 21:38:23 -0800 (Tue, 01 Feb 2022)

Log Message

Update watchOS simulators to run on the newer 44mm display
https://bugs.webkit.org/show_bug.cgi?id=235986

Reviewed by Ryan Haddad.

* Scripts/webkitpy/port/watch_simulator.py:
(WatchSimulatorPort):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (288942 => 288943)


--- trunk/Tools/ChangeLog	2022-02-02 05:12:47 UTC (rev 288942)
+++ trunk/Tools/ChangeLog	2022-02-02 05:38:23 UTC (rev 288943)
@@ -1,3 +1,13 @@
+2022-02-01  Robert Jenner  <[email protected]>
+
+        Update watchOS simulators to run on the newer 44mm display
+        https://bugs.webkit.org/show_bug.cgi?id=235986
+
+        Reviewed by Ryan Haddad.
+
+        * Scripts/webkitpy/port/watch_simulator.py:
+        (WatchSimulatorPort):
+
 2022-02-01  Wenson Hsieh  <[email protected]>
 
         Mitigate hangs underneath -requestAutocorrectionContextWithCompletionHandler: when focusing text fields

Modified: trunk/Tools/Scripts/webkitpy/port/watch_simulator.py (288942 => 288943)


--- trunk/Tools/Scripts/webkitpy/port/watch_simulator.py	2022-02-02 05:12:47 UTC (rev 288942)
+++ trunk/Tools/Scripts/webkitpy/port/watch_simulator.py	2022-02-02 05:38:23 UTC (rev 288943)
@@ -41,7 +41,7 @@
 
     DEVICE_MANAGER = SimulatedDeviceManager
 
-    DEFAULT_DEVICE_TYPES = [DeviceType(hardware_family='Apple Watch', hardware_type='Series 3 - 42mm')]
+    DEFAULT_DEVICE_TYPES = [DeviceType(hardware_family='Apple Watch', hardware_type='Series 5 - 44mm')]
     SDK = apple_additions().get_sdk('watchsimulator') if apple_additions() else 'watchsimulator'
 
     def architecture(self):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to