summaryrefslogtreecommitdiff
path: root/dom/media/MediaFormatReader.cpp
Commit message (Collapse)AuthorAge
* Issue #25 - Part 18: Remove GMP (or nearly all of it)Matt A. Tobin2022-04-21
| | | | I had planned to ifdef GMP but the infection is so deep that I couldn't do discrete parts and have it stay building.
* Issue #25 - Part 15: Remove DOM Media code relating to the WAIT_FOR_CDM stateMatt A. Tobin2022-04-21
|
* Issue #25 - Part 14: Remove DOM Media code relating to waiting for an eme keyMatt A. Tobin2022-04-21
|
* Issue #25 - Part 13: Remove EME from dom/media and HTMLMediaElement.webidlMatt A. Tobin2022-04-21
|
* Issue #1 - Restore EME (but not the configure logic to enable it)Matt A. Tobin2022-04-20
|
* Issue #1 - Restore Gecko Media PluginsMatt A. Tobin2022-04-20
|
* Issue %3015 - Part 1: Remove GMP support code.Moonchild2022-01-02
|
* Issue %3012 - Remove EME support code and conditionals.Moonchild2021-12-27
|
* Issue %3029 - Part 1: Remove Telemetry plumbing and fix build.Moonchild2021-10-29
| | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part).
* Issue mcp-graveyard/UXP%26 Part 2a: make more EME code conditional.wolfbeast2020-02-03
| | | | | | - Exclude missed MediaKey functions and CDMProxy code. - Exclude EME APIs frm being built (webidl change) - Fix tests in --disable-eme state
* Avoid redefined macro warning in MediaFormatReadertrav902018-12-31
|
* Don't build EME-specific subroutines without EME.wolfbeast2018-02-24
| | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for %26, isolating EME-specific code.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02