Commit Graph

768 Commits

Author SHA1 Message Date
Matthew A. Miller
f29839ae1a 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]
cc70d5fa02 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]
a0343d1217 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]
e6dfad56b3 Bug 1041832: add support for trickle ICE to mochitests r=bwc 2014-08-28 13:36:00 -07:00
Nils Ohlmeier [:drno]
1d43b484b0 Bug 1059867: disable WebRTC tests for B2G r=bwc 2014-08-28 09:41:00 -07:00
Jan-Ivar Bruaroey
2599f43fe6 Bug 1032839 - test that addTrack returns sender. r=drno 2014-08-27 15:44:51 -04:00
Jan-Ivar Bruaroey
3efc86f45d Bug 1055378 - Tightened test of getStats w/track arg. r=drno 2014-08-22 12:21:45 -04:00
Jan-Ivar Bruaroey
7eacf83462 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
f4e1c39bb7 Bug 1057955: Stop the backend capture when the MSG track is stopped r=jib 2014-08-27 01:03:50 -04:00
Randell Jesup
4ea3a104aa 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
6830ad82b2 Bug 1036653 - updates to basic framework for app sharing, r=jesup,gcp 2014-08-20 16:05:23 -06:00
Ahmed Kachkach
6b3a8a8b37 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
d32ff1dfee Backed out changeset 572c610328c6 (bug 1036653) 2014-08-27 09:20:40 +02:00
Carsten "Tomcat" Book
3717cdb2c7 Backed out changeset 0edf5afdc13c (bug 1057955) 2014-08-27 08:40:09 +02:00
Matthew A. Miller
33a2f4ae68 Bug 1036653 - updates to basic framework for app sharing, r=jesup,gcp 2014-08-20 16:05:23 -06:00
Randell Jesup
4155ccb42b Bug 1058829: enable users to enable window/screensharing on WinXP and 10.6 via pref r=jib 2014-08-27 01:09:38 -04:00
Jan-Ivar Bruaroey
38006e8a4a Bug 1032839 - update RtpSender.track when replaceTrack succeeds r=jesup 2014-08-26 19:31:51 -04:00
Randell Jesup
cb5632ec09 Bug 1057955: Stop the backend capture when the MSG track is stopped r=jib 2014-08-27 01:03:50 -04:00
Wes Kocher
d10230338d Backed out changeset 1ed271ffb59c (bug 786419) bug causing bug 786419 a=backout 2014-08-26 16:34:46 -07:00
Carsten "Tomcat" Book
ccc3f2a19e Backed out changeset 324833b27740 (bug 1054706) for the suspicion of causing frequent e10s m3 test failures 2014-08-26 10:59:17 +02:00
EKR
c20d95b943 Bug 1054704. Generate an IDR NAL for fake H.264 r=jesup 2014-08-21 10:09:38 -07:00
Randell Jesup
2ffe08eee2 Bug 1054706: Test for painted frames to verify video is flowing in webrtc mochitests r=drno 2014-08-22 18:11:21 -04:00
Randell Jesup
f9ab847e99 Bug 1032839: Backend support for PeerConnection ReplaceTrack() r=padenot,jib 2014-08-25 21:20:44 -04:00
Jan-Ivar Bruaroey
838b08d7a0 Bug 1032839 - replaceTrack API. r=smaug, r=jesup 2014-08-15 01:33:09 -04:00
Ryan VanderMeulen
e1772e9f6b Merge m-c to fx-team. a=merge
CLOSED TREE
2014-08-25 12:54:46 -04:00
Qeole
158c324a97 Bug 1045209 - Updating tests for new OpenH264 plugin path handling. r=unfocused,ted,jmaher 2014-08-25 17:23:34 +02:00
Florian Quèze
3236b7aaa6 Bug 1056172 - the recording-window-ended notification isn't reliably fired, r=jesup. 2014-08-22 12:21:48 +02:00
Randell Jesup
74c0fb3f1e Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib 2014-08-22 10:27:16 +01:00
Nigel Babu
87b08f33a5 Backed out 2 changesets (bug 1050802) for bustage, CLOSED TREE
Backed out changeset c365e93b8e42 (bug 1050802)
Backed out changeset 7e35629e7cdb (bug 1050802)
2014-08-22 12:53:32 +05:30
Randell Jesup
3071e9efa1 Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib 2014-08-22 01:29:21 -04:00
Daniel Holbert
94d9d2db33 Bug 1020661: Ignore GCC warning Wunused-local-typedefs inside of webrtc's scoped_ptr.h header. r=jesup 2014-08-20 14:56:12 -07:00
Bobby Holley
3f0858f342 Bug 951991 - Assert against calling GetCurrentInnerWindow on an inner. r=smaug
The current convention is that this returns null when invoked on an inner, which
callers may or may not handle correctly. But when we start using GetEntryGlobal,
we'll end up with a lot of inners where we used to get outers, so we should get
strict about this now.
2014-08-19 12:02:05 -07:00
Jan-Ivar Bruaroey
20328fdf5c Bug 1032835 - add/removeStream now implemented with addTrack/removeTrack. r=jesup, r=smaug 2014-08-15 14:53:14 -04:00
Jan-Ivar Bruaroey
2114490617 Bug 1032835 - addTrack/removeTrack on-top of existing implementation. r=smaug, r=jesup 2014-08-13 21:40:54 -04:00
Jan-Ivar Bruaroey
a95040d7a7 Bug 1032835 - RTCRtpSender webidl. r=smaug 2014-08-13 21:40:41 -04:00
Nils Ohlmeier [:drno]
e69648ebf6 Bug 1057621: remove default STUN server from mochitests r=bwc 2014-08-24 09:10:04 -04:00
Valentin Gosu
077e9036e0 Bug 786419 - Provide way to "set network offline" per app r=jduell 2014-08-23 06:05:56 +03:00
Bobby Holley
e70ddb7476 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 18:47:15 -07:00
Ryan VanderMeulen
30ae466592 Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage. 2014-08-14 17:23:10 -04:00
Bobby Holley
3e4d70a655 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 12:54:34 -07:00
Ryan VanderMeulen
c188c767bb Bug 1047842 - Remove assertion annotations that are no longer needed. 2014-08-14 10:29:29 -04:00
Ted Mielczarek
95991ba24f bug 1049106 - always build gmp-fake. r=gps 2014-08-11 07:46:46 -04:00
Nils Ohlmeier [:drno]
dcf29e9246 Bug 1050851 - Add long running steeplechase tests from the sunny day QA lab environment. r=gmealer 2014-08-08 10:57:00 -04:00
Nils Ohlmeier [:drno]
dcbd1e34b6 Bug 1049684 - Fix SDP verification to be able to run on steeplechase environment. r=bwc 2014-08-06 14:53:00 -04:00
Paul Kerr [:pkerr]
821014490e Bug 1049583 - Allow sub-domain wildcard on ScreenSharing domain whitelist patterns. r=ethanhugg, r=mt 2014-08-07 15:12:26 -07:00
Shih-Chiang Chien
b48b057bb2 Bug 1045975 - Use nsIDOMWindowUtils.askPermission in all types of permission request. r=smaug
--HG--
extra : rebase_source : 4a6a3c484373759b6d553e4821f3c43af41d0239
2014-08-01 15:22:20 +08:00
Ehsan Akhgari
7257b2f870 Bug 579517 follow-up: Remove NSPR types that crept in 2014-08-08 08:39:07 -04:00
Ryan VanderMeulen
82ac6c981d Backed out changeset 8b44017765ac (bug 1045975) for Windows non-unified bustage.
CLOSED TREE
2014-08-07 15:13:54 -04:00
Ryan VanderMeulen
e173e0484c Bug 1041369 - Bump expected assertions up to 3 max. 2014-08-07 13:13:01 -04:00
Shih-Chiang Chien
afd195982e Bug 1045975 - Use nsIDOMWindowUtils.askPermission in all types of permission request. r=smaug 2014-08-01 15:22:20 +08:00