Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 923d01508dbcf9ae23287223629ac6764639cd90
https://github.com/WebKit/WebKit/commit/923d01508dbcf9ae23287223629ac6764639cd90
Author: Devin Rousso <[email protected]>
Date: 2026-07-06 (Mon, 06 Jul 2026)
Changed paths:
A
LayoutTests/inspector/dom/resolve-attribute-url-with-base-element-expected.txt
A LayoutTests/inspector/dom/resolve-attribute-url-with-base-element.html
A LayoutTests/inspector/dom/resources/base-element.html
M Source/WebInspectorUI/UserInterface/Models/DOMNode.js
M Source/WebInspectorUI/UserInterface/Views/DOMTreeElement.js
Log Message:
-----------
Web Inspector: Copy Link doesn't respect <base> element
https://bugs.webkit.org/show_bug.cgi?id=317619
<rdar://problem/180972849>
Reviewed by Alexey Proskuryakov.
Use the already provided protocol `DOM.Node.baseURL`.
* Source/WebInspectorUI/UserInterface/Models/DOMNode.js:
(WI.DOMNode):
* Source/WebInspectorUI/UserInterface/Views/DOMTreeElement.js:
(WI.DOMTreeElement.prototype._buildAttributeDOM):
* LayoutTests/inspector/dom/resolve-attribute-url-with-base-element.html: Added.
*
LayoutTests/inspector/dom/resolve-attribute-url-with-base-element-expected.txt:
Added.
* LayoutTests/inspector/dom/resources/base-element.html: Added.
Canonical link: https://commits.webkit.org/316599@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications