Jan-Ivar Bruaroey
|
db8afa5063
|
Bug 919244 - Leakproof gUMRunnable + OnNavigation cleanup of MediaManager::mActiveCallbacks. r=jesup
|
2014-01-08 16:51:33 -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 |
|
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 |
|
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
|
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 |
|
Steven Lee
|
a875f4819c
|
Bug 926746 - Part 2: nsContentPermissionHelper set grant information to GonkPermission. r=jesup
|
2013-12-05 09:29:07 -05:00 |
|
Shih-Chiang Chien
|
73ed9f4783
|
Bug 940045 - Part 2: Send requestURL from content process. r=jesup
|
2013-11-26 14:22:16 +08:00 |
|
Ryan VanderMeulen
|
7e2a39a422
|
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
|
7136a575cc
|
Bug 926746 - Part 2: nsContentPermissionHelper set grant information to GonkPermission. r=jesup
|
2013-12-02 10:21:51 -05:00 |
|
Jan-Ivar Bruaroey
|
dc371f7d11
|
Bug 927358: Was mistake to begin failing on unsupported mandatory constraints. r=jesup
|
2013-11-22 16:10:00 -05:00 |
|
Tom Schuster
|
f052cdba92
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Ms2ger
|
29adada2a2
|
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
|
2013-11-17 16:39:25 +01:00 |
|
Tom Schuster
|
a12aa024e6
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Reuben Morais
|
d4256d98ac
|
Backed out 4 changesets (bug 853356) for breaking permission prompts.
|
2013-11-06 01:32:42 -02:00 |
|
Alfredo Yang
|
6d863c6393
|
Bug 853356 - Part2 Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup
|
2013-11-05 16:29:39 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
3bfe3bfd99
|
Backout 2baeee8eb114
|
2013-11-05 15:00:06 +08:00 |
|
Alfredo Yang
|
c5e9916280
|
Bug 853356 - Part2 Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup
|
2013-11-05 14:07:29 +08:00 |
|
Doug Turner
|
9580fefac7
|
Backing out 0f687f920370
|
2013-10-31 20:25:25 -07:00 |
|
Terrence Cole
|
23cbf4b678
|
Bug 932466 - Fix two exact rooting hazards in dom; r=smaug
--HG--
extra : rebase_source : 8085170b6ab76912962c19dce9e409e2f6026058
|
2013-10-28 12:35:52 -07:00 |
|
Alfredo Yang
|
62e580dc73
|
Bug 853356 - Part 2: Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup
|
2013-10-26 21:19:53 -04:00 |
|
Randell Jesup
|
933821ecb9
|
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
|
2013-10-25 18:13:42 -04:00 |
|
Shih-Chiang Chien
|
ea6cf37280
|
Bug 926289 - Part 2, Carry recording type and request URL in recording-device-events in gUM API. r=jesup.
|
2013-10-23 19:10:42 +08:00 |
|
Randell Jesup
|
1af5c4fe0b
|
backout 5f38b1bd3358 for bustage CLOSED TREE
|
2013-10-25 19:25:54 -04:00 |
|
Randell Jesup
|
a0692a49f2
|
Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot
|
2013-10-25 18:13:42 -04:00 |
|
Shih-Chiang Chien
|
26c9449ca8
|
Bug 905701 - Apply MediaStreamConstraint on FirefoxOS. r=jesup
|
2013-09-17 11:09:52 -04:00 |
|
Randell Jesup
|
e693bff6f0
|
Bug 915705: reland changesets f6402ce2b67a and 5bdec1cb1428 r=bz
|
2013-09-16 02:39:03 -04:00 |
|
Randell Jesup
|
ff26f0eb21
|
Bug 882145: reland changesets bc4ee7cbd7bd and cf373e408a6b r=bz
|
2013-09-16 02:34:57 -04:00 |
|
Ryan VanderMeulen
|
e447cd716c
|
Backed out changesets f6402ce2b67a and 5bdec1cb1428 (bug 915705) because it depends on bug 882145, which was also backed out.
|
2013-09-15 18:51:50 -04:00 |
|
Ryan VanderMeulen
|
ffb1abac7d
|
Backed out changesets bc4ee7cbd7bd and cf373e408a6b (bug 882145) for causing bug 916609. r=jsmith
|
2013-09-15 18:19:42 -04:00 |
|
Shih-Chiang Chien
|
3cfeedb894
|
Bug 915705 - Part 2: Add gUM request handler on FirefoxOS. r=jesup
|
2013-09-10 15:27:15 +02:00 |
|
Jan-Ivar Bruaroey
|
d7d61e7cd2
|
Bug 882145: Implements gUM constraints. First constraint: facingMode. r=jesup
|
2013-09-14 00:57:33 -04:00 |
|
Jan-Ivar Bruaroey
|
ed7644263b
|
Bug 882145: gUM constraints converted to webidl + gUMDevices() takes constraints. r=bz r=jesup
|
2013-09-14 00:48:39 -04:00 |
|
Gian-Carlo Pascutto
|
1fad0c2df0
|
Bug 946865 - Move Load Adaption preference to the main thread. r=jesup
|
2013-12-06 20:34:40 +01:00 |
|
Steven Lee
|
07913c382c
|
Bug 904025 - part2: stop MediaStream when there is incoming call. r=jesup
|
2013-09-13 16:51:48 +08:00 |
|
Robert O'Callahan
|
8ca63f18ef
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Boris Zbarsky
|
527fc53e17
|
Bug 909645 part 3. Make including SpeechRecognition.h and MediaManager.h not pull ipdl headers. r=ms2ger
|
2013-08-28 00:14:57 -04:00 |
|
Randell Jesup
|
7c2560bf88
|
Bug 909187: Part 2 - Allow DOM MediaStreams to intercept SetTrackEnabled calls r=roc (reland)
|
2013-08-26 02:07:19 -04:00 |
|
Wes Kocher
|
867435ec69
|
Backed out 2 changesets (bug 909187)
Backed out changeset 79b1a4a62635 (bug 909187)
Backed out changeset 0601038e2a31 (bug 909187)
|
2013-08-26 02:29:55 -07:00 |
|
Randell Jesup
|
a95c9e7fee
|
Bug 909187: Part 2 - Allow DOM MediaStreams to intercept SetTrackEnabled calls r=roc
|
2013-08-26 02:07:19 -04:00 |
|
Randell Jesup
|
dc8a4ca944
|
Bug 884365: Deliver gUM data directly to PeerConnection to avoid delay buildup and resampling r=roc
|
2013-08-24 09:53:11 -04:00 |
|