Closed
Bug 826410
Opened 12 years ago
Closed 12 years ago
nsHTMLMediaElement is missing nsIAudioChannelAgentCallback in its QI impl
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
(Whiteboard: [TD-8379])
Attachments
(1 file)
1.41 KB,
patch
|
jst
:
review+
jst
:
approval-mozilla-b2g18-
mrbkap
:
checkin+
|
Details | Diff | Splinter Review |
This leads to assertions in b2g debug builds.
Attachment #697593 -
Flags: review?(jst)
Attachment #697593 -
Flags: approval-mozilla-b2g18?
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mrbkap
Comment 1•12 years ago
|
||
Comment on attachment 697593 [details] [diff] [review]
Fix
We should also add a chrome caller check to nsHTMLMediaElement::CanPlayChanged() to make sure it can never be called by untrusted script. Please add that here as well so web pages can't interfere here and re-request approval on that patch.
Attachment #697593 -
Flags: review?(jst)
Attachment #697593 -
Flags: review+
Attachment #697593 -
Flags: approval-mozilla-b2g18?
Attachment #697593 -
Flags: approval-mozilla-b2g18-
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 697593 [details] [diff] [review]
Fix
https://hg.mozilla.org/integration/mozilla-inbound/rev/d1905a0ba1ed (with jst's requested change).
Attachment #697593 -
Flags: checkin+
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment 5•12 years ago
|
||
Bug caused by (feature/regressing bug #): Regression Bug 815069
User impact if declined: AudioChannelAgent will be broken on nsHTMLMediaElement (b2g18 branch). So Audio Competing Policy will be malfunctional.
Testing completed: Do the testing on b2g18.
Risk to taking this patch (and alternatives if risky): No.
String or UUID changes made by this patch: No.
This problem is exposed by bug Bug 857653, and since it is tef+. This should be a tef+ too.
Comment 6•12 years ago
|
||
We need to set some flag in order for this to be considered for b2g uplift. I'll set tef?; this blocks a blocker.
blocking-b2g: --- → tef?
Updated•12 years ago
|
Comment 8•12 years ago
|
||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•