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

Issue 1199073002: Enable cropping window capturing for Win7 when Aero is disabled. (Closed)

Created:
5 years, 6 months ago by jiayl2
Modified:
5 years, 5 months ago
Reviewers:
Sergey Ulanov
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -29 lines) Patch
M webrtc/modules/desktop_capture/cropping_window_capturer_win.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/window_capture_utils.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/win/window_capture_utils.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_win.cc View 1 2 3 chunks +3 lines, -28 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
jiayl2
Any idea why I cannot start try jobs for this CL?
5 years, 6 months ago (2015-06-22 21:55:35 UTC) #2
jiayl2
PTAL
5 years, 5 months ago (2015-07-09 17:07:45 UTC) #7
Sergey Ulanov
https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static HMODULE dwmapi_library = LoadLibrary(L"dwmapi.dll"); IsAeroEnabled() is called for ...
5 years, 5 months ago (2015-07-09 18:41:39 UTC) #8
jiayl2
https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static HMODULE dwmapi_library = LoadLibrary(L"dwmapi.dll"); On 2015/07/09 18:41:38, Sergey ...
5 years, 5 months ago (2015-07-09 18:44:57 UTC) #9
Sergey Ulanov
https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static HMODULE dwmapi_library = LoadLibrary(L"dwmapi.dll"); On 2015/07/09 18:44:57, jiayl2 ...
5 years, 5 months ago (2015-07-09 23:02:39 UTC) #10
Sergey Ulanov
https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static HMODULE dwmapi_library = LoadLibrary(L"dwmapi.dll"); On 2015/07/09 23:02:39, Sergey ...
5 years, 5 months ago (2015-07-09 23:06:24 UTC) #11
jiayl2
PTAL https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/40001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static HMODULE dwmapi_library = LoadLibrary(L"dwmapi.dll"); On 2015/07/09 23:06:23, ...
5 years, 5 months ago (2015-07-13 23:24:34 UTC) #15
Sergey Ulanov
https://codereview.chromium.org/1199073002/diff/120001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.chromium.org/1199073002/diff/120001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static rtc::GlobalLockPod lock; I'm not sure it's safe to ...
5 years, 5 months ago (2015-07-14 20:15:51 UTC) #16
jiayl2
PTAL https://codereview.webrtc.org/1199073002/diff/120001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/120001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode51 webrtc/modules/desktop_capture/win/window_capture_utils.cc:51: static rtc::GlobalLockPod lock; On 2015/07/14 20:15:50, Sergey Ulanov ...
5 years, 5 months ago (2015-07-14 22:25:32 UTC) #18
Sergey Ulanov
https://codereview.webrtc.org/1199073002/diff/160001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/160001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode46 webrtc/modules/desktop_capture/win/window_capture_utils.cc:46: AeroChecker::AeroChecker() : dwmapi_library_(NULL), func_(NULL) {} nit: s/NULL/nullptr/ https://codereview.webrtc.org/1199073002/diff/160001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode57 webrtc/modules/desktop_capture/win/window_capture_utils.cc:57: ...
5 years, 5 months ago (2015-07-14 23:11:17 UTC) #19
jiayl2
PTAL https://codereview.webrtc.org/1199073002/diff/160001/webrtc/modules/desktop_capture/win/window_capture_utils.cc File webrtc/modules/desktop_capture/win/window_capture_utils.cc (right): https://codereview.webrtc.org/1199073002/diff/160001/webrtc/modules/desktop_capture/win/window_capture_utils.cc#newcode46 webrtc/modules/desktop_capture/win/window_capture_utils.cc:46: AeroChecker::AeroChecker() : dwmapi_library_(NULL), func_(NULL) {} On 2015/07/14 23:11:16, ...
5 years, 5 months ago (2015-07-15 23:15:21 UTC) #20
Sergey Ulanov
lgtm
5 years, 5 months ago (2015-07-16 00:39:04 UTC) #21
jiayl2
5 years, 5 months ago (2015-07-16 15:49:51 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:180001) manually as
d848d5e74aee56f454311756dc2032fad26d79ad (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698