Mark Banner
|
fc616eb27b
|
Fix beta specific xpcshell bustage from bug 1152245. r+a=bustage-fix
|
2015-04-09 16:47:18 +01:00 |
|
Mark Banner
|
f2c155d7e5
|
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, a=sledru
|
2015-04-08 17:12:01 +01:00 |
|
Carsten "Tomcat" Book
|
8e80528310
|
Backed out changeset d168a14d3f71 (bug 967792) for suspicion of causing OS X xpcshell test failures on a CLOSED TREE
|
2015-02-17 09:48:33 +01:00 |
|
Patrick McManus
|
3c0c11f4a3
|
bug 967792 - make localhost resolve offline r=dragana
|
2015-02-15 13:50:48 -05:00 |
|
Matthew Noorenberghe
|
b4dd818999
|
Bug 1098629 - Support the retry button on the error bar in more cases. r=pkerr
|
2015-01-20 16:12:30 -08:00 |
|
Mark Banner
|
2f6124ce3d
|
Bug 1121071 Part 1 - Remove old call url code from the Loop panel and related UI areas. r=mikedeboer
|
2015-01-16 18:34:30 +00:00 |
|
Paul Kerr [:pkerr]
|
8867f54539
|
Bug 1108028: replace pushURL registered with LoopServer whenever PushServer does a re-assignment. r=dmose
|
2014-12-16 14:14:06 -08:00 |
|
Paul Kerr [:pkerr]
|
02fabb622f
|
Bug 1028869 - Part 2: xpcshell test updated with ping/restore. r=standard8
|
2014-09-23 18:47:58 -07:00 |
|
Paul Kerr [:pkerr]
|
538001f156
|
Bug 1055145 - Part 2: Fix failing loop tests: prevent spurious network access attempts r=mattn
|
2014-12-24 13:12:18 -08:00 |
|
Paul Kerr [:pkerr]
|
86dcd9e216
|
Bug 1055145: Remove push server fallback from Loop Client. r=abr
|
2014-12-19 15:37:26 -08:00 |
|
Mike de Boer
|
e3dd681c45
|
Bug 1102432: refresh the list of rooms upon account switch or logout. r=Niko
|
2014-12-16 16:59:05 +01:00 |
|
Mark Banner
|
0be0d7b546
|
Bug 1103908 - Handle unicode room names properly for Loop. r=mikedeboer
|
2014-12-10 22:45:18 +00:00 |
|
Mike de Boer
|
5c4c1ed816
|
Bug 1102437: make sure only push updates for the appropriate channel are processed. r=Standard8
|
2014-12-09 11:48:59 +01:00 |
|
Mark Banner
|
23afbdb6d7
|
Bug 1106538 - When deleting a room, the room is not removed from the conversation list - add a notification of the delete completing for the views to be informed. r=nperriault
|
2014-12-04 07:42:28 -08:00 |
|
Mike de Boer
|
188ab340a7
|
Bug 1074667: Generate system alert when someone joins a room. r=MattN
|
2014-11-27 12:41:41 +01:00 |
|
Mark Banner
|
d972af368b
|
Bug 1089722 Handle Loop rooms being deleted in the backend, and sending appropriate notifications. r=mikedeboer
|
2014-11-26 17:52:55 +00:00 |
|
Mark Banner
|
124214599c
|
Follow-up to bug 1099128 - fix issues with error values not being correctly handled by the room store, and switch the tests back to running with rooms enabled by default. r=nperriault
|
2014-11-24 21:39:57 +00:00 |
|
Mike de Boer
|
55baa4a791
|
Bug 1100284: use a more canonical window ID for chat windows. r=MattN,abr
|
2014-11-21 15:47:59 +01:00 |
|
Mike de Boer
|
1c9b897b3e
|
Bug 1102193: simplify l10n code in MozLoopService. r=Niko
|
2014-11-20 16:46:05 +01:00 |
|
Mark Banner
|
c473cb5c55
|
Bug 1101494 Guest mode doesn't work for rooms on a fresh profile - handle late guest registration, and keep track of when rooms are created to know if to automatically register or not. r=MattN
|
2014-11-19 23:12:37 +00:00 |
|
Mark Banner
|
c4e7f2597f
|
Bug 1101494 Fix joining a room in guest mode. r=mikedeboer
|
2014-11-19 20:05:56 +00:00 |
|
Jared Wein
|
4c5e2824f1
|
Bug 1101006 - Refactor mozLoop.{get, set}LoopCharPref and mozLoop.{get, set}LoopBoolPref to mozLoop.{get, set}Pref that uses getPrefType. r=mikedeboer
|
2014-11-19 13:29:27 -05:00 |
|
Mark Banner
|
6ca6ef68cc
|
Bug 1074694 - Allow rooms to be renamed from the conversation window. r=nperriault
|
2014-11-17 22:12:27 +00:00 |
|
Matthew Noorenberghe
|
8e6354f6fa
|
Bug 1095379 - Separate push registrations by sessionType and prevent calling promiseRegisteredWithPushServer from outside of promiseRegisteredWithServers. r=Standard8
|
2014-11-13 18:59:04 +01:00 |
|
Matthew Noorenberghe
|
f5caaba013
|
Bug 1074670 - Implement the Hello NotificationView's button (e.g. retry). r=pkerr
|
2014-11-12 10:13:12 +01:00 |
|
Mike de Boer
|
81f47f5231
|
Bug 1073218: remove the soft start mechanism for full Hello rollout. r=abr,Unfocused
|
2014-11-07 11:56:04 +01:00 |
|
Mark Banner
|
5ef28bac0d
|
Bug 1074688 - Part 2 Add Join/Refresh/Leave room functions to the mozLoop API. r=mikedeboer
|
2014-11-06 20:52:16 +00:00 |
|
Matthew Noorenberghe
|
faae8c3742
|
Bug 1093500 - Cleanup Loop registration by pulling push URLs from the push handler. r=pkerr
|
2014-11-05 13:58:52 -08:00 |
|
Nicolas Perriault
|
8dd348ce63
|
Bug 1074676 - Allow deleting a Loop room. r=Standard8
|
2014-11-03 21:53:56 +00:00 |
|
Mike de Boer
|
4e399f5890
|
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
|
238e503ced
|
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
|
ab054c3d1a
|
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
|
3da0b4d33c
|
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 |
|
Matthew Noorenberghe
|
3493a0089f
|
Bug 1091161 - MozLoopService: Separate gInitializeTimerFunc from the actual initialize callback so we can retry initialization on demand. r=pkerr
|
2014-10-29 16:20:31 -07:00 |
|
Mike de Boer
|
f73645ab1c
|
Bug 1089547: simplify LoopRooms implementation, add support for events. r=Standard8
|
2014-10-29 14:28:42 +01:00 |
|
Matthew Noorenberghe
|
4a1b4d7fe0
|
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 |
|
Mike de Boer
|
7eeab2f806
|
Bug 1088465 - MozLoopService: Use a |mocks| property instead of passing arguments through registration. r=mikedeboer
|
2014-10-27 11:11:36 +01:00 |
|
Paul Kerr
|
fff8c972f5
|
Bug 1074699 - Add createRoom and addCallback to LoopRooms API. r=dmose
|
2014-10-24 11:28:36 +01:00 |
|
Paul Kerr
|
700a8687c7
|
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 |
|
Paul Kerr
|
f778a80ddd
|
Bug 1074663: Register with PushServer for updates to rooms, r=MattN
|
2014-10-23 09:50:12 -07:00 |
|
Boris Zbarsky
|
1465eb84df
|
Bug 1082843. Don't import Promise.jsm into the global scope in xpcshell tests. r=yoric
|
2014-10-15 00:42:54 -04:00 |
|
Jared Wein
|
d4d26c541a
|
Bug 1047133 - Persist FxA OAuth token between browser sessions. r=MattN
|
2014-10-08 20:49:47 -04:00 |
|
Ryan VanderMeulen
|
385e155460
|
Backed out changeset 4205a47f317c (bug 1037235) for xpcshell orange.
CLOSED TREE
|
2014-10-08 15:45:56 -04:00 |
|
Erik Vold
|
a0a6c96f73
|
Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop,past,jaws f=dteller
|
2014-09-09 18:33:55 -07:00 |
|
Andrew Halberstadt
|
11b824f09b
|
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
|
2014-10-07 18:18:28 -04:00 |
|
Mark Banner
|
20a3a09159
|
Bug 1072323: Hook up the contact menus to be able to start outgoing calls. r=mikedeboer
|
2014-10-07 17:10:56 +02:00 |
|
Matthew Noorenberghe
|
eaf7f200ad
|
Bug 1078261 - Don't fetch Loop call data for the FxA session if we aren't logged in. r=pkerr
|
2014-10-06 15:36:07 -07:00 |
|
Matthew Noorenberghe
|
1ee13023c7
|
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 |
|
Jared Wein
|
465af952ee
|
Bug 1075697 - MozLoopService.hawkRequest is not properly reset. r=dmose
|
2014-10-01 14:24:07 -04:00 |
|
Paul Kerr [:pkerr]
|
105a3ee30e
|
Bug 1070065: MozLoopService.jsm xpcshell unit test for busy reject feature r=standard8
|
2014-09-19 17:01:09 -07:00 |
|