Florian Queze
37f2343b9a
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Sebastian Hengst
9e0ecf32c5
Backed out changeset e1f191aad863 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
93a734a3ce
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Andrew McCreight
a4e17048dd
Bug 1352522, part 1 - Add ContentWebRTC observers in ContentObservers.js. r=florian
...
This avoids importing ContentWebRTC.jsm just to register observers
that may never observe anything. Avoiding importing .jsms reduces
memory usage.
ContentObserver.js gets loaded once per content process, so I think
the ._initialized stuff is not needed in the process script.
MozReview-Commit-ID: 5r9L3bfFS0U
--HG--
extra : rebase_source : 0fe6e14c2963efccf21bd1606885098902fed598
2017-04-07 08:48:58 -07:00
Florian Quèze
a1b5dae154
Bug 1335807 - JavaScript Error: 'NS_NOINTERFACE: ' {file: 'resource:///modules/ContentWebRTC.jsm' line: 387}, r=felipe.
2017-02-16 00:13:46 +01:00
Munro Mengjue Chiang
7981074791
Bug 1335794 - Fix JavaScript Error (TypeError: mm is null) by adding a null checking; r=florian
...
MozReview-Commit-ID: 9CdsvEU4AOa
--HG--
extra : rebase_source : eb5bb3fc3228e9a1fed03f6cdd99ef5eab071009
2017-02-02 11:39:08 +08:00
Munro Mengjue Chiang
f0be461749
Bug 1270572 - allow un-prompted gUM access if the page has a live track connected to the same device; r=florian,gcp,smaug
...
MozReview-Commit-ID: EvATqR4NNTH
--HG--
extra : rebase_source : cf3b08d7f47e8239bdb6ed27a2eaacb491200d48
2017-01-19 12:24:59 +08:00
Jared Wein
9141469edf
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Dave Townsend
8de07a19a0
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
--HG--
extra : rebase_source : db6482481b7338df491afd6f6fd376eccec84d7e
2016-11-11 08:10:51 -08:00
Florian Quèze
1806b991f7
Bug 1284878 - display a scary warning when the user is about to share Firefox or the whole screen, r=Gijs.
2016-11-07 12:15:37 +01:00
Florian Quèze
71c85e91bb
Bug 1284877 - show a preview when the user selects a screen/window/application to share, r=Gijs.
2016-11-07 12:14:29 +01:00
Jared Wein
5040f17e00
Bug 1312486
- Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
--HG--
extra : rebase_source : 9c8a6b15c19982d720b0163fbbf19d465da786fe
2016-10-24 13:14:19 -04:00
Eric Rahm
e4b0439502
Bug 1308615 - Part 2: Stop using nsISupportsArray for observer messages. r=jesup
...
This removes the rest of the usage of nsISupportsArray in MediaManager.
MozReview-Commit-ID: EqXTRNyKiva
2016-10-14 10:06:37 -07:00
Eric Rahm
b9acba878d
Bug 1308615 - Part 1: Use nsIArray in nsIMediaManagerService. r=jesup
...
This converts nsIMediaManagerService to use nsIArray rather than
nsISupportsArray. All usages of the interface are updated.
MozReview-Commit-ID: 1PLczEptf59
2016-10-14 10:06:27 -07:00
Carsten "Tomcat" Book
e90a683f18
Backed out changeset 9c7364b4579d (bug 1308615) for suspicion that this caused pgo windows test crashes
2016-10-14 14:59:36 +02:00
Carsten "Tomcat" Book
fed18a42c0
Backed out changeset 5af415bbb107 (bug 1308615)
2016-10-14 14:58:51 +02:00
Eric Rahm
b8cfe3a083
Bug 1308615 - Part 2: Stop using nsISupportsArray for observer messages. r=jesup
...
This removes the rest of the usage of nsISupportsArray in MediaManager.
MozReview-Commit-ID: EqXTRNyKiva
2016-10-13 22:02:58 -07:00
Eric Rahm
441292eb71
Bug 1308615 - Part 1: Use nsIArray in nsIMediaManagerService. r=jesup
...
This converts nsIMediaManagerService to use nsIArray rather than
nsISupportsArray. All usages of the interface are updated.
MozReview-Commit-ID: 1PLczEptf59
2016-10-13 22:02:47 -07:00
Jared Wein
fd84c776c7
Bug 1292042
- Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
--HG--
extra : rebase_source : 2b8327e5a7cf0bfd190d696ad5fe475f13faa3cc
2016-08-04 03:28:58 -04:00
Florian Quèze
f0a32d7b64
Bug 1104054 - The 'recording-window-ended' notification from a subframe shouldn't remove the sharing indicator of the whole browser, r=felipe.
2016-04-26 17:42:51 +02:00
Florian Quèze
8844aff4db
Bug 1258019 - avoid JS errors on closed windows in ContentWebRTC.jsm, r=felipe.
...
--HG--
extra : rebase_source : bc4761305c594bd3dd567864ecfaede0fc34ad62
2016-04-05 12:13:45 +02:00
Jan-Ivar Bruaroey
d7d3df857d
Bug 1224766 - forward callID to disambiguate multiple gUM requests from same window. r=jesup,smaug
...
--HG--
extra : rebase_source : 038e5b2eb6d2332da05c2c7dc44dc6ed3dde3d83
2016-01-07 17:30:10 -05:00
Gijs Kruitbosch
2a29a25860
Bug 1233470 - make browser/modules eslintable, r=Mossop
...
--HG--
extra : commitid : IZkQYhmLl9V
extra : rebase_source : 82bd0ac1e9f3b3267d60d127758fa5771a5e9fc9
extra : amend_source : aa17ba3c05cd56840df3c986ba04221beeac2026
2015-12-17 18:31:08 +00:00
Jan-Ivar Bruaroey
dfbd8ea546
Bug 1207784 - skip permission hooks in createOffer when called from hiddenWindow (add-ons). r=mt
...
--HG--
extra : rebase_source : 333130dee7cf5bb44821f6280178e792da556018
2015-10-16 12:16:24 -04:00
Felipe Gomes
b4d0713873
Bug 1109087 - Follow-up fix for incorrect function name. r=florian
...
--HG--
extra : rebase_source : 1b5ee9f13e396508c07f4b5b68be487f6b16209d
2015-08-13 10:12:00 -04:00
Felipe Gomes
ec5aa635ce
Bug 1109087 - Handle WebRTC indicators' states across multiple processes. r=florian
2015-08-12 16:50:55 -03:00
Jan-Ivar Bruaroey
27be58a915
Bug 1189060 - add CreateOfferRequest.webidl interface for add-ons r=florian,peterv
...
--HG--
extra : transplant_source : %97%9C%D9%9Bx%21%01_6%29%98T%9C%0F%CE%E3%40%A0%8AE
2015-08-11 13:48:55 -04:00
Jan-Ivar Bruaroey
dafe658039
Bug 1189060 - let webrtcUI.jsm etc. block initial Offer/Answer exchange through hook. r=florian,fabrice,mfinkle,mt
...
--HG--
extra : transplant_source : %CBwD%14%7D4%9E%EB%AC%5C7K%E4p%3Dr%8Fjl%8A
2015-08-07 15:22:30 -04:00
Paul Adenot
3421dc7c9e
Bug 1156472 - Part 9 - Implement the minimum frontend to play with the feature. r=gijs,florian
2015-07-24 14:28:17 +02:00
Wes Kocher
83b4188234
Backed out 14 changesets (bug 1156472) for test_getUserMedia_audioCapture.html failures on b2g emulator
...
Backed out changeset deec8eb18346 (bug 1156472)
Backed out changeset 0f5bec4c05ba (bug 1156472)
Backed out changeset 2dd83ac00bf9 (bug 1156472)
Backed out changeset abd4e47887f7 (bug 1156472)
Backed out changeset 4824d9874663 (bug 1156472)
Backed out changeset 12805598e6fa (bug 1156472)
Backed out changeset e2f0062a1f67 (bug 1156472)
Backed out changeset 99ef8e436a7f (bug 1156472)
Backed out changeset 65bbfc1546af (bug 1156472)
Backed out changeset 2ab4f16eaf0a (bug 1156472)
Backed out changeset 7f565685e20a (bug 1156472)
Backed out changeset 28c03c98cb2b (bug 1156472)
Backed out changeset d477cfba6e1d (bug 1156472)
Backed out changeset 9819fa56caa1 (bug 1156472)
2015-07-24 13:15:57 -07:00
Paul Adenot
ed2dcb7e89
Bug 1156472 - Part 9 - Implement the minimum frontend to play with the feature. r=gijs,florian
2015-07-24 14:28:17 +02:00
Carsten "Tomcat" Book
2b73aa4f63
Backed out 14 changesets (bug 1156472) for bustage on a CLOSED TREE
...
Backed out changeset 2ddbf85a42c0 (bug 1156472)
Backed out changeset 306d02e17081 (bug 1156472)
Backed out changeset 03598139f39a (bug 1156472)
Backed out changeset 4b1e6069b598 (bug 1156472)
Backed out changeset 6c588a5eaaec (bug 1156472)
Backed out changeset 8c98d7beaea7 (bug 1156472)
Backed out changeset fbf59fbb5875 (bug 1156472)
Backed out changeset 66479dd9eed9 (bug 1156472)
Backed out changeset c8502deeed33 (bug 1156472)
Backed out changeset 1a60ff1149a1 (bug 1156472)
Backed out changeset af1638279785 (bug 1156472)
Backed out changeset 8210276a98ca (bug 1156472)
Backed out changeset 13730e7c5997 (bug 1156472)
Backed out changeset 05acb71cf981 (bug 1156472)
2015-07-24 17:08:37 +02:00
Paul Adenot
4397423937
Bug 1156472 - Part 9 - Implement the minimum frontend to play with the feature. r=gijs,florian
2015-07-24 14:28:17 +02:00
Mike de Boer
04f3c42e8e
Bug 1139907: show WebRTC screen sharing notification icon in Hello conversation window and globally when tab sharing is active. r=jesup,florian
2015-03-11 16:34:31 +01:00
Florian Quèze
9e798458e6
Bug 1114433 - location.reload() leaves behind dangling gUM permission prompt, r=felipe.
2015-01-16 22:20:46 +01:00
Jan-Ivar Bruaroey
54d43d8dad
Bug 1033885 - return MediaStreamError instead of error strings, to spec. r=bz, r=jesup
2014-10-27 15:42:56 -04:00
Florian Quèze
8da2701539
Bug 1071626 - make the global WebRTC sharing indicators actually list the streams with e10s enabled, r=felipe.
2014-10-01 12:39:52 +02:00
Florian Quèze
1c771c5a6e
Bug 1074202 - The WebRTC urlbar sharing indicator gets confused if 2 iframes on the same page are using different devices, r=felipe.
2014-10-01 12:39:48 +02:00
Florian Quèze
783671ecaf
Bug 973001 - getUserMedia UI doesn't work with e10s - fix the permission requests, r=felipe.
2014-09-22 20:39:58 +02:00
Florian Quèze
0d58508a60
Bug 973001 - getUserMedia UI doesn't work with e10s - fix the urlbar indicators and show the global indicators, r=felipe.
2014-09-22 20:39:57 +02:00