Nils Ohlmeier [:drno]
|
8f2272e622
|
Bug 1060102 - added test cases for non trickle ICE offer-answer. r=bwc
|
2014-10-09 13:05:00 +02:00 |
|
Carsten "Tomcat" Book
|
bdea6f4ee5
|
Backed out changeset 46b2f793c2c9 (bug 1060102) for Linux x64 debug M-3 Test failures
|
2014-10-09 12:02:31 +02:00 |
|
Bob Owen
|
8e33029161
|
Bug 1067305: Conditionally disable media mochitests that won't run with the Windows content sandbox at low integrity. r=jmaher
|
2014-10-09 10:09:43 +01:00 |
|
Nils Ohlmeier [:drno]
|
ff803526fb
|
Bug 1060102 - added test cases for non trickle ICE offer-answer. r=bwc
|
2014-10-08 16:40:00 +02:00 |
|
Andrea Marchesini
|
1560ff52a9
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
|
2014-10-08 17:15:23 +01:00 |
|
Ryan VanderMeulen
|
566e49b6ff
|
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
|
2014-10-07 13:16:11 -04:00 |
|
Andrea Marchesini
|
946cf8e0e1
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
|
2014-10-07 15:20:55 +01:00 |
|
Valentin Gosu
|
f4e6cdcd4e
|
Bug 786419 - Part 5 - Check app offline status in PeerConnection.js r=rjesup
|
2014-08-23 02:16:51 +03:00 |
|
Peter Van der Beken
|
4b7e268d87
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
|
2014-10-07 11:44:49 +02:00 |
|
Wes Kocher
|
972fd1b5f4
|
Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE
|
2014-10-06 19:11:39 -07:00 |
|
Ryan VanderMeulen
|
6c567d93da
|
Merge inbound to m-c. a=merge
|
2014-10-03 16:00:09 -04:00 |
|
Andrew Osmond
|
c913330f80
|
Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz
|
2014-10-03 04:18:00 -04:00 |
|
Bob Owen
|
4452eb4d53
|
Bug 1067305 - Conditionally disable mochitests that won't run with the content sandbox at low integrity. r=jmaher
|
2014-10-01 15:01:22 +01:00 |
|
Jan-Ivar Bruaroey
|
8f35ac661a
|
Bug 1033885 - minor refactor of MediaManager::GetUserMedia to figure out privileged state itself. r=jesup
|
2014-09-30 19:17:53 -04:00 |
|
Nils Ohlmeier [:drno]
|
354e4e51c6
|
Bug 1072945 - stop trickle ICE if PeerConnections are closed. r=bwc
|
2014-09-26 14:34:00 +02:00 |
|
Byron Campen [:bwc]
|
150dc0d2c6
|
Bug 1073226: Check whether PC is closed before delivering events. r=mt
|
2014-09-26 16:02:46 -07:00 |
|
Byron Campen [:bwc]
|
d8452d2c05
|
Bug 1071207: Remove trickle ICE pref. r=mt
|
2014-09-29 10:17:07 -07:00 |
|
Nils Ohlmeier [:drno]
|
a94dc7f13d
|
Bug 1066775: fix end of ICE gathering expected r=spolk
|
2014-09-26 14:36:03 -07:00 |
|
Jan-Ivar Bruaroey
|
325a6a096e
|
Bug 1070076 - fixed createOffer options arg legacy-syntax-warning to not trip on absent arg. r=jesup
|
2014-09-19 15:25:06 -04:00 |
|
Randell Jesup
|
fa5130de56
|
Bug 1062876: refactor window iteration code for MediaManager r=jib
|
2014-09-19 17:24:28 -04:00 |
|
Nils Ohlmeier [:drno]
|
6a836f1c84
|
Bug 1063808 - fix offerRequiresVideo to request video instead of audio. r=jib
|
2014-09-16 19:49:00 +02:00 |
|
Daniel Holbert
|
9020fa69b0
|
Bug 1066703: Mark GetUserMediaCallbackMediaStreamListener::mMediaThread as permissably-unused in --disable-webrtc builds. r=jimm
|
2014-09-12 11:05:45 -07:00 |
|
Jim Mathies
|
57198fe6bf
|
Bug 1060738 - Switch to using chromium's Thread/tasks in MediaManager. On Windows, use MessagePumpForNonMainUIThreads for the background media thread. r=jesup
|
2014-09-12 09:49:39 -05:00 |
|
EKR
|
372953c8d4
|
Bug 1063730 - Require HTTPS for Screen/window sharing. r=mt,sstamm
|
2014-09-10 15:01:44 -07:00 |
|
Jan-Ivar Bruaroey
|
de97297042
|
Bug 1064088 - Deprecation warnings when required callbacks are missing. r=abr
|
2014-09-09 10:52:23 -04:00 |
|
Jan-Ivar Bruaroey
|
8fc9788c04
|
Bug 1063808 - Support old constraint-like RTCOfferOptions for a bit. r=smaug, r=abr
|
2014-09-09 01:12:24 -04:00 |
|
Ahmed Kachkach
|
84b3c16add
|
Bug 1063099 - Include IPC tests filenames in logs. r=ahal
|
2014-09-09 08:01:00 -04:00 |
|
Nils Ohlmeier [:drno]
|
e33c5f432a
|
Bug 1060103 - Add trickle ICE support for steeplechase. r=ted
|
2014-09-08 04:53:00 -04:00 |
|
Alfredo Yang
|
0c6f6b4ed5
|
Bug 1054905 - Use takePhotoComplete callback on B2G. r=roc
|
2014-09-09 00:17:00 +02:00 |
|
Randell Jesup
|
0751d5228c
|
Bug 1063971: Allow SetRemoteDescription to omit callbacks again r=jib
|
2014-09-07 12:08:49 -04:00 |
|
Jan-Ivar Bruaroey
|
ffd8bb9a0a
|
Bug 1062981 - Disable bfcache for pages active MediaManager. r=smaug, r=jesup
|
2014-09-05 16:02:54 -04:00 |
|
Randell Jesup
|
108ea34872
|
Bug 1049583: comment-only fix for screensharing whitelist rs=jesup DONTBUILD
|
2014-09-05 09:43:39 -04:00 |
|
Josh Aas
|
9a21278a8e
|
Bug 1062715 - remove Chromium event recorder, memory debug, simple thread, drag and drop code. rs=bent
|
2014-09-03 23:56:40 -05:00 |
|
Mike Hommey
|
92deb5899a
|
Bug 1059113 - Use templates for shared libraries and frameworks. r=gps
Also force to use the existing template for XPCOM components.
|
2014-09-04 09:04:45 +09:00 |
|
Mike Hommey
|
8fd95ad480
|
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
|
2014-09-03 14:10:54 +09:00 |
|
Jan-Ivar Bruaroey
|
ef5275232a
|
Bug 1060708 - Detect user and environment cameras on Android. r=gcp,blassey,snorp
|
2014-08-29 20:38:09 -04:00 |
|
Ehsan Akhgari
|
80e34a12ae
|
Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc
--HG--
extra : rebase_source : 14da50f7d2e37e04452445dea575ea4d582e8efd
|
2014-08-31 23:50:23 -04:00 |
|
Matthew A. Miller
|
dca32055de
|
Bug 1059295 - sending the getUserMedia:revoke notification with the "screen:" prefix doesn't stop app sharing r=jesup
|
2014-08-28 16:44:27 -06:00 |
|
Byron Campen [:bwc]
|
910223233f
|
Bug 991037 - Part 2: Convert over to full trickle, which allows some simplification of code, and makes the following work much easier. r=mt
|
2014-08-07 10:20:26 -07:00 |
|
Byron Campen [:bwc]
|
ea2f4c3168
|
Bug 991037 - Part 1: Simplify the command-queueing logic in pc.js, and make it less racy. r=mt
|
2014-08-06 16:53:07 -07:00 |
|
Nils Ohlmeier [:drno]
|
01380c83b8
|
Bug 1041832: add support for trickle ICE to mochitests r=bwc
|
2014-08-28 13:36:00 -07:00 |
|
Nils Ohlmeier [:drno]
|
091dc07b6d
|
Bug 1059867: disable WebRTC tests for B2G r=bwc
|
2014-08-28 09:41:00 -07:00 |
|
Jan-Ivar Bruaroey
|
5743406adc
|
Bug 1032839 - test that addTrack returns sender. r=drno
|
2014-08-27 15:44:51 -04:00 |
|
Jan-Ivar Bruaroey
|
3152521104
|
Bug 1055378 - Tightened test of getStats w/track arg. r=drno
|
2014-08-22 12:21:45 -04:00 |
|
Jan-Ivar Bruaroey
|
7d1b84ad7e
|
Bug 1055378 - Adds RTCRTPStreamStats.mediaType + test of getStats w/track arg. r=smaug,drno,jesup
|
2014-08-21 17:14:12 -04:00 |
|
Randell Jesup
|
22e10312df
|
Bug 1057955: Stop the backend capture when the MSG track is stopped r=jib
|
2014-08-27 01:03:50 -04:00 |
|
Randell Jesup
|
5a13efae80
|
Bug 1057006: split window and app sharing reports so the UI can handle them separately, r=jib.
|
2014-08-25 11:01:19 -04:00 |
|
Matthew A. Miller
|
23971b4d05
|
Bug 1036653 - updates to basic framework for app sharing, r=jesup,gcp
|
2014-08-20 16:05:23 -06:00 |
|
Ahmed Kachkach
|
73952a9c51
|
Bug 1057558 - Fix IPC test results not being reported in first iframe. r=drno
|
2014-08-26 15:53:00 +02:00 |
|
Carsten "Tomcat" Book
|
ef13e7eb48
|
Backed out changeset 572c610328c6 (bug 1036653)
|
2014-08-27 09:20:40 +02:00 |
|