Bug 1865124 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi :Sasha,

Thank you very much for bringing this up and :olivia for letting me know of this :) 

`browsingContext.sessionHistory` will be a part of [enabling SHIP on Android](https://bugzilla.mozilla.org/show_bug.cgi?id=1677190) regardless of fission being enabled/disabled. It is used in [GeckoViewSessionStore's SHistoryListener](https://searchfox.org/mozilla-central/source/mobile/android/modules/geckoview/GeckoViewSessionStore.sys.mjs#47-52) for collecting the history from parent. We will ship it without Fission. 
 
Currently I am working on enabling SHIP on Android. After this work, `GeckoViewSessionStore` will be in use instead of `SessionStateAggregator`. 

_If there's anything else I can help related to session history on Android, please let me know. I am not clearing ni request for :owlish in case there's anything else worth mentioning related to Fission._
Hi :Sasha,

Thank you very much for bringing this up and :olivia for letting me know of this :) 

`browsingContext.sessionHistory` will be a part of [enabling SHIP on Android](https://bugzilla.mozilla.org/show_bug.cgi?id=1677190) regardless of fission being enabled/disabled. It is used in [GeckoViewSessionStore's SHistoryListener](https://searchfox.org/mozilla-central/source/mobile/android/modules/geckoview/GeckoViewSessionStore.sys.mjs#47-52) for collecting the history from parent. We will ship it without Fission. Worth to note, [enabling Fission automatically makes use of SHIP](https://searchfox.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#1031-1035) iirc.
 
Currently I am working on enabling SHIP on Android. After this work, `GeckoViewSessionStore` will be in use instead of `SessionStateAggregator`. 

_If there's anything else I can help related to session history on Android, please let me know. I am not clearing ni request for :owlish in case there's anything else worth mentioning related to Fission._

Back to Bug 1865124 Comment 3