privly / privly-firefox

Official Privly Browser Extension for Firefox - Allows for Viewing and Posting Content on Any Website Without the Host Site Having Access
https://priv.ly
MIT License
21 stars 15 forks source link

Integrate C++ Messaging Interface to Compiled Code #30

Closed smcgregor closed 10 years ago

smcgregor commented 11 years ago

The Chrome extension's nacl branch defines a JSON interface between the compiled library and the extension's context. It is time to package an XPCOM component for the extension and implement the same message passing style.

smcgregor commented 10 years ago

Closing this for the time being. Feel free to reopen.