Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55536ef0968e79c341e6b9cd24a172312e43e47e
https://github.com/WebKit/WebKit/commit/55536ef0968e79c341e6b9cd24a172312e43e47e
Author: Ben Schwartz <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
R Tools/Scripts/webkitpy/port/device_device.py
R Tools/Scripts/webkitpy/port/device_port.py
A Tools/Scripts/webkitpy/port/embedded_device.py
A Tools/Scripts/webkitpy/port/embedded_port.py
A Tools/Scripts/webkitpy/port/embedded_simulator.py
M Tools/Scripts/webkitpy/port/ios.py
M Tools/Scripts/webkitpy/port/ios_device.py
M Tools/Scripts/webkitpy/port/ios_simulator.py
R Tools/Scripts/webkitpy/port/simulator_device.py
M Tools/Scripts/webkitpy/port/visionos.py
M Tools/Scripts/webkitpy/port/visionos_device.py
M Tools/Scripts/webkitpy/port/visionos_simulator.py
M Tools/Scripts/webkitpy/port/watch.py
M Tools/Scripts/webkitpy/port/watch_device.py
M Tools/Scripts/webkitpy/port/watch_simulator.py
Log Message:
-----------
Change Apple embedded port naming schemes.
https://bugs.webkit.org/show_bug.cgi?id=304969
rdar://167594748
Reviewed by Jonathan Bedard.
Changing embedded port names to reduce ambiguity. Also changed class names on
inheritance in child ports (see changed files for full list).
* Tools/Scripts/webkitpy/port/embedded_device.py: Renamed from
Tools/Scripts/webkitpy/port/device_device.py.
(EmbeddedDevicePort): Renamed from DeviceDevicePort.
* Tools/Scripts/webkitpy/port/embedded_port.py: Renamed from
Tools/Scripts/webkitpy/port/device_port.py.
(EmbeddedPort): Renamed from DevicePort.
* Tools/Scripts/webkitpy/port/embedded_simulator.py: Renamed from
Tools/Scripts/webkitpy/port/simulator_device.py.
(EmbeddedSimulatorPort): Renamed from SimulatorDevicePort.
Canonical link: https://commits.webkit.org/305164@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications