Mark Banner
|
d23576d350
|
Bug 1126321 - Loop Standalone should display both of the remote video and screen when screen sharing is active. r=mikedeboer
|
2015-02-16 17:30:29 +00:00 |
|
Mark Banner
|
26091ec7e6
|
Bug 1126289 - Enable screen sharing for Loop link-generators by default. r=mikedeboer
|
2015-02-12 13:36:51 +00:00 |
|
Mark Banner
|
6ac25c07ed
|
Bug 1122032 Part 2 - Show the Loop screenshare video in place of the remote video for now. r=mikedeboer
|
2015-02-02 21:53:19 +00:00 |
|
Mark Banner
|
1b06d4345f
|
Bug 1122032 Part 1 - Setup minimal screen sharing for Loop from desktop (disabled by default). r=mikedeboer
|
2015-02-02 21:53:19 +00:00 |
|
Nicolas Perriault
|
2fdc3b4b4c
|
Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8
|
2015-01-22 17:39:07 +01:00 |
|
Mark Banner
|
68d3ae3040
|
Bug 1104930 - Create a mixin for handling updating of the video container for various Loop conversation views. r=nperriault
|
2015-01-16 18:34:30 +00:00 |
|
Nicolas Perriault
|
d74d5eaeb9
|
Bug 1096399 - [Loop] Upgrade React to 0.12.2. r=Standard8
--HG--
rename : browser/components/loop/content/shared/libs/react-0.11.2.js => browser/components/loop/content/shared/libs/react-0.12.2.js
|
2015-01-06 13:07:26 +01:00 |
|
Mark Banner
|
ab39e18d89
|
Bug 1117138 - Move incoming call views from conversation.jsx to conversationViews.jsx. r=nperriault
|
2015-01-05 14:53:03 +00:00 |
|
Romain Gauthier
|
31e51a9f4a
|
Bug 1109849 - Bypass the feedback form if no-one has entered the room yet. r=nperriault
|
2014-12-22 16:56:16 +01:00 |
|
Nicolas Perriault
|
dd4c1fba15
|
Bug 1110155 - Added minimal Loop room name validation. r=mikedeboer
|
2014-12-19 15:22:39 +01:00 |
|
Nicolas Perriault
|
3b3cdeca50
|
Bug 1105525 - Enlarge Loop room rename field to prevent l10n issues. r=Standard8
|
2014-12-17 14:16:53 +01:00 |
|
Jared Wein
|
e22dd20905
|
Bug 1100595 - Add UI for indicating if renaming a room failed. r=NiKo`
--HG--
extra : rebase_source : a03dfe3f46d5ec8881ec7e34f9ec605467f01b8c
|
2014-12-16 13:23:16 -05:00 |
|
Mark Banner
|
063347373c
|
Bug 1106934 Opening a Loop room can show an unexpected error due to race conditions. r=nperriault
|
2014-12-02 18:04:58 -08:00 |
|
Mark Banner
|
e5f2a33848
|
Bug 1098540 - Muting local video should display the default avatar image in Loop Rooms. r=nperriault
|
2014-11-27 11:57:11 +00:00 |
|
Nicolas Perriault
|
4fc8bdf986
|
Bug 1086512 - Added feedback form to Loop desktop room window. r=Standard8
|
2014-11-25 13:19:34 +01:00 |
|
Nicolas Perriault
|
538e169c18
|
Bug 1094137 - Create a common shared store creator for Loop. r=Standard8
|
2014-11-19 14:59:08 +00:00 |
|
Mark Banner
|
ee01e3b2af
|
Bug 1088650 Add sounds for notifications when rooms are joined, left or if there are failures. r=nperriault
|
2014-11-18 20:50:57 +00:00 |
|
Mark Banner
|
781163fac2
|
Bug 1074694 - Allow rooms to be renamed from the conversation window. r=nperriault
|
2014-11-17 22:12:27 +00:00 |
|
Nicolas Perriault
|
7220f8d88a
|
Bug 1074709 - Notify Loop room users when the room is full. r=Standard8
|
2014-11-13 15:33:15 +00:00 |
|
Nicolas Perriault
|
3b7b953435
|
Bug 1074693 - Loop desktop room preview to use fullscreen local videostream. r=Standard8
|
2014-11-12 15:20:55 +00:00 |
|
Mark Banner
|
ce7e3147b5
|
Bug 1074696 - Allow the user to copy and email Loop room urls from the room preview. r=nperriault
|
2014-11-11 22:15:44 +00:00 |
|
Mark Banner
|
ee90afcd25
|
Bug 1074686 - Part 5 Hook up the active room store to the sdk for Loop rooms on desktop to enable audio and video in rooms. r=nperriault
|
2014-11-11 14:48:56 +00:00 |
|
Nicolas Perriault
|
d384c380c8
|
Bug 1074686 - Part 3 Revamped view architecture for Desktop Loop rooms. r=Standard8
|
2014-11-11 09:33:05 +00:00 |
|
Nicolas Perriault
|
fe2614bfb8
|
Bug 1074686 - Part 2: Implement room views for Loop Desktop. r=Standard8
|
2014-11-10 14:42:39 +00:00 |
|
Mark Banner
|
5716218663
|
Bug 1074688 - Part 3 Hook the new activeRoomStore into the standalone views, and also extend the store to manage joining rooms on the Loop server. r=nperriault,a=RyanVM
|
2014-11-06 20:53:49 +00:00 |
|
Nicolas Perriault
|
8671517f49
|
Bug 1093620 - Using a single root store for Loop rooms. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/localRoomStore.js => browser/components/loop/content/shared/js/activeRoomStore.js
rename : browser/components/loop/content/shared/js/roomListStore.js => browser/components/loop/content/shared/js/roomStore.js
rename : browser/components/loop/test/shared/localRoomStore_test.js => browser/components/loop/test/shared/activeRoomStore_test.js
rename : browser/components/loop/test/shared/roomListStore_test.js => browser/components/loop/test/shared/roomStore_test.js
|
2014-11-05 13:59:46 +00:00 |
|
Mark Banner
|
b9a915d3e1
|
Bug 1074688 - Part 1 Rename the existing EmptyRoomView to be DesktopRoomView, and clean it up, in preparation for the Loop room view implementation. r=nperriault
|
2014-11-04 10:12:40 +00:00 |
|
Dan Mosedale
|
c063427d7c
|
Bug 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8
|
2014-10-14 15:22:35 -07:00 |
|