Opening a tab and quickly typing and selecting a page to open does not load the page
Categories
(Core :: DOM: Service Workers, defect)
Tracking
()
Fission Milestone | M6b |
People
(Reporter: annyG, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
image/gif
|
Details |
I think this might be a fission only bug, but I'll observe it some more and report back.
I haven't been able to reproduce it using mozregression tool while investigating bug 1662925.
Steps to reproduce:
- Make sure the url you will be testing is one in your frequently visited list, I used https://web.telegram.org
- Open a tab via shortcut (Command-T for me on Mac)
- Quickly start typing the url and as soon as it pops up in the suggestions, press enter
expected: the page starts loading
actual: no visual indication that a page is loading (reload button is still active, has not changed state) and the page does not load, see attached GIF
NI-ing Neha as I'm not sure who should look at this.
Reporter | ||
Comment 1•4 years ago
|
||
Note that even though there is an update pending (as seen in the GIF), I updated firefox after recording this and it is still happening as of build 82.0a1 (2020-09-02).
Reporter | ||
Comment 2•4 years ago
|
||
(as I said in https://bugzilla.mozilla.org/show_bug.cgi?id=1662925#c1) Another way to check this, is for me to download the firefox binary that includes my changes, but excludes the commit range above, use it for a day or two and see if it happens with my patches as well. I'll do that in the meantime.
Comment 3•4 years ago
|
||
I'm seeing this same issue, trying to visit the front page of Twitter and Reddit.
Comment 4•4 years ago
|
||
We should figure out if this is Fission related or not. It is a pretty bad regression.
Comment 5•4 years ago
|
||
Probably same underlying issue as bug 1662925.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Based on our current understanding of the underlying causes of bug 1662925, this is likely that bug. Specifically, the bug triggers when attempting to queue a Fetch event to a process for which the PRemoteWorker actor has not yet been created. This will occur in cases where we opt to launch a new process because no process with the correct remoteType already exists.
Description
•