Commit graph

117 commits

Author SHA1 Message Date
Andrei Oprea
ef0eb3d075 Bug 1171415 - Implement NPS feedback form for Loop. r=mikedeboer 2015-07-20 10:47:00 -04:00
Mark Banner
1fb11e0dac Bug 1176780 - Enable jsx-sort-props-types eslint rule for Loop. rs=dmose 2015-06-23 23:11:48 -07:00
Mark Banner
7fc3405211 Bug 1176778 - Enable jsx-sort-props eslint rule for Loop. rs=dmose 2015-06-23 23:11:48 -07:00
Mark Banner
c523225c25 Bug 1173036 - Change Loop's RTL attributes to be consistently set on the html element. r=mikedeboer 2015-06-10 14:12:42 +01:00
Mike de Boer
3aa6444690 Bug 1162909: follow-up to revert the accidental hard-coding of dir='rtl' inside Hello conversation windows. rs=me. DONTBUILD 2015-05-28 11:55:26 +02:00
Mike de Boer
22738237c1 Bug 1162909: update the context views inside the Hello conversation window with latest UX updates. Make saving context data always work and more resilient to failure. r=Standard8 2015-05-28 11:04:42 +02:00
Mark Banner
0185db0619 Bug 1162991 - Implement an initial layer of text chat for Loop conversations. r=mikedeboer 2015-05-22 14:45:14 +01:00
Martin Tomes
d39b821f8a Bug 1160501 - Enable eslint rules for Loop: quote related issues. r=Standard8 2015-05-22 14:45:13 +01:00
Mark Banner
af6a90041d Bug 1165266 - Upgrade Loop's use of eslint to version 0.21.x and eslint-react-plugin to 2.3.x and enable no-undef rule. r=dmose 2015-05-22 08:53:09 +01:00
Mike de Boer
e7926bf434 Bug 1156205: show a scrollbar in the social share dropdown list inside the Loop conversation window when the number of items exceeds the maximum height. r=Standard8 2015-05-08 10:32:46 +02:00
Martin Tomes
247ef0c6cb Bug 1160489 - Enable eslint rules for Loop: comma related. r=Standard8 2015-05-06 18:15:56 +01:00
Mike de Boer
0925485637 Bug 1142514: show context information in the Loop conversation window. r=Standard8
--HG--
extra : rebase_source : a0f3858298ca9f8d3f2543017134830d1099b1e7
2015-04-21 12:06:59 +02:00
Mark Banner
826cfb318a Bug 1088672 - Part 7. Rewrite Loop's incoming call handling in the flux style. Remove the now redundant non-flux based code for incoming calls. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
0984661eea Bug 1088672 - Part 4. Rewrite Loop's incoming call handling in the flux style. Put back alerts and make window unload be handled correctly. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
99d6d0692a Bug 1088672 - Part 2. Rewrite Loop's incoming call handling in the flux style. Switch incoming calls to use flux based conversation store and get them working as far as the accept view. r=mikedeboer 2015-03-12 14:01:37 +00:00
Mark Banner
3379e40e51 Bug 1088672 - Part 1. Rewrite Loop's incoming call handling in the flux style. Rename some views for better naming. r=mikedeboer 2015-03-12 14:01:37 +00:00
Mark Banner
824d36b376 Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose CLOSED TREE
--HG--
extra : amend_source : 17cfab9085157775f7c093cf0504fd954eaeec99
2015-03-11 18:52:23 -07:00
Wes Kocher
d1a84c7305 Backed out changeset 35827fc86c80 (bug 1140481) under suspicion of making wpt-reftests intermittently fail on a CLOSED TREE 2015-03-11 16:53:41 -07:00
Mark Banner
e94ede8683 Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose 2015-03-11 10:34:25 +00:00
Dan Mosedale
53124f1f25 Bug 1123660 - Add telemetry probes for measuring failed, short, medium, and long calls. Largely paired w/jaws, r=jaws,dmose,Standard8, a=bsmedberg for opt-out metric 2015-03-09 16:59:35 -07:00
Mark Banner
d624a877f8 Bug 1106941 - Part 2. Firefox Hello doesn't work properly when no video camera is installed - fix incoming conversations. r=mikedeboer 2015-03-09 23:42:08 +00:00
Mark Banner
b0cd98035b Bug 1106941 - Part 1. Firefox Hello doesn't work properly when no video camera is installed - fix rooms and outgoing conversations. r=mikedeboer 2015-03-08 13:16:32 +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
8a4d155f4d Bug 1098355 - Change the functions in Loop's shared.utils.Helper to be accessible from the global state and avoid passing the helper down through the component props tree. r=mikedeboer 2015-02-05 19:35:12 +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
Mark Banner
3e9947b768 Bug 1127557 - Invalid preference type getting/setting loop.ot.guid. rs=jaws 2015-02-02 12:32:54 +00:00
Nicolas Perriault
2fdc3b4b4c Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8 2015-01-22 17:39:07 +01: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
Dan Mosedale
0fd9267ee6 Bug 1107255-Fix tested Loop callers of window.close to use WindowCloseMixin, r=NiKo` 2014-12-09 12:04:25 -08:00
Mark Banner
47576f2ae6 Bug 1106474 - Drop conversationStore's use of Backbone.Model for Loop. r=nperriault 2014-12-02 13:50:37 -08:00
Romain Gauthier
fc3dc7434e Bug 1087528 - Call IDs in about:webrtc. r=standard8, r=pkerr 2014-11-14 16:50:17 +01: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
10e52a81b8 Bug 1076754 - Moved Loop feedback flow to Flux. r=Standard8 2014-11-24 17:02:48 +01:00
Mike de Boer
8c2cb161cd Bug 1102841: implement Cancel and Block a call for incoming direct calls r=abr 2014-11-21 15:38:42 +01:00
Jared Wein
f9cfe19c63 Bug 1101006 - Refactor mozLoop.{get, set}LoopCharPref and mozLoop.{get, set}LoopBoolPref to mozLoop.{get, set}Pref that uses getPrefType. r=mikedeboer 2014-11-19 13:29:27 -05: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
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
Romain Gauthier
002e180974 Bug 1065201: introduce new sounds for Hello standalone and desktop. r=mikedeboer 2014-11-06 14:51:50 +01:00
Mark Banner
f57a918889 Bug 1093475 When a Loop call URL is deleted/blocked, use the proper session. r=mikedeboer 2014-11-05 13:59:46 +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
Mark Banner
c299359b02 Bug 1090209 - Part 2 Use MozLoopService to manage window ids centrally, and store the data for the window opening. r=mikedeboer
Use LoopCalls directly to handle busy statuses.
2014-11-03 16:34:03 +00:00
Mark Banner
6787686cbf Bug 1090209 - Part 1 Drop the window type from the url that opens a Loop conversation window, and pass it in the call data instead. r=nperriault
Also creates a ConversationAppStore for managing the overall window data and selection of the type of window it is for the views.
2014-11-03 16:34:02 +00:00
Mark Banner
e3677253b1 Bug 1084228 Replace 'callId' with 'windowId' in a Loop conversation window so that it represents what it is and is distinct from the real 'callId'. r=mikedeboer 2014-10-29 14:21:27 +00:00
Mark Banner
b6739406fa Bug 1047410 - Desktop client should display Call Failed if an incoming call fails during set-up. r=nperriault 2014-10-24 15:01:20 +01:00
Mark Banner
7115603c12 Bug 1088346 - Handle "answered-elsewhere" on incoming calls for desktop on Loop. r=nperriault 2014-10-24 14:22:59 +01:00