Fabrice Desré
|
5a5fa6d369
|
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
|
2014-01-14 16:00:25 -08:00 |
|
Jon Coppeard
|
4df3aa4450
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Carsten "Tomcat" Book
|
f4bc96a601
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
|
Jon Coppeard
|
ba27569312
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Jan-Ivar Bruaroey
|
0683b9ca72
|
Bug 947665 - RTCP stats in getStats and about:webrtc. r=jesup
|
2014-01-21 14:00:06 -05:00 |
|
Ryan VanderMeulen
|
d64c974566
|
Merge b2g-inbound to m-c.
|
2014-01-23 15:39:44 -05:00 |
|
Jan-Ivar Bruaroey
|
0a07322d17
|
Bug 961802: Plugged leak in getUserMedia Denied code-path. r=jesup
|
2014-01-22 16:43:34 -05:00 |
|
Shih-Chiang Chien
|
f4f7d87557
|
Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith.
|
2014-01-10 19:39:18 +08:00 |
|
Ms2ger
|
e40b6f8313
|
Bug 956862 - Move some mochitests to manifests; r=mshal
|
2014-01-20 08:58:27 +01:00 |
|
Terrence Cole
|
d902eeddc8
|
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]
|
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 |
|
Trevor Saunders
|
ff0491aef6
|
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
|
2014-01-06 17:34:15 -05:00 |
|
Jan-Ivar Bruaroey
|
851a276e61
|
Bug 919244 - Leakproof gUMRunnable + OnNavigation cleanup of MediaManager::mActiveCallbacks. r=jesup
|
2014-01-08 16:51:33 -05:00 |
|
Jan-Ivar Bruaroey
|
b1b4424670
|
Bug 950855 - Create basic getStats mochitest. r=jsmith
|
2014-01-07 10:35:06 -05:00 |
|
Jan-Ivar Bruaroey
|
7b080ff922
|
Bug 950855 - Spec-compliant enumeration of RTCStatsReport. r=bz
|
2013-12-19 10:34:39 -05:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
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]
|
3c045a93e8
|
Bug 951892 - Adding ICE Connection state checks to PeerConnection Mochitests r=abr
|
2013-12-20 14:00:00 -06:00 |
|
Adam Roach [:abr]
|
cefb282dcf
|
Bug 784491 - Part 1: Add constraints to addStream r=jib
|
2013-12-18 13:54:23 -06:00 |
|
Suhas Nandakumar
|
cf1bd82337
|
Bug 934667 - Add preferences to enable loopback devices. r=jesup
|
2013-11-11 02:39:54 -08:00 |
|
Randell Jesup
|
3a1d8de98f
|
Bug 853356: backout p2
|
2013-12-10 01:03:23 -05:00 |
|
Carsten "Tomcat" Book
|
b91f640910
|
Backed out changeset 1d72742584ad (bug 945614) per Bug 853356 comment 209
|
2013-12-10 08:38:43 +01:00 |
|
Wes Kocher
|
0caa62e628
|
Backed out changeset 144cec97320a (bug 853356) despite the CLOSED TREE
|
2013-12-09 16:33:28 -08:00 |
|
Alfredo Yang
|
ec662907d1
|
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
|
2013-12-09 09:35:03 -05:00 |
|
Phil Ringnalda
|
b1fd3d5806
|
Merge m-c to b-i
|
2013-12-07 08:28:10 -08:00 |
|
Wes Kocher
|
21fb590f55
|
merge m-c to b2g-inbound
|
2013-12-06 20:49:02 -06:00 |
|
Randell Jesup
|
fec166b78a
|
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
|
6f9710e6f6
|
Back out d5d23d937ffc (bug 947429) on suspicion of breaking gaia-ui-test
|
2013-12-06 19:50:54 -08:00 |
|
Randell Jesup
|
ada51719aa
|
Bug 945614: Don't track windowIDs in MediaEngine for B2G r=mikeh,schien
|
2013-12-06 17:38:52 -05:00 |
|
Alfredo Yang
|
b642ddfe15
|
Bug 853356 - Part2 Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup
|
2013-12-06 17:38:51 -05:00 |
|
Randell Jesup
|
734079b6b5
|
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
|
a953805af0
|
bug 943898: Add ice state checking to webrtc mochitest framework r=ekr,jsmith
|
2013-12-05 18:10:21 -05: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 |
|
Randell Jesup
|
6be5235727
|
Bug 945334: Fix runnable pointer holding r=roc
|
2013-12-05 16:30:51 -05:00 |
|
Randell Jesup
|
17baba88fd
|
Backout bug 926746 part 3 (replaced with bug 945334) rs=jesup
|
2013-12-05 16:30:50 -05:00 |
|
Steven Lee
|
b7e5d57a8d
|
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 |
|
Steven Lee
|
9ba99f1307
|
Bug 926746 - Part 2: nsContentPermissionHelper set grant information to GonkPermission. r=jesup
|
2013-12-05 09:29:07 -05:00 |
|
Shih-Chiang Chien
|
3ee69fea71
|
Bug 940045 - Part 2: Send requestURL from content process. r=jesup
|
2013-11-26 14:22:16 +08:00 |
|
Ryan VanderMeulen
|
7b10b617ea
|
Backed out changesets 720a36d92d37 and c24da899172a (bug 926746) for frequent timeouts/hangs in test_dataChannel_basicAudio.html.
|
2013-12-02 14:05:19 -05:00 |
|
Steven Lee
|
27232f6777
|
Bug 926746 - Part 2: nsContentPermissionHelper set grant information to GonkPermission. r=jesup
|
2013-12-02 10:21:51 -05:00 |
|
Patrick Wang
|
cbe62eebb1
|
Bug 870660: Part 2: Implement socket filter for STUN. r=ekr
|
2013-11-30 00:15:26 +08:00 |
|
Ms2ger
|
c51e826c53
|
Bug 937258 - Part a: Remove empty makefiles; r=gps
|
2013-11-28 15:25:40 +01:00 |
|