Commit graph

504 commits

Author SHA1 Message Date
Mark Banner
08318f64c8 Bug 1074678 - Open a room window when the user selects the room in the Loop panel. r=mikedeboer 2014-11-03 16:34:03 +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
Mike de Boer
576d28e104 Bug 1093027: stop using Promise.defer in Loop mochitests. r=Standard8 2014-11-03 15:11:21 +01:00
Nicolas Perriault
693053f7be Bug 1074680 - Create a Loop room, r=Standard8. 2014-10-31 16:28:33 +01:00
Romain Gauthier
084803d02b Bug 1075509 - Standalone UI needs "call failed" sound. r=nperriault 2014-10-28 14:33:37 +01:00
Tomasz KoƂodziejski
95e5eae8b8 Bug 1077653 - Add incoming call button icon spacing. r=dmose 2014-10-30 09:15:09 +00:00
Matthew Noorenberghe
f1718e4494 Bug 1091161 - MozLoopService: Separate gInitializeTimerFunc from the actual initialize callback so we can retry initialization on demand. r=pkerr
--HG--
extra : rebase_source : c47e54d93832079d4b0d2b6615d3348c6bc010cd
2014-10-29 16:20:31 -07:00
Dan Mosedale
bd670479a9 Bug 1074674 - add button to copy room location to clipboard, r=NiKo 2014-10-29 14:10:28 -07:00
Mike de Boer
b149200aa7 Bug 1089011: make sure to only import contacts that are part of the default contacts group. r=MattN 2014-10-29 17:40:57 +01:00
Mike de Boer
0848dae38c Bug 1089547: fix error passing in MozLoopAPI and remove leftover in LoopRooms. r=Standard8 2014-10-29 17:01:26 +01: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
Mike de Boer
a2c956ceba Bug 1089547: simplify LoopRooms implementation, add support for events. r=Standard8 2014-10-29 14:28:42 +01:00
Andrei Oprea
f20575cd52 Bug 1078718 - Force standalone app reload on hashchange event. r=Standard8 2014-10-28 21:52:17 +00:00
Mark Banner
c44b0eed31 Bug 1086434 Having multiple outgoing Loop windows in an end call state could result in being unable to received another call. r=dmose
Temporarily make the random number a big number whilst we fix the issue elsewhere.
2014-10-28 21:09:34 +00:00
Tomasz KoƂodziejski
4887d8e01a Bug 1077610 - Remove unnecessary white space in loop's conversation window. r=mikedeboer 2014-10-22 14:33:00 -04:00
Matthew Noorenberghe
706b0a2148 Bug 1089919 - Callback with an error if a 2nd registration for MozLoopPushHandler happens for the same channel ID. r=mikedeboer 2014-10-28 10:42:27 +01:00
Nicolas Perriault
f2cd0b13fe Bug 1074672 Part 3 - Update the Loop room list to use the new mozLoop.rooms API. r=Standard8 2014-10-27 20:29:24 +00:00
Romain Gauthier
48c5c72e43 Bug 1065203 - Add some sound notifications for Loop's standalone link-clicker ui. r=nperriault 2014-10-27 17:05:09 +00:00
Jared Wein
df21f5b213 Bug 1077599 - Rounding corners of buttons. r=mikedeboer 2014-10-27 10:51:58 -04:00
Mike de Boer
e80dcc3d87 Bug 1088465 - MozLoopService: Use a |mocks| property instead of passing arguments through registration. r=mikedeboer 2014-10-27 11:11:36 +01: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
Paul Kerr
a11790a844 Bug 1074699 - Add createRoom and addCallback to LoopRooms API. r=dmose 2014-10-24 11:28:36 +01:00
Jared Wein
6631f7e3f5 Bug 1077611 - Remove platform detection from loop panel & conversation window. r=dmose 2014-10-23 14:11:12 -04:00
Paul Kerr [:pkerr]
2e51d8ac49 Bug 1088230 - Add backwards compatible registration payload to new rooms registration for Loop. r=Standard8 2014-10-23 22:52:16 +01:00
Tomasz KoƂodziejski
70726fa7b1 Bug 1069028 - Implement Loop panel footer layout/styling with FxA pieces. r=MattN
--HG--
extra : rebase_source : 0e790de0b084de66caa1d0ad38fb381ed6e40273
2014-10-22 17:53:00 -07:00
Paul Kerr
766714a20b Bug 1074664: Implement a non-persistent rooms store, r=mikedeboer
https://bugzilla.mozilla.org/show_bug.cgi?id=1074664
bit-rot fix copy
2014-10-23 14:16:46 -07:00
Adam Roach [:abr]
170a5d554d Bug 1033579 - Add channel to POST calls for Loop to allow different servers based on the channel. r=dmose 2014-10-23 20:37:58 +01:00
Paul Kerr
62b6df7d3c Bug 1074663: Register with PushServer for updates to rooms, r=MattN 2014-10-23 09:50:12 -07:00
Mark Banner
544e9b05e8 Bug 1074517 Second call with a Loop url gets disconnected - ensure stream published/subscribed flags are properly reset. r=dmose 2014-10-23 10:44:13 +01:00
Mark Banner
f7c76f5450 Bug 1081023 - Handle call url changes to the format for Loop's call links. r=nperriault 2014-10-23 09:42:21 +01:00
Jared Wein
08e08ed5db Bug 1081189 - Move URLs out of loop.en-us.properties and into the config file and Makefile. r=NiKo`
--HG--
extra : rebase_source : b4c7023c1d70ab81bc353d5237b8be5376ae7502
2014-10-22 11:00:42 -04:00
Jared Wein
25a972849b Bug 1085451 - Implement new design for Loop's green call buttons. r=Gijs
--HG--
extra : rebase_source : e2099d39b988546a4b6dd8c819af7cdc062f0279
2014-10-20 19:26:16 -04:00
Mark Banner
85e3cfa6ad Bug 1081959 - "Something went wrong" isn't displayed when the call fails in the connection phase, r=dmose 2014-10-20 11:10:23 -07:00
Mike de Boer
7c2f78133d Bug 1084384: support alternate phone number values for Google import. r=abr 2014-10-17 17:22:53 +02:00
Mike de Boer
7df061c788 Bug 1079941: implement LoopContacts.search to allow searching for contacts by query and use that to find out if a contact who's trying to call you is blocked. r=abr 2014-10-16 16:35:10 +02:00
Romain Gauthier
5c701c3ee1 Bug 1079811 - A new call won't start if the outgoing call window is opened (showing feedback or retry/cancel). r=Standard8 2014-10-17 16:11:41 +01:00
Nicolas Perriault
78face2506 Bug 1048162 Part 2 - Display an error message if fetching an email link fails r=standard8,darrin 2014-10-16 21:29:18 -04:00
Ryan VanderMeulen
b8d48c6978 Backed out changeset b0843f9cb541 (bug 1079941) for mochitest-bc failures.
CLOSED TREE
2014-10-16 15:01:01 -04:00
Mark Banner
31882135a2 Bug 1081154 - Loop direct calls should attempt to call phone numbers as well as email addresses. r=mikedeboer 2014-10-16 18:58:59 +01:00
Nicolas Perriault
9b7f6776df Bug 1048162 Part 1 - Add an 'Email Link' button to Loop desktop failed call view. r=Standard8 2014-10-16 18:58:59 +01:00
Mike de Boer
f05da90fab Bug 1079941: implement LoopContacts.search to allow searching for contacts by query and use that to find out if a contact who's trying to call you is blocked. r=abr 2014-10-16 16:35:10 +02:00
Ryan VanderMeulen
aa28d3eb31 Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Mark Banner
86297a17c5 Bug 1078226 Unexpected Audio Level indicator on audio-only calls for Loop, also disable broken low-quality video warning indicator. r=nperriault 2014-10-15 13:25:56 +01:00
Mike de Boer
6925d17bac Bug 1081130: fix importing contacts with only a phone number and fetch the correct format. r=abr 2014-10-15 14:04:02 +02:00
Mike de Boer
5feec508a6 Bug 1081061: switch to a different database if a userProfile is active during the first mozLoop.contacts access to always be in sync with the correct state. r=MattN 2014-10-15 12:47:54 +02:00
Dan Mosedale
c063427d7c Bug 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8 2014-10-14 15:22:35 -07:00
Mike de Boer
b99e13a4c7 Bug 1076967: fix Error object data propagation to Loop content pages. r=bholley 2014-10-14 12:14:09 +02:00
Matthew Noorenberghe
474ade2645 Bug 1079656 - Make the Loop Account menu item work after a restart. r=jaws
--HG--
extra : rebase_source : 2eaec891d86c1920fd25eac99c6126f9308f8d2a
2014-10-13 22:47:47 -07:00
Mark Banner
b44bfc5e60 Bug 1077518 Standalone link clicker UI needs a beta tag. r=dmose 2014-10-13 21:53:33 +01:00
Jared Wein
0cc1827de7 Bug 1081029 - Standalone link clicker call state in the page title (tab name). r=dmose 2014-10-13 16:33:43 -04:00
Chris Manchester
ae49c5abce Bug 1082196 - Update imports in test files to reflect changes to mach's marionette script made in bug 1050511. r=dmose 2014-10-13 18:08:28 -04:00
Mark Banner
ebc9fbb967 Bug 1081066 Incoming call window stays open forever if the caller closes the window/tab or crashes. r=nperriault 2014-10-13 09:17:49 +01:00
Jared Wein
11e9c2c186 Bug 1081095 - Fix a couple of issues on the standalone start page with Firefox Hello information. r=Standard8 2014-10-12 20:31:05 +01:00
Nicolas Perriault
f55ec03175 Bug 1080476 - Upgrade React to 0.11.2. r=mikedeboer
--HG--
rename : browser/components/loop/content/shared/libs/react-0.11.1-prod.js => browser/components/loop/content/shared/libs/react-0.11.2-prod.js
rename : browser/components/loop/content/shared/libs/react-0.11.1.js => browser/components/loop/content/shared/libs/react-0.11.2.js
2014-10-09 23:42:00 -04:00
Boris Zbarsky
427f80e0de Bug 1082843. Don't import Promise.jsm into the global scope in xpcshell tests. r=yoric 2014-10-15 00:42:54 -04:00
Nicolas Perriault
bf600da318 Bug 1074672 Part 2 - Loop Rooms tab icon should reuse the Call tab icon. r=Standard8 2014-10-10 14:03:57 +01:00
Mark Banner
6cd85e9bcd Bug 1029433 When in a Loop call, the title bar should display the remote party's information. r=nperriault 2014-10-10 14:03:56 +01:00
Mark Banner
4e8f3d12ea Fix typo in addressing review comments in bug 1020449 that caused broken jsx. rs=NiKo 2014-10-10 11:12:02 +01:00
Andrei Oprea
2ea5a124e7 Bug 1020449 Loop should show caller information on incoming calls. Patch originally by Andrei, updated and polished by Standard8. r=nperriault 2014-10-10 10:19:45 +01:00
Jared Wein
f2d5bc39df Bug 1078345 - Change references from Firefox WebRTC to Firefox Hello in the standalone UI, as well as fix some strings that weren't being passed the replacement arguments. r=MattN 2014-10-10 01:41:18 -04:00
Jared Wein
40084742f8 Bug 1070753 - Rename standalone client's page title to Firefox Hello. r=dmose 2014-10-10 00:38:35 -04:00
Jared Wein
77701f82d3 Bug 1076709 - "Beta" Tag to be added to the panel. r=mikedeboer 2014-10-09 16:58:56 -04:00
Paolo Amadini
e2315da5c2 Bug 1080661 - The count of shared URLs should be increased only once per generated URL. r=MattN 2014-10-09 19:04:14 +01:00
Mike de Boer
735095c457 Bug 1069816: App name is appended to the document title on Windows and Linux, so authentication failed. r=abr
Bug 1069816: App name is appended to the document title on Windows and Linux, so authentication failed. r=abr
2014-10-09 16:49:02 +02:00
Jared Wein
d424f25551 Bug 1079430 - Land the new Loop strings for Firefox 35. r=Standard8 2014-10-09 11:45:04 -04:00
Mike de Boer
f09732faab Bug 1078309: use a different database for each Fx Account. r=abr,paolo 2014-10-09 13:11:24 +02:00
Jared Wein
34c1606e52 Backed out changeset 047060a5b1dc (bug 1078309) for failing browser_LoopContacts.js 2014-10-08 23:44:10 -04:00
Mike de Boer
c5325823e9 Bug 1078309: use a different database for each Loop Fx Account. r=paolo 2014-10-08 17:40:38 +02:00
Jared Wein
7543d4da50 Bug 1047133 - Persist FxA OAuth token between browser sessions. r=MattN 2014-10-08 20:49:47 -04:00
Nicolas Perriault
5a7d5e605f Bug 1074672 Part 1 - Implement a room list view for Loop, r=mikedeboer. 2014-10-08 16:59:56 -07:00
Adam Roach [:abr]
0d84d7d1e0 Bug 1080094 - Google import fails if a contact contains an org but no title r=dmose 2014-10-08 18:30:45 -05:00
Tim Nguyen
d290e279fa Bug 1078067 - Remove custom background from Loop panel. r=mdeboer 2014-10-08 15:46:13 -07:00
Ryan VanderMeulen
a03c76c081 Backed out changeset 4205a47f317c (bug 1037235) for xpcshell orange.
CLOSED TREE
2014-10-08 15:45:56 -04:00
Erik Vold
7c5f78fe4f Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop,past,jaws f=dteller 2014-09-09 18:33:55 -07:00
Adam Roach [:abr]
3386c3751e Bug 1079959 - Google import fails if a contact contains a physical address r=mikedeboer 2014-10-08 11:42:45 -05:00
Mark Banner
1a81c9a195 Follow-up to bug 1072323 - Fix the Loop ui-showcase by passing a mock contact parameter, which is now needed rather than the call Id. rs=nperriault over irc. NPOTB so DONTBUILD 2014-10-08 16:37:46 +01:00
Carsten "Tomcat" Book
c4c00dbea8 merge fx-team to mozilla-central a=merge 2014-10-08 15:53:14 +02:00
Adam Roach [:abr]
13232b1e7e Bug 1017257 - Attach Loop CSP Policy r=sstamm,dmose 2014-10-06 15:25:04 -05:00
Adam Roach [:abr]
ee762c80d6 Bug 1073859 - Store/restore original pref values rather than resetting them rs=jseup 2014-10-07 16:20:03 -05:00
Paolo Amadini
5f169e86c9 Bug 1077412 - Add a confirmation dialog when deleting contacts in the Desktop client. r=mikedeboer 2014-10-07 15:12:07 -04:00
Mark Banner
d9b0f044f4 Bug 1072323: Hook up the contact menus to be able to start outgoing calls. r=mikedeboer 2014-10-07 17:10:56 +02:00
Paolo Amadini
b30f99562a Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN 2014-10-07 15:11:46 -04:00
Jared Wein
c012ae9eaa Bug 1065537 - Loop isn't using system/platform fonts in various places. r=mikedeboer 2014-10-07 14:27:02 -04:00
Matthew Noorenberghe
eed68ae1a9 Bug 1077996 - Allow disabling Loop FxA support and related items (contacts, direct calling) via loop.fxa.enabled. r=mikedeboer
--HG--
extra : rebase_source : 99b0d348b6725c35c048a491e83c65e5b5e1b13d
2014-10-07 00:44:37 -07:00
Matthew Noorenberghe
57cfa5fc7b Bug 1078261 - Don't fetch Loop call data for the FxA session if we aren't logged in. r=pkerr
--HG--
extra : rebase_source : e9dc9ddfa4c62254801889275c3fe46121036655
2014-10-06 15:36:07 -07:00
Mike de Boer
eda7128f11 Bug 1077332: fix tests to always show the contacts tab. r=paolo 2014-10-06 16:35:48 +02:00
Mike de Boer
6921158765 Bug 1077332: hide tabs when not logged in with FxA. r=paolo 2014-10-06 16:35:45 +02:00
Mark Banner
863c847e79 Bug 972017 Part 4 - Hook up the OT sdk to the direct calling window for Loop. r=nperriault 2014-10-03 22:42:02 +01:00
Ryan VanderMeulen
9140e15c0c Backed out changeset 0a3385aaff01 (bug 1015988) for mochitest-bc orange. 2014-10-03 16:07:47 -04:00
Ryan VanderMeulen
2e19f5277d Backed out changeset 53e7cea7d468 (bug 1077332) for Marionette failures. 2014-10-03 14:58:26 -04:00
Mike de Boer
525397604c Bug 1077332: hide tabs when not logged in with FxA. r=paolo 2014-10-03 18:49:15 +02:00
Paolo Amadini
0ae54b5649 Bug 1037114 - Implement contacts list filtering on Name, Last Name and Mail. r=mikedeboer 2014-10-03 19:04:13 +01:00
Paolo Amadini
f841786c0f Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN 2014-10-03 19:04:12 +01:00
Matthew Noorenberghe
e8358d1819 Bug 1047164 - Handle authentication errors (e.g. token expiry) for FxA Loop sessions and notify users. r=jaws 2014-10-03 03:17:32 -07:00
Andrew Halberstadt
d292ee73f1 Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Mark Banner
85b2d189ea Bug 972017 Part 3 - Finish the view flow transition for direct calling for Loop. r=nperriault 2014-10-02 19:55:22 +01:00
Nicolas Perriault
ad583709b0 Bug 1047406 - Remove notifications in Loop conversation window. r=Standard8 2014-10-02 19:55:21 +01:00
Mike de Boer
6568594f93 Bug 1074547: improve rendering flow of contacts list. r=Niko 2014-10-02 12:59:43 +02:00
Mike de Boer
392056106c Bug 1069816: Enable import button in the contacts list. r=abr 2014-10-02 12:37:43 +02:00
Mike de Boer
0b4d324d7e Bug 1069816: add unit tests for the GoogleImporter class. r=abr 2014-10-02 12:37:41 +02:00
Mike de Boer
9aa1b91cc1 Bug 1069816: implement Google contacts import class. r=abr 2014-10-02 12:37:38 +02:00
Mike de Boer
7d96aca1c9 Backed out changeset b26c709330d6 (bug 1069962). r=paolo. 2014-10-01 15:51:50 +02:00
Mark Banner
4965914593 Follow-up to bug 1000240 Fix the generated conversation.js file, missed during bitrot. rs=nperriault 2014-10-02 08:55:56 +01:00
Jared Wein
2cc33e7473 No bug - Change tabs to spaces in MozLoopPushHandler.jsm r=me DONTBUILD 2014-10-01 20:02:09 -04:00
Jared Wein
352c896d30 Bug 1075697 - MozLoopService.hawkRequest is not properly reset. r=dmose 2014-10-01 14:24:07 -04:00
Nicolas Perriault
e1f1020688 Bug 1000240 - Added a Call Failed view for Loop standalone. r=Standard8 2014-10-01 15:16:05 +01:00
Mark Banner
062a92d254 Bug 1074823 - Infinite ringing if the caller cancels the call in the 'connecting' state. Handle the initial state returned from the websocket. r=dmose 2014-09-30 23:06:34 +01:00
Mark Banner
122e4eddcd Bug 972017 Part 2 - Set up actions and a dispatcher and start to handle obtaining call data for outgoing Loop calls from the desktop client. r=mikedeboer 2014-09-30 20:44:05 +01:00
Mark Banner
631b97c2df Bug 972017 Part 1 - Add a new controller view for selecting between incoming and outgoing calls in the Loop Conversation window. Also, set up a bare-bones outgoing pending conversation view. r=mikedeboer 2014-09-30 20:44:04 +01:00
Paolo Amadini
f559f84c07 Bug 1038257 - Desktop client needs the ability to delete, block, and unblock contacts. r=mikedeboer 2014-09-30 13:10:24 +01:00
Paolo Amadini
64d54f95ed Bug 1038246 - Desktop client needs the ability to edit a contact locally. r=mikedeboer 2014-09-30 13:10:23 +01:00
Paolo Amadini
065886e1f1 Bug 1071633 - Add dropdown menu to contact buttons. r=mikedeboer 2014-09-26 13:53:54 -07:00
Wes Kocher
6d4ad0e657 Backed out changeset 4c48e36e05bb (bug 1000240) for marionette failures 2014-09-26 16:31:30 -07:00
Nicolas Perriault
6733051ac9 Bug 1000240 - Add a Call Failed view for Loop standalone UI. r=Standard8 2014-09-26 23:10:08 +01:00
Paolo Amadini
5ced64fa0f Bug 1000112 - Desktop client needs the ability to add a contact locally. r=mikedeboer 2014-09-26 15:38:17 +01:00
Matthew Noorenberghe
7ab75c6059 Bug 1073047 - Add Firefox Account logging to MozLoopService. r=jaws
--HG--
extra : rebase_source : 1010a9157a46a16a28f1befa610716e00da3532a
2014-09-25 09:00:51 -07:00
Matthew Noorenberghe
28458a4760 Bug 1073027 - Control MozLoopService logging with a preference. r=jaws
--HG--
extra : rebase_source : 7ba5547518b480c4cab01835662066dab30b5122
2014-09-25 09:00:32 -07:00
Fernando Jiménez
87db739c9b Bug 1008990 - Loop standalone UI should hand off to FxOS Loop client. r=dmose 2014-09-25 14:48:09 +02:00
Nicolas Perriault
57f7727fba Bug 1072279 - Prevent unnecessary scrollbars in Loop conversation window. r=Standard8 2014-09-25 11:28:09 +01:00
Mark Banner
4bb3785445 Bug 1066502 Remove the backbone router from the Loop conversation window, use a react view for control. r=nperriault 2014-09-24 14:25:30 +01:00
Mark Banner
0bb934614c Follow-up to bug 1035846 Add a slash onto the end of the url for the ToS Link on the Loop Standalone UI. rs=mikedeboer over irc DONTBUILD 2014-09-24 12:47:04 +01:00
Jared Wein
8e2181a223 Bug 1071835 - this._hawkRequestError is not a function in MozLoopService.hawkRequest. r=MattN
--HG--
extra : rebase_source : 530184d1445140f9629b76d0996dcee5b11712f1
2014-09-23 16:40:06 -04:00
Adam Roach [:abr]
47f62235b2 Bug 1066816 - Allow OT toolkit to set GUID for analytics r=Standard8 2014-09-16 06:46:11 -07:00
Mike de Boer
be6da9c5d1 Bug 1070045: shim contacts React classes when ES6 is not available in the browser used. r=Niko 2014-09-23 12:21:35 +02:00
Matthew Noorenberghe
50d52a8e4f Bug 1065144 - Unhide Loop Firefox Account UI. r=standard8
--HG--
extra : rebase_source : 4f22f916201958f52d9bbbdb064641239da2277d
2014-09-22 14:43:54 -07:00
Paul Kerr [:pkerr]
03da4b2c81 Bug 1070065: MozLoopService.jsm xpcshell unit test for busy reject feature r=standard8 2014-09-19 17:01:09 -07:00
Nicolas Perriault
509a70bec1 Bug 974873 - Add feedback form to Loop standalone conversation window. r=Standard8 2014-09-22 13:40:57 +01:00
Paul Kerr [:pkerr]
ef754ed79e Bug 1065155: Check both Hawk sessions when PushServer notification received. Record session type with call data. r=standard8 2014-09-19 14:35:37 -07:00
Paul Kerr [:pkerr]
7110846680 Bug 1032700: LoopService reject with reason = busy an incoming call when busy. r=standard8,MattN 2014-09-19 14:32:53 -07:00
Mike de Boer
094e8228cc Bug 1069965: add a visual separator between available and blocked contacts. r=paolo 2014-09-19 17:02:03 +02:00
Mike de Boer
e32dcdb16e Bug 1069962: add support for Gravatar avatars. r=paolo 2014-09-19 17:02:00 +02:00
Mike de Boer
193cc7225e Bug 1000766: add a contacts list to the Loop contacts tab. r=Niko,Standard8,paolo 2014-09-19 17:01:58 +02:00
Matthew Noorenberghe
592c049281 Bug 1047667 - Unregister logged in user from the Loop server upon logout. r=jaws 2014-09-18 13:53:44 -07:00
Jared Wein
44294c5842 Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN 2014-09-18 16:14:44 -04:00
Wes Kocher
d5de15a742 Backed out changeset 5710731f09e9 (bug 1047181) for bc1 orange 2014-09-18 14:47:24 -07:00
Wes Kocher
72aa296bbf Backed out changeset 43b24197d25a (bug 1047667) to cleanly backout 1047181 2014-09-18 14:46:57 -07:00
Matthew Noorenberghe
9624fb6f0e Bug 1047667 - Unregister logged in user from the Loop server upon logout. r=jaws 2014-09-18 13:53:44 -07:00
Jared Wein
497dd662ca Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN
--HG--
extra : rebase_source : e0821ac3fdb8e5840ef241f24c4d9e675388dbf3
2014-09-18 16:14:44 -04:00
Dan Mosedale
43a1089bce Bug 1065153 - Support call URLs with guest or FxA hawk session types, r=MattN 2014-09-18 10:40:35 -07:00
Paolo Amadini
a24d21503f Bug 1059186 - Client needs to report number of generated URLs via Telemetry. r=MattN 2014-09-18 13:05:39 +01:00
Mark Banner
240fe3f9ac Bug 1066609 Various Loop xpcshell tests will perma-fail when Gecko 35 merges to beta (turn off throttling for tests). r=abr 2014-09-18 10:45:38 +01:00
Mark Banner
52e8706507 Bug 1069178 Drop some old references to serverUrl/baseServerUrl in Loop desktop code. r=mikedeboer 2014-09-18 10:45:38 +01:00
Mike de Boer
7725c505dc Bug 1053774: fix test failures. rs=bustage,Standard8 2014-09-18 11:28:43 +02:00
Mike de Boer
e1b2f55dc1 Bug 1053774: use nsIExternalProtocolService to send emails. r=MattN 2014-09-18 10:52:05 +02:00
Mark Banner
f9cc5843b4 Bug 1067937 Fix translation of Loop's link-clicker UI in Google Chrome. r=dmose
--HG--
rename : browser/components/loop/standalone/content/libs/l10n-gaia-4e35bf8f0569.js => browser/components/loop/standalone/content/libs/l10n-gaia-02ca67948fe8.js
2014-09-17 19:23:31 +01:00
Mark Banner
f183a0d728 Bug 1035846 Update the ToS link for the Loop standalone UI. r=dmose 2014-09-17 19:23:31 +01:00
Mark Banner
fb77c1b4aa Bug 1068580 Remove the backbone router from the Loop panel. r=nperriault 2014-09-17 19:23:30 +01:00
Mark Banner
afb468ac88 Bug 1066567 Part 2. Rename some old variables in the Loop OutgoingConversationView. r=nperriault 2014-09-17 19:23:30 +01:00