Closed
Bug 1082239
Opened 11 years ago
Closed 11 years ago
test_encryptedMediaExtensions.html | gizmo-frag-cencinit.mp4-1 Failed to set MediaKeys on <video> element
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: eflores, Assigned: eflores)
References
Details
Attachments
(1 file, 2 obsolete files)
11.09 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
||
Comment 1•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Assignee | ||
Comment 2•11 years ago
|
||
Oops, forgot to [leave open]. Still need to fix it properly.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8505158 -
Flags: review?(kinetik)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8505158 -
Attachment is obsolete: true
Attachment #8505158 -
Flags: review?(kinetik)
Attachment #8505160 -
Flags: review?(kinetik)
Assignee | ||
Comment 5•11 years ago
|
||
argh.
Attachment #8505160 -
Attachment is obsolete: true
Attachment #8505160 -
Flags: review?(kinetik)
Attachment #8505161 -
Flags: review?(kinetik)
Comment 6•11 years ago
|
||
Comment on attachment 8505161 [details] [diff] [review]
Make MediaSourceResource::GetPrincipal return MediaSource script principal
Review of attachment 8505161 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/mediasource/MediaSourceResource.h
@@ +53,5 @@
> virtual nsresult Open(nsIStreamListener** aStreamListener) MOZ_OVERRIDE { UNIMPLEMENTED(); return NS_ERROR_FAILURE; }
>
> + virtual already_AddRefed<nsIPrincipal> GetCurrentPrincipal() MOZ_OVERRIDE
> + {
> + nsRefPtr<nsIPrincipal> ret = mPrincipal;
s/ret/principal/
or
return nsRefPtr<nsIPrincipal>(mPrincipal).forget();
Attachment #8505161 -
Flags: review?(kinetik) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
Mass update firefox-status to track EME uplift.
You need to log in
before you can comment on or make changes to this bug.
Description
•