Birunthan Mohanathas
504b581650
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Jan-Ivar Bruaroey
dc758ea8d1
Bug 907352 - Part 6: Change media.navigator.video.default_width to 0. r=mt
2014-04-24 19:30:08 -04:00
Jan-Ivar Bruaroey
398687e6de
Bug 907352 - Part 5: Wiring for width/height/frameRate gUM constraints. r=mt
2014-04-18 15:15:10 -04:00
Jan-Ivar Bruaroey
27c5ae175d
Bug 907352 - Part 4: Normalized constraints to relieve downstream width/height/frameRate implementation. r=mt
2014-04-18 15:16:08 -04:00
Jan-Ivar Bruaroey
986249d24d
Bug 907352 - Part 3: WebIDL for width/height/frameRate gUM constraints. r=mt
2014-04-18 15:14:44 -04:00
Jan-Ivar Bruaroey
7a7b436da1
Bug 907352 - Part 2: Backwards-compatible facingMode constraint on mobile. r=mt, r=drno
2014-04-18 15:14:23 -04:00
Jan-Ivar Bruaroey
c601ff3ab9
Bug 907352 - Part 1: Update to most recent constraints syntax. r=mt
2014-04-18 14:00:16 -04:00
Byron Campen [:bwc]
94608c67c8
Bug 970734 - Part 1: When ICE fails, log a pointer to about:webrtc in the JS console. r=jib
2014-04-10 10:33:08 -07:00
Jan Beich
f34bd92e17
Bug 996433 - Sprinkle MOZ_WEBRTC ifdefs to unbreak --disable-webrtc after bug 694814. r=jesup
2014-04-21 09:15:34 +02:00
Ryan VanderMeulen
d503f72d54
Backed out changesets d8d01c95be03 and 5fa0c8f5ccb2 (bug 907352) for Linux64 mochitest-3 crashes.
2014-04-18 11:22:21 -04:00
Jan-Ivar Bruaroey
c231f8dafe
Bug 907352 - Part 2: Backwards-compatible facingMode constraint on mobile. r=mt, r=drno
2014-04-17 12:37:13 -04:00
Jan-Ivar Bruaroey
2bbfbe3315
Bug 907352 - Part 1: Update to most recent constraints syntax. r=mt
2014-04-18 03:23:29 -04:00
Nils Ohlmeier [:drno]
eda0ff85ea
Bug 989936 - fire the onsignalingstatechanged event if close was called locally. r=jesup
2014-04-16 18:02:00 +02:00
Nicholas Nethercote
a9f4bca02b
Bug 996989 - Remove unneeded import of PopupNotifications.jsm in PeerConnection.js. r=jib.
2014-04-16 21:09:02 -07:00
Carsten "Tomcat" Book
b5fc89d249
Backed out changeset e6c72bcaa64c (bug 942367)
2014-04-16 09:54:31 +02:00
Martin Thomson
43558d920e
Bug 942367 - Stream isolation for WebRTC. r=jib,bholley
2014-04-15 14:36:00 +02:00
Randell Jesup
44384d2552
Bug 993495: Update MediaManager UI r=jesup,florian,smaug
2014-04-16 02:22:19 -04:00
Kyle Huey
bb4b172be0
Bug 994971: Don't export nsObserverService.h. r=bsmedberg
...
--HG--
extra : rebase_source : cd5aa136075086a10cfa03d937743d8a5471fd6c
2014-04-14 12:04:27 -07:00
Ryan VanderMeulen
f6d009af86
Backed out changeset e2d5b2be4142 (bug 994971) for non-unified bustage.
...
CLOSED TREE
2014-04-14 18:27:52 -04:00
Kyle Huey
54f8bae9b6
Bug 994971: Don't export nsObserverService.h. r=bsmedberg
2014-04-14 12:04:27 -07:00
Martin Thomson
c26fcf428f
Bug 980648 - Bump IdP timeout up. r=drno
2014-04-09 11:12:06 -07:00
Randell Jesup
87719de66a
Bug 694814: Patch 6 - Change gUM prefs to media.getusermedia.*, groundwork for in-call changes r=jib
2014-04-02 13:58:20 -04:00
Randell Jesup
0d309498a3
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
be10a847d3
Bug 694814: Patch 4 - Add audio playout delay config var r=padenot
2014-04-02 13:58:19 -04:00
Carsten "Tomcat" Book
dad7119019
Backed out changeset 5dbda270ef93 (bug 970734) for causing B2G ICS Emulator Opt mochitest-5 test failure on a CLOSED TREE
2014-04-10 11:35:40 +02:00
Byron Campen [:bwc]
d4ddd92aa7
Bug 970734 - Part 1: When ICE fails, log a pointer to about:webrtc in the JS console. r=jib
2014-04-08 14:22:54 -07:00
Martin Thomson
c9ab748a7b
Bug 959870 - Fixing some JavaScript abuses. r=bwc
2014-04-08 14:26:00 +02:00
Martin Thomson
5e784a518e
Bug 959870 - Error reporting improvements to WebRTC IdP. r=jib
2014-04-08 14:26:00 +02:00
Boris Zbarsky
fdbb455d4f
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
3f26a82832
Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
...
This patch was mostly generated with this command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""
plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Ryan VanderMeulen
56745df22c
Backed out changeset 27578e0cf97f (bug 959870) for webrtc test bustage.
2014-04-08 15:30:31 -04:00
Martin Thomson
2ac58150d3
[PATCH] Bug 959870 - Error reporting improvements to WebRTC IdP r=jib
...
From e1fce543ab34ddd69bb8f8efde56c45bddaa1152 Mon Sep 17 00:00:00 2001
---
dom/events/test/test_all_synthetic_events.html | 6 +-
dom/media/IdpProxy.jsm | 10 +-
dom/media/PeerConnection.js | 31 ++----
dom/media/PeerConnectionIdp.jsm | 124 +++++++++++++--------
dom/media/tests/identity/identityevent.js | 15 +++
dom/media/tests/identity/idp-proxy.js | 10 +-
dom/media/tests/identity/mochitest.ini | 1 +
.../tests/identity/test_getIdentityAssertion.html | 30 +++--
dom/media/tests/identity/test_idpproxy.html | 7 --
.../tests/identity/test_setIdentityProvider.html | 25 ++++-
.../test_setIdentityProviderWithErrors.html | 72 +++++++++---
dom/media/tests/mochitest/pc.js | 22 +++-
dom/webidl/RTCPeerConnection.webidl | 7 +-
.../RTCPeerConnectionIdentityErrorEvent.webidl | 23 ++++
dom/webidl/moz.build | 1 +
modules/libpref/src/init/all.js | 108 +++++++++---------
16 files changed, 316 insertions(+), 176 deletions(-)
create mode 100644 dom/media/tests/identity/identityevent.js
create mode 100644 dom/webidl/RTCPeerConnectionIdentityErrorEvent.webidl
2014-03-14 11:26:19 -07:00
Randell Jesup
37aaff9726
Backed out changeset 74e5c32c6fa2 (bug 694814)
2014-04-07 15:37:51 -04:00
Randell Jesup
cfc12f48eb
Backed out changeset 6dc08e9fc7e8 (bug 694814)
2014-04-07 15:37:50 -04:00
Randell Jesup
6672f86997
Backed out changeset 1cf98d1c6b75 (bug 694814)
2014-04-07 15:37:49 -04:00
Jan-Ivar Bruaroey
5198d30d69
Bug 916012 - Clean up gUM to use webidl unions and filter by media-type. r=bz, r=bwc
2014-04-04 05:54:25 -04:00
Randell Jesup
d4e6f0a16b
Bug 694814: Patch 6 - Change gUM prefs to media.getusermedia.*, groundwork for in-call changes r=jib
2014-04-02 13:58:20 -04:00
Randell Jesup
fe864bc4dd
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
c494421e10
Bug 694814: Patch 4 - Add audio playout delay config var r=padenot
2014-04-02 13:58:19 -04:00
Nils Ohlmeier [:drno]
cd81bd6a00
Bug 991368 - Avoid exception on calling close() twice. r=abr, r=jesup
2014-04-04 08:34:25 -04:00
Nils Ohlmeier [:drno]
ed5c76a3af
Bug 989047 - increase canplaythrough timeouts to accomodate B2G slowness. r=jesup
2014-04-03 18:11:00 +02:00
Nils Ohlmeier [:drno]
a284708e73
Bug 965656 - properly close() PC's when no longer used. r=jesup
2014-04-03 10:56:00 +02:00
Neil Rashbrook
88a9233a1e
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-04-03 23:06:26 +01:00
Carsten "Tomcat" Book
0636f0c304
Backed out changeset 08d032cb14a9 (bug 965656) for B2G ICS Emulator Opt M7 Test Failures
2014-04-03 13:47:52 +02:00
Nils Ohlmeier [:drno]
2e27b2757c
bug 965656 - properly close() PC's when no longer used. r=jesup
2014-04-02 13:56:00 +02:00
Randell Jesup
93614a0e20
Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
2014-04-02 17:11:12 -04:00
Randell Jesup
90d2a6cc51
Bug 694814: Patch 6 - Change gUM prefs to media.getusermedia.*, groundwork for in-call changes r=jib
2014-04-02 13:58:20 -04:00
Randell Jesup
54427b9318
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
7024ecf09f
Bug 694814: Patch 4 - Add audio playout delay config var r=padenot
2014-04-02 13:58:19 -04:00
Phil Ringnalda
7e188029e3
Merge b-i to m-c
2014-03-29 09:18:08 -07:00
Edgar Chen
0c858f8485
Bug 978709 - 4.h/6: NetworkInterfaceListService changes. r=vicamo
2014-03-29 15:18:25 +08:00
Boris Zbarsky
9553dba3d6
Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley
2014-03-29 01:45:10 -04:00
David Clarke
d84efdf57d
Bug 987548 - Reduces the number of tests ran through ipc, to reduce intermittency. r=schien
2014-03-27 22:28:00 +01:00
Martin Thomson
e4977f68e1
Bug 985762 - Remove displayname from IdP protocol. r=jib
2014-03-20 15:49:33 -07:00
Ryan VanderMeulen
d9d827e562
Merge inbound to m-c.
2014-03-26 20:58:31 -04:00
Randell Jesup
d7a2db866a
Bug 986764: don't leak a thread for every getUserMedia doorhanger r=jib
2014-03-26 17:57:46 -04:00
Martin Thomson
1811d70926
Bug 976692 - Add IdP caching. r=jib
...
CLOSED TREE
2014-03-14 11:25:37 -07:00
Jason Smith
7c3273565c
Bug 985274 - Ensure generated callback function handles string objects. r=drno
2014-03-24 20:57:15 -07:00
Martin Thomson
3108d96efa
Bug 970606 - Add username to setIdentityProvider. r=jib
2014-03-14 11:25:33 -07:00
Nils Ohlmeier [:drno]
dcedc153cd
Bug 977944: dump mochitest log file in case of ICE failure r=bwc
2014-03-26 11:16:17 -07:00
Jessica Jong
e588a7fc25
Bug 984327 - Part 2: Modify test cases for dun. r=vicamo
2014-03-19 08:39:00 -04:00
Jan-Ivar Bruaroey
2971ef103f
Bug 970682 - Add RTT to about:webrtc. r=bwc
2014-03-14 15:22:30 -04:00
Nils Ohlmeier [:drno]
482546dee4
Bug 977944 - Dump SDP offer and aswer for debugging ICE connection failures. r=bwc
2014-03-15 17:11:11 -04:00
Jan-Ivar Bruaroey
ea6669db65
Bug 970686 - Weaken rtcp timestamp tests on XP to avoid clock drift. r=philor
2014-03-15 00:26:59 -04:00
Kyle Huey
c547e55be7
Bug 967364: Replace crazy already_AddRefed handling with something reasonable. r=jesup
2014-03-15 12:00:15 -07:00
Jan-Ivar Bruaroey
f75763f4b5
Bug 970686: Outbound getStats: Fixed RTCP timestamps and remote packets/bytes received. r=jesup
2014-03-14 14:34:02 -04:00
Bill McCloskey
d960718b48
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
62d61f05a8
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
cff466f79f
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
624ffda758
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Nils Ohlmeier [:drno]
19c5017b0b
Bug 981156 - iceConnectionState is not a callable function. r=jesup
2014-03-13 09:18:32 -04:00
Gian-Carlo Pascutto
be0200562d
Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup
2014-03-13 11:05:27 +01:00
Jan-Ivar Bruaroey
7ba42e310b
Bug 980497 - Temporarily mute test. r=jesup
2014-03-07 14:01:13 -05:00
Vaibhav Agarwal
b192b2603d
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
2014-03-06 13:42:43 -05:00
Jan-Ivar Bruaroey
676e55f2f6
Bug 970686 - RTP/RTCP stats tests. r=drno
2014-03-04 20:11:36 -05:00
Nathan Froyd
48dafcbc9b
Bug 968836 - fix a few already_AddRefed members in MediaManager.cpp; r=jesup
2014-03-05 17:58:13 -08:00
Wes Kocher
90d6c611e8
Backed out changeset 3a5a9d48b90c (bug 968836) for m-bc bustage
2014-03-05 18:44:33 -08:00
Nathan Froyd
18737cb763
Bug 968836 - fix a few already_AddRefed members in MediaManager.cpp; r=jesup
2014-03-05 17:58:13 -08:00
Byron Campen [:bwc]
5e681f0afc
Bug 958221 - Part 3: New webidl for WebrtcGlobalInformation, c++ impl, and removing logging-related stuff from PeerConnectionImpl. r=jib
2014-02-20 09:35:35 -08:00
Nils Ohlmeier [:drno]
3d1400270b
Bug 976182 - Handle initial ICE connection state failed in tests properly. r=bwc
2014-03-04 13:51:37 -05:00
Ryan VanderMeulen
538aa9375d
Bug 950266 - Re-enable the WebRTC tests disabled for nuwa issues r=jesup,ryanvm
2014-02-07 17:29:17 -05:00
Martin Thomson
f90f115eeb
Bug 958741 - Add IDN support to peerIdentity name validation. r=abr
2014-01-23 06:22:12 +01:00
Martin Thomson
55a126efdf
Bug 884573 - Part 2: Identity assertion generation and verification for WebRTC. r=abr
2014-02-10 14:41:46 -08:00
Ryan VanderMeulen
0a359611a1
Merge m-c to inbound.
2014-02-25 15:28:35 -05:00
Carsten "Tomcat" Book
ba5a0fa512
Merge mozilla-central to fx-team on a CLOSED TREE
2014-02-25 15:42:32 +01:00
Carsten "Tomcat" Book
3d4f8f1aaf
merge b2g-inbound to mozilla-central
2014-02-25 14:30:13 +01:00
Florian Quèze
4f48223aa5
Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss.
2014-02-25 12:50:42 +01:00
Florian Quèze
2f95181699
Bug 975177 - The WebRTC toolbar icon sometimes stays visible when no device is shared, r=jesup.
2014-02-24 16:33:32 +01:00
"Martin Thomson [:mt]"
8ad6ce30c4
Bug 878941 - Add IdP proxy for WebRTC. r=abr
2014-02-20 16:26:16 -08:00
Phil Ringnalda
ec10a1eee2
Back out cbd2e8c512f6 (bug 968836) for hidden bustage
2014-02-22 20:13:27 -08:00
Nathan Froyd
01827d6050
Bug 968836 - fix a few already_AddRefed members in MediaManager.cpp; r=jesup
2014-02-06 10:45:00 -05:00
Shih-Chiang Chien
43426d33df
Bug 898949 - Part 2, add available devices in the options of media permission request. r=jesup,jib.
2013-09-10 17:44:38 +02:00
Bobby Holley
f1cdaa0e45
Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz
2014-02-24 14:40:21 -08:00
Nils Ohlmeier [:drno]
46f5d5506d
Bug 971830 - Utilize getAudioTracks() for naming remote streams. r=whimboo
2014-02-18 09:47:54 -05:00
Jan-Ivar Bruaroey
f3c6621dae
Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup
2014-02-14 11:32:58 -08:00
Phil Ringnalda
c36c6ce913
Merge b-i to m-c
2014-02-15 10:01:36 -08:00
Vaibhav Agarwal
81f1ea0a18
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-02-15 04:53:02 -05:00
Mike Habicher
cb7b7f75e6
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
2014-02-14 17:41:07 -05:00
Ryan VanderMeulen
e9ea81449f
Backed out changeset e1d1542ff35c (bug 949907) for robocop failures.
...
CLOSED TREE
2014-02-14 13:38:04 -05:00
Jan-Ivar Bruaroey
811a92d356
Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup
2014-02-13 15:32:17 -08:00
Ryan VanderMeulen
ee17cd233e
Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail.
2014-02-14 08:27:44 -05:00
Mike Habicher
b8dfc21206
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
2014-02-14 00:28:57 -05:00
Phil Ringnalda
608d5cbbe0
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
2014-02-10 19:09:23 -08:00
Mike Habicher
f2e6cb2def
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
...
* * *
Debugging the rotation issue with new camera.js
* * *
Fix the occasionally-invalid MOZ_ASSERT on GonkCameraControl.cpp:844
2014-02-10 17:53:19 -05:00
Alfredo Yang
4ed8628dbb
Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith
2014-02-09 15:34:40 -05:00
Fabrice Desré
c628005ef0
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Jon Coppeard
cd6056507e
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Carsten "Tomcat" Book
3ff2c54041
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
2014-01-31 12:11:23 +01:00
Jon Coppeard
b65a90b42b
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Jan-Ivar Bruaroey
8491906784
Bug 947665 - RTCP stats in getStats and about:webrtc. r=jesup
2014-01-21 14:00:06 -05:00
Ryan VanderMeulen
7aa1d694bd
Merge b2g-inbound to m-c.
2014-01-23 15:39:44 -05:00
Jan-Ivar Bruaroey
9a1dc4f3aa
Bug 961802: Plugged leak in getUserMedia Denied code-path. r=jesup
2014-01-22 16:43:34 -05:00
Shih-Chiang Chien
f25ed71e97
Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith.
2014-01-10 19:39:18 +08:00
Ms2ger
e05f12c82f
Bug 956862 - Move some mochitests to manifests; r=mshal
2014-01-20 08:58:27 +01:00
Terrence Cole
20431f8abe
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz
...
--HG--
extra : rebase_source : 8e1ff566f47795cd82e3f4c0a6fa37b88e7847b4
2014-01-17 10:08:51 -08:00
Byron Campen [:bwc]
553bbe4fb4
Bug 908923 - Part 2: Add a button to dump the entire rlog ringbuffer to about:webrtc. r=abr
2013-11-25 14:38:41 -08:00
Byron Campen [:bwc]
37aa05bfba
Bug 906990: Part 14. Catch exceptions thrown by getStats, since this can fail in fairly innocuous circumstances. Also, do a better job of error reporting when the stats API is used on a closed PeerConnection. r=jib
2014-01-09 16:03:19 -08:00
Byron Campen [:bwc]
2a0a056731
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr, r=jib
2014-01-14 08:48:27 -08:00
Ryan VanderMeulen
3c83f654a4
Backed out changesets bb7097d12256, 5e6c7217e92a, and 6779278f87df (bug 884573) and changeset 30e1a793fbf9 (bug 878941) for Cpp unit test failures.
2014-01-14 11:43:48 -05:00
Martin Thomson
c9a5f8d774
Bug 884573 - Split identity event into two. r=abr
2013-12-20 17:14:29 -08:00
Martin Thomson
91f5c455c6
Bug 884573 - Identity assertion generation and verification for WebRTC. r=abr
2013-12-20 14:55:59 -08:00
Martin Thomson
defc49d86e
Bug 878941 - Add IdP proxy code with tests. r=abr
2013-12-18 16:15:40 -08:00
Ryan VanderMeulen
dc3963f749
Backed out changesets f04c846c7492, 9bc5c5a8554e, and a4f2af4617da (bug 906990) for WebRTC mochitest failures.
...
CLOSED TREE
2014-01-13 10:53:40 -05:00
Byron Campen [:bwc]
5f879bcd8d
Bug 906990: Part 14. Catch exceptions thrown by getStats, since this can fail in fairly innocuous circumstances. Also, do a better job of error reporting when the stats API is used on a closed PeerConnection. r=ekr, r=jib
2014-01-09 16:03:19 -08:00
Byron Campen [:bwc]
964f17db7e
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr
2014-01-10 13:21:39 -08:00
Trevor Saunders
64d5d5a8ed
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
2014-01-06 17:34:15 -05:00
Jan-Ivar Bruaroey
db8afa5063
Bug 919244 - Leakproof gUMRunnable + OnNavigation cleanup of MediaManager::mActiveCallbacks. r=jesup
2014-01-08 16:51:33 -05:00
Jan-Ivar Bruaroey
1eebc9f2b6
Bug 950855 - Create basic getStats mochitest. r=jsmith
2014-01-07 10:35:06 -05:00
Jan-Ivar Bruaroey
984b83fa97
Bug 950855 - Spec-compliant enumeration of RTCStatsReport. r=bz
2013-12-19 10:34:39 -05:00
Ehsan Akhgari
eaa7491d77
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Nils Ohlmeier [:drno]
7215be83c0
Bug 951892 - Adding ICE Connection state checks to PeerConnection Mochitests r=abr
2013-12-20 14:00:00 -06:00
Adam Roach [:abr]
1fce516c99
Bug 784491 - Part 1: Add constraints to addStream r=jib
2013-12-18 13:54:23 -06:00
Suhas Nandakumar
7648f1e541
Bug 934667 - Add preferences to enable loopback devices. r=jesup
2013-11-11 02:39:54 -08:00
Randell Jesup
9e71dcb1bc
Bug 853356: backout p2
2013-12-10 01:03:23 -05:00
Carsten "Tomcat" Book
b0cb202aed
Backed out changeset 1d72742584ad (bug 945614) per Bug 853356 comment 209
2013-12-10 08:38:43 +01:00
Wes Kocher
fc60a8717e
Backed out changeset 144cec97320a (bug 853356) despite the CLOSED TREE
2013-12-09 16:33:28 -08:00
Alfredo Yang
f0bf98ce30
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
2013-12-09 09:35:03 -05:00
Phil Ringnalda
31ef9a4e42
Merge m-c to b-i
2013-12-07 08:28:10 -08:00
Wes Kocher
871ed2b150
merge m-c to b2g-inbound
2013-12-06 20:49:02 -06:00
Randell Jesup
523a95d999
Bug 947429: add prefs that let us disable gum video and peerconnection video r=jib
2013-12-06 18:43:02 -05:00
Phil Ringnalda
9c587812e8
Back out d5d23d937ffc (bug 947429) on suspicion of breaking gaia-ui-test
2013-12-06 19:50:54 -08:00
Randell Jesup
33d6cb846a
Bug 945614: Don't track windowIDs in MediaEngine for B2G r=mikeh,schien
2013-12-06 17:38:52 -05:00
Alfredo Yang
e87956b07b
Bug 853356 - Part2 Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup
2013-12-06 17:38:51 -05:00
Randell Jesup
52d3b0d094
Bug 947429: add prefs that let us disable gum video and peerconnection video r=jib
2013-12-06 18:43:02 -05:00
Randell Jesup
1835dc3154
bug 943898: Add ice state checking to webrtc mochitest framework r=ekr,jsmith
2013-12-05 18:10:21 -05:00
Byron Campen [:bwc]
d2ae837ae8
Bug 943898: Fixed an important iceState -> iceConnectionState replacement and a few less-important ones. r=abr
2013-11-27 09:32:23 -08:00
Randell Jesup
1a7de2c062
Bug 945334: Fix runnable pointer holding r=roc
2013-12-05 16:30:51 -05:00
Randell Jesup
aac4f799fe
Backout bug 926746 part 3 (replaced with bug 945334) rs=jesup
2013-12-05 16:30:50 -05:00
Steven Lee
b427163285
Bug 926746 - Part 3: Fix the problem that JS objects could be released on non-mainthread. r=jesup
2013-12-05 09:29:07 -05:00