summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle
Commit message (Collapse)AuthorAgeFilesLines
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-142-2/+4
| | | | | | | | TEST=unit tests, webrtc pytest Review URL: https://chromiumcodereview.appspot.com/10689180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146709 0039d316-1c4b-4281-b951-d872f2087c98
* libjingle is built without SSL_USE_OPENSSL so its .gyp file should not ↵fischman@chromium.org2012-07-031-7/+0
| | | | | | | | mention openssl at all. Review URL: https://chromiumcodereview.appspot.com/10694050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145246 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up the overrides as the fix is now ready in libjingle.ronghuawu@chromium.org2012-06-142-546/+0
| | | | | | | | TEST=try bots Review URL: https://chromiumcodereview.appspot.com/10546172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142220 0039d316-1c4b-4281-b951-d872f2087c98
* Update libjingle to 153.ronghuawu@chromium.org2012-06-136-978/+10
| | | | | | | | Remove the overrides for thread and messagequeue. Review URL: https://chromiumcodereview.appspot.com/10534122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141908 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling libjingle revision 152mallinath@chromium.org2012-06-071-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10533047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141056 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling libjingle revison 151.mallinath@chromium.org2012-06-061-2/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10536016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140708 0039d316-1c4b-4281-b951-d872f2087c98
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-222-11/+17
| | | | | | | | | 1. Setting ice username and password for P2PTransportChannel. 2. Updating XMPP Auth cookie with Auth Token Review URL: https://chromiumcodereview.appspot.com/10382003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138334 0039d316-1c4b-4281-b951-d872f2087c98
* fix/disable warnings in libjingle's configurationscottmg@chromium.org2012-05-082-0/+6
| | | | | | | | | | | | | | - Don't define INT64_C, etc. on VS2010 and greater (they're defined in stdint.h which is included by basictypes.h) - Suppress warning about WIN32_LEAN_AND_MEAN (Chromium build files set it globally, libjingle .cc files define it unconditionally). BUG=126483 R=thakis@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10310051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135914 0039d316-1c4b-4281-b951-d872f2087c98
* Ported the webrtc_call pyauto test to Windows and Mac.phoglund@chromium.org2012-05-081-0/+16
| | | | | | | | | | | | | It turns out we can build peerconnection_server from the libjingle sources, so I added a target in libjingle's .gyp file. That is cleaner than checking in one binary per platfom. BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10356043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135805 0039d316-1c4b-4281-b951-d872f2087c98
* Remove file from libjingle.gyp that was deleted in jingle r133rsleevi@chromium.org2012-04-261-1/+0
| | | | | | | | | | | | This was rolled into Chromium as r134065 BUG=119511 TEST=none TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10174044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134123 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle 132:135sergeyu@chromium.org2012-04-266-356/+12
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10209008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134065 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a deleted file from libjingle.gyprsleevi@chromium.org2012-04-171-1/+0
| | | | | | | | | | | | | source/talk/app/webrtc/webrtcsessionobserver.h was removed in http://code.google.com/p/libjingle/source/detail?r=129 , rolled into Chromium in http://crrev.com/132307 BUG=none TEST=MSVC 2010 stops recompiling libjingle TBR=sergeyu Review URL: http://codereview.chromium.org/10021030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132649 0039d316-1c4b-4281-b951-d872f2087c98
* Libjingle roll 129:132.sergeyu@chromium.org2012-04-142-3/+6
| | | | | | | | | | | Also update P2PPortAllocator for compatibility with the latest libjingle changes. BUG=121613 Review URL: https://chromiumcodereview.appspot.com/10069046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132307 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131883 - Libjingle roll 129:132.sergeyu@chromium.org2012-04-132-6/+3
| | | | | | | | | | | BUG=121613 Review URL: https://chromiumcodereview.appspot.com/10024032 TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10065029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132103 0039d316-1c4b-4281-b951-d872f2087c98
* Libjingle roll 129:132.sergeyu@chromium.org2012-04-122-3/+6
| | | | | | | | BUG=121613 Review URL: https://chromiumcodereview.appspot.com/10024032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131883 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to r126.ronghuawu@chromium.org2012-03-201-2/+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
* Roll libjingle to 125.ronghuawu@chromium.org2012-03-163-43/+8
| | | | | | | | | | * Fix for issue 118455. BUG=118455 TEST=apprtc on linux and win and try bots Review URL: https://chromiumcodereview.appspot.com/9702101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127253 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to r124. Removed overrides for the ws2 fixes.ronghuawu@chromium.org2012-03-155-487/+41
| | | | | | | | | | Roll webrtc to 1888. BUG=115702,117252 TEST=apprtc.appspot.com on windows and linux Review URL: https://chromiumcodereview.appspot.com/9600066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126793 0039d316-1c4b-4281-b951-d872f2087c98
* libjingle roll 117:119grunell@chromium.org2012-03-012-6/+14
| | | | | | | | | 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
* * Remove the dependency to ws2_32.dll from talk_base::ThreadManager and ↵ronghuawu@chromium.org2012-03-018-39/+146
| | | | | | | | | | | | | | | talk_base::Thread. * Remove the denendency to the htons(), htonl(), ntohs(), ntohl(). * Implement inet_pton_v4 without using ws2. * Update the remoting_unittests. BUG=115501 TEST=Build and run webrtc test on Windows. Review URL: http://codereview.chromium.org/9455070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124434 0039d316-1c4b-4281-b951-d872f2087c98
* Add more files need to be changed to the overide folder.ronghuawu@chromium.org2012-02-283-0/+745
| | | | | | | | | | The original files are from libjinge r117. BUG=115501 TEST=N/A Review URL: https://chromiumcodereview.appspot.com/9476031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124023 0039d316-1c4b-4281-b951-d872f2087c98
* Add files needed to be changed to the overide folder.ronghuawu@chromium.org2012-02-264-0/+1482
| | | | | | | | | | | The original files are from libjinge r117. BUG=115501 TEST=N/A Review URL: http://codereview.chromium.org/9465037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123703 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling libjingle r117 to Chrome.mallinath@chromium.org2012-02-232-4/+6
| | | | | | | | | | 1. Changes to IpcNetworkManager, to handle immediate port allocation if network interfaces are already discovered. 2. Remove parsing of stun server address, as that's taken care in libjingle 3. Updates to .gyp file. Review URL: http://codereview.chromium.org/9372067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123304 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling libjingle r114mallinath@google.com2012-01-283-537/+3
| | | | | | | | | Delete overrides unixfilesystem.cc Update to DEPS Review URL: http://codereview.chromium.org/9296031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119602 0039d316-1c4b-4281-b951-d872f2087c98
* Enable support of srtp in libjingle.mallinath@google.com2012-01-282-121/+3
| | | | | | | | Delete unused config.h header from libjingle overrides. Review URL: http://codereview.chromium.org/9223031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119579 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling usage of native PeerConnection v2 in libjingle.grunell@chromium.org2012-01-281-11/+39
| | | | | | | | | | 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
* Roll webrtc 1538 and libjingle 112grunell@chromium.org2012-01-273-3/+543
| | | | | | | | This is in preparation for switching to PeerConnection v2. Review URL: https://chromiumcodereview.appspot.com/9297013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119505 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119441 - - Rolling libsrtp to chromium as part of libjinglegrunell@chromium.org2012-01-272-3/+121
| | | | | | | | | | | - Remove unused config.h Review URL: https://chromiumcodereview.appspot.com/9121042 TBR=grunell@chromium.org Review URL: https://chromiumcodereview.appspot.com/9297018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119445 0039d316-1c4b-4281-b951-d872f2087c98
* - Rolling libsrtp to chromium as part of libjinglegrunell@chromium.org2012-01-272-121/+3
| | | | | | | | - Remove unused config.h Review URL: https://chromiumcodereview.appspot.com/9121042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119441 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119364 - Rolling libsrtp in Chrometzik@chromium.org2012-01-272-3/+121
| | | | | | | | | | | | Enabling srtp in libjingle. Removing config.h as it's not used. Review URL: http://codereview.chromium.org/9234029 TBR=mallinath@google.com Review URL: https://chromiumcodereview.appspot.com/9223008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119375 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling libsrtp in Chromemallinath@google.com2012-01-272-121/+3
| | | | | | | | | Enabling srtp in libjingle. Removing config.h as it's not used. Review URL: http://codereview.chromium.org/9234029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119364 0039d316-1c4b-4281-b951-d872f2087c98
* Android libjingle work.jrg@chromium.org2012-01-261-14/+35
| | | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/9235038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119158 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to r108:ronghuawu@chromium.org2012-01-194-1640/+25
| | | | | | | | | | | | | | | | | | * Add app/webrtc. * Add examples/peerconnection. * Bug fixes. Roll webrtc to 1311. BUG=110255 TEST=build and unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118031 Review URL: http://codereview.chromium.org/9174012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118254 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 118031 - Roll libjingle to r108:ronghuawu@chromium.org2012-01-184-25/+1640
| | | | | | | | | | | | | | | | | | | * Add app/webrtc. * Add examples/peerconnection. * Bug fixes. Roll webrtc to 1311. BUG=110255 TEST=build and unit tests Review URL: http://codereview.chromium.org/9174012 TBR=ronghuawu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9253007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118058 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to r108:ronghuawu@chromium.org2012-01-184-1640/+25
| | | | | | | | | | | | | | | | * Add app/webrtc. * Add examples/peerconnection. * Bug fixes. Roll webrtc to 1311. BUG=110255 TEST=build and unit tests Review URL: http://codereview.chromium.org/9174012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118031 0039d316-1c4b-4281-b951-d872f2087c98
* This change updates the libjingle logging so that it writes to chromiums ↵hellner@google.com2012-01-173-300/+351
| | | | | | | | VLOG instead of its own logging mechanism. Review URL: http://codereview.chromium.org/8991010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117917 0039d316-1c4b-4281-b951-d872f2087c98
* A fix for the PeerConnection one way no video issue.ronghuawu@chromium.org2012-01-142-2/+1623
| | | | | | | | | BUG=N/A TEST=peerconnection test Review URL: http://codereview.chromium.org/9216002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117780 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling new libjingle revision 100 mallinath@google.com2011-12-152-1/+2
| | | | | | | | | | | | | - Add IPv6 support to talk_base::SocketAddress - Refactored PeerConnectionFactory interface - Bug fixes BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8914025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114543 0039d316-1c4b-4281-b951-d872f2087c98
* define OPENBSD and FREEBSD for libjingle in addition to BSDrobert.nagy@gmail.com2011-12-071-0/+20
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8825009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113311 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to 98:99. tommi@chromium.org2011-12-062-1/+12
| | | | | | | | | | | | | | | | - Refactoring and bug fixes - Remove global variables of class type. NOTE: I'm landing this for Ronghua since he's on leave. The change has already been reviewed here: http://codereview.chromium.org/8790011/ but I had to create a new issue in order to resolve merge conflicts. TBR=sergeyu Review URL: http://codereview.chromium.org/8802019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113086 0039d316-1c4b-4281-b951-d872f2087c98
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-221-2/+2
| | | | | | | | | | | | | this patch also adds a comment that describes why EAI_NODATA is disabled on FreeBSD BUG= TEST= TBR=wtc Review URL: http://codereview.chromium.org/8598010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111253 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to 93:95.ronghuawu@chromium.org2011-11-041-12/+13
| | | | | | | | | | | | | | | * Add window.h, webrtcvideocapturer and dummydevicemanager for peerconnection. * Reenable disabled parts of libjingle_peerconnection. * Exclude the devicemanager from the build. BUG=102012,102451 TEST=Compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108600 Review URL: http://codereview.chromium.org/8438059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108722 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 108600 - Roll libjingle to 93:94.wjia@chromium.org2011-11-041-13/+12
| | | | | | | | | | | | | | | | * Add window.h, webrtcvideocapturer and dummydevicemanager for peerconnection. * Reenable disabled parts of libjingle_peerconnection. * Exclude the devicemanager from the build. BUG=102012,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8438059 TBR=ronghuawu@chromium.org Review URL: http://codereview.chromium.org/8451018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108602 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to 93:94.ronghuawu@chromium.org2011-11-041-12/+13
| | | | | | | | | | | | | * Add window.h, webrtcvideocapturer and dummydevicemanager for peerconnection. * Reenable disabled parts of libjingle_peerconnection. * Exclude the devicemanager from the build. BUG=102012,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8438059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108600 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle 88:92sergeyu@chromium.org2011-11-013-120/+20
| | | | | | | | | | | | | | Beside other changes the new version of libjingle has thread-safe QName class and has all std::string and QName statics removed. BUG=94993,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8413059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108065 0039d316-1c4b-4281-b951-d872f2087c98
* Add the target to build peerconnection native in libjingle.gyp.ronghuawu@google.com2011-10-251-10/+40
| | | | | | | | | | TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107031 Review URL: http://codereview.chromium.org/8374014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107201 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 107031 - Breaks those on NewGit due to http://crbug.com/101448rsleevi@chromium.org2011-10-251-40/+10
| | | | | | | | | | | | | | | | | | | Add the target to build peerconnection native in libjingle.gyp. TEST=Unittests Review URL: http://codereview.chromium.org/8374014 TBR=ronghuawu@google.com Review URL: http://codereview.chromium.org/8375044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107065 0039d316-1c4b-4281-b951-d872f2087c98
* Add the target to build peerconnection native in libjingle.gyp.ronghuawu@google.com2011-10-251-10/+40
| | | | | | | | TEST=Unittests Review URL: http://codereview.chromium.org/8374014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107031 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more files (needed by webrtc/peerconnection) to libjingle targets.ronghuawu@google.com2011-09-271-3/+70
| | | | | | | | TEST=Unittests Review URL: http://codereview.chromium.org/8051017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103045 0039d316-1c4b-4281-b951-d872f2087c98
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-0/+3
| | | | | | | | | | | | | | is not a third party file. On my machine, this speeds up a full recompile of the 'chrome' target in Debug mode by about 18%. BUG=none TEST=it builds, existing tests pass Review URL: http://codereview.chromium.org/7706011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99949 0039d316-1c4b-4281-b951-d872f2087c98