Commit Graph

220 Commits

Author SHA1 Message Date
Aaron Raimist
f9b8482fcb Bug 1165281 - Fix Loop key-spacing ESlint rules. r=Standard8 2015-05-30 20:00:00 -04:00
Mark Banner
babf2a4b04 Bug 1170051 - Fix issues with screen shares not correctly laying out on Loop standalone UI - remove the video dimensions from the cache when the share is stopped. r=mikedeboer 2015-06-01 11:46:31 +01:00
Mark Banner
0ed6f79980 Bug 1169706 - Link-clicker UI broken for release builds (38 & earlier) - Join doesn't work (TypeError: rootNavigator.mediaDevices.enumerateDevices is not a function). r=dmose 2015-06-01 10:53:32 +01:00
Mark Banner
e7f03b8053 Bug 1168788 - Check for devices should check for audio or video not just audio. r=mikedeboer 2015-05-27 13:47:56 +01:00
Mark Banner
16e064b729 Bug 1168366 - Loop Link-clicker: Joining a room, giving feedback, looses context information until the page is reloaded. r=mikedeboer 2015-05-27 12:59:43 +01:00
Mike de Boer
138c7bb377 Bug 1166646: WINDOW_ENABLED telemetry key is falsy, thus not working. Check for its type properly. r=Standard8 2015-05-26 15:35:59 +02:00
Mark Banner
ae79326592 Bug 1162444 - Ensure we update the context urls and description when we receive an update for an open room. r=mikedeboer 2015-05-22 16:05:37 +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
8b5b232ff6 Bug 1118523 - Don't show the window will close message on the feedback received view on the Loop standalone UI. r=mikedeboer 2015-05-22 14:45:13 +01:00
Martin Tomes
d0b09928e6 Bug 1160501 - Enable eslint rules for Loop: quote related issues. r=Standard8 2015-05-22 14:45:13 +01:00
Mark Banner
e1a84a1868 Bug 1166720 - Gather some more metrics about where Loop link-clickers don't manage to get all the way to a connected conversation. r=mikedeboer 2015-05-22 14:45:13 +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
Dan Mosedale
7eb34b3da0 Bug 1160656-Separate MediaSetupMixin caches on different instances, r=mikedeboer 2015-05-01 14:51:00 -07:00
Mike de Boer
dc9b124ec3 Bug 1142532: compose a different email for Loop room invites when context data is attached to it. r=Standard8 2015-05-12 17:37:34 +02:00
Martin Tomes
f61f11dd88 Bug 1160496 - Enable eslint rules for Loop: General code format. r=Standard8 2015-05-12 13:45:07 +01:00
Mike de Boer
2346fa1c2f 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
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
Mike de Boer
546733eb4a Bug 1142515: add utils to compare simple objects to support Loop context in rooms. r=Standard8 2015-05-07 11:38:54 +02:00
Mike de Boer
d51c57d5ec Bug 1142515: add a generic custom checkbox widget for Loop UI elements to use. r=Standard8 2015-05-07 11:38:51 +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
Martin Tomes
ecc05210fb Bug 1160489 - Enable eslint rules for Loop: comma related. r=Standard8 2015-05-06 18:15:56 +01:00
Martin Tomes
1dbac5625c Bug 1160487 - Enable eslint rules for Loop: semi-colon related. r=Standard8 2015-05-06 12:23:21 +01:00
Mike de Boer
a936297231 Bug 1152733: change the name of Loop/ Hello histograms that recently changed to be enumerated types. r=vladan 2015-04-29 11:55:08 +02:00
Mark Banner
359dadcd89 Bug 1146305 - IDN links should be properly displayed in Hello rooms for context in conversations. r=mikedeboer 2015-04-30 07:40:49 +01:00
Tooru Fujisawa
22a3f8a30f Bug 1102219 - Part 5: Replace more String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Mark Banner
fdc85ad474 Bug 1137813 - Part 4. Don't log the cleanup event as the server doesn't accept it after the room has been left. r=mikedeboer 2015-04-28 11:20:36 +01:00
Mark Banner
feb6d50721 Bug 1137813 - Part 3. Add room connection status logging. r=mikedeboer 2015-04-28 08:17:56 +01:00
Mark Banner
7df84c7405 Bug 1137813 - Part 2. Stub dispatcher.dispatch globally in otSdkDriver_test.js to simplify tests. r=mikedeboer 2015-04-28 08:17:56 +01:00
Mike de Boer
8afbeb9651 Bug 1142514: add tests for the context views in the Loop conversation window. r=Standard8 2015-04-21 12:07:02 +02:00
Mike de Boer
1940b36447 Bug 1152733: Convert all Loop keyed histograms to be enumerated types and opt-out, which helps reporting tremendously. r=vladan,dmose 2015-04-17 11:14:55 +02:00
Mark Banner
1f5de9f88d Bug 1142588 - Implement context in conversations display for Loop's standalone UI. r=mikedeboer 2015-04-15 13:06:34 +01:00
Mark Banner
f2b9c2974e Bug 1142522 - Part 2 Hook up encryption for room contexts in guest mode. r=mikedeboer 2015-04-13 11:54:26 +01:00
Mike de Boer
bcf705f719 Bug 1132301: Part 5 - add unit tests for the Social Sharing feature of Loop. r=Standard8 2015-04-10 13:23:14 +02:00
Ryan VanderMeulen
5a21b37219 Backed out 5 changesets (bug 1132301) for intermittent browser_mozLoop_socialShare.js failures.
Backed out changeset c99243d545e2 (bug 1132301)
Backed out changeset a2075595f6fd (bug 1132301)
Backed out changeset a2b8f0ddd738 (bug 1132301)
Backed out changeset e5d7fd205107 (bug 1132301)
Backed out changeset 47a5d0ecb127 (bug 1132301)
2015-04-09 13:15:52 -04:00
Mike de Boer
cb928a3d7a Bug 1132301: Part 5 - add unit tests for the Social Sharing feature of Loop. r=Standard8 2015-04-09 16:29:19 +02:00
Mark Banner
7ab1dbbbf5 Bug 1152296 - Move roomStore.js from shared code to desktop specific code for Loop. r=mikedeboer 2015-04-08 17:13:03 +01:00
Mike de Boer
c32c94770d Bug 1146921: disable the window sharing dropdown item in Loop conversation windows on unsupported platforms. r=Standard8 2015-04-02 13:24:31 +02:00
Mark Banner
87c1dddbc1 Bug 1147609 - Make Loop's standalone UI work with roomName as an unecrypted parameter or as an encrypted part of context. r=mikedeboer 2015-04-01 12:04:08 +01:00
Mark Banner
7f42be4573 Bug 1149137 - Make Loop's Marionette unit tests run in e10s mode. r=mikedeboer 2015-03-30 17:02:27 +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
08e40d7b9d Bug 1114563 - Show the room name before the user enters the room. r=mikedeboer 2015-03-25 17:08:19 +00:00
Dan Mosedale
5645f5ff7f Bug 1145819 - Fix loop Telemetry counting of direct calls, r=Standard8 2015-03-24 14:28:45 -07:00
Mike de Boer
60e3207b00 Bug 1135095: add telemetry for window and tab sharing triggers in Loop. r=Standard8,vladan 2015-03-24 11:21:20 +01:00
Mark Banner
aceb1b1d5d Bug 1137843 - Loop client should not try to leave room that it fails to join. r=dmose 2015-03-24 08:46:06 +00:00
Dan Mosedale
df3fa3aed1 Bug 1123660 - add logging to Loop media connection telemetry, r=Standard8 2015-03-20 10:44:40 -07:00
Mark Banner
8e561c8fff Bug 1141133 - Implement encrypt/decrypt of context information ready for Loop's context in conversation work. r=mikedeboer 2015-03-20 14:30:49 +00:00
Mark Banner
ba621a86ce Bug 1144344. r=mikedeboer 2015-03-18 12:43:56 +00: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
83d1858561 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