Closed
Bug 1484374
Opened 6 years ago
Closed 6 years ago
GeckoView is not handling the autoplay-media permission request.
Categories
(GeckoView :: Media, defect)
GeckoView
Media
Tracking
(firefox-esr52 wontfix, firefox-esr60 wontfix, firefox61 wontfix, firefox62 wontfix, firefox63 fixed)
RESOLVED
FIXED
mozilla63
People
(Reporter: rbarker, Assigned: rbarker)
References
Details
Attachments
(1 file)
When a page has an auto playing media element, GeckoView throws the following exception. It needs to handle this new permission.
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: >>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 1 ("main")
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: java.lang.IllegalArgumentException: Unknown permission request: autoplay-media
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at org.mozilla.geckoview.GeckoSession$6.handleMessage(GeckoSession.java:493)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at org.mozilla.geckoview.GeckoSession$6.handleMessage(GeckoSession.java:470)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at org.mozilla.geckoview.GeckoSessionHandler.handleMessage(GeckoSessionHandler.java:79)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at org.mozilla.gecko.EventDispatcher$2.run(EventDispatcher.java:344)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at android.os.Handler.handleCallback(Handler.java:751)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at android.os.Handler.dispatchMessage(Handler.java:95)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at android.os.Looper.loop(Looper.java:154)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at android.app.ActivityThread.main(ActivityThread.java:6121)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at java.lang.reflect.Method.invoke(Native Method)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
08-17 15:53:14.796 2466 2466 E GeckoCrashHandler: Main thread (71) stack:
08-17 15:53:14.797 2466 2466 E GeckoCrashHandler: org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
08-17 15:53:14.797 2466 2466 E GeckoCrashHandler: org.mozilla.gecko.GeckoThread.run(GeckoThread.java:504)
Comment 1•6 years ago
|
||
Would it make sense to gracefully handle unknown permissions, or is it smart for now to block, fatally crash, on unknown permissions?
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → rbarker
Comment on attachment 9002152 [details]
Bug 1484374 - Update GeckoView to handle the autoplay-media permission request. r=snorp
James Willcox (:snorp) (jwillcox@mozilla.com) has approved the revision.
Attachment #9002152 -
Flags: review+
Pushed by rbarker@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/369762aaed07
Update GeckoView to handle the autoplay-media permission request. r=snorp
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 6•6 years ago
|
||
status-firefox62=wontfix because we don't need to uplift to GV 62 Beta
status-firefox61:
--- → wontfix
status-firefox62:
--- → wontfix
status-firefox-esr52:
--- → wontfix
status-firefox-esr60:
--- → wontfix
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 63 → mozilla63
Comment 7•2 years ago
|
||
Moving some media bugs to the new GeckoView::Media component.
Component: General → Media
You need to log in
before you can comment on or make changes to this bug.
Description
•