Commit Graph

35 Commits

Author SHA1 Message Date
Nikhil Marathe
cd6a8533da Bug 900450 - Reset UDP socket to allow re-initialization. r=dougt 2013-08-06 09:38:04 -07:00
Nikhil Marathe
901cca41ac Bug 884897 - Add permission check to navigator.push load. r=bz 2013-08-07 08:04:10 -07:00
Guillermo López
7466cad6c5 Bug 896919 - UDP wake up is never reached. r=nsm 2013-08-06 10:04:17 -04:00
Boris Zbarsky
a556ada69a Bug 707564 followup #2. Make the push code actually follow the contract for JS-implemented webidl in an attempt to reopen the CLOSED TREE. r=khuey 2013-08-04 01:47:30 -04:00
Nikhil Marathe
e316ce2e8d Bug 884897 - Convert SimplePush to WebIDL. r=khuey
--HG--
extra : amend_source : e2cdea6c33f920e90c9fb41ee3a3a5d4e80bd9a8
2013-08-02 17:18:35 -07:00
Jakub Siemiatkowski
1b128f68c5 Bug 855727 - SimplePush: Remove redundant 409 error code for conflicting channelIDs. r=nsm 2013-07-29 11:59:27 -04:00
Marco Castelluccio
95810918f4 Bug 786303 - Use the manifestURL in WebApps notifications instead of the origin. r=fabrice 2013-07-24 09:03:25 -04:00
Justin Lebar
60dc213200 Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice 2013-07-08 17:55:42 -04:00
Robert Picard
f8864f6dbf Bug 867632 - Replace _sendRequest() with _send() for PushService.unregister(). r=nsm
--HG--
extra : amend_source : 18127d1d10683069fa3ab12394aae63b9c0ac843
2013-07-07 13:37:23 -04:00
Nikhil Marathe
36e0808a9f Bug 888058 - SimplePush: catch ping exception. r=dougt 2013-07-04 09:25:05 -07:00
Ms2ger
c9f69ff561 Bug 887012 - Remove some emptyish makefiles; r=gps 2013-07-01 09:02:32 +02:00
Nikhil Marathe
e960f23251 Bug 887068 - SimplePush: Rename use of _request to _sendRequest. r=dougt
--HG--
extra : amend_source : 1c7cdca05ba04670ce696670a64607b808014188
2013-06-25 22:47:16 -07:00
Nikhil Marathe
8fbb98d871 Bug 885156 - Set _started in PushService.init(). r=dougt 2013-06-20 13:38:01 -07:00
Nikhil Marathe
95128d196a Bug 863660 - Add pref to enable/disable SimplePush WebSocket. r=dougt
This pref should be used in UX to enable/disable push notifications
when the user wants to conserve battery life or save data usage.

--HG--
extra : rebase_source : a75b089082a4d44170890cae228c62114633f790
2013-06-17 11:36:58 -07:00
Mike Shal
8d6fa4020d Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Nikhil Marathe
429053fc39 Bug 863599 - Load PushService on Desktop. r=dougt sr=gavin 2013-06-12 17:26:44 -07:00
Nikhil Marathe
4812496f90 Bug 881416 - Toggle Push WebSocket when Offline mode is toggled. r=mayhemer 2013-06-12 14:47:42 -07:00
Joey Armstrong
bfded569cf bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #2). r=mshal 2013-06-10 11:19:28 -04:00
Carmen Jimenez Cabezas
471a620724 Bug 880183: Report error on deleting non existant endpoint. r=nsm
--HG--
extra : amend_source : 2007bc70ecc01016bdd4b487a124e2fceb7d1aa8
2013-06-06 23:12:29 +02:00
Nikhil Marathe
77f9c4d3a5 Bug 867913 - SimplePush: Monitor for active network change on B2G. r=jlebar 2013-06-02 20:43:10 -07:00
Gregory Szorc
c1b865f669 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
Nikhil Marathe
d0c902ea95 Bug 863732 - Use RTC wakeup to monitor WebSocket connection. r=jlebar 2013-05-14 15:48:19 +05:30
Chris Peterson
e56c4ac2a1 Bug 834033 - Fix JS ReferenceErrors in PushService.jsm error handling. r=dougt 2013-05-02 11:46:45 -07:00
Nikhil Marathe
886ef9c101 Bug 863598 - SimplePush: Make PushService a module. r=dougt
--HG--
rename : dom/push/src/PushService.js => dom/push/src/PushService.jsm
2013-05-02 10:45:18 +05:30
Doug Turner
4c9c4a3fd7 Bug 856495 - Push notifications - Catch network manager undefined. r=nsm 2013-04-22 11:43:31 -04:00
Nick Alexander
5411bce250 Bug 848519 - Part 3: Replace services-common/preferences.js with gre/modules/Preferences.jsm in imports. r=gavin 2013-04-15 12:45:37 -07:00
Nikhil Marathe
215f5336a3 Bug 851253 - SimplePush: Only wakeup apps that have registrations. r=jlebar
--HG--
extra : rebase_source : bbca711265f60ee06124d82d82077c3e02aca02a
2013-04-09 14:12:35 -07:00
Doug Turner
f005931815 Bug 856440 - Use global preference object instead of a getter. r=nsm
--HG--
extra : rebase_source : 1d828675c711d0d862a48370ebc207d4b7f0e205
2013-04-09 11:02:00 -07:00
Jason Duell
b650cd802e Bug 855906 - SimplePush: Set pingInterval on websocket. r=dougt 2013-04-05 13:52:24 -07:00
Nikhil Marathe
64651d239f Bug 851368 - Remove SimplePush registrations on app uninstall. r=dougt
--HG--
extra : rebase_source : 1af46c496c72ad81b5afe335593952e273a2ad8c
2013-04-04 13:42:35 -07:00
Nikhil Marathe
61f3eee3cb Bug 856273 - Filter SimplePush registrations() by app manifest URL. r=khuey
--HG--
extra : rebase_source : f01ab35375ff9d70e11d40a4426a8ef14f9166f1
2013-04-03 13:03:57 -07:00
Doug Turner
fa52f2ac48 Bug 856440 - Push Notification startup regression. r=nsm
--HG--
extra : rebase_source : 5e56eddbab9a85c2a1fe7196e407a7b9d4c123d0
2013-04-01 18:03:53 -07:00
Nikhil Marathe
4dc28b5e65 Bug 856280 - Remove extra import services-common/utils.js. r=dougt 2013-04-01 10:37:51 -04:00
Doug Turner
c6cc5e7a50 Bug 822712 - SimplePush - UDP Wakeup feature. r=jst, jlebar 2013-03-28 20:49:41 -07:00
Nikhil Marathe
2a568973ab Bug 822712 - SimplePush - Implementation. r=dougt, jst, jlebar 2013-03-28 20:49:41 -07:00