Closed
Bug 1120295
Opened 10 years ago
Closed 10 years ago
[EME] test case for "Clear Recent History" command
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(2 files, 1 obsolete file)
13.00 KB,
patch
|
jwwang
:
review+
|
Details | Diff | Splinter Review |
13.12 KB,
patch
|
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Follow-up bug for bug 1111788.
Assignee | ||
Comment 1•10 years ago
|
||
test case for "Clear Recent History" command.
Attachment #8547382 -
Flags: review?(cpearce)
Comment 2•10 years ago
|
||
Comment on attachment 8547382 [details] [diff] [review]
1120295_testcase-v1.patch
Review of attachment 8547382 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/media/gtest/TestGMPCrossOrigin.cpp
@@ +131,5 @@
> + nsresult rv = aPath->GetDirectoryEntries(getter_AddRefs(iter));
> + if (NS_FAILED(rv)) {
> + return rv;
> + }
> +
Nit: two blank lines here.
@@ +158,3 @@
> template<typename T>
> static nsresult
> EnumerateDir(const nsACString& aDir, T&& aDirIter)
Probably a good idea to rename this to EnumerateGMPStorageDir to distinguish it from the EnumerateDir function you're adding here.
Attachment #8547382 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Fix nits in comment 2.
try: https://tbpl.mozilla.org/?tree=Try&rev=24b2af5f0ae6
Attachment #8547382 -
Attachment is obsolete: true
Attachment #8548020 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•10 years ago
|
Blocks: eme-platform-uplift
Comment 6•10 years ago
|
||
status-firefox37:
--- → fixed
Comment 7•10 years ago
|
||
Patch for beta branch as part of EME platform uplift.
Comment 8•10 years ago
|
||
Comment on attachment 8572314 [details] [diff] [review]
Beta patch
Requesting retroactive approval for Beta landing as part of EME platform uplift.
Attachment #8572314 -
Flags: approval-mozilla-beta?
Updated•10 years ago
|
status-firefox38:
--- → fixed
Comment 9•10 years ago
|
||
Comment on attachment 8572314 [details] [diff] [review]
Beta patch
Approved for Beta as part of EME platform uplift.
Attachment #8572314 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in
before you can comment on or make changes to this bug.
Description
•