lp:~online-accounts/webaccounts-browser-extension/12.10

Created by Alberto Mardegan and last modified
Get this branch:
bzr branch lp:~online-accounts/webaccounts-browser-extension/12.10
Members of Online Accounts can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Online Accounts
Project:
Online Accounts: Browser Extensions
Status:
Development

Recent revisions

30. By Alberto Mardegan

Version 0.4.5

29. By Alberto Mardegan

Do not open the libwebaccounts library more than once

Do not let the library handle to be garbage-collected, and avoid opening the
library more than once.

28. By Alberto Mardegan

Version 0.4.4

27. By Alberto Mardegan

Make libwebaccounts private

Install libwebaccounts.so under /usr/lib/webaccounts-browser-extension/ and not
directly in /usr/lib.
While at it, generate the install.rdf file with the version number inferred
from configure.ac.

26. By Alberto Mardegan

Version 0.4.3

25. By Alberto Mardegan

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.

24. By Alberto Mardegan

Update firefox install.rdf

Ken Vandine changed this in the packaging branch.

23. By Ken VanDine

 * Don't add any symbols to the main window global scope (LP: #1037706)
 * Don't leak the browser chrome window (LP: #1037707)
 * Don't import XPCOMUtils.jsm, it's not used anywhere
 * Get the cookiemanager from Services.jsm

22. By Ken VanDine

Set GSETTINGS_SCHEMA_DIR so the tests can run without the schema installed

21. By Ken VanDine

add tar-ustar to automake options

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:webaccounts-browser-extension
This branch contains Public information 
Everyone can see this information.

Subscribers