Closed
Bug 766285
Opened 9 years ago
Closed 9 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•9 years ago
|
Blocks: Blocking-FFA-WebRT1+
Updated•9 years ago
|
Component: General → Web Apps
QA Contact: general → web-apps
Comment 1•9 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•9 years ago
|
||
The app doesn't launch (like a system app install would).
Comment 3•9 years ago
|
||
Nominating for k9o - blocks part of the basic install flow for a web app.
blocking-kilimanjaro: --- → ?
Assignee | ||
Comment 4•9 years ago
|
||
Tiny tweak.
Assignee: nobody → wjohnston
Attachment #634686 -
Flags: review?(mark.finkle)
Updated•9 years ago
|
Attachment #634686 -
Flags: review?(mark.finkle) → review+
Updated•9 years ago
|
blocking-kilimanjaro: ? → +
Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4139e414c92c
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4139e414c92c
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Updated•9 years ago
|
Whiteboard: [qa+:AaronMT]
Comment 7•9 years ago
|
||
Works now; verified fixed. -- Galaxy Nexus (Android 4.0.4) Inbound (06.21)
Status: RESOLVED → VERIFIED
status-firefox16:
--- → verified
Updated•9 years ago
|
Whiteboard: [qa+:AaronMT] → [qa!]
Updated•9 years ago
|
No longer blocks: Blocking-FFA-WebRT1+
Updated•27 days 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
•