Commit Graph

436 Commits

Author SHA1 Message Date
Brian O'Keefe
0ee041b9fd Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
Boris Zbarsky
814e6108be Back out revisions 042d50591265:69f4af72765c (bug 909645) due to Windows bustage causing a CLOSED TREE. 2013-08-28 01:46:00 -04:00
Boris Zbarsky
a210c094d7 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
Ben Brittain
0dda1b0d68 Bug 874175 - Add telemetry for ice success rates. r=derf 2013-08-26 14:33:31 -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
Jan-Ivar Bruaroey
ea345194db Bug 906105 - Store external 0-based sdpMLineIndex rather than internal 1-based one. r=ehugg 2013-08-22 12:26:54 -04:00
Ms2ger
2fab82586f Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Ms2ger
5173d3f36d Bug 906351 - Use @DEPTH@ even more; r=ted 2013-08-22 08:55:59 +02:00
Ms2ger
66214743ad Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps 2013-08-22 08:55:59 +02:00
Ehsan Akhgari
c0a07f27fe Bug 905353 - Minimize the #includes in dom/base; r=jst
--HG--
extra : rebase_source : e7a1d2262bf6d8c9b78057b8eb6cdbfd98262f68
2013-08-15 14:17:48 -04:00
Brian O'Keefe
3dadb0e396 Bug 896177 - Remove useless config.mk includes; r=gps 2013-07-17 16:06:53 -04:00
Jan-Ivar Bruaroey
f3a19050fc Bug 903539 - Readable exceptions for missing username/credential on turn servers (still in Error console, sigh). r=jesup 2013-08-10 04:19:35 -04:00
Trevor Saunders
b2dc01f1a7 bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium 2013-08-08 20:12:37 -04:00
Adam Roach [:abr]
0737f2ad29 Bug 901707: update IPeerConnection UUID r=ekr 2013-08-05 18:01:01 -05:00
Adam Roach [:abr]
249dcce888 Bug 901706: update IPeerConnectionObserver UUID r=ekr 2013-08-05 18:01:00 -05:00
Trevor Saunders
64dbc43c4d backout bug 886526 because it probably made us use a lot more memory to link on windows 2013-07-29 11:03:21 -04:00
Mina Almasry
a63f698217 Bug 872377 - Restore "toJSON" to list of reserved webidl keywords. r=bz
This patch makes toJSON a reserved webidl keyword, and changes the implementation of mozRTCSessionDescription to use a jsonifier.
2013-07-29 12:39:18 -04:00
Joshua Cranmer
f44c71b4ef Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
--HG--
extra : rebase_source : b8eaae07c54c94c8c46c7ed4c0e226eb74584652
2013-07-18 21:21:20 -05:00
Randell Jesup
d7e646a9aa Bug 893021: add tests for DataChannel dictionary items r=jsmith 2013-07-22 10:47:51 -04:00
Jason Smith
7ad8c28aee Bug 831789 - Enhance existing peer connection mochitests to check for media flow. r=jesup 2013-07-14 23:02:25 -07:00
Boris Zbarsky
6be6fb3ca2 Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Randell Jesup
29052f6c56 Bug 892441: Actually use the new names for createDataChannel r=smaug 2013-07-16 14:33:37 -04:00
Brian O'Keefe
f98dd45a72 Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps 2013-07-04 08:28:43 -04:00
Boris Zbarsky
4e13ee3c6a Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
Boris Zbarsky
0563b53628 Bug 838146 part 2. Implement WebIDL API on Navigator for all our nonstandard extensions that are not behind build-time flags. r=smaug, sr=peterv 2013-07-12 10:35:44 -04:00
Trevor Saunders
238525e2d8 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Jan-Ivar Bruaroey
c715ae5174 Bug 890832 - Modify test_peerConnection_bug825703.html to no longer hit outside sites. r=jsmith 2013-07-10 09:30:14 -04:00
Ryan VanderMeulen
1d7eff0f7a Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures. 2013-07-10 13:51:28 -04:00
Trevor Saunders
d82043f811 bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal 2013-06-25 14:29:26 -04:00
Trevor Saunders
ace23958ea bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg 2013-06-25 11:15:21 -04:00
Ed Morley
22f2e3f385 Bug 890832 - Disable test_peerConnection_bug825703.html until it doesn't hit sites outside of build infra 2013-07-08 09:54:57 +01:00
Suhas Nandakumar
d1d00ad556 Bug 886891: Don't show recording indicator when using fake sources r=jesup 2013-07-04 22:53:10 -07:00
Joey Armstrong
44ade60e99 bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Henrik Skupin
cd460f4592 Bug 796894 - Implemention of the DataChannelTest framework and basic datachannel tests. r=jesup
--HG--
extra : rebase_source : 23598d0824be05aa70a71cd683f826d465fce1b6
2013-03-15 16:39:01 +01:00
Ethan Hugg
aaf4c5a0cf Bug 875640 - re-enable crashtest for Android r=philor 2013-06-20 16:17:05 -07:00
Brian O'Keefe
ed17339221 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Henrik Skupin
0d4ec91056 Bug 881658 - Fix handling of error and event callbacks in current WebRTC Mochitests. r=jsmith
--HG--
extra : rebase_source : 1d98e4ce4f339f757f60b98e49ab2e28a8e5912f
2013-06-13 19:43:45 +02:00
Joey Armstrong
bfded569cf bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #2). r=mshal 2013-06-10 11:19:28 -04:00
Adam Roach [:abr]
f2c5140fe8 Bug 784519 - Part 4: signalingState mochi tests r=jsmith 2013-05-16 21:47:50 -05:00
Adam Roach [:abr]
3b94a9916c Bug 784519 - Part 3: Send Signaling State from SIPCC to PeerConnection r=ekr 2013-05-16 18:41:46 -05:00
Jan-Ivar Bruaroey
0a5c597380 Bug 879654: Tolerate '?transport=udp' by stripping it r=jesup 2013-06-05 15:44:48 -04:00
Adam Roach [:abr]
b2794b19f8 Backed out changeset 90968836cce3 (bug 784519) on a CLOSED TREE 2013-06-06 17:40:21 -05:00
Adam Roach [:abr]
279beca405 Backed out changeset 8ec73e6aa7d3 (bug 784519) on a CLOSED TREE 2013-06-06 17:40:21 -05:00
Adam Roach [:abr]
6a1c4c7b0f Bug 784519 - Part 4: signalingState mochi tests r=jsmith 2013-05-16 21:47:50 -05:00
Adam Roach [:abr]
fc18ebefc1 Bug 784519 - Part 3: Send Signaling State from SIPCC to PeerConnection r=ekr 2013-05-16 18:41:46 -05:00
Ryan VanderMeulen
edb7e8f047 Backed out changeset 84fb317ea1d2 (bug 831789) for mochitest-3 timeouts.
CLOSED TREE
2013-06-06 13:51:37 -04:00
Jason Smith
18a3247db7 Bug 831789 - Enhance existing peer connection mochitests to check for media flow. r=jesup 2013-05-26 20:32:28 -04:00
Arnaud Sourioux
feea85a7f1 Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger 2013-06-05 12:15:48 -04:00
Randell Jesup
9ff8467bf0 Bug 878945: rename RTCDataChannelInit dictionary items to match updated spec r=smaug 2013-06-03 17:34:42 -04:00
Mike Shal
6f32ddf61c Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Phil Ringnalda
6517d7d7be Bug 875640 - disable dom/media/tests/crashtests/855796.html for too-frequent silent kills of the entire crashtest suite on Android 2013-05-23 22:33:23 -07:00
Jan-Ivar Bruaroey
ee9ecdb021 Bug 872839 - Part 1: Put new PeerConnections on global list earlier, ensuring close is called should PC.initialize fail. r=jesup 2013-05-22 13:05:20 -04:00
Adam Roach [:abr]
8b9deb51a5 Bug 784519 - Part 2: Fix success callback event names r=jesup,jsmith 2013-05-07 21:13:42 -05:00
Mike Hommey
616b5aae26 Backout changeset be729bc526a3 (part of bug 864035) 2013-05-18 11:10:45 +02:00
Mike Hommey
5638e38904 Bug 864035 - Don't use a forward declaration for mozilla::dom::SpeechRecognition for use with a WeakPtr. r=smaug 2013-05-18 09:51:54 +02:00
David Zbarsky
66e862daca Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger 2013-05-17 13:17:53 -07:00
Jan-Ivar Bruaroey
879514b941 Bug 823512: Part 4: Workaround for lack of serializer support (bug 863402). r=bz 2013-05-15 01:07:49 -04:00
Jan-Ivar Bruaroey
ecc638b46f Bug 823512: Part 3: Deprecated API calls emit warnings to web-console. r=jesup,bz 2013-05-11 20:48:29 -04:00
Jan-Ivar Bruaroey
9386baa685 Bug 823512: Part 2: Update PeerConnection to spec. states + DataChannel. r=bz,rjesup,ekr 2013-05-16 19:40:23 -04:00
Jan-Ivar Bruaroey
7921c9c1e4 Bug 823512: Rewrite PeerConnection in JS-implemented WebIDL r=bz,jesup 2013-05-07 20:55:21 -04:00
Henrik Skupin
74a4d15c23 Bug 856319 - Don't offer m=application unless createDataChannel is called first. r=jesup 2013-05-16 21:59:49 +02:00
Jason Smith
f68f8b5663 Bug 866514 - Basic gUM mochitests for media stream tracks. r=roc 2013-05-05 19:48:37 -07:00
Ed Morley
2710e5d6a9 Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
Mike Shal
d2b29f4e87 Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Randell Jesup
5a8921f52c Bug 864255: Move more of PeerConnectionMedia shutdown to occur synchronously r=ekr 2013-05-12 22:16:40 -04:00
Robert O'Callahan
5c369f6cf2 Bug 866514. Part 2: Delay delivering getUserMedia stream result until the DOM object has asynchronously acquired the desired tracks. r=jesup
--HG--
extra : rebase_source : 26a908d2e1bcf0d6d83a864f47dd9d117699bb9c
2013-05-03 17:07:37 +12:00
Ryan VanderMeulen
c8bea520cd Merge m-c to inbound. 2013-05-07 10:10:46 -04:00
Michael Wu
ca67e3cae3 Bug 869206 - Make webrtc code build on gonk-JB, r=jesup 2013-05-04 11:00:35 -04:00
Jason Smith
896c844696 Bug 863929 - Crashtest for gsmsdp_negotiate_codec crash. r=ethanhugg 2013-04-30 21:07:32 -07:00
Jason Smith
157c2753ee Bug 860143 - Crashtest for NrIceStunServer::ToNicerStunStruct assertion failure. r=abr 2013-05-01 20:56:31 -07:00
Daniel Holbert
b9e2daaca1 Bug 863929 followup: shift crashtest.list entry by 1 line, to the right spot, alphabetically. DONTBUILD 2013-05-06 10:45:01 -07:00
Jason Smith
7c09e86071 bug 862883 - Enable webrtc mochitests on FxAndroid. r=gcp 2013-05-02 10:33:15 -07:00
Ms2ger
fe38e416ee Backout changesets f309dacf4010:be3cef4b69e3 for thread safety assertions on Windows and test failures on OSX. 2013-05-05 11:51:47 +02:00
Robert O'Callahan
42fc65ad46 Bug 866514. Part 2: Delay delivering getUserMedia stream result until the DOM object has asynchronously acquired the desired tracks. r=jesup 2013-05-03 17:07:37 +12:00
Ryan VanderMeulen
ee6ba79e8b Merge m-c to birch. 2013-05-02 13:10:42 -04:00
Jason Smith
a446620df6 Bug 861958 - Crashtest for DataChannelConnection::Open crash. r=jesup 2013-05-01 20:44:28 -07:00
Chiajung Hung
03375ee9b1 Bug 825110 - Part 3: WebRTC changes for B2G WebRTC video module. r=jesup 2013-05-02 08:00:12 -04:00
David Zbarsky
e7c500d80d Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger 2013-04-24 00:22:37 -04:00
Jan-Ivar Bruaroey
1fcdf6a18a Bug 857765 - Add try/catch to content-script window.onerror call. r=abr 2013-04-17 19:03:39 -04:00
Jan-Ivar Bruaroey
75340a373b Bug 861718 - Friendly error about PeerConnection missing in Offline mode. r=jesup 2013-04-17 01:16:02 -04:00
Jan-Ivar Bruaroey
ab26e0f1e6 Bug 857765: Log errors thrown by user-defined PeerConnection callbacks r=msucan 2013-04-16 19:23:07 -04:00
Mike Shal
24b4056720 Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Adam Roach [:abr]
44c3f3f149 Bug 860952 - Add error site information to unexpectedCallbackAndFinish callback r=jsmith 2013-04-12 09:45:26 -05:00
Henrik Skupin
31cb07457a Bug 858135 - Update LocalMediaStreamPlayback inheritance to use Object.create(). r=jesup 2013-04-11 07:48:09 -04:00
Adam Roach [:abr]
204a094ad5 Bug 856425: Call onicecandidate with a null candidate immediately after setLocalDescription succeeds r=ekr 2013-04-09 16:18:32 -05:00
Jan-Ivar Bruaroey
a539b3fbc7 Bug 855769: Wire up TURN support in RTCPeerConnection config r=jesup 2013-03-29 19:02:08 -04:00
Jason Smith
2b05adbd6c Bug 836349 - Crashtest for bug 836349. r=abr
DONTBUILD
2013-04-08 16:14:24 -05:00
Ryan VanderMeulen
6aa3947d49 Backed out changeset 6c40b2d396c6 (bug 836349) for a bad commit message. 2013-04-08 17:29:38 -04:00
Adam Roach [:abr]
b6a0057d67 # HG changeset patch
# User Jason Smith <jsmith@mozilla.com>
# Date 1364784773 25200
# Node ID 509272e28c38cc8962e67465e3be58281d9af33a
# Parent  0b7c27024048cdfbbd62005d1c4ad5e7f6edf8a8
bug 836349 - Crashtest for bug 836349. r=abr
2013-04-08 16:14:24 -05:00
Jason Smith
be5f1d1d63 Bug 850275 - Adds some basic mochitests for offer media constriants. r=jesup 2013-04-02 08:06:59 -07:00
Masatoshi Kimura
2ca51c4f79 Bug 858224 - Remove most MSVC exemptions for FAIL_ON_WARNINGS. r=ted feedback=dholbert 2013-04-07 13:45:34 +09:00
Adam Roach [:abr]
d75f462ded Bug 853858: Move PeerConnectionTest instance reference into global scope r=jesup,whimboo 2013-04-04 17:08:42 -05:00
Ryan VanderMeulen
b780a1351d Backed out changeset fddde2d1e9b2 (bug 853858) for Windows leaks. 2013-04-05 09:03:22 -04:00
Adam Roach [:abr]
bc9b1d3ffd Bug 853858: Move PeerConnectionTest instance reference into global scope. r=jesup, r=hskupin 2013-04-04 17:08:42 -05:00
Matt Brubeck
9a9b911119 Back out 8daa66c443a3 (bug 853858) because of Android and B2G test failures 2013-04-04 17:36:32 -07:00
Adam Roach [:abr]
d6dbee524b Bug 853858: Move PeerConnectionTest instance reference into global scope r=jesup 2013-04-04 17:08:42 -05:00
Kyle Machulis
f5e3aadf0b Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Jason Smith
7802ee4108 Bug 855796 - Crashtest for sdp_attr_fmtp_no_value crash. r=ethanhugg 2013-03-31 19:35:35 -07:00
Randell Jesup
f022c884a3 Bug 856434: Bug 837035 didn't create the TransportFlow for DataChannels. Passes the m-line index of the flow r=ehugg 2013-03-31 21:09:27 -04:00
Randell Jesup
a1ddefb2f9 Bug 856397: Make sure we have at least one media line for createOffer() r=ekr,jsmith 2013-03-31 21:09:27 -04:00
Randell Jesup
92ef26b5e7 Bug 846110: ondatachannel() should take an event not a channel r=smaug 2013-03-31 21:09:26 -04:00
Randell Jesup
83250bc1ff Bug 855623: DataChannel DOM changes for adding 'protocol' and external negotiation r=smaug 2013-03-31 21:09:25 -04:00
Kyle Machulis
d2b6e6e01a Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Adam Roach [:abr]
4007d6f4a1 Bug 834270 - Fix PeerConnection error callbacks to return code/reason phrase r=ekr,jsmith 2013-03-29 15:30:16 -05:00
Suhas
86794ec64f Bug 844295 - Make removeStream as not implemented. r=abr, r=jesup 2013-03-29 11:29:28 -04:00
Ryan VanderMeulen
10b71a411f Bug 825560 - Support readyState on PeerConnection. r=jesup 2013-03-27 20:48:52 -04:00
Randell Jesup
f40d05881a Bug 839650: Remove assertion suppression from dom/media/tests/mochitest r=jsmith 2013-03-27 19:46:31 -04:00
Mike Shal
ea1d9b8ba7 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Jan-Ivar Bruaroey
ce35ef21e4 Bug 834933 - PeerConnection.js throws Components.Exception so errors are readable. r=jesup 2013-03-14 17:36:50 -04:00
Gregory Szorc
3d694a85c0 Merge mozilla-central into build-system
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Mike Shal
2eb7c496cb Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps 2013-03-11 22:00:00 -07:00
Gregory Szorc
629b5d86c6 Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Henrik Skupin
2a2d754bb6 Bug 837458 - Cleanup PC Test Framework to Allow for Better Maintainability and Reusability for Future Tests. r=ekr, r=jsmith 2013-02-15 14:42:26 -08:00
Ryan VanderMeulen
56107311d9 Backed out changeset 4740975a1063 (bug 837458) for Android mochitest failures. 2013-03-08 16:08:45 -05:00
Henrik Skupin
9a7cda5f3e Bug 837458 - Refactoring of PeerConnection mochitest framework. r=ekr, r=jsmith
--HG--
extra : rebase_source : 77c8b111a058c9caa13afeec9042497254725fa3
2013-02-15 14:42:26 -08:00
Randell Jesup
82afed2e43 Bug 839650: Add debugs to MediaStreamGraph to ease investigation of issues in the future r=roc 2013-03-07 03:53:45 -05:00
Gregory Szorc
795c5eeeff Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.

--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Ed Morley
f16c99acd7 Backed out changeset be1ee54becf4 (bug 839650) for build failures 2013-03-07 09:10:47 +00:00
Randell Jesup
1d6e4a068a Bug 839650: Add debugs to MediaStreamGraph to ease investigation of issues in the future r=roc 2013-03-07 03:53:45 -05:00
Ralph Giles
c9db5b59d4 Bug 849442 - Fix EXPORT_NAMESPACE typo. r=ted 2013-03-08 16:58:55 -08:00
Randell Jesup
97f75463f6 Bug 842715: Refactor gUM prefs use to be on mainthread, and prepare for constraints r=derf 2013-03-04 16:02:17 -05:00
Randell Jesup
2aebf752ea Bug 843971: initializer order bustage fix rs=bustage 2013-03-02 22:04:40 -05:00
Randell Jesup
b35e9206f5 Bug 843971: fix backend for GUM a/v notification in opt builds r=derf 2013-03-02 21:49:29 -05:00
L. David Baron
3c1156d59c Bug 404077: Adjust annotations of expected assertions. 2013-02-28 17:59:07 -08:00
Ms2ger
c6832bb745 Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
Ed Morley
1b556e75bc Bug 404077 - Adjust annotations of expected assertions; r=me on a CLOSED TREE 2013-02-28 13:24:36 +00:00
Gregory Szorc
27c42e83c6 Merge mozilla-central into build-system
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Gregory Szorc
803629b9c6 Merge mozilla-central into build-system
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
2801c25ab8 Merge m-c to b-s. 2013-02-26 19:09:25 +01:00
Gregory Szorc
16f0413b0c Merge mozilla-central into build-system
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
3fd0b2c59d Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey 2013-02-25 12:47:20 -08:00
Randell Jesup
1987838f73 Bug 843971: Add MediaManager function to report what a window is capturing r=smaug 2013-02-27 15:36:06 -05:00
L. David Baron
ff34707a75 Bug 404077: Adjust annotations of expected assertions. 2013-02-27 10:37:19 -08:00
L. David Baron
2c80911fe7 Bug 404077: Adjust annotations of expected assertions. CLOSED TREE 2013-02-27 18:46:42 -08:00
L. David Baron
9fd9672955 Bug 404077: Adjust annotations of expected assertions. CLOSED TREE 2013-02-27 18:12:17 -08:00
Alex Xu
288aa01b0f Bug 840834 - Fix compiler warning. r=jesup 2013-02-25 09:07:16 -05:00
L. David Baron
05d5d9dfa9 Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion. 2013-02-26 22:23:08 -08:00
L. David Baron
4f4296979b Bug 404077: Annotate known assertions in mochitests. 2013-02-25 18:39:21 -08:00
Adam Roach [:abr]
e72d4d5672 Bug 839647 - Remove crash test workaround r=jesup 2013-02-22 10:08:54 -06:00
Randell Jesup
e43b578e6d Bug 843190: Allow cameras/mics to be shared if permissions UI is disabled r=derf 2013-02-20 17:08:44 -05:00
Florian Quèze
1c393919a0 Bug 839106 - Add preferences to control the stun behavior, r=jesup. 2013-02-18 14:49:14 +01:00
Jan-Ivar Bruaroey
50a6521076 Bug 835370 - Optional offer/answer constraints work + unsupported mandatory ones fail. r=bz, r=jesup 2013-02-14 02:08:56 -05:00
Randell Jesup
5e323ba22d Bug 826044: Fix Webrtc crashtests, disable known permaoranges r=jsmith 2013-02-17 13:54:05 -05:00
Jan-Ivar Bruaroey
837e9ad9b7 Bug 841958 - <reftest-wait> avoids JS SecurityError in crashtest 822197.html. r=jesup 2013-02-16 19:55:41 -05:00
Boris Zbarsky
a41a8c62d4 Bug 822674 followup to disable this test on Android. r=jesup 2013-02-16 00:59:11 -05:00
Boris Zbarsky
213f724948 Bug 822674. Give RTCPeerConnection a sane classinfo. r=jst,jesup. r=peterv pending 2013-02-15 22:41:31 -05:00