Closed
Bug 766285
Opened 13 years ago
Closed 13 years ago
Exception opening webapp from its install notification
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect)
Firefox for Android Graveyard
Web Apps (PWAs)
Tracking
(blocking-kilimanjaro:+, firefox16 verified)
Tracking | Status | |
---|---|---|
firefox16 | --- | verified |
People
(Reporter: wesj, Assigned: wesj)
Details
(Whiteboard: [qa!])
Attachments
(1 file)
1.26 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
void mozilla::AndroidBridge::HandleGeckoMessage(const nsAString_internal&, nsAString_internal&)
GeckoApp: Got message: WebApps:Open
GeckoApp: Exception handling message "WebApps:Open":
GeckoApp: org.json.JSONException: No value for origin
GeckoApp: at org.json.JSONObject.get(JSONObject.java:354)
GeckoApp: at org.json.JSONObject.getString(JSONObject.java:510)
GeckoApp: at org.mozilla.gecko.GeckoApp.handleMessage(GeckoApp.java:1169)
GeckoApp: at org.mozilla.gecko.GeckoAppShell.handleGeckoMessage(GeckoAppShell.java:1884)
GeckoApp: at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
GeckoApp: at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
GeckoApp: at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:476)
GeckoApp: at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:90)
Assignee | ||
Updated•13 years ago
|
Blocks: Blocking-FFA-WebRT1+
Updated•13 years ago
|
Component: General → Web Apps
QA Contact: general → web-apps
Comment 1•13 years ago
|
||
From the end-user perspective, does the exception impact anything towards the user? Or does this just happen in the background with no end-user impact?
Assignee | ||
Comment 2•13 years ago
|
||
The app doesn't launch (like a system app install would).
Comment 3•13 years ago
|
||
Nominating for k9o - blocks part of the basic install flow for a web app.
blocking-kilimanjaro: --- → ?
Assignee | ||
Comment 4•13 years ago
|
||
Tiny tweak.
Assignee: nobody → wjohnston
Attachment #634686 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #634686 -
Flags: review?(mark.finkle) → review+
Updated•13 years ago
|
blocking-kilimanjaro: ? → +
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Updated•13 years ago
|
Whiteboard: [qa+:AaronMT]
Comment 7•13 years ago
|
||
Works now; verified fixed.
--
Galaxy Nexus (Android 4.0.4)
Inbound (06.21)
Status: RESOLVED → VERIFIED
status-firefox16:
--- → verified
Updated•13 years ago
|
Whiteboard: [qa+:AaronMT] → [qa!]
Updated•13 years ago
|
No longer blocks: Blocking-FFA-WebRT1+
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•