mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
0d9eb3c796
commit
f946c39e9f
@ -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,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user