Closed
Bug 1531854
Opened 6 years ago
Closed 5 months ago
Don't create the hidden window on a normal browsing session
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | affected |
People
(Reporter: Felipe, Unassigned)
References
Details
On bug 827976, we lazy-fied the hidden window creation, and moved it to happen after first paint (on _delayedStartup). We want to make it to not be used at all on a normal browsing session, but there's still some remaining work to do, which will be tracked here.
The hidden window will remain supported in the platform, because:
- it is necessary on macOS
- we may still allow it to be used on some random features that would be harder to port.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Whiteboard: [fxperf] → [fxperf:p3]
Reporter | ||
Comment 1•6 years ago
|
||
Here's a talos comparison with a hacky patch to remove the hidden window from about:home (bug 1527213), this allowing this bug to be fixed (not including some other test failures that need to be figured out):
all numbers in the sessionrestore and startup_about_home_paint go down by some 0.5 - 2.0% margin, except startup_about_home_paint on windows10-64-qr, which goes up for some strange reason.
Updated•2 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Whiteboard: [fxperf:p3]
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•