Switch to right process type for initial tab based on initial URL
Categories
(Firefox :: Tabbed Browser, enhancement, P1)
Tracking
()
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxperf:p1])
Attachments
(1 file)
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
bugherder |
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Ryan, what do you need from me if we want to back this out of 65 for exacerbating bug 1518863 ? (The fix here shouldn't really affect the default situation on beta/release because the process specifically for activity stream doesn't exist on beta/release - but the change does affect webextension pages, where it breaks as per bug 1518863.)
Comment 11•6 years ago
|
||
backout uplift |
Backed out from Beta for Fx65. This remains landed for Fx66+.
https://hg.mozilla.org/releases/mozilla-beta/rev/8f38ca46fb44
Comment 12•6 years ago
|
||
Gijs, is backing this out for 66 an option? This is because of bug 1518863, which may affect around 1.5 million users by ddurst's estimate.
I just realized that I assumed it wasn't possible to back out at this point, but that I hadn't actually asked.
Assignee | ||
Comment 13•6 years ago
|
||
(In reply to Liz Henry (:lizzard) (use needinfo) from comment #12)
Gijs, is backing this out for 66 an option?
Yes, but at least for me when testing locally, backing it out is not enough to fix bug 1518863. The root cause of the issue is a race condition between when we load the initial tab and when we initialize some add-on stuff.
This is because of bug 1518863, which may affect around 1.5 million users by ddurst's estimate.
I just realized that I assumed it wasn't possible to back out at this point, but that I hadn't actually asked.
So it's possible, but IME that would not actually fix the issue for everyone. If Kris is comfortable with it, I would recommend uplifting bug 1518863 given the number of affected users.
Assignee | ||
Comment 14•6 years ago
|
||
(In reply to :Gijs (he/him) from comment #13)
(In reply to Liz Henry (:lizzard) (use needinfo) from comment #12)
Gijs, is backing this out for 66 an option?
Yes, but at least for me when testing locally, backing it out is not enough to fix bug 1518863. The root cause of the issue is a race condition between when we load the initial tab and when we initialize some add-on stuff.
Expanding on that: this patch made it more likely that we try to load the page before the add-on is fully initialized, but without this patch that can (and in my case, does) still happen.
Updated•4 years ago
|
Description
•