Closed
Bug 1288580
Opened 9 years ago
Closed 9 years ago
Mark Widevine as supported on Linux
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.04 KB,
patch
|
cpearce
:
review+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
As preparation for rolling out Widevine on Linux, we need to set Widevine on Linux as supported, so when it's preffed visible it will appear in the plugins list.
| Assignee | ||
Comment 1•9 years ago
|
||
This means if Widevine is preffed visible on Linux it will show up in the
plugin list.
We only support MacOSX 10.9 and later, so we don't need the >= 10.7 check any
more.
Review commit: https://reviewboard.mozilla.org/r/66274/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/66274/
Attachment #8773573 -
Flags: review?(spohl.mozilla.bugs)
| Assignee | ||
Updated•9 years ago
|
Blocks: widevine-linux
Comment 2•9 years ago
|
||
Comment on attachment 8773573 [details]
Bug 1288580 - Mark Widevine as supported on Linux and remove MacOSX version check.
https://reviewboard.mozilla.org/r/66274/#review63082
::: toolkit/modules/GMPUtils.jsm:86
(Diff revision 1)
> GMPPluginUnsupportedReason.NOT_WINDOWS);
> return false;
> }
> } else if (aPlugin.id == WIDEVINE_ID) {
> - // The Widevine plugin is available for Windows versions Vista and later
> - // and Mac OSX 10.7 and later.
> + // The Widevine plugin is available for Windows versions Vista and later,
> + // MacOSX, and Linux.
nit: there should still be a space between Mac and OSX, i.e. "Mac OSX". Sierra changes this to macOS, but I don't think we need to worry about that.
Attachment #8773573 -
Flags: review?(spohl.mozilla.bugs) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8773573 [details]
Bug 1288580 - Mark Widevine as supported on Linux and remove MacOSX version check.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/66274/diff/1-2/
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3d51e9cdbef
Mark Widevine as supported on Linux and remove MacOSX version check. r=spohl
Comment 5•9 years ago
|
||
Hi Chris, sorry had to back out your push, because the mochitest failure, e.g. https://treeherder.mozilla.org/logviewer.html#?job_id=874033&repo=autoland#L6258
Flags: needinfo?(cpearce)
Backout by ihsiao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aaf2540b99a3
Backed out changeset d3d51e9cdbef for Mochitest browser_gmpProvider.js failure
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(cpearce)
Product: Firefox → Toolkit
| Assignee | ||
Comment 7•9 years ago
|
||
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e5a490ba324a
Mark Widevine as supported on Linux and remove Mac OSX version check. r=spohl
Comment 9•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
| Assignee | ||
Comment 10•9 years ago
|
||
This means if Widevine is preffed visible on Linux it will show up in the
plugin list.
We only support Mac OSX 10.9 and later, so we don't need the >= 10.7 check any
more.
MozReview-Commit-ID: BjgMKeIIrrI
| Assignee | ||
Updated•9 years ago
|
Attachment #8773573 -
Attachment is obsolete: true
| Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8779566 [details] [diff] [review]
Mark Widevine as supported on Linux and remove Mac OSX version check
Approval Request Comment
[Feature/regressing bug #]: Widevine EME on Linux
[User impact if declined]: Firefox won't download the Widevine CDM on Linux.
[Describe test coverage new/current, TreeHerder]: We have tests covering this specific feature.
[Risks and why]: Low; have tests, and this is a simple change.plat
[String/UUID change made/needed]: None
Attachment #8779566 -
Flags: review+
Attachment #8779566 -
Flags: approval-mozilla-beta?
Updated•9 years ago
|
status-firefox49:
--- → affected
Comment 12•9 years ago
|
||
Comment on attachment 8779566 [details] [diff] [review]
Mark Widevine as supported on Linux and remove Mac OSX version check
OK to uplift, we'll test it in beta 3
Attachment #8779566 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
| Assignee | ||
Comment 13•9 years ago
|
||
| bugherder uplift | ||
| Assignee | ||
Comment 14•9 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•