Commit Graph

950 Commits

Author SHA1 Message Date
Mark Banner
0733abe787 Bug 1153534 - Remove old currSize parameter deletion now the loop-server no longer supplies it. r=mikedeboer 2015-04-13 11:54:25 +01:00
Mark Banner
97ada55d89 Bug 1152947 - Remove expiresIn from the create room message for Hello as the server has its own default. r=mikedeboer 2015-04-10 12:56:20 +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
Mike de Boer
fe165644df Bug 1132301: Part 4 - add a Share Link button in the Loop conversation window to share a room URL via the Social API. r=Standard8 2015-04-10 13:23:11 +02:00
Mike de Boer
76803ebee2 Bug 1132301: Part 3 - hide the Loop dropdowns when the content window loses focus, so mouseLeave workarounds can be removed. r=Standard8 2015-04-10 13:23:08 +02:00
Mike de Boer
c8d9538623 Bug 1132301: Part 2 - add navigator.mozLoop methods to allow interaction between Loop and the Social API. r=Standard8,mixedpuppy 2015-04-10 13:23:05 +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
Mike de Boer
c61d7a9494 Bug 1132301: Part 4 - add a Share Link button in the Loop conversation window to share a room URL via the Social API. r=Standard8 2015-04-09 16:29:16 +02:00
Mike de Boer
7d33003560 Bug 1132301: Part 3 - hide the Loop dropdowns when the content window loses focus, so mouseLeave workarounds can be removed. r=Standard8 2015-04-09 16:29:13 +02:00
Mike de Boer
5a04a6e816 Bug 1132301: Part 2 - add navigator.mozLoop methods to allow interaction between Loop and the Social API. r=Standard8,mixedpuppy 2015-04-09 16:29:10 +02:00
Mike de Boer
59183f2118 Bug 1152391: appVersionInfo should use UpdateChannel.jsm to fetch update channel information. r=Standard8 2015-04-09 10:43:42 +02:00
Mark Banner
57195bf3bc Bug 1136797 - For Loop standalone rename the brand website url to download firefox url and update the default. r=dmose 2015-04-09 09:24:37 +01: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
Mark Banner
021b4a3628 Bug 1152245 - Receiving a call whilst in private browsing or not browser windows open can stop any calls to contacts being made or received. r=mikedeboer 2015-04-08 17:12:01 +01:00
Mark Banner
8db8cf60e3 Bug 1151832 - Remove some old workarounds for loop-server - optional parameters are now respected for PATCH /rooms/{token} and the 'roomConnectionId' check no longer needs to fallback to 'id'. r=mikedeboer 2015-04-08 17:12:01 +01:00
Mark Banner
5549056ec8 Bug 1138941 - Display a better string when we've failed to obtain the camera and video devices for Loop. r=dmose 2015-04-07 22:37:02 +01:00
Mark Banner
246af339e3 Follow-up to bug 1150632 - add documentation for running eslint against Loop's jsm files. rs=dmose over irc. NPOTB DONTBUILD 2015-04-07 21:56:59 +01:00
Mark Banner
36fa3f333e Bug 1150632 - Extend eslint to Loop's .jsm files. r=dmose 2015-04-04 14:43:27 +01:00
Mark Banner
f2e06c0a70 Bug 1150273 - Use eslint for the react files for Loop. r=dmose 2015-04-04 14:43:27 +01:00
Mike de Boer
decafbd367 Bug 1150501: change 'Share my Tabs' to 'Share your Tabs' in the Loop conversation window screen sharing dropdown. r=Standard8 2015-04-02 15:53:22 +02:00
Mike de Boer
aa21998066 Bug 1150052: report exceptions that occur in MozLoop object APIs directly to the console, so we'll be able to recognize errors better. r=Standard8 2015-04-02 15:28:45 +02:00
Mike de Boer
9f49a9f57a Bug 1114957: clean up event listeners in MozLoop when they are next called after the conversation window was closed. r=Standard8 2015-04-02 15:42:33 +02: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
Mike de Boer
9505c467cd Bug 1146834: use Uint8Array's subarray when slice is not available in Loop content pages. r=Standard8 2015-04-02 13:14:18 +02:00
Dan Mosedale
7f3f66be23 Bug 999737-add ESLint to run-all-loop-tests; update docs, rs=Standard, DONTBUILD 2015-04-01 14:08:38 -07: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
Dan Mosedale
9c14aaf449 Bug 999737-bootstrap eslint for loop content JS, fix a found bug, rs=MattN 2015-03-31 17:28:36 -07:00
Mark Banner
d07b801d1e Bug 1105490 - Remove old ToS generation code from Loop Standalone. r-dmose,r=ted NPOTB DONTBUILD 2015-03-30 21:45:53 +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
Mike de Boer
7bf048deed Bug 1132301: add strings for th upcoming Social Sharing feature in Loop. r=Standard8 2015-03-30 13:26:59 +02:00
Mark Banner
ef489720b3 Bug 1147375 - Don't fall over if roomName isn't supplied, let users continue to use Loop. r=mikedeboer 2015-03-26 19:21:10 +00: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
Mark Banner
d0c6ea9cbe Bug 1146929 - Remove support for the old style call hash based urls from the Loop standalone UI. r=mikedeboer 2015-03-25 17:08:15 +00:00
Alessio Placitelli
bc31318d43 Bug 1134279 - Change Telemetry data producers to use the correct recording flags. r=vladan 2015-03-23 04:39:00 +01:00
Mark Banner
6677b52ffa Bug 1147104 - Add running e10s based mochitests to run-all-loop-tests.sh to help catch Loop failures before they land. r=jaws NPOTB DONTBUILD 2015-03-25 10:43:09 +00:00
Jared Wein
9fc379f670 Bug 1142687 - Show context information for current page in the rooms view. r=standard8 2015-03-24 12:43:49 -04:00
Dan Mosedale
5645f5ff7f Bug 1145819 - Fix loop Telemetry counting of direct calls, r=Standard8 2015-03-24 14:28:45 -07:00
Ryan VanderMeulen
88c493d72e Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
CLOSED TREE
2015-03-24 14:32:20 -04:00
Jared Wein
bbf5601d75 Bug 1142687 - Show context information for current page in the rooms view. r=standard8 2015-03-24 12:43:49 -04: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
Wes Kocher
305bd58dcc Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Bill McCloskey
5a327da4cf Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin) 2015-03-20 11:57:38 -07: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
Abdelrhman Ahmed
857c54ab24 Bug 1144780 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao 2015-03-18 11:25:00 +01:00
Mark Banner
ba621a86ce Bug 1144344. r=mikedeboer 2015-03-18 12:43:56 +00:00
Mike de Boer
1d0477f1f6 Bug 1143298: show the correct amount of imported contacts in the Loop panel after the import has finished. r=Standard8 2015-03-16 17:26:03 +01:00