Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Issue 284853002: Fix HDCP in mirror mode. (Closed)

Created:
6 years, 7 months ago by kcwu
Modified:
6 years, 7 months ago
Reviewers:
kcwu1, dnicoara, Daniel Erat
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org, tdrews, ericde
Visibility:
Public.

Description

Fix HDCP in mirror mode. BUG=chromium:371878 TEST=verified with pepper plugin manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271252

Patch Set 1 #

Patch Set 2 : handle software mirroring #

Total comments: 10

Patch Set 3 : fix for review comments #

Total comments: 6

Patch Set 4 : fix indent and OVERRIDE keyword #

Total comments: 2

Patch Set 5 : move the implementation to .cc #

Patch Set 6 : nit #

Patch Set 7 : fix unittest build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -21 lines) Patch
M ash/display/display_manager.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/display_manager.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ui/display/chromeos/display_configurator.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M ui/display/chromeos/display_configurator.cc View 1 2 3 4 5 2 chunks +25 lines, -5 lines 0 comments Download
M ui/display/chromeos/display_configurator_unittest.cc View 1 2 3 4 5 6 15 chunks +16 lines, -16 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
kcwu
6 years, 7 months ago (2014-05-15 11:33:23 UTC) #1
Daniel Erat
i'm out for the next few days but will check mail occasionally. adding dnicoara as ...
6 years, 7 months ago (2014-05-15 14:04:25 UTC) #2
dnicoara
https://codereview.chromium.org/284853002/diff/20001/ui/display/chromeos/display_configurator.cc File ui/display/chromeos/display_configurator.cc (right): https://codereview.chromium.org/284853002/diff/20001/ui/display/chromeos/display_configurator.cc#newcode268 ui/display/chromeos/display_configurator.cc:268: // No protections for these types. Do nothing. Perhaps ...
6 years, 7 months ago (2014-05-15 14:39:49 UTC) #3
kcwu1
https://codereview.chromium.org/284853002/diff/20001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/284853002/diff/20001/ash/display/display_manager.h#newcode256 ash/display/display_manager.h:256: virtual bool software_mirroring_enabled() const { On 2014/05/15 14:04:25, Daniel ...
6 years, 7 months ago (2014-05-15 15:02:42 UTC) #4
dnicoara
https://codereview.chromium.org/284853002/diff/20001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/284853002/diff/20001/ash/display/display_manager.h#newcode256 ash/display/display_manager.h:256: virtual bool software_mirroring_enabled() const { On 2014/05/15 15:02:42, kcwu1 ...
6 years, 7 months ago (2014-05-15 19:38:48 UTC) #5
kcwu
https://codereview.chromium.org/284853002/diff/20001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/284853002/diff/20001/ash/display/display_manager.h#newcode256 ash/display/display_manager.h:256: virtual bool software_mirroring_enabled() const { On 2014/05/15 19:38:48, dnicoara ...
6 years, 7 months ago (2014-05-16 04:36:38 UTC) #6
dnicoara
Other than my next comment lgtm. https://codereview.chromium.org/284853002/diff/40001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/284853002/diff/40001/ash/display/display_manager.h#newcode256 ash/display/display_manager.h:256: virtual bool SoftwareMirroringEnabled() ...
6 years, 7 months ago (2014-05-16 12:42:40 UTC) #7
Daniel Erat
lgtm w/nits https://codereview.chromium.org/284853002/diff/40001/ui/display/chromeos/display_configurator.cc File ui/display/chromeos/display_configurator.cc (right): https://codereview.chromium.org/284853002/diff/40001/ui/display/chromeos/display_configurator.cc#newcode227 ui/display/chromeos/display_configurator.cc:227: mirroring_controller_->SoftwareMirroringEnabled()); nit: is this what clang-format recommends? ...
6 years, 7 months ago (2014-05-16 14:34:17 UTC) #8
kcwu1
Please take another look for how I handle OVERRIDE keyword issue. https://codereview.chromium.org/284853002/diff/40001/ash/display/display_manager.h File ash/display/display_manager.h (right): ...
6 years, 7 months ago (2014-05-16 15:49:53 UTC) #9
dnicoara
lgtm unless Daniel has something else in mind. https://codereview.chromium.org/284853002/diff/60001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/284853002/diff/60001/ash/display/display_manager.h#newcode255 ash/display/display_manager.h:255: virtual ...
6 years, 7 months ago (2014-05-16 17:42:00 UTC) #10
kcwu1
https://codereview.chromium.org/284853002/diff/60001/ash/display/display_manager.h File ash/display/display_manager.h (right): https://codereview.chromium.org/284853002/diff/60001/ash/display/display_manager.h#newcode255 ash/display/display_manager.h:255: virtual bool SoftwareMirroringEnabled() const OVERRIDE { On 2014/05/16 17:42:00, ...
6 years, 7 months ago (2014-05-16 18:18:29 UTC) #11
kcwu1
The CQ bit was checked by kcwu@google.com
6 years, 7 months ago (2014-05-16 18:19:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcwu@chromium.org/284853002/100001
6 years, 7 months ago (2014-05-16 18:19:52 UTC) #13
kcwu1
The CQ bit was unchecked by kcwu@google.com
6 years, 7 months ago (2014-05-17 04:00:07 UTC) #14
kcwu1
The CQ bit was checked by kcwu@google.com
6 years, 7 months ago (2014-05-17 04:00:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcwu@chromium.org/284853002/120001
6 years, 7 months ago (2014-05-17 04:02:16 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-17 10:05:36 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-17 11:17:20 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28142)
6 years, 7 months ago (2014-05-17 11:17:20 UTC) #19
kcwu1
The CQ bit was checked by kcwu@google.com
6 years, 7 months ago (2014-05-17 11:21:18 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcwu@chromium.org/284853002/120001
6 years, 7 months ago (2014-05-17 11:22:28 UTC) #21
commit-bot: I haz the power
6 years, 7 months ago (2014-05-17 18:21:07 UTC) #22
Message was sent while issue was closed.
Change committed as 271252

Powered by Google App Engine
This is Rietveld 408576698