summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/mock_peer_connection_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-0/+7
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10209008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134065 0039d316-1c4b-4281-b951-d872f2087c98
* Adding JSEP PeerConnection glue - attempt 2 perkj@chromium.org2012-04-131-21/+33
| | | | | | | | | | | | | | | | | | (cloned http://codereview.chromium.org/9699069/#ps35007 since it was reverted) This adds glue for JSEP PeerConnection. PeerConnectionHandler is split in two classes and a base class. The class name is kept for the old ROAP PeerConnection to be aligned with WebKit naming. ROAP is planned to be removed pretty soon, then the classes can be refactored. See also main WebKit bug https://bugs.webkit.org/show_bug.cgi?id=80589 (In particular https://bugs.webkit.org/show_bug.cgi?id=82450) TEST=content_unittests and manual webrtc test. BUG=123130 TBR=darin Review URL: http://codereview.chromium.org/10008077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132210 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue.eugenis@google.com2012-04-121-31/+21
| | | | | | | | | | | | | | | | | This adds glue for JSEP PeerConnection. PeerConnectionHandler is split in two classes and a base class. The class name is kept for the old ROAP PeerConnection to be aligned with WebKit naming. ROAP is planned to be removed pretty soon, then the classes can be refactored. See also main WebKit bug https://bugs.webkit.org/show_bug.cgi?id=80589 (In particular https://bugs.webkit.org/show_bug.cgi?id=82450) TEST=content_unittests and manual webrtc test. Review URL: http://codereview.chromium.org/9699069 TBR=grunell@chromium.org Review URL: https://chromiumcodereview.appspot.com/10038009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131961 0039d316-1c4b-4281-b951-d872f2087c98
* Adding JSEP PeerConnection glue.grunell@chromium.org2012-04-121-21/+31
| | | | | | | | | | | | | | This adds glue for JSEP PeerConnection. PeerConnectionHandler is split in two classes and a base class. The class name is kept for the old ROAP PeerConnection to be aligned with WebKit naming. ROAP is planned to be removed pretty soon, then the classes can be refactored. See also main WebKit bug https://bugs.webkit.org/show_bug.cgi?id=80589 (In particular https://bugs.webkit.org/show_bug.cgi?id=82450) TEST=content_unittests and manual webrtc test. Review URL: http://codereview.chromium.org/9699069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131949 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when removing a MediaStream from a PeerConnection.perkj@chromium.org2012-04-111-7/+8
| | | | | | | | | | BUG= 121083 TEST= unit test Review URL: http://codereview.chromium.org/9968077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131735 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to r126.ronghuawu@chromium.org2012-03-201-1/+2
| | | | | | | | | | | - Implemented ROAP on top of JSEP. - Added a new signal after PortAllocatorSesison discoves all candidates for the channel. TEST=try bots and apprtc.appspot.com Review URL: https://chromiumcodereview.appspot.com/9727011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127702 0039d316-1c4b-4281-b951-d872f2087c98
* libjingle roll 117:119grunell@chromium.org2012-03-011-0/+51
| | | | | | | | | BUG=116125 Review URL: http://codereview.chromium.org/9567007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124466 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling usage of native PeerConnection v2 in libjingle.grunell@chromium.org2012-01-281-53/+60
| | | | | | | | | | The new PeerConnection in libjingle follows the current specification much closer and allows us to remove workarounds and limitations in the glue for WebRTC functionality. TEST=content_unittests Review URL: http://codereview.chromium.org/9284020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119568 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-121-0/+91
| | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117430 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117406 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-121-91/+0
| | | | | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 TBR=grunell@chromium.org Review URL: http://codereview.chromium.org/9186034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117429 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-121-0/+91
| | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117406 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117201 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-111-91/+0
| | | | | | | | | | | | | | | | Reason for revert: libyuv breakage on the chromium os arm bots. BUG= TEST=content_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117187 Review URL: http://codereview.chromium.org/8060055 TBR=grunell@chromium.org Review URL: http://codereview.chromium.org/9186004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117202 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-111-0/+91
| | | | | | | | | | | BUG= TEST=content_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117187 Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117201 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117187 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-111-91/+0
| | | | | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 TBR=grunell@chromium.org Review URL: http://codereview.chromium.org/9139010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117191 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-111-0/+91
| | | | | | | | | BUG= TEST=content_unittests Review URL: http://codereview.chromium.org/8060055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117187 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 111988 - Land change for grunell@: "Adding support for MediaStream ↵tommi@chromium.org2011-11-291-91/+0
| | | | | | | | | | | | | | | | | and PeerConnection functionality. " Original review: http://codereview.chromium.org/8060055/ This is the second attempt at landing since the earlier one broke the shared component build. TBR=darin, scherkus Review URL: http://codereview.chromium.org/8725040 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/8726044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111996 0039d316-1c4b-4281-b951-d872f2087c98
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ↵tommi@chromium.org2011-11-291-0/+91
| | | | | | | | | | | | | | functionality. " Original review: http://codereview.chromium.org/8060055/ This is the second attempt at landing since the earlier one broke the shared component build. TBR=darin, scherkus Review URL: http://codereview.chromium.org/8725040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111988 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 111773 - Land change for grunell@: "Adding support for MediaStream ↵tommi@chromium.org2011-11-281-91/+0
| | | | | | | | | | | | | | and PeerConnection functionality. " Original review: http://codereview.chromium.org/8060055/ TBR=darin, scherkus Review URL: http://codereview.chromium.org/8691003 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/8706002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111774 0039d316-1c4b-4281-b951-d872f2087c98
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ↵tommi@chromium.org2011-11-281-0/+91
functionality. " Original review: http://codereview.chromium.org/8060055/ TBR=darin, scherkus Review URL: http://codereview.chromium.org/8691003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111773 0039d316-1c4b-4281-b951-d872f2087c98