fune/docshell/test
Sean Feng 24196ddc72 Bug 1863246 - Make the page that enters BFCache not asking the parent process to update the active browsing context r=peterv,dom-core a=RyanVM
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.

Differential Revision: https://phabricator.services.mozilla.com/D215818
2024-08-14 19:48:17 +00:00
..
browser Bug 1900132 - attempt to redirect www.example.com to example.com to avoid certificate domain name mismatch errors r=jschanck,smaug 2024-06-05 23:58:03 +00:00
chrome Bug 1784831 - set messageManagerGroups on the docshell test helper's actor to prevent getting events from system addon event pages; r=robwu 2024-03-11 23:52:42 +00:00
iframesandbox Bug 1689705 - Remove marquee events. r=smaug 2024-04-03 17:40:44 +00:00
mochitest Bug 1807880 - Disabled docshell/test/mochitest/test_bug511449.html on all platforms for causing frequent failures. r=spohl 2024-03-06 12:02:16 +00:00
navigation Bug 1863246 - Make the page that enters BFCache not asking the parent process to update the active browsing context r=peterv,dom-core a=RyanVM 2024-08-14 19:48:17 +00:00
unit Bug 1874917 - Rename SearchTestUtils.promiseNewSearchEngine to SearchTestUtils.installOpenSearchEngine r=Standard8 2024-05-23 16:17:00 +00:00
unit_ipc Bug 1864896: Autofix unused function arguments (docshell). r=nika 2024-03-02 15:26:00 +00:00
moz.build Bug 1807880 - Disabled docshell/test/mochitest/test_bug511449.html on all platforms for causing frequent failures. r=spohl 2024-03-06 12:02:16 +00:00