Closed
Bug 602846
Opened 15 years ago
Closed 15 years ago
no feedback when extension isn't compatible due to em:targetPlatform
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ted, Assigned: wesj)
Details
Attachments
(1 file)
|
988 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
I was trying to install my "Crash me now!" extension on Fennec on Android. It has a binary component, so it uses em:targetPlatform to be specific. I was missing one for Android_arm-eabi-gcc3, so it wouldn't install. However, I didn't get any feedback telling me that it wasn't compatible, it just silently failed to install.
Comment 1•15 years ago
|
||
Ted, can you send me a link of where that extension is? I don't see it on AMO :(.
tracking-fennec: --- → ?
| Reporter | ||
Comment 2•15 years ago
|
||
It's not on AMO. I fixed the copy on my server, I'll recreate a broken copy and link it here shortly.
| Reporter | ||
Comment 3•15 years ago
|
||
This should work:
http://people.mozilla.com/~tmielczarek/crashme.html
I noticed that without a hashcode, the install trigger seems to fail silently.
I still seem to have an issue with this particular plugin even with a hash code.
http://people.mozilla.com/~nhirata/html_tp/installcrashme.html
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → wjohnston
| Assignee | ||
Comment 5•15 years ago
|
||
There is a secret property here we also need to check. I haven't tested it yet, but we can file a separate issue for your thing Naoki.
Attachment #482389 -
Flags: review?(mark.finkle)
Comment 6•15 years ago
|
||
(In reply to comment #5)
> Created attachment 482389 [details] [diff] [review]
> Fix
>
> There is a secret property here we also need to check. I haven't tested it yet,
> but we can file a separate issue for your thing Naoki.
s/secret/undocumented/ but now documented.
Updated•15 years ago
|
Attachment #482389 -
Flags: review?(mark.finkle) → review+
Comment 7•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Verified :
Mozilla/5.0 (Android; Linux armv71; rv2.0b8pre) Gecko/20101014 Firefox/4.0b8pre Fennec/4.0b2pre
Message is too long. wrote bug : 604563
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•