Commit Graph

584 Commits

Author SHA1 Message Date
Mark Banner
941190018a Bug 1120428 - No error/failure message if the websocket fails to connect for some reason. Add a null check when closing the socket. r=nperriault 2015-01-13 15:16:49 +00:00
Dan Mosedale
6539a5091f Bug 1118061-add "caller unavailable" messages to Hello, r=jaws 2015-01-09 14:51:51 -08:00
Mark Banner
f218d0cc59 Bug 1119485 - Link clicker UI no longer resets to the stat conversation view after giving feedback. r=nperriault 2015-01-09 09:07:46 +00:00
Dan Mosedale
9b59c9bd2f Bug 1118402-Close panel after sign-in/sign-up clicked to avoid user confusion, r=MattN 2015-01-08 14:58:59 -08:00
Mike de Boer
7d30b7e6ab Bug 1114957: cleanup LoopRooms event listeners when the conversation window is closed. r=Niko 2015-01-08 18:52:10 +01:00
Romain Gauthier
4069676c19 Bug 1113613: Show the telefonica logo only on first use. r=NiKo` 2015-01-08 15:00:12 +01:00
Mark Banner
db753cad2d Bug 1117863 - Correct Loop's language fallback to use all of accept languages properly. r=mikedeboer 2015-01-07 20:08:01 +00:00
Mike de Boer
12dcf3bcef Bug 1102477: pass HAWK request errors through to content. r=Standard8 2015-01-07 16:44:50 +01:00
Mark Banner
0906cbe895 Bug 1079227 - Loop feedback form should always allow comments. r=nperriault 2015-01-07 11:52:57 +00:00
Mark Banner
14a4cf6e1b Bug 1118246 - Loop should handle forceDisconnect events from the OT sdk. r=nperriault 2015-01-06 17:28:26 +00:00
Nicolas Perriault
7997b6ed9a 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
f9448b6752 Bug 1117138 - Move incoming call views from conversation.jsx to conversationViews.jsx. r=nperriault 2015-01-05 14:53:03 +00:00
Mark Banner
a8f36177dd Bug 1058038 - Improve Marionette failure notices for frontend tests when the test fails to find "Complete". r=cmanchester 2015-01-02 15:43:30 +00:00
Mark Banner
a78f3ec81c Bug 1000085 - panel.css and contacts.css should move to a non-shared directory. r=mikedeboer
--HG--
rename : browser/components/loop/content/shared/css/contacts.css => browser/components/loop/content/css/contacts.css
rename : browser/components/loop/content/shared/css/panel.css => browser/components/loop/content/css/panel.css
2015-01-02 12:29:13 +00:00
Paul Kerr [:pkerr]
dcdf74eaed Bug 1115186: prevent network connections during loop module tests. r=MattN 2014-12-26 12:30:01 -08:00
Paul Kerr [:pkerr]
a7633eda9b Bug 1055145 - Part 2: Fix failing loop tests: prevent spurious network access attempts r=mattn 2014-12-24 13:12:18 -08:00
Nils Ohlmeier [:drno]
0a7054ee99 Bug 1114822 - Add an option to specify the location of the standalone server. r=dmose 2014-12-22 16:48:00 -05:00
Paul Kerr [:pkerr]
3a4af941e5 Bug 1076650: retry registration on a 401 response. r=mikedeboer 2014-12-23 12:39:52 +00:00
Nicolas Perriault
c98b60738c Bug 1110155 - Fixed renamed Loop room not reflected into the panel. r=Standard8 2014-12-23 11:54:32 +01:00
Matthew Noorenberghe
8f9f8dd243 Bug 1113574 - Check that the room <chatbox> is still open before resuming the tour from a join notification. r=dmose,markh
The room participant list only gets updated after getting a push notification and this can lead to the Rooms store still showing the user in their room even after they have left. To avoid this, we check that the <chatbox> for the room is actually still present.

--HG--
extra : rebase_source : f4133b922e8be4cc3ece3aebc9e96162efd3190e
2014-12-23 02:35:28 -05:00
Romain Gauthier
20d66f7e20 Bug 1109849 - Bypass the feedback form if no-one has entered the room yet. r=nperriault 2014-12-22 16:56:16 +01:00
Paul Kerr [:pkerr]
a1a8f48b9c Bug 1104279 - Part 2: Add sequence verification to logInToFxa test. r=dmose 2014-12-19 14:51:25 -08:00
Paul Kerr [:pkerr]
1c4282edcb Bug 1055145: Remove push server fallback from Loop Client. r=abr 2014-12-19 15:37:26 -08:00
Matthew Noorenberghe
b57dd6d3f5 Bug 1113739 - Make sure loop.gettingStarted.resumeOnFirstJoin is true before resuming the Hello tour. r=dolske
--HG--
extra : rebase_source : 7faa57772aa4d1d792b8a23abc14d9712598d715
2014-12-19 14:07:15 -05:00
Dan Mosedale
d57653f25c Bug 1112264-Hide loop self-view with message if it would be incompletely shown, r=NiKo 2014-12-19 10:15:08 -08:00
Nicolas Perriault
8c2db6760e Bug 1110155 - Added minimal Loop room name validation. r=mikedeboer 2014-12-19 15:22:39 +01:00
Nicolas Perriault
84f8d0cae4 Bug 1109073 - Ensure a Loop room entry is highlighted when opened. r=mikedeboer 2014-12-19 15:13:16 +01:00
Nicolas Perriault
3696eccdb9 Bug 1105708 - More l10n compliant buttons for Loop. r=mikedeboer 2014-12-19 14:34:11 +01:00
Mark Banner
c9d56cffd4 Bug 1104279 Direct FxA Hello calls don't connect after you log in. Avoid registering with the loop server before we've finished fxa registration. r=pkerr 2014-12-19 04:46:24 -05:00
Nicolas Perriault
487051c298 Bug 1112021 - Remove drop shadows on Loop video elements. r=Standard8 2014-12-19 00:16:45 +01:00
Dan Mosedale
6fb0ec0688 Bug 1113346-update loop test runner script, rs=MattN, NPOTB, DONTBUILD 2014-12-18 14:10:17 -08:00
Carmen Jimenez
94e8297c83 Bug 1097703 - Enable install/open FxOS Loop client from standalone UI for ROOM. r=mbanner 2014-11-23 20:59:03 +01:00
Carmen Jimenez
3b5b8cdf05 Bug 1109032 - Fix the activity so audio only calls from received links work. r=mbanner 2014-12-16 02:56:00 -05:00
Mark Banner
66b2d1a0e1 Bug 1109149 - Display a basic error to the user if Loop room creation fails. r=nperriault 2014-12-18 10:14:40 +00:00
Matthew Noorenberghe
6d2d9c40a0 Bug 1112565 - Close the Loop panel when opening the getting started tour. rs=dolske 2014-12-17 23:43:33 -05:00
Matthew Noorenberghe
c715194576 Bug 1080953 - UITour: tell page when first incoming call is received and if that room window is open. r=dmose,dolske
--HG--
extra : rebase_source : de8a2b58aedc35fb07951736829cd43b8f1632fc
2014-12-17 22:37:19 -05:00
Mike de Boer
4aa070b7b4 Fix marionette bustage - follow-up of bug 1080948. CLOSED TREE. r=bustage 2014-12-17 15:24:06 +01:00
Mike de Boer
3f63e3add1 Bug 1080948: UITour: tell the page when a URL is copied or emailed. r=MattN,dmose 2014-12-17 09:33:08 +01:00
Nicolas Perriault
9eedf19581 Bug 1105525 - Enlarge Loop room rename field to prevent l10n issues. r=Standard8 2014-12-17 14:16:53 +01:00
Mike de Boer
3f59c7dad3 Bug 1102432: refresh the list of rooms upon account switch or logout. r=Niko 2014-12-16 16:59:05 +01:00
Dan Mosedale
ec611a1745 Bug 1109950-speed up loop run-all-browser-tests by ~20 seconds, r=Standard8 2014-12-16 12:44:20 -08:00
Jared Wein
75b048977a 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
Carsten "Tomcat" Book
377a249e57 merge fx-team to mozilla-central a=merge 2014-12-16 13:39:48 +01:00
Romain Gauthier
01ae4d8d11 Bug 1107655 - Show the ToS/Privacy display in the Loop panel whenever Get Started is displayed. r=nperriault 2014-12-15 22:28:18 +00:00
Romain Gauthier
d6c075b589 Bug 1109325 - Change the help url for Hello's standalone rooms. r=nperriault 2014-12-15 22:28:18 +00:00
Mark Banner
222ae1356a Bug 1097862 - Perform the leave notification to the loop-server in a synchronous fashion to give the notification more change of succeeding. r=nperriault 2014-12-15 20:34:31 +00:00
Mark Banner
7d55501e50 Bug 1111560 - Upgrade Loop's use of sinon to version 1.12.2. r=nperriault 2014-12-15 20:34:30 +00:00
Nicolas Perriault
bf244c4c2b Bug 1097743 - Improved Loop standalone UI/X on smaller screens. r=dmose 2014-12-15 16:56:34 +01:00
Mark Banner
c3aeec79e9 Bug 1109923 - Fix the Loop panel views in the ui-showcase. r=nperriault 2014-12-15 12:32:53 +00:00
Dan Mosedale
5135cb5ec9 Bug 1111011-loop panel should close on 'Start a Conversation' click, r=MattN 2014-12-12 13:30:20 -08:00