lp:~mardy/webaccounts-browser-extension/lp1066917

Created by Alberto Mardegan and last modified
Get this branch:
bzr branch lp:~mardy/webaccounts-browser-extension/lp1066917
Only Alberto Mardegan can upload to this branch. If you are Alberto Mardegan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alberto Mardegan
Project:
Online Accounts: Browser Extensions
Status:
Merged

Recent revisions

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

20. By Ken VanDine

0.4.1

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