gecko-dev/media/webrtc/trunk
Dan Minor 9601e808c9 Bug 1487419 - Save current desktop configuration in ScreenCapturerMac::Init; r=pehrsons
Summary:
The fix for Bug 1409018 accidentally removed saving the current desktop
configuration during Init() which causes it to not be set when a different
screen is selected, meaning that regardless of the choice made, only the
first screen is captured.

Reviewers: pehrsons

Tags: #secure-revision

Bug #: 1487419

Differential Revision: https://phabricator.services.mozilla.com/D5062

--HG--
extra : rebase_source : bb4f9a0f4e06dfbd9730b7af4a0748749d72c3da
2018-09-05 13:55:27 -04:00
..
build Bug 1486028 - update webrtc config headers to work with aarch64 windows; r=jesup 2018-08-28 20:23:04 -04:00
build_overrides Backed out 5 changesets (bug 1393119) for bustage on linux in /builds/worker/workspace/build/src/obj-firefox/dist/system_wrappers/alsa/asoundlib.h:3:15: alsa/asoundlib.h missing on a CLOSED TREE 2018-01-24 13:00:42 +02:00
chromium_deps
google_apis/build
gtest Bug 1462873 - Link chromium_atomics to webrtc tests. r=froydnj 2018-05-19 13:00:56 +09:00
net Bug 1371485 - Remove unnecessary gyp files from webrtc; r=chmanchester 2018-06-22 14:57:17 -04:00
third_party/gflags Bug 1371485 - Fix gflags root; r=chmanchester 2018-06-22 14:25:31 -04:00
tools/clang Bug 1371485 - Remove webrtc copy of gyp; r=chmanchester 2018-06-21 14:42:08 -04:00
webrtc Bug 1487419 - Save current desktop configuration in ScreenCapturerMac::Init; r=pehrsons 2018-09-05 13:55:27 -04:00
.gn Backed out 5 changesets (bug 1393119) for bustage on linux in /builds/worker/workspace/build/src/obj-firefox/dist/system_wrappers/alsa/asoundlib.h:3:15: alsa/asoundlib.h missing on a CLOSED TREE 2018-01-24 13:00:42 +02:00
AUTHORS Bug 1341285: Webrtc updated to branch 57 rev 52b6562a10b495; initial pull made Feb 2 2017 14:38 EST 2017-06-13 01:52:22 -04:00
BUILD.gn Bug 1393119 - Update gn files for mozilla build; r=jesup 2017-07-27 13:04:25 -04:00
DEPS Bug 1341285: Webrtc updated to branch 57 rev 52b6562a10b495; initial pull made Feb 2 2017 14:38 EST 2017-06-13 01:52:22 -04:00
dummy_file.txt
Makefile.old
moz.build Bug 1434589 - Part 2. Update moz.build. r=chmanchester 2018-08-22 19:45:19 +00:00
OWNERS Bug 1341285: Webrtc updated to branch 57 rev 52b6562a10b495; initial pull made Feb 2 2017 14:38 EST 2017-06-13 01:52:22 -04:00
peerconnection_client.target.mk
peerconnection.Makefile
README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info