Closed
Bug 1522153
Opened 7 years ago
Closed 7 years ago
PromptDelegate.onChoicePrompt passing a null for Choice[] choices parameter
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox-esr60 wontfix, firefox65 wontfix, firefox66 wontfix, firefox67 fixed)
RESOLVED
FIXED
mozilla67
People
(Reporter: amejia, Assigned: droeh)
References
Details
Attachments
(1 file)
In some cases we're getting pass a null value for the Choice[] choices parameter, from PromptDelegate.onChoicePrompt. Android Component bug.
| Reporter | ||
Updated•7 years ago
|
Summary: PromptDelegate.onChoicePrompt passing a null Choice[] choices → PromptDelegate.onChoicePrompt passing a null for Choice[] choices parameter
| Assignee | ||
Comment 1•7 years ago
|
||
Yeah, this looks like we're just passing null rather than an empty list, I'll put up a patch shortly.
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 4•7 years ago
|
||
Dylan will take a look. We probably want to pass a zero-length Choice[] array.
Assignee: nobody → droeh
status-firefox65:
--- → wontfix
status-firefox66:
--- → wontfix
status-firefox67:
--- → affected
status-firefox-esr60:
--- → wontfix
Priority: -- → P1
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aefb791099f1
Pass an empty list rather than null to onChoicePrompt when no choices are present. r=snorp
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•