~online-accounts/webaccounts-browser-extension/trunk

  • Committer: Alberto Mardegan
  • Date: 2012-09-05 09:36:18 UTC
  • mfrom: (24.1.4 firefox-ctypes)
  • Revision ID: alberto.mardegan@canonical.com-20120905093618-881waij4q5vm9way
Don't use a NPAPI plugin for Firefox: access the system via ctypes

Take the account-creation code out of the NPAPI plugin into its own tiny shared
library (libwebaccounts.so); the NPAPI, still used by Chromium, has been
modified to link to this library, while for Firefox we'll be using ctypes
(https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes?redirectlocale=en-US&redirectslug=js-ctypes)
to interface with the new library, of which we use just one function.

In this way we get also rid of a couple of bugs related to the embedding of the NPAPI plugin.
Filename Latest Rev Last Changed Committer Comment Size
..
chromium-extension 1 12 years ago Alberto Mardegan Repository creation Diff
firefox-extension 6.1.1 11 years ago Alberto Mardegan Add Firefox extension. Diff
lib 24.1.2 11 years ago Alberto Mardegan Move common code to libwebaccounts.so Diff
m4 8.1.5 11 years ago Alberto Mardegan Do not include gtest sources. Diff
npapi-plugin 3 11 years ago Alberto Mardegan Add NPAPI plugin Collect cookies and forward them Diff
po 11.1.2 11 years ago Alberto Mardegan Address review comments Diff
.bzrignore 24.1.3 11 years ago Alberto Mardegan Compile gsettings schema when running tests 754 bytes Diff Download File
AUTHORS 1 12 years ago Alberto Mardegan Repository creation Empty Diff Download File
File autogen.sh 3 11 years ago Alberto Mardegan Add NPAPI plugin Collect cookies and forward them 4.3 KB Diff Download File
ChangeLog 1 12 years ago Alberto Mardegan Repository creation Empty Diff Download File
configure.ac 24.1.2 11 years ago Alberto Mardegan Move common code to libwebaccounts.so 2.8 KB Diff Download File
COPYING 19 11 years ago Ken VanDine COPYING should be a real file, not a symlink 34.3 KB Diff Download File
Makefile.am 24.1.2 11 years ago Alberto Mardegan Move common code to libwebaccounts.so 216 bytes Diff Download File
NEWS 1 12 years ago Alberto Mardegan Repository creation Empty Diff Download File
README 1 12 years ago Alberto Mardegan Repository creation Empty Diff Download File