Closed
Bug 1442155
Opened 8 years ago
Closed 8 years ago
Add-on name is not displayed in Install prompt on Android
Categories
(WebExtensions :: Android, defect, P1)
Tracking
(firefox-esr52 unaffected, firefox58 unaffected, firefox59+ fixed, firefox60 verified)
VERIFIED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox58 | --- | unaffected |
| firefox59 | + | fixed |
| firefox60 | --- | verified |
People
(Reporter: LexaSV, Assigned: aswan)
References
Details
(Keywords: regression)
Attachments
(3 files)
|
108.02 KB,
image/png
|
Details | |
|
59 bytes,
text/x-review-board-request
|
johannh
:
review+
lizzard
:
approval-mozilla-release+
|
Details |
|
100.90 KB,
image/jpeg
|
Details |
[Affected versions]:
- Firefox 60.0a1
[Affected platforms]:
- Android 7.0
- Android 8.0.0
[Steps to reproduce]:
1. Access AMO homepage on your Android device
2.Go to an add-on details page and install it (i.e. https://addons.mozilla.org/en-US/android/addon/ghostery/)
3.Check the information displayed on the install prompt
[Expected results]:
- The add-on name is correctly displayed
[Actual results]:
- Add-on name is displayed as "<>"
Notes:
- reproduced on all AMO servers
- not reproduced with FF release
- originally filed here: https://github.com/mozilla/addons-frontend/issues/4435
Comment 1•8 years ago
|
||
We use InstallTrigger (https://developer.mozilla.org/en-US/docs/Web/API/InstallTrigger/install) on AMO but I disabled it locally and served a link directly to the XPI file -- I still saw the same problem.
| Assignee | ||
Comment 2•8 years ago
|
||
This is a regression inadvertently created by bug 1431242, should be an easy fix and we should get it into 60.
Assignee: nobody → aswan
Priority: -- → P1
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8955700 -
Flags: review?(jhofmann)
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8955700 [details]
Bug 1442155 Fix extension names in Android install prompts
https://reviewboard.mozilla.org/r/224788/#review230936
Works for me, thank you for catching and fixing this!
Attachment #8955700 -
Flags: review?(jhofmann) → review+
Comment 5•8 years ago
|
||
hg error in cmd: hg push -r tip ssh://hg.mozilla.org/integration/autoland: pushing to ssh://hg.mozilla.org/integration/autoland
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote:
remote:
remote: ************************** ERROR ****************************
remote: Rev a2cac489d6f0 needs "Bug N" or "No bug" in the commit message.
remote: Andrew Swan <aswan@mozilla.com>
remote: 1442155 Fix extension names in Android install prompts r=johannh
remote:
remote: This is pretty short and sweet since everything goes through
remote: _prepareStrings and in bug 1431242 Prathiksha standardized our
remote: handling of the "header" string.
remote:
remote: MozReview-Commit-ID: 6t1kWmxVoyt
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: pretxnchangegroup.c_commitmessage hook failed
abort: push failed on remote
| Comment hidden (mozreview-request) |
Pushed by aswan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/518c959486b0
Fix extension names in Android install prompts r=johannh
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
| Assignee | ||
Comment 9•8 years ago
|
||
Comment on attachment 8955700 [details]
Bug 1442155 Fix extension names in Android install prompts
Approval Request Comment
[Feature/Bug causing the regression]:
bug 1431242
[User impact if declined]:
Extension names are missing from install confirmation prompts
[Is this code covered by automated tests?]:
no
[Has the fix been verified in Nightly?]:
manually by the patch author, additional manual testing from QA would be good
[Needs manual test from QE? If yes, steps to reproduce]:
covered in the bug
[List of other uplifts needed for the feature/fix]:
none
[Is the change risky?]:
no
[Why is the change risky/not risky?]:
the change is small and localized to the code that displays install-time permission prompts
[String changes made/needed]:
none
Attachment #8955700 -
Flags: approval-mozilla-beta?
Updated•8 years ago
|
status-firefox58:
--- → unaffected
status-firefox59:
--- → affected
status-firefox-esr52:
--- → unaffected
Updated•8 years ago
|
Attachment #8955700 -
Flags: approval-mozilla-beta? → approval-mozilla-release?
| Reporter | ||
Comment 10•8 years ago
|
||
| Reporter | ||
Comment 11•8 years ago
|
||
Verified as fixed with Firefox 60.0a1, Android 7.0 and 8.0.0
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•8 years ago
|
Comment 13•8 years ago
|
||
Comment on attachment 8955700 [details]
Bug 1442155 Fix extension names in Android install prompts
Let's get this fix into the 59 RC2. We want users to see what they're installing!
Attachment #8955700 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Comment 14•8 years ago
|
||
| bugherder uplift | ||
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•