Closed
Bug 1722076
Opened 3 years ago
Closed 3 years ago
Fenix tries to load non-existant GeckoViewPromptChild.js frame script
Categories
(GeckoView :: General, defect)
Tracking
(firefox92 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
+++ This bug was initially created as a clone of Bug #1721910 +++
In bug 1721627 I'm experimenting with making tests fail if we request internal resources that aren't present. The idea is to prevent patches from landing if they mis-spell (or forget to hg add
, or forget to include in jar.mn
or similar) subresources like CSS files and images, by failing if we hit chrome: or resource: URLs in tests that are not available (ie where the internal jar/file code cannot find the relevant file).
In addition to bug 1721910, android jobs now appear to fail because GeckoViewStartup.jsm tries to load GeckoViewPromptChild.js (note: no m
at the end), which does not exist.
Assignee | ||
Comment 1•3 years ago
|
||
Looks like this was an oversight in bug 1670125.
Keywords: regression
Regressed by: 1670125
Updated•3 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4a538a4183a2
stop loading previously-removed GeckoViewPromptChild.js from GeckoViewStartup.jsm, r=agi
Comment 4•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Component: Stability → General
Product: Fenix → GeckoView
You need to log in
before you can comment on or make changes to this bug.
Description
•