Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c3d7d16c13d6f850c6a6bc1cdda27f0183ba64e
https://github.com/WebKit/WebKit/commit/6c3d7d16c13d6f850c6a6bc1cdda27f0183ba64e
Author: Devin Rousso <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Base/Setting.js
M Source/WebInspectorUI/UserInterface/Controllers/DOMDebuggerManager.js
M Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js
M
Source/WebInspectorUI/UserInterface/Views/GeneralStyleDetailsSidebarPanel.js
Log Message:
-----------
Web Inspector: remove obsolete setting migrations
https://bugs.webkit.org/show_bug.cgi?id=131061
Reviewed by BJ Burg.
These migrations were added between 2019 and 2022, so any active Web Inspector
developer has already opened a frontend that consumed them.
* Source/WebInspectorUI/UserInterface/Base/Setting.js:
Use the current defaults instead of migrating `group-by-dom-node` and
`show-invalid-characters`.
* Source/WebInspectorUI/UserInterface/Controllers/DOMDebuggerManager.js:
(WI.DOMDebuggerManager):
* Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js:
(WI.DebuggerManager):
Remove migrations from legacy `localStorage` breakpoint data to the current
`WI.ObjectStore` and structured breakpoint settings.
* Source/WebInspectorUI/UserInterface/Views/GeneralStyleDetailsSidebarPanel.js:
(WI.GeneralStyleDetailsSidebarPanel):
Use the current default instead of migrating `class-list-container-toggled`.
Canonical link: https://commits.webkit.org/319885@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications