mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
![Sean Feng](/assets/img/avatar_default.png)
Currently, when a page enters BFCache, it updates the parent process for the active BC; however, the page that is about to show will do the same. These two operations are triggered in different processes with different active id, they are racy and problematic. This patch fixes the above issue by not updating the parent process when a page enters BFCache. This only applies to BFCacheInParent is enabled.