Commit Graph

612 Commits

Author SHA1 Message Date
Mark Banner
902be81689 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
Mark Banner
75c663bad5 Bug 1093475 When a Loop call URL is deleted/blocked, use the proper session. r=mikedeboer 2014-11-05 13:59:46 +00:00
Nicolas Perriault
2c390faa97 Bug 1093620 - Using a single root store for Loop rooms. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/localRoomStore.js => browser/components/loop/content/shared/js/activeRoomStore.js
rename : browser/components/loop/content/shared/js/roomListStore.js => browser/components/loop/content/shared/js/roomStore.js
rename : browser/components/loop/test/shared/localRoomStore_test.js => browser/components/loop/test/shared/activeRoomStore_test.js
rename : browser/components/loop/test/shared/roomListStore_test.js => browser/components/loop/test/shared/roomStore_test.js
2014-11-05 13:59:46 +00:00
Mark Banner
58d2f737a2 Bug 1093056 Scrollbars shouldn't be shown in the room list by default. r=nperriault 2014-11-04 13:43:37 +00:00
Mark Banner
e5ba22eb02 Bug 1074688 - Part 1 Rename the existing EmptyRoomView to be DesktopRoomView, and clean it up, in preparation for the Loop room view implementation. r=nperriault 2014-11-04 10:12:40 +00:00
Dan Mosedale
de0015f514 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
b5ed576548 Bug 1074676 - Allow deleting a Loop room. r=Standard8 2014-11-03 21:53:56 +00:00
Mike de Boer
2993a0f8e3 Bug 1074666: add support for room updates, fix event dispatching and support room participant processing. r=Standard8 2014-11-03 18:08:16 +01:00
Mark Banner
8a9f2df9f2 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
ffc3020035 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
6292d8459f 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
461b36eb9e Bug 1093027: stop using Promise.defer in Loop mochitests. r=Standard8 2014-11-03 15:11:21 +01:00
Nicolas Perriault
b40918b5a7 Bug 1074680 - Create a Loop room, r=Standard8. 2014-10-31 16:28:33 +01:00
Romain Gauthier
be14a2d5d0 Bug 1075509 - Standalone UI needs "call failed" sound. r=nperriault 2014-10-28 14:33:37 +01:00
Tomasz KoƂodziejski
a771bdb650 Bug 1077653 - Add incoming call button icon spacing. r=dmose 2014-10-30 09:15:09 +00:00
Matthew Noorenberghe
ca163ad0b0 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
75735725b7 Bug 1074674 - add button to copy room location to clipboard, r=NiKo 2014-10-29 14:10:28 -07:00
Mike de Boer
2d3919dbc1 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
952154e9c5 Bug 1089547: fix error passing in MozLoopAPI and remove leftover in LoopRooms. r=Standard8 2014-10-29 17:01:26 +01:00
Mark Banner
7b36254e8a 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
705810d059 Bug 1089547: simplify LoopRooms implementation, add support for events. r=Standard8 2014-10-29 14:28:42 +01:00
Andrei Oprea
b5a23f32f1 Bug 1078718 - Force standalone app reload on hashchange event. r=Standard8 2014-10-28 21:52:17 +00:00
Mark Banner
e9ff6f6de0 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
aa35bb5486 Bug 1077610 - Remove unnecessary white space in loop's conversation window. r=mikedeboer 2014-10-22 14:33:00 -04:00
Matthew Noorenberghe
08399e30f4 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
35915c5ad0 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
9a1c8be5b2 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
545074c32a Bug 1077599 - Rounding corners of buttons. r=mikedeboer 2014-10-27 10:51:58 -04:00
Mike de Boer
77b422b63b 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
b2edf9d9a8 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
e1f520f22d Bug 1088346 - Handle "answered-elsewhere" on incoming calls for desktop on Loop. r=nperriault 2014-10-24 14:22:59 +01:00
Paul Kerr
81a0ad1bec Bug 1074699 - Add createRoom and addCallback to LoopRooms API. r=dmose 2014-10-24 11:28:36 +01:00
Jared Wein
b5d39a9e82 Bug 1077611 - Remove platform detection from loop panel & conversation window. r=dmose 2014-10-23 14:11:12 -04:00
Paul Kerr [:pkerr]
822b313a5b 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
e62919f051 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
e95d4816c9 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]
fb7049f9ab 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
2fd6df7067 Bug 1074663: Register with PushServer for updates to rooms, r=MattN 2014-10-23 09:50:12 -07:00
Mark Banner
efb1f39bd2 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
84ac9ba83d 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
ab463a7dfc 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
921ab4e54d 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
2dea17a831 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
1b4453c3fb Bug 1084384: support alternate phone number values for Google import. r=abr 2014-10-17 17:22:53 +02:00
Mike de Boer
fe26d41b2e 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
e3b0b8f9ab 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
38442134ee 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
705379f9b1 Backed out changeset b0843f9cb541 (bug 1079941) for mochitest-bc failures.
CLOSED TREE
2014-10-16 15:01:01 -04:00
Mark Banner
0d5e4dc023 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
bb025cec2a 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
df35126019 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
b87718267b Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Mark Banner
162cbb723a 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
1049e92a5e 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
36ca6251ea 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
73a8a19fac Bug 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8 2014-10-14 15:22:35 -07:00
Mike de Boer
90aa219731 Bug 1076967: fix Error object data propagation to Loop content pages. r=bholley 2014-10-14 12:14:09 +02:00
Matthew Noorenberghe
04a1f030be 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
6c7e972e60 Bug 1077518 Standalone link clicker UI needs a beta tag. r=dmose 2014-10-13 21:53:33 +01:00
Jared Wein
502fea507e 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
20ab5a2fe6 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
0cf6b430ac 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
cac5a23e2e 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
625b42d6a2 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
e6651ee69a 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
69775cb5ad 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
bd4cc22442 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
3e5b7bbeb6 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
3d9ab57bbe 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
8a004ac333 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
55f0da6d69 Bug 1070753 - Rename standalone client's page title to Firefox Hello. r=dmose 2014-10-10 00:38:35 -04:00
Jared Wein
16fff87426 Bug 1076709 - "Beta" Tag to be added to the panel. r=mikedeboer 2014-10-09 16:58:56 -04:00
Paolo Amadini
7b113ef3d0 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
8c4d60ed1d 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
c6eba8f119 Bug 1079430 - Land the new Loop strings for Firefox 35. r=Standard8 2014-10-09 11:45:04 -04:00
Mike de Boer
2a07ddde89 Bug 1078309: use a different database for each Fx Account. r=abr,paolo 2014-10-09 13:11:24 +02:00
Jared Wein
fc1716c51f Backed out changeset 047060a5b1dc (bug 1078309) for failing browser_LoopContacts.js 2014-10-08 23:44:10 -04:00
Mike de Boer
8ffd08eccf Bug 1078309: use a different database for each Loop Fx Account. r=paolo 2014-10-08 17:40:38 +02:00
Jared Wein
8f2a1ecdf2 Bug 1047133 - Persist FxA OAuth token between browser sessions. r=MattN 2014-10-08 20:49:47 -04:00
Nicolas Perriault
f096dd1ea2 Bug 1074672 Part 1 - Implement a room list view for Loop, r=mikedeboer. 2014-10-08 16:59:56 -07:00
Adam Roach [:abr]
9753aaf0bc 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
a652a862cb Bug 1078067 - Remove custom background from Loop panel. r=mdeboer 2014-10-08 15:46:13 -07:00
Ryan VanderMeulen
c04a97ecc3 Backed out changeset 4205a47f317c (bug 1037235) for xpcshell orange.
CLOSED TREE
2014-10-08 15:45:56 -04:00
Erik Vold
817cd61eaa 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]
880e1be0a8 Bug 1079959 - Google import fails if a contact contains a physical address r=mikedeboer 2014-10-08 11:42:45 -05:00
Mark Banner
9dba53531d 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
22c6bea259 merge fx-team to mozilla-central a=merge 2014-10-08 15:53:14 +02:00
Adam Roach [:abr]
a469e633d5 Bug 1017257 - Attach Loop CSP Policy r=sstamm,dmose 2014-10-06 15:25:04 -05:00
Adam Roach [:abr]
c9b993e0ec Bug 1073859 - Store/restore original pref values rather than resetting them rs=jseup 2014-10-07 16:20:03 -05:00
Paolo Amadini
c3c12e9342 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
86712e23bc 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
21e19674e9 Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN 2014-10-07 15:11:46 -04:00
Jared Wein
d489a37bf1 Bug 1065537 - Loop isn't using system/platform fonts in various places. r=mikedeboer 2014-10-07 14:27:02 -04:00
Matthew Noorenberghe
c5fd3878f6 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
e5afb90247 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
45b5b25a6f Bug 1077332: fix tests to always show the contacts tab. r=paolo 2014-10-06 16:35:48 +02:00
Mike de Boer
db64275e82 Bug 1077332: hide tabs when not logged in with FxA. r=paolo 2014-10-06 16:35:45 +02:00
Mark Banner
dfee244955 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
7427f9dac7 Backed out changeset 0a3385aaff01 (bug 1015988) for mochitest-bc orange. 2014-10-03 16:07:47 -04:00
Ryan VanderMeulen
f654fb715f Backed out changeset 53e7cea7d468 (bug 1077332) for Marionette failures. 2014-10-03 14:58:26 -04:00
Mike de Boer
763b363e11 Bug 1077332: hide tabs when not logged in with FxA. r=paolo 2014-10-03 18:49:15 +02:00
Paolo Amadini
ebc49b6e28 Bug 1037114 - Implement contacts list filtering on Name, Last Name and Mail. r=mikedeboer 2014-10-03 19:04:13 +01:00
Paolo Amadini
5e568af905 Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN 2014-10-03 19:04:12 +01:00
Matthew Noorenberghe
5c7ac1f4de 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
2da4ee197d Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Mark Banner
c91c4bb5ac 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
df1bc2d502 Bug 1047406 - Remove notifications in Loop conversation window. r=Standard8 2014-10-02 19:55:21 +01:00
Mike de Boer
84fc2dc6c3 Bug 1074547: improve rendering flow of contacts list. r=Niko 2014-10-02 12:59:43 +02:00
Mike de Boer
de69c7b8a1 Bug 1069816: Enable import button in the contacts list. r=abr 2014-10-02 12:37:43 +02:00
Mike de Boer
3de92ffd8d Bug 1069816: add unit tests for the GoogleImporter class. r=abr 2014-10-02 12:37:41 +02:00
Mike de Boer
b7328204e1 Bug 1069816: implement Google contacts import class. r=abr 2014-10-02 12:37:38 +02:00
Mike de Boer
fdbf67f60c Backed out changeset b26c709330d6 (bug 1069962). r=paolo. 2014-10-01 15:51:50 +02:00
Mark Banner
49765267b9 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
bcf27cee21 No bug - Change tabs to spaces in MozLoopPushHandler.jsm r=me DONTBUILD 2014-10-01 20:02:09 -04:00
Jared Wein
487dd73ae3 Bug 1075697 - MozLoopService.hawkRequest is not properly reset. r=dmose 2014-10-01 14:24:07 -04:00
Nicolas Perriault
33cb7c2cbd Bug 1000240 - Added a Call Failed view for Loop standalone. r=Standard8 2014-10-01 15:16:05 +01:00
Mark Banner
d1632dc85c 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
3ef399e7fb 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
b86a73008f 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
fbaad1dfd4 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
40c8ab7975 Bug 1038246 - Desktop client needs the ability to edit a contact locally. r=mikedeboer 2014-09-30 13:10:23 +01:00
Paolo Amadini
327b8e1803 Bug 1071633 - Add dropdown menu to contact buttons. r=mikedeboer 2014-09-26 13:53:54 -07:00
Wes Kocher
fb1ba03717 Backed out changeset 4c48e36e05bb (bug 1000240) for marionette failures 2014-09-26 16:31:30 -07:00
Nicolas Perriault
54606ecce6 Bug 1000240 - Add a Call Failed view for Loop standalone UI. r=Standard8 2014-09-26 23:10:08 +01:00
Paolo Amadini
ea969dc74f Bug 1000112 - Desktop client needs the ability to add a contact locally. r=mikedeboer 2014-09-26 15:38:17 +01:00
Matthew Noorenberghe
267008caad 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
57e384a4e8 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
bbd244ceb3 Bug 1008990 - Loop standalone UI should hand off to FxOS Loop client. r=dmose 2014-09-25 14:48:09 +02:00
Nicolas Perriault
f7914e9515 Bug 1072279 - Prevent unnecessary scrollbars in Loop conversation window. r=Standard8 2014-09-25 11:28:09 +01:00
Mark Banner
1cc6a02d59 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
f2d7218b30 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
82d731fee2 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]
0433e14606 Bug 1066816 - Allow OT toolkit to set GUID for analytics r=Standard8 2014-09-16 06:46:11 -07:00
Mike de Boer
458d28ebbb 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
b5067c1283 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]
c8680336b0 Bug 1070065: MozLoopService.jsm xpcshell unit test for busy reject feature r=standard8 2014-09-19 17:01:09 -07:00
Nicolas Perriault
f2b880144c Bug 974873 - Add feedback form to Loop standalone conversation window. r=Standard8 2014-09-22 13:40:57 +01:00
Paul Kerr [:pkerr]
f1da1932dc 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]
6ff554928e 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
efd449bfb5 Bug 1069965: add a visual separator between available and blocked contacts. r=paolo 2014-09-19 17:02:03 +02:00
Mike de Boer
085706c93f Bug 1069962: add support for Gravatar avatars. r=paolo 2014-09-19 17:02:00 +02:00
Mike de Boer
3d121a0743 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
6871553ff3 Bug 1047667 - Unregister logged in user from the Loop server upon logout. r=jaws 2014-09-18 13:53:44 -07:00
Jared Wein
ac1da29c34 Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN 2014-09-18 16:14:44 -04:00
Wes Kocher
4698186fd1 Backed out changeset 5710731f09e9 (bug 1047181) for bc1 orange 2014-09-18 14:47:24 -07:00
Wes Kocher
cc5cc7856c Backed out changeset 43b24197d25a (bug 1047667) to cleanly backout 1047181 2014-09-18 14:46:57 -07:00
Matthew Noorenberghe
df43489683 Bug 1047667 - Unregister logged in user from the Loop server upon logout. r=jaws 2014-09-18 13:53:44 -07:00
Jared Wein
993a661ce5 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
e6b2d35f6f Bug 1065153 - Support call URLs with guest or FxA hawk session types, r=MattN 2014-09-18 10:40:35 -07:00
Paolo Amadini
527cf6e214 Bug 1059186 - Client needs to report number of generated URLs via Telemetry. r=MattN 2014-09-18 13:05:39 +01:00
Mark Banner
bc00295070 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
dcdc6be8f5 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
d83687e841 Bug 1053774: fix test failures. rs=bustage,Standard8 2014-09-18 11:28:43 +02:00
Mike de Boer
6bb1e18875 Bug 1053774: use nsIExternalProtocolService to send emails. r=MattN 2014-09-18 10:52:05 +02:00
Mark Banner
0dfd826583 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
3c2000673e Bug 1035846 Update the ToS link for the Loop standalone UI. r=dmose 2014-09-17 19:23:31 +01:00
Mark Banner
aaf5164518 Bug 1068580 Remove the backbone router from the Loop panel. r=nperriault 2014-09-17 19:23:30 +01:00
Mark Banner
7527df2761 Bug 1066567 Part 2. Rename some old variables in the Loop OutgoingConversationView. r=nperriault 2014-09-17 19:23:30 +01:00
Mark Banner
70b4bd184d 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
Paolo Amadini
f8f1e10f33 Bug 1066509 - Tests for the tab view in the desktop client panel. r=mikedeboer 2014-09-17 16:42:16 +01:00
Mark Banner
400fd8d9a0 Follow-up to bug 1044411, fix the Loop standalone .gitignore file to properly exclude index.html. rs=mikedeboer over irc. NPOTB DONTBUILD 2014-09-17 14:18:25 +01:00
Jared Wein
b374dfd9c1 Bug 1047146 - Add current username to the Loop panel footer. r=mattn r=niko
--HG--
extra : rebase_source : ba9f55a9a28d1a4df6284582ded6d761e269d5cf
2014-09-11 15:36:14 -04:00
Dan Mosedale
e961b553e4 Bug 1068178 - Fix Loop functional test bustage, rs=Standard8, NPOTB, so DONTBUILD 2014-09-16 11:47:39 -07:00
RĂ©my HUBSCHER
acbc965941 Bug 1044411 - Generate Loop ToS static content, r=abr,dmose; rs=ted for .hgignore changes
Bug 1044411 - Generate Loop ToS static content, priv-policy bits removed
2014-08-26 12:58:00 -05:00
Mark Banner
d3f4839206 Fix the loop ui-showcase - fallout from bug 1066506, define getBoolPreference in the fake mozLoop api. rs=dmose over irc DONTBUILD 2014-09-16 19:00:44 +01:00
Mark Banner
005cdb8026 Bug 1067519 Loop desktop client should close the conversation window if the caller chooses to cancel the call. r=nperriault 2014-09-16 16:03:59 +01:00
Ed Morley
0e64a3c20d Backed out changeset ecc5cb4dcdfe (bug 1066816) for loop test failures 2014-09-16 16:01:15 +01:00
Paolo Amadini
61231a9015 Bug 1067845 - Clean up after browser_mozLoop_softStart.js. r=abr 2014-09-16 14:54:07 +01:00
Adam Roach [:abr]
729c92770a Bug 1066816 - Allow OT toolkit to set GUID for analytics r=Standard8 2014-09-16 06:46:11 -07:00
Nicolas Perriault
6db0ffd9e6 Bug 1045690 Ensure the correct version of react is used when building the Loop jsx files. r=Standard8
Tool script only so DONTBUILD
2014-09-16 11:38:59 +01:00
Nigel Babu
489aede8a8 Merge fx-team to m-c with bustage fix, a=merge 2014-09-16 08:43:45 +05:30
Shu-yu Guo
320f4e1440 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Adam Roach [:abr]
772c1c9de0 Bug 1017257 - Make loop code CSP-friendly (remove all inline script) r=Standard8 2014-09-15 15:39:12 -07:00
Andrei Oprea
1c2007b927 Bug 1042060 - Implement default answering mode for desktop client. r=mikedeboer 2014-09-10 15:50:00 -04:00
Mark Banner
9e1716540e Bug 1066506 Allow easy debugging of websockets and sdk for Loop. r=nperriault 2014-09-12 16:49:38 +01:00
Mark Banner
a00a84e026 Bug 1000237 Standalone UI for link clickers needs "call being processed" visual notification. r=nperriault 2014-09-12 13:57:19 +01:00
Paolo Amadini
4fcbc698e4 Bug 1059754 - Propagating errors to content with cloneInto fails in MozLoopAPI. r=Gijs 2014-09-12 11:10:10 +01:00
Mark Banner
8fbb361c13 Bug 1066219 Update OpenTok library to 2.2.9. r=abr 2014-09-12 09:06:32 +01:00
Matthew Noorenberghe
79c3a9dd94 Bug 1065777 - Store the Hawk Session token after /fxa-oauth/params for the Loop FxA login flow. r=abr,jaws 2014-09-11 23:01:04 -07:00
Ryan VanderMeulen
cbb0660107 Backed out changesets 26b240144648 and a701b0b291a0 (bug 1047146) for linux debug mochitest-bc crashes. 2014-09-11 18:08:56 -04:00
Jared Wein
93d400ffe5 Bug 1047146 - Fixed panel_test.js to reference userProfile instead of loggedInToFxa on a CLOSED TREE. r=me
--HG--
extra : rebase_source : 68c527247512356f358568c9154f6e8eab71bd46
2014-09-11 16:54:18 -04:00
Nicolas Perriault
ce441a683d Bug 1062126: Loop panel UI shouldn't be fully reset when reopened, r=mikedeboer. 2014-09-11 20:54:48 +01:00
Jared Wein
00cc827fbf Bug 1047146 - Add current username to the Loop panel footer. r=mattn r=niko
--HG--
extra : rebase_source : 527ccb4541555e10a24b9785620ea805db84aca7
2014-09-11 15:36:14 -04:00
Mike de Boer
ceac35d2fe Bug 1065275: add a TabView component to the panel. r=paolo,Niko. 2014-09-11 19:14:30 +02:00
Mark Banner
e5f62dc403 Bug 1065608 Drop the remaining backbone views for Loop (switch to react). r=nperriault 2014-09-11 08:28:02 +01:00
Mark Banner
2e50fe480a Bug 1065591 Improve Loop xpcshell tests for MozLoopService to have a better chance of detecting coding errors. r=jaws 2014-09-11 08:28:01 +01:00
Mark Banner
95ff5c2f53 Follow-up to bug 1035348 - fix the conversation window not opening when incoming calls are received. rs=jaws 2014-09-10 20:10:56 +01:00
Paul Kerr [:pkerr]
6a9e767050 Bug 1035348 - Part 2: fix tests. 1) Added hawkRequest stub to allow completion of inbound notification setup where necessary in unit tests. 2) Replaced tests of client.requestCallsInfo() with mozLoop.getCallData. r=Standard8 2014-09-10 15:22:33 +01:00
Paul Kerr [:pkerr]
398b18cf12 Bug 1035348 - Part 1: Move GET/calls to MozLoopService. r=Standard8 2014-09-10 15:22:32 +01:00
Matthew Noorenberghe
53b44f7184 Bug 1065052 - Follow-up - Correctly pass the sessionType to MozLoopServiceInternal.hawkRequest. rs=mikedeboer DONTBUILD 2014-09-10 02:33:41 -07:00
Matthew Noorenberghe
0222e4a6a8 Bug 1065052 - Implement modified Loop FxA registration flow using a second Loop registration. r=abr,jaws 2014-09-10 01:48:54 -07:00
Carsten "Tomcat" Book
d2ca764fea Backed out changeset cea07e54707e (bug 1065052) for xpcshell test failures 2014-09-10 10:44:22 +02:00
Matthew Noorenberghe
7f06f9d691 Bug 1065052 - Implement modified Loop FxA registration flow using a second Loop registration. r=abr,jaws 2014-09-10 00:07:03 -07:00
Andrei Oprea
3a9f804790 Bug 1049565 - Update style for feedback form back button. r=nperriault 2014-09-09 17:16:09 +01:00
Romain Gauthier
ffae3f727d Bug 1002416 Rework the Loop notification system to better surface failures to the user and use react based views. r=nperriault 2014-09-09 09:52:38 +01:00
Mark Banner
4757b086c8 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
--HG--
rename : browser/components/loop/standalone/content/l10n/data.ini => browser/components/loop/standalone/content/l10n/loop.en-US.properties
2014-09-04 19:15:23 +01:00
Matthew Noorenberghe
a89eb4108b Bug 1061756 - Remove MozLoopService #ifdef DEBUG and fix tests. r=jaws
--HG--
extra : rebase_source : ffecebf4de59e85381e943e521b23d3da80a9a3d
2014-09-04 11:13:01 -04:00
Dan Mosedale
0e9b56ba20 Bug 1035655 - Use the production build of React for non-DEBUG builds, r=Standard8 2014-09-04 09:31:23 -07:00
Andrei Oprea
05adb13239 Bug 1048938 - Part 2 of visual uplift, r=NiKo` 2014-09-04 13:45:18 +01:00
Ryan VanderMeulen
d57ca8703d Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Bill McCloskey
42257acb97 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Adam Roach [:abr]
d102a08498 Backed out changeset e6cf07180934 (bug 1055139) for xpcshell bustage 2014-09-02 16:28:25 -05:00
Adam Roach [:abr]
1475acd664 Bug 1055139 - Retrieve Simple Push Server URL from Loop Server r=mhammond,Standard8 2014-08-18 12:43:37 -05:00
Adam Roach [:abr]
250dbee286 Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Jared Wein
5e1045fae0 Bug 1055239 - SVG icons and theming for SocialAPI/Loop. r=MattN 2014-09-02 11:20:39 -04:00
Phil Ringnalda
eb21326861 Backed out 2 changesets (bug 1055139) for bad network touches
CLOSED TREE

Backed out changeset 93b6e71b019a (bug 1055139)
Backed out changeset 49cb37b48c05 (bug 1055139)
2014-09-01 17:11:35 -07:00
Adam Roach [:abr]
d49be03957 Fix 'touches the network' bustage from Bug 1055139 on a CLOSED TREE rs=me 2014-09-01 17:59:20 -05:00
Adam Roach [:abr]
3ae490bea6 Bug 1060610 - Don't update latest callUrl expiration until it is exfiltrated r=Standard8 2014-09-01 17:17:05 -05:00
Adam Roach [:abr]
3fe40b0953 Bug 1055139 - Retrieve Simple Push Server URL from Loop Server r=mhammond 2014-08-18 12:43:37 -05:00
Matthew Noorenberghe
2f7bd6aa75 Bug 1047284 - Update the Loop toolbar icon upon errors and "Do not disturb". f=Standard8 r=jaws 2014-09-01 17:37:23 -04:00
Mark Banner
de54957c6f Backout cset b2bae68e3809 / bug 1055319 due to test failures 2014-09-01 22:11:03 +01:00
Adam Roach [:abr]
85579d970a Bug 1060812 - Stop processing when contact is not found r=Standard8 2014-09-01 15:44:51 -05:00
Mark Banner
8a6fc9b709 Bug 1061154 Part 3 Fix some more Loop strings following UX feedback, and add necessary strings for outgoing calls from the desktop client. r=nperriault,r=abr 2014-09-01 20:32:47 +01:00
Nicolas Perriault
2d5064d4ab Bug 1047144: Add a gear menu to the Loop panel. r=Standard8 2014-09-01 18:11:50 +01:00
Mark Banner
2c430c6018 Bug 1061154 Part 2 Change existing Loop strings based on UX feedback. r=nperriault 2014-09-01 18:11:50 +01:00
Adam Roach [:abr]
9f67ebddd3 Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Jared Wein
b122e853fa Bug 1050309 - Support RTL mode in the panel. r=standard8 2014-09-01 01:33:42 -04:00
Jared Wein
462a27ca6c Bug 1060452 - Add generic-failure string for Loop clients. rs=MattN 2014-09-01 01:18:32 -04:00
Jared Wein
39b082a4bc Bug 1060525 - Various string changes for Loop based on UX feedback. rs=MattN 2014-09-01 01:14:03 -04:00
Jared Wein
677f184d94 Bug 1060459 - Change "How was your call experience?" to "How was your conversation?". r=abr 2014-08-31 22:53:43 -04:00
Jared Wein
180aa4fdac Bug 1048882 follow-up - Change the string ID of feedback_window_will_close_in. r=standard8
--HG--
extra : rebase_source : 258a4aa681f6782f8e39302d14c3693d3adc2a2d
2014-08-29 12:43:27 -04:00
Adam Roach [:abr]
13f11baabc Bug 972079 - Fix memory leak failure in mochi test rs=me 2014-08-29 13:40:59 -05:00
Adam Roach [:abr]
e9a356ab40 Bug 972079 - Tests for CardDav importer r=MattN 2014-08-29 13:31:46 -05:00
Adam Roach [:abr]
97449834ab Bug 972079 - CardDAV Address Importer for Loop r=MattN 2014-08-29 13:31:46 -05:00
Matthew Noorenberghe
4bac3399f2 Bug 1059021: Added sign in/up link to the Loop panel footer. Patch by MattN and nperriault. r=MattN,r=Standard8 2014-08-29 14:11:54 +01:00
Mark Banner
a915a94857 Bug 1045643 Part 2 - Notify the Loop server when the client has local media up and remote media being received, so that it can update the call connection status. r=nperriault 2014-08-29 11:22:18 +01:00
Mark Banner
e63272d14f Bug 1045643 Part 1 - Notify the Loop server when the desktop client accepts the call, so that it can update the call status. r=nperriault 2014-08-29 11:22:18 +01:00
Jared Wein
ba444da0d7 Bug 1048882 - The warning displayed when closing window (feedback_window_will_close_in) needs a plural form. r=standard8
--HG--
extra : rebase_source : 754995dddbcad6777e7b9def30f20fe3e3744bfc
2014-08-28 23:51:34 -04:00
Dan Mosedale
4630596e34 Bug 1048938 - Part 1 of visual uplift, patch by loop frontend-ers; r=dmose 2014-08-27 10:46:44 -07:00
Jared Wein
d675dea10f Bug 1058258 - Fix typos and improve some of the Loop text. r=abr
--HG--
extra : rebase_source : ba209225c17244bc8634b0d1ca2fefe0dc243cbe
2014-08-26 15:07:38 -04:00
Adam Roach [:abr]
85e5ef771f Bug 1056918 - Allow distinguishing between 'not found' and 'database error' programmatically r=standard8 2014-08-26 09:56:42 -05:00
Mark Banner
bb65c8f451 Bug 1058111 Fix functional test setup for Loop to set the correct public server address so that websocket connections work correctly. r=dmose 2014-08-26 09:12:01 +01:00
Jan-Ivar Bruaroey
2c256cea30 Bug 1054793 - comment fix. r=dmose 2014-08-26 09:12:01 +01:00
Mark Banner
d41a12b18f Bug 1046039 Have a longer time window for users to view Terms of Service and Privacy Notice from the Loop panel. r=mhammond 2014-08-26 09:12:00 +01:00
Romain Gauthier
b92d792061 Bug 1019454: Hide ToS when it has been seen in the standalone UI. r=Standard8 2014-08-26 09:12:00 +01:00
Matthew Noorenberghe
332ff54dbd Bug 1047617 - Register logged in user with the Loop server. r=ckarlof,vladikoff,markh 2014-08-25 22:11:35 -04:00
Jan-Ivar Bruaroey
dcd2c7c8dd Bug 1054793 - Increase marionette find_element timeout for intermittent. r=standard8
CLOSED TREE
2014-08-25 12:29:36 -04:00
Nigel Babu
32a1d94133 Merge m-c to m-i
--HG--
extra : rebase_source : 76298d970d75f13c5315889f6a0167ef6430b4a7
2014-08-22 07:10:18 +05:30
Andrei Oprea
13baa87092 Bug 1045569 - Revoke the correct call url in loop desktop client, r=rgauthier@mozilla.com 2014-08-21 11:14:04 -07:00
Mike de Boer
22c87ba04c Bug 1038716 - add unit tests for LoopContacts crud operations. r=dmose 2014-08-12 12:24:09 +02:00
Mike de Boer
7a2c5c7304 Bug 1038716 - add a contacts API. r=abr,dolske,mak,bholley 2014-08-12 12:24:07 +02:00
Dan Mosedale
6d4a32dbc5 Bug 1055747 - Fix Loop UI showcase for Chrome to avoid visual regressions, r=andrei.br92@gmail.com 2014-08-19 12:40:16 -07:00
Alex Bardas
f20edba25f Bug 1046178 - Prevent using hardcoded brand names in l10n data files. r=jaws 2014-08-20 22:33:00 -04:00
Andrei Oprea
68aec498ce Bug 976116 - Implement end to end call in one browser window, r=dmose 2014-08-18 16:24:14 -07:00
Matthew Noorenberghe
c78ed65993 Bug 1047130 - Implement desktop backend to login to FxA via OAuth for Loop. r=vladikoff,ckarlof,mikedeboer
This implements the OAuth authorization phase.
2014-08-18 14:32:34 -07:00
Matthew Noorenberghe
508fdcb6fc Bug 1048530 - Create a Loop test server for exchanging an OAuth code for a token. r=vladikoff,ckarlof,mikedeboer 2014-08-15 16:52:05 -07:00
Matthew Noorenberghe
af8246c78c Bug 1048526 - Create a Loop test server for querying OAuth URL parameters to use. r=ckarlof,vladikoff,jaws 2014-08-15 16:51:55 -07:00
Mark Banner
10b8dba11c 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
Andrei Oprea
47856d7740 Bug 990678 - Add ability to make audio only calls in Loop standalone and desktop. r=Standard8 2014-08-15 19:45:31 +01:00
Mark Banner
02f68bcd12 Bug 1022594 Part 1a Add a getLoopBoolPref function to the MozLoopAPI. r=mikedeboer
--HG--
rename : browser/components/loop/test/mochitest/browser_mozLoop_charPref.js => browser/components/loop/test/mochitest/browser_mozLoop_prefs.js
rename : browser/components/loop/test/xpcshell/test_loopservice_get_loop_char_pref.js => browser/components/loop/test/xpcshell/test_loopservice_loop_prefs.js
2014-08-15 13:33:51 +01:00