Bug 1907615 - Collect full history from the parent process on SHIP on Android. r=geckoview-reviewers,owlish

Collecting the full history updates from the parent process until the partial history colletion is introduced for SHIP on Android.

Differential Revision: https://phabricator.services.mozilla.com/D221710
This commit is contained in:
kycn 2024-10-14 10:26:35 +00:00
parent 0d9eb3c796
commit f946c39e9f

View File

@ -216,7 +216,9 @@ export var GeckoViewSessionStore = {
browsingContext
)) ||
listener.collect(permanentKey, browsingContext, {
collectFull: !!update.sHistoryNeeded,
// TODO: See Bug 1915362. Enable partial history collection for better performance
// and uncomment the line below.
// collectFull: !!update.sHistoryNeeded,
writeToCache: false,
});