Dylan Roeh
b0f4bd8abc
Bug 1311445 - Update NotificationDB.filterNonAppNotifications to no longer use NotificationStorage.canPut. r=ehsan
2016-10-21 09:07:45 -05:00
Ehsan Akhgari
e3186e29a7
Bug 1310910 - Remove ChromeNotifications; r=baku
...
This partially backs out bug 967475.
2016-10-18 09:41:56 -04:00
SUN Haitao
afa7290190
Bug 1264815 - Add a component to handle 'persisent-notification-click'. r=kcambridge
2016-05-12 09:28:46 +08:00
Carsten "Tomcat" Book
62db018fa7
Backed out changeset d049a47c24c1 (bug 1264815)
2016-05-31 07:05:00 +02:00
SUN Haitao
f2ea042b72
Bug 1264815 - Add a component to handle 'persisent-notification-click'. r=kcambridge
2016-05-12 09:28:46 +08:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Alexandre Lissy
9a97c9710a
Bug 1159128 - Only save valid app notifications. r=mhenretty
...
--HG--
extra : rebase_source : a1aa14fc6960a5f7c28d1abd918f3024eb329d4c
2015-05-14 10:59:00 +02:00
Alexandre Lissy
4a504ef96d
Bug 1063859 - Do not iterate on undefined valued when querying notifications. r=mhenretty
...
When we are performing the getAll/getAllCrossOrigin requests and there
is no notifications, then this.notifications[origin] (with a valid
origin) is just undefined. We should make sure we do not iterate over in
this case.
2014-09-23 08:02:00 -04:00
Birunthan Mohanathas
3bc73e0fbe
Bug 1058101 - Move dom/src/notification/ into dom/. r=mccr8
...
--HG--
rename : dom/src/notification/ChromeNotifications.js => dom/notification/ChromeNotifications.js
rename : dom/src/notification/ChromeNotifications.manifest => dom/notification/ChromeNotifications.manifest
rename : dom/src/notification/DesktopNotification.cpp => dom/notification/DesktopNotification.cpp
rename : dom/src/notification/DesktopNotification.h => dom/notification/DesktopNotification.h
rename : dom/src/notification/Notification.cpp => dom/notification/Notification.cpp
rename : dom/src/notification/Notification.h => dom/notification/Notification.h
rename : dom/src/notification/NotificationDB.jsm => dom/notification/NotificationDB.jsm
rename : dom/src/notification/NotificationStorage.js => dom/notification/NotificationStorage.js
rename : dom/src/notification/NotificationStorage.manifest => dom/notification/NotificationStorage.manifest
rename : dom/src/notification/moz.build => dom/notification/moz.build
rename : dom/src/notification/test/unit/common_test_notificationdb.js => dom/notification/test/unit/common_test_notificationdb.js
rename : dom/src/notification/test/unit/test_notificationdb.js => dom/notification/test/unit/test_notificationdb.js
rename : dom/src/notification/test/unit/test_notificationdb_bug1024090.js => dom/notification/test/unit/test_notificationdb_bug1024090.js
rename : dom/src/notification/test/unit/xpcshell.ini => dom/notification/test/unit/xpcshell.ini
2014-08-30 21:43:46 -07:00