GeckoView test will fail when DocumentChannel is enabled.
Categories
(GeckoView :: General, defect, P3)
Tracking
(Fission Milestone:Future, firefox71 wontfix, firefox72 affected)
Fission Milestone | Future |
People
(Reporter: jya, Assigned: snorp)
References
Details
See https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=272011843&repo=try&lineNumber=2546
The GV unit test expects a set amount of events to occur.
However, when using DocumentChannel nsIWebProgressListener will emit an extra event when redirecting to the real channel.
Either the tests need to be amended, or change the java binding so that redirects shouldn't be forwarded.
Comment 1•5 years ago
|
||
I think this code [1] should be checking for STATE_IS_DOCUMENT as well as STATE_START/STOP flags, so that we only forward the actual document start/stop, and not intermediate ones for redirects.
Comment 2•5 years ago
|
||
P3 Fission bug
Comment 3•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Comment 4•5 years ago
|
||
Matt, do you need to fix this GeckoView test in 72 if you plan to ship DocumentChannel for non-Fission?
Comment 5•5 years ago
|
||
No, DocumentChannel is only enabled for desktop currently, so it won't block anything until we want to support GV.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
We have DocumentChannel enabled already, so this isn't a problem anymore.
Description
•