Bug 273790
| Summary: | Remove unneeded code in HistoryController::createItemTree | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
| Component: | History | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Charlie Wolfe
This code was added 16 years ago in 24907@main. It was intended to fix an issue where reloading would create a history item for an <object> element that might not have loaded. Today, history items are not created upon reloading. With site isolation, we are not always able to check if a child frame has loaded, so we should just remove this code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127621115>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/28198
EWS
Committed 278433@main (1be8c36a062c): <https://commits.webkit.org/278433@main>
Reviewed commits have been landed. Closing PR #28198 and removing active labels.