[webkit-changes] [WebKit/WebKit] 55a33a: REGRESSION(281966 at main): The URL passed to `WebPag...
Vitaly Dyachkov
noreply at github.com
Thu Aug 29 09:13:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55a33a45250ab01128b3a76d3668cbf0c83085b4
https://github.com/WebKit/WebKit/commit/55a33a45250ab01128b3a76d3668cbf0c83085b4
Author: Vitaly Dyachkov <vitaly at igalia.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M Source/WebKit/UIProcess/ProvisionalPageProxy.cpp
Log Message:
-----------
REGRESSION(281966 at main): The URL passed to `WebPageProxy::maybeInitializeSandboxExtensionHandle` is null
https://bugs.webkit.org/show_bug.cgi?id=278854
Reviewed by Chris Dumez.
In `ProvisionalPageProxy::goToBackForwardItem()` we create an `itemURL`
which we then pass by reference to `WebPageProxy::maybeInitializeSandboxExtensionHandle()`.
But we also move it while creating the compilation handler, which makes it null.
We should just make a copy.
* Source/WebKit/UIProcess/ProvisionalPageProxy.cpp:
(WebKit::ProvisionalPageProxy::goToBackForwardItem):
Canonical link: https://commits.webkit.org/282911@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list