Randell Jesup
|
540b15e55f
|
Bug 1038961: Patch 2 - Associate GMP plugin crash with a window and notify it r=bz,jib
|
2014-07-21 03:50:11 -04:00 |
Jan-Ivar Bruaroey
|
f309bbf947
|
Bug 1033833 - Update CreateOffer/Answer API to spec - no longer takes constraints but a dictionary. r=smaug, r=abr
|
2014-07-10 14:31:25 -04:00 |
Martin Thomson
|
8712497a35
|
Bug 1037729 - Moving callbacks to run after reaching steady state. r=jib
|
2014-07-15 11:19:00 +02:00 |
Jan-Ivar Bruaroey
|
fc48e8c4ac
|
Bug 998989 - upload telemetry logs on Loop ICE failure. r=smaug, r=abr
|
2014-06-09 18:14:14 -04:00 |
Byron Campen [:bwc]
|
74c49d3d46
|
Bug 998989 - Part 1: ChromeOnly API for getting notifications when PCs are initted, or change ICE connection/gathering state. Also, expose the PC id, and allow getAllStats to be filtered by the same. r=jib, r=bz
|
2014-05-22 14:14:56 -07:00 |
Nils Ohlmeier [:drno]
|
24c7206622
|
Bug 1014304 - Remove onconnection and onclosedconnection from RTCPeerConnection. r=jib, r=jesup, r=smaug
|
2014-05-28 09:36:00 -04:00 |
Nils Ohlmeier [:drno]
|
67888a4fbb
|
Bug 991877 - add a test case for PeerConnection.close(). r=rjesup
|
2014-05-15 15:38:00 +02:00 |
Martin Thomson
|
c3c2709899
|
Bug 942367 - Stream isolation for WebRTC r=bholley
|
2014-05-01 12:51:00 +02:00 |
Byron Campen [:bwc]
|
6f58a1c0ad
|
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 |
Nicholas Nethercote
|
36eabab2d0
|
Bug 996989 - Remove unneeded import of PopupNotifications.jsm in PeerConnection.js. r=jib.
|
2014-04-16 21:09:02 -07:00 |
Carsten "Tomcat" Book
|
e285a213e7
|
Backed out changeset e6c72bcaa64c (bug 942367)
|
2014-04-16 09:54:31 +02:00 |
Martin Thomson
|
d27d0a86fc
|
Bug 942367 - Stream isolation for WebRTC. r=jib,bholley
|
2014-04-15 14:36:00 +02:00 |
Carsten "Tomcat" Book
|
5f15967438
|
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]
|
d53a4f744e
|
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
|
dcf290639e
|
Bug 959870 - Error reporting improvements to WebRTC IdP. r=jib
|
2014-04-08 14:26:00 +02:00 |
Ryan VanderMeulen
|
0260a94e91
|
Backed out changeset 27578e0cf97f (bug 959870) for webrtc test bustage.
|
2014-04-08 15:30:31 -04:00 |
Martin Thomson
|
7c077b748e
|
[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 |
Nils Ohlmeier [:drno]
|
498be98b94
|
Bug 991368 - Avoid exception on calling close() twice. r=abr, r=jesup
|
2014-04-04 08:34:25 -04:00 |
Martin Thomson
|
fae57f41a0
|
Bug 985762 - Remove displayname from IdP protocol. r=jib
|
2014-03-20 15:49:33 -07:00 |
Byron Campen [:bwc]
|
b8e3447334
|
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 |
Martin Thomson
|
2c7865cbef
|
Bug 884573 - Part 2: Identity assertion generation and verification for WebRTC. r=abr
|
2014-02-10 14:41:46 -08:00 |
"Martin Thomson [:mt]"
|
7ae980b6ac
|
Bug 878941 - Add IdP proxy for WebRTC. r=abr
|
2014-02-20 16:26:16 -08:00 |
Byron Campen [:bwc]
|
9830e6cc6c
|
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]
|
1ff222c375
|
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]
|
6c4d80ca56
|
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
|
6da9369032
|
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
|
99f81e42fb
|
Bug 884573 - Split identity event into two. r=abr
|
2013-12-20 17:14:29 -08:00 |
Martin Thomson
|
693f8fdc57
|
Bug 884573 - Identity assertion generation and verification for WebRTC. r=abr
|
2013-12-20 14:55:59 -08:00 |
Martin Thomson
|
f8512355e8
|
Bug 878941 - Add IdP proxy code with tests. r=abr
|
2013-12-18 16:15:40 -08:00 |
Ryan VanderMeulen
|
1b31e70c16
|
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]
|
ed5795c185
|
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]
|
deb10c6eab
|
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 |
Jan-Ivar Bruaroey
|
7b080ff922
|
Bug 950855 - Spec-compliant enumeration of RTCStatsReport. r=bz
|
2013-12-19 10:34:39 -05:00 |
Adam Roach [:abr]
|
cefb282dcf
|
Bug 784491 - Part 1: Add constraints to addStream r=jib
|
2013-12-18 13:54:23 -06:00 |
Byron Campen [:bwc]
|
985a421294
|
Bug 943898: Fixed an important iceState -> iceConnectionState replacement and a few less-important ones. r=abr
|
2013-11-27 09:32:23 -08:00 |
Byron Campen [:bwc]
|
67f0c411ba
|
Bug 935723. Part 1. Decouple ICE state with ICE gathering state r=ekr,abr,jesup
|
2013-11-13 14:53:30 -08:00 |
Byron Campen [:bwc]
|
aebc089f65
|
Bug 906990: Part 10. Webidl and implementation for WebrtcGlobal. Encompasses things like global stats and logging. r=jib,bz
|
2013-11-25 11:01:03 -08:00 |
Jan-Ivar Bruaroey
|
5e7893b429
|
Bug 933447 - Use new weakRef to JSImpl feature. r=smaug, r=mccr8, r=abr
|
2013-11-08 19:45:59 -05:00 |
Byron Campen [:bwc]
|
07393b8d26
|
Bug 933360. Change GlobalPCList._list from an array to an object, and rewrite some teardown code r=jib
|
2013-10-31 11:50:59 -07:00 |
Florian Quèze
|
6df1f34aef
|
Bug 831759 - PeerConnection set*Description callbacks can be overwritten prematurely, r=abr.
|
2013-11-12 13:09:26 +01:00 |
Andrew McCreight
|
d9397ab65a
|
Bug 934035 - Make PeerConnectionObserver's constructor not take an object argument. r=jib
|
2013-11-01 17:49:48 -07:00 |
Byron Campen [:bwc]
|
d3b8da349d
|
Bug 906990 - Part 8: Create a chrome-only stats interface, and only expose the candidate pair stats there. r=jib
|
2013-10-29 10:29:43 -07:00 |
Byron Campen [:bwc]
|
3bca483297
|
Bug 906990 - Part 7: Populate candidate pairs in RTCStatsReport. r=jib
|
2013-10-28 16:02:00 -07:00 |
Mark Banner
|
63dedc7c29
|
Bug 932970 - Trickle ICE doesn't always send a null-candidate at the end of the candidate list - reference the localDescription correctly. r=abr
|
2013-11-01 09:37:02 +00:00 |
Jan-Ivar Bruaroey
|
f158da18a1
|
Bug 929530 - Remove peerConnection functionality deprecated w/warnings since 24 r=jesup,jib
|
2013-10-27 10:36:34 -04:00 |
Randell Jesup
|
981ced8cf7
|
Backed out changeset b490b5843f3c for M2 bustage
|
2013-10-27 20:45:28 -04:00 |
Jan-Ivar Bruaroey
|
d51413d11e
|
Bug 929530 - Remove peerConnection functionality deprecated w/warnings since FF24 r=jesup
|
2013-10-27 10:36:34 -04:00 |
Mark Banner
|
f5329402cf
|
Bug 920991 - Default stun server ip address should be changed to a domain name. r=abr
|
2013-10-23 09:59:37 +01:00 |
Randell Jesup
|
538ad93772
|
Bug 928221: reland (backed out due to bug 924992: webidl changes sometimes fail in incremental builds) r=jesup,abr
|
2013-10-19 12:21:06 -04:00 |
Ehsan Akhgari
|
f8b323b72d
|
Backed out changeset dc2b71e57211 (bug 928221) because it calls a non-existing GetWeakReferent function
|
2013-10-19 10:48:41 -04:00 |