Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fccee710edda304705178c897ecdbf55c3ca4a81
https://github.com/WebKit/WebKit/commit/fccee710edda304705178c897ecdbf55c3ca4a81
Author: Devin Rousso <[email protected]>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js
Log Message:
-----------
Web Inspector: Moved breakpoint is moved back after closing and re-opening
web inspector
https://bugs.webkit.org/show_bug.cgi?id=316958
<rdar://problem/180083858>
Reviewed by Qianlang Chen.
* Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js:
(WI.DebuggerManager.prototype._breakpointDisplayLocationDidChange):
Also save the `WI.JavaScriptBreakpoint` in `WI.objectStores.breakpoints` when
the location changes.
This matches what is done for all other breakpoint operations (e.g. adding,
removing, disabled, etc.).
Canonical link: https://commits.webkit.org/315585@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications