Bug 289243
Summary: | REGRESSION(289946@main) [Cocoa] Navigation to empty URL should not be rejected | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vitaly Dyackhov
Currently, in `WebPageProxy::loadRequestWithNavigationShared()` we reject navigation to non-null invalid URL.
This condition also includes empty URL, which can be replaced with "about:blank" in `DocumentLoader::maybeLoadEmpty()`.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/42004
EWS
Committed 291723@main (7147bc7fd835): <https://commits.webkit.org/291723@main>
Reviewed commits have been landed. Closing PR #42004 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/146413478>