Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5871ac509bb43fd3b731e5dc8ff5c5bed2c4d8a0
https://github.com/WebKit/WebKit/commit/5871ac509bb43fd3b731e5dc8ff5c5bed2c4d8a0
Author: Qianlang Chen <[email protected]>
Date: 2025-11-13 (Thu, 13 Nov 2025)
Changed paths:
M
LayoutTests/http/tests/inspector/target/pause-on-inline-debugger-statement.html
M
LayoutTests/http/tests/inspector/target/provisional-load-cancels-previous-load.html
M Source/JavaScriptCore/inspector/protocol/Page.json
M Source/WebCore/inspector/agents/InspectorPageAgent.cpp
M Source/WebCore/inspector/agents/InspectorPageAgent.h
Log Message:
-----------
Web Inspector: Remove the unused Page.navigate inspector command
https://webkit.org/b/302424
rdar://164585900
Reviewed by Devin Rousso.
The Page.navigate inspector command is not used in the frontend in any
user-facing functions. It's only used in three layout tests, which could
be replaced by setting `window.location.href` in JS.
Remove this command and rewrite those three tests so we don't need to
maintain it anymore.
*
LayoutTests/http/tests/inspector/target/pause-on-inline-debugger-statement.html:
*
LayoutTests/http/tests/inspector/target/provisional-load-cancels-previous-load.html:
* Source/JavaScriptCore/inspector/protocol/Page.json:
* Source/WebCore/inspector/agents/InspectorPageAgent.cpp:
(WebCore::InspectorPageAgent::navigate): Deleted.
* Source/WebCore/inspector/agents/InspectorPageAgent.h:
Canonical link: https://commits.webkit.org/302985@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications