History log of /external/webrtc/webrtc/modules/desktop_capture/win/window_capture_utils.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d848d5e74aee56f454311756dc2032fad26d79ad 16-Jul-2015 Jiayang Liu <jiayl@chromium.org> Enable cropping window capturing for Win7 when Aero is disabled.

BUG=webrtc:496110
R=sergeyu@chromium.org

Review URL: https://codereview.webrtc.org/1199073002 .

Cr-Commit-Position: refs/heads/master@{#9595}
/external/webrtc/webrtc/modules/desktop_capture/win/window_capture_utils.cc
7faba36f79c1cc8f8715f1060b849fdb5fcd6629 12-Jun-2015 Peter Kasting <pkasting@google.com> Fix WebRTC window-capture to check for maximized state correctly.

The SW_SHOWXXX values are not bitfields, so using "&" is incorrect.

BUG=none
TEST=Verify that Chrome's WebRTC window-capture feature can capture an unoccluded, non-maximized window correctly under Windows 8 or above.
R=wez@chromium.org

Review URL: https://codereview.webrtc.org/1180673009

Cr-Commit-Position: refs/heads/master@{#9421}
/external/webrtc/webrtc/modules/desktop_capture/win/window_capture_utils.cc
7ca277b57434afafef50dfbd371fd84fb96c7145 21-May-2014 jiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> Initializes WINDOWPLACEMENT::length in GetCroppedWindowRect.

BUG=https://code.google.com/p/webrtc/issues/detail?id=3196
R=sergeyu@chromium.org

Review URL: https://webrtc-codereview.appspot.com/21529004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6213 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/desktop_capture/win/window_capture_utils.cc
c8ac17ca04897f8f5fbb5d179e8b7573f66b148a 20-Mar-2014 jiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> Adjust the captured window rect when the window is maximized.
GetWindowRect includes the window frames for maximized window even they are off screen, causing content outside the window being captured falsely. The fix is to remove the left/right/bottom window frame from the captured rect. Mouse capturing is adjusted accordingly as well.

BUG=3076
R=sergeyu@chromium.org

Review URL: https://webrtc-codereview.appspot.com/10149004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5732 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/desktop_capture/win/window_capture_utils.cc