| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10533047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141056 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10536016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140708 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10209008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134065 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
* 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 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|