Enable tab unloading on macOS
Categories
(Firefox :: Tabbed Browser, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | verified |
People
(Reporter: haik, Assigned: haik)
References
Details
Attachments
(1 file)
This bug is to enable tab unloading on macOS. Bug 1587762 enabled tab unloading for Windows. On Mac, with bug 1714382 we started listening for OS memory pressure events on macOS and including the memory pressure state in crash reports and event pings (bug 1723604).
This bug is filed to cover enabling tab unloading and the memory-pressure Gecko notification on low memory.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Enable tab unloading on macOS when the OS memory pressure level reaches "critical".
Add a gtest that exercises the memory pressure response by testing that a tab unload attempt occurs and the internal memory-pressure notification is sent. Test does not cause a real OS memory pressure event.
Use the memory_pressure(1) macOS command to generate artificial memory pressure events to test the browser response. For example, the following artificially puts the OS in the "critical" memory pressure level for 60 seconds.
$ sudo memory_pressure -S -l critical -s 60
Comment 3•3 years ago
|
||
bugherder |
Comment 4•3 years ago
|
||
This enhancement was part of the work done on QA-1196 "Tab Unloading in Nightly 95" bugwork.
Considering the above, I'm marking this enhancement as Verified.
Comment 5•3 years ago
|
||
We mentioned tab unloading for windows as a new feature in Firefox 93 release notes, should this one be mentioned in Firefox 95 release notes? Thanks.
Assignee | ||
Comment 6•3 years ago
|
||
(In reply to Pascal Chevrel:pascalc from comment #5)
We mentioned tab unloading for windows as a new feature in Firefox 93 release notes, should this one be mentioned in Firefox 95 release notes? Thanks.
No, it's not riding the trains yet.
Comment 7•3 years ago
|
||
(In reply to Haik Aftandilian [:haik] from comment #6)
(In reply to Pascal Chevrel:pascalc from comment #5)
We mentioned tab unloading for windows as a new feature in Firefox 93 release notes, should this one be mentioned in Firefox 95 release notes? Thanks.
No, it's not riding the trains yet.
OK, then it should be mentioned on our Nightly release notes :)
Assignee | ||
Comment 8•3 years ago
|
||
(In reply to Pascal Chevrel:pascalc from comment #7)
(In reply to Haik Aftandilian [:haik] from comment #6)
(In reply to Pascal Chevrel:pascalc from comment #5)
We mentioned tab unloading for windows as a new feature in Firefox 93 release notes, should this one be mentioned in Firefox 95 release notes? Thanks.
No, it's not riding the trains yet.
OK, then it should be mentioned on our Nightly release notes :)
Ah 95 release notes, yes. Thanks!
Description
•