Closed
Bug 1758212
Opened 4 years ago
Closed 4 years ago
GeckoView crashes at startup without a ContentDelegate
Categories
(GeckoView :: General, defect)
Tracking
(firefox-esr91 unaffected, firefox97 wontfix, firefox98 wontfix, firefox99 wontfix, firefox100 fixed)
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox97 | --- | wontfix |
| firefox98 | --- | wontfix |
| firefox99 | --- | wontfix |
| firefox100 | --- | fixed |
People
(Reporter: agi, Assigned: m_kato)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Noticed while following the getting started doc, in here https://searchfox.org/mozilla-central/rev/2bd64785fc470d8484df9cb4a4e03e50b3dc3060/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#6197
we assume that we have a ContentDelegate, while that might not be the case. We need to add a null check there.
Updated•4 years ago
|
Keywords: regression
Comment 1•4 years ago
|
||
Set release status flags based on info from the regressing bug 1672609
status-firefox97:
--- → affected
status-firefox98:
--- → affected
status-firefox99:
--- → affected
status-firefox-esr91:
--- → unaffected
Comment 2•4 years ago
|
||
:m_kato, since you are the author of the regressor, bug 1672609, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(m_kato)
Updated•4 years ago
|
Updated•4 years ago
|
Has Regression Range: --- → yes
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → m_kato
Flags: needinfo?(m_kato)
| Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1672609
status-firefox100:
--- → affected
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/4b62b4efe0c3
Add null check before calling ContentDelegate.onPointerIconChange. r=geckoview-reviewers,agi
Comment 6•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Updated•4 years ago
|
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•