Open
Bug 1692578
Opened 4 years ago
Updated 2 years ago
GeckoView doesn't handle subframe error pages
Categories
(GeckoView :: General, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: agi, Unassigned)
References
Details
If a load error happens in a subframe, GeckoView will ignore it. This is because we don't install the LoadURIDelegate actor on subframes:https://searchfox.org/mozilla-central/rev/8d9564059dbc1e36fb9152e6b6227343d0b49662/mobile/android/components/geckoview/GeckoViewStartup.jsm#26-30
We might want to add a onSubframeLoadError
or something like that too.
Updated•4 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: -- → S3
Updated•2 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•