Skip to content
Snippets Groups Projects
user avatar
Kyle Huey authored
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon

--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
0469a02b
History
Here lies most of the moving parts for push notifcations in the browser. DOM
and UI bindings will live elsewhere; these files deal with talking to the API,
storing messages, and creating persistent connections to the notification
server.

Structure:

services.js::Service
  This is a singleton that manages API calls and message storage. It's an
  instance of the NotificationSvc class. Messages and state are persisted to a
  JSON file on disk.