-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add check for new brave_enable_cdm_host_verification
config option
#1320
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bsclifton
added a commit
to brave/brave-core
that referenced
this pull request
Sep 27, 2018
…evine host verification This functionality also requires brave/brave-browser#1320
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
September 27, 2018 15:55
c50f16f
to
0a880e7
Compare
Closed
11 tasks
NOTE: once this is tested, we'll want to rebase/drop 97caff7 |
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
October 1, 2018 19:53
97caff7
to
5f47dc9
Compare
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
October 2, 2018 15:45
159770e
to
ee3babc
Compare
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
October 2, 2018 18:58
ee3babc
to
a51436c
Compare
bsclifton
added a commit
to brave/brave-core
that referenced
this pull request
Oct 3, 2018
…evine host verification This functionality also requires brave/brave-browser#1320
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
October 4, 2018 09:47
a51436c
to
4321b17
Compare
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
October 6, 2018 07:24
4321b17
to
5d0ab08
Compare
bsclifton
added a commit
to brave/brave-core
that referenced
this pull request
Oct 6, 2018
…evine host verification This functionality also requires brave/brave-browser#1320
bsclifton
added a commit
to brave/brave-core
that referenced
this pull request
Oct 11, 2018
…evine host verification This functionality also requires brave/brave-browser#1320
bsclifton
added a commit
to brave/brave-core
that referenced
this pull request
Oct 14, 2018
- #507 - #510 This code was backed out with #513 (so we can do 0.55.x and 0.56.x builds in the meantime). This functionality also requires brave/brave-browser#1320
If set to `true` via .npmrc, Widevine Host Verification will be enabled for the build This functionality also requires brave/brave-core#515 Fixes #1310
bsclifton
force-pushed
the
brave_enable_cdm_host_verification
branch
from
October 14, 2018 04:40
c20f5e5
to
f0cb96e
Compare
bbondy
changed the title
Add check for new
WIP: Add check for new Nov 20, 2018
brave_enable_cdm_host_verification
config optionbrave_enable_cdm_host_verification
config option
Closing as @simonhong is working on this |
This was referenced Oct 11, 2021
43 tasks
43 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If set to
true
via .npmrc, Widevine Host Verification will be enabled for the buildThis functionality also requires brave/brave-core#515
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: