Disable prerendering (see #3664)

This is not currently supported by CEF's frame tracking model.
This commit is contained in:
Marshall Greenblatt
2024-11-21 15:53:36 -05:00
parent 386a0a5856
commit e3e90f9cf6
2 changed files with 33 additions and 17 deletions

View File

@ -1277,7 +1277,8 @@ bool AlloyBrowserHostImpl::IsBackForwardCacheSupported(
content::PreloadingEligibility AlloyBrowserHostImpl::IsPrerender2Supported(
content::WebContents& web_contents) {
return content::PreloadingEligibility::kEligible;
// Prerender is not supported in CEF. See issue #3664.
return content::PreloadingEligibility::kPreloadingDisabled;
}
void AlloyBrowserHostImpl::DraggableRegionsChanged(