Commit Graph

53 Commits

Author SHA1 Message Date
Mark Banner
fe4e8b1bbd Bug 1199213 - Part 1. Remove the old standalone call-url handling code from Loop. r=mikedeboer 2015-09-17 16:19:35 +02:00
Mark Banner
5d0bb1c611 Bug 1200201 - Remove the code for redirecting to the FxOS client from Loop standalone. r=dmose 2015-09-05 11:01:44 +01:00
David Critchley
0e8f26cd61 Bug 1186396 - Remove remaining references to JQuery from Loop. r=andreio,r=Standard8 2015-09-01 22:07:06 +01:00
Mark Banner
1546a97b13 Bug 1197795 - Update Loop's library versions (eslint 1.2.1, sinon 1.16.1). r=mikedeboer 2015-08-25 14:01:06 +01:00
Chris Rafuse
00d820beae Bug 1178393 - Countdown to zero warnings in standalone test suite. r=andreio 2015-08-11 20:35:25 +01:00
Mark Banner
0691bd6bda Bug 1180179 - Part 2. Create a new shared media layout component. r=mikedeboer 2015-07-22 16:35:39 +01:00
Mark Banner
b983b0c43d Bug 1186362 - Drop Loop's use of jQuery from the desktop UI. r=mikedeboer 2015-07-22 12:50:18 +01:00
Andrei Oprea
33a2f45d21 Bug 1171415 - Implement NPS feedback form for Loop. r=mikedeboer 2015-07-20 10:47:00 -04:00
Andrei Oprea
7bcbb9f5ad Bug 1178391 - Fix all warnings in Loop shared test suite. r=Standard8 2015-07-10 09:39:07 +01:00
Mark Banner
5e3efa40c4 Bug 1110937 - Make Loop's link-clicker show the expired/invalid failure view before the user clicks join. r=mikedeboer 2015-07-07 11:58:18 +01:00
Mike de Boer
fec520152c Bug 1171940: update/ fix tests that my patches above have broken and lower the total amount of warnings generated by React in the console. r=Standard8 2015-07-03 19:00:30 +02:00
Mark Banner
579719f34a Bug 1176774 - Upgrade Loop's libs to latest versions and add some more pre-minified ones for release. r=dmose 2015-07-02 18:49:56 +01:00
Mike de Boer
c1522e70ff Bug 1178383: count the amount of warnings yielded for each test suite and throw an error when the count doesn't meet expectations. r=Standard8 2015-07-01 11:33:27 +02:00
Mark Banner
810e92c240 Bug 1176774 - Upgrade Loop's test libraries to latest versions. r=dmose 2015-06-30 15:35:57 +01:00
Mark Banner
6b9530867f Bug 1162991 - Implement an initial layer of text chat for Loop conversations. r=mikedeboer 2015-05-22 14:45:14 +01:00
Mark Banner
a3e11d00c4 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
Mark Banner
7e5437d284 Bug 1161926 - Standalone UI doesn't always show 'Something went wrong' if the network connection dies. Upgrade jquery due to not always properly catching errors from $.ajax. r=dmose CLOSED TREE 2015-05-07 09:49:11 +01:00
Carsten "Tomcat" Book
7a5254e07a Backed out changeset 93f39df2f4f3 (bug 1161926) for test failures in browser_parsable_css.js 2015-05-07 14:04:57 +02:00
Mark Banner
3d020477ef Bug 1161926 - Standalone UI doesn't always show 'Something went wrong' if the network connection dies. Upgrade jquery due to not always properly catching errors from $.ajax. r=dmose 2015-05-07 09:49:11 +01:00
Mark Banner
9f7bb40e1d Bug 1132222 - Add more metrics reporting to the Loop standalone UI. r=dmose 2015-04-22 08:51:46 +01:00
Mark Banner
26c4c22081 Bug 1139586 - Attempt to fix intermittent failures in Loop's Marionette unit tests by extending the timeout. r=mikedeboer 2015-03-30 14:08:53 +01:00
Mark Banner
eb4a7b6aab Bug 1142950 - Update Loop's vendor libraries for unit tests. r=mikedeboer 2015-03-13 12:09:54 +00:00
Mark Banner
ddaf539e08 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
1c5a309ebd Bug 1096399 - [Loop] Upgrade React to 0.12.2. r=Standard8 2015-01-06 13:07:26 +01:00
Carmen Jimenez
081d0c3cad Bug 1097703 - Enable install/open FxOS Loop client from standalone UI for ROOM. r=mbanner 2014-11-23 20:59:03 +01:00
Mark Banner
3a99d8e4aa Bug 1111560 - Upgrade Loop's use of sinon to version 1.12.2. r=nperriault 2014-12-15 20:34:30 +00:00
Mark Banner
44f12029e1 Bug 1064218 - Detect syntax failures in Loop's unit tests. r=nperriault 2014-12-01 14:37:06 -08:00
Nicolas Perriault
e14f31668b Bug 1076754 - Moved Loop feedback flow to Flux. r=Standard8 2014-11-24 17:02:48 +01:00
Nicolas Perriault
97062ecc32 Bug 1094137 - Create a common shared store creator for Loop. r=Standard8 2014-11-19 14:59:08 +00:00
Nicolas Perriault
ce0096bf6d Bug 1074702 - Part 2: Room views for Loop standalone. r=Standard8 2014-11-12 15:20:54 +00:00
Mark Banner
e3fa1c396a 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
Dan Mosedale
d4c113883d Bug 1093931 - Update Loop mocha unit test framework to v2.0.1, which supports Promises, r=Standard8 2014-11-07 13:59:09 -08:00
Mark Banner
dd55563a03 Bug 1074702 - Part 1 Implement join/refresh/leave with the Loop server on the standalone UI. r=nperriault 2014-11-07 16:28:13 +00:00
Mark Banner
f3365f6c09 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
Mark Banner
7c6ccf288f Bug 1094128 Convert the Loop Standalone controller app view to be based on the Flux style. r=nperriault 2014-11-05 14:59:40 +00:00
Dan Mosedale
4e77668751 Bug 1073410 - get gUM perms earlier for Loop calls (paired with jaws), r=jaws,me 2014-11-03 14:48:16 -08:00
Nicolas Perriault
8766aaf75f Bug 1080476 - Upgrade React to 0.11.2. r=mikedeboer 2014-10-09 23:42:00 -04:00
Nicolas Perriault
44db74125a Bug 974873 - Add feedback form to Loop standalone conversation window. r=Standard8 2014-09-22 13:40:57 +01:00
Mark Banner
e5a7bca51b Bug 1067937 Fix translation of Loop's link-clicker UI in Google Chrome. r=dmose 2014-09-17 19:23:31 +01:00
Mark Banner
ac520f8d30 Bug 1066567 Part 1. Stop use of the backbone router in the standalone UI to simplify code. The views now exclusively manage what is displayed according to state. r=nperriault 2014-09-17 19:23:29 +01:00
Nicolas Perriault
d1c45aea6b Bug 1062126: Loop panel UI shouldn't be fully reset when reopened, r=mikedeboer. 2014-09-11 20:54:48 +01:00
Mark Banner
8cd6fd472b Bug 1062835 Missing text on Loop's link-clicker UI for non-English locales. Update the standalone app to the gaia version of L10n.js which supports fallback automatically. r=nperriault 2014-09-04 19:15:23 +01:00
Mark Banner
657c4ada6f Bug 1022594 Part 2. Desktop client needs ability to decline an incoming call - set up a basic websocket protocol and use for both desktop and standalone UI. r=dmose 2014-08-15 22:54:29 +01:00
Nicolas Perriault
4bfc81155e Bug 1040662: Upgrade Loop's use of React to version 0.11.1. r=Standard8 2014-08-04 16:35:35 +01:00
Andrei Oprea
4c571171e2 Bug 1000127 - Implement new standalone UI link clicker, r=dmose 2014-08-01 16:36:39 -07:00
Dan Mosedale
b5bf2a96c8 Bug 1033843 Change the Loop conversation window to use React-based views. Patch by dmose and nperriault. r=Standard8 2014-07-14 20:37:27 +01:00
Mark Banner
fc95650368 Bug 1020876 Route desktop client XHRs though the mozLoop API to share hawk implementation with MozLoopService. r=ttaubert 2014-07-03 09:23:38 +01:00
Mark Banner
8a9d4d8576 Bug 1026504 - Clarify non-shared status of sdk and webl10n for Loop by moving them from the shared libs to non-shared. r=nperriault 2014-06-18 10:43:31 +01:00
Mark Banner
1432e29069 Bug 994485 Make standalone tests work with combined repositories/changed file layout, and fix the standalone server. r=dmose 2014-05-29 21:25:39 +01:00
Dan Mosedale
82ecedc072 Bug 976109 - Switch session tokens from cookies to Hawk, r=NiKo`,Standard8 2014-05-29 21:20:11 +01:00