summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-07build: Install the right json file to be seen by ChromiumHEADmasterEmanuele Aina1-2/+2
2013-03-07lib: Try to unref stuff in dispose() instead of finalize()Emanuele Aina1-1/+15
2013-03-06chromium: Content scripts for Calendar and PicasaEmanuele Aina3-0/+20
2013-03-06chromium: Complete the lists of services we want to enableEmanuele Aina2-2/+2
2013-03-06chromium: Add a Google Drive content scriptEmanuele Aina2-0/+10
2013-03-06chromium: Split the GMail-specific stuff in a separate js fileEmanuele Aina3-7/+7
2013-03-06chromium: Move the login detection setup in a functionEmanuele Aina1-18/+25
2013-03-06chromium: Make login name detection more strictEmanuele Aina1-1/+2
2013-03-06lib: Only build the static version of the internal libraryEmanuele Aina1-3/+1
2013-03-05chromium: Do nothing if the current account is already configuredEmanuele Aina1-0/+13
2013-03-05plugin: Add a listAccounts() method to list existing GOA accountsEmanuele Aina3-0/+100
2013-03-05plugin: Keep a reference to the 'window' objectEmanuele Aina3-3/+13
2013-03-05lib: Do not leak GoaClient from GoaBrowserObjectEmanuele Aina1-0/+9
2013-03-05lib: Make sure the returned GValue holds a ref in property gettersEmanuele Aina1-1/+1
2013-03-05plugin: Unref the GoaBrowserObject on object deallocationEmanuele Aina1-1/+3
2013-03-05plugin: Use the METHODS macro to define wrapper prototypesEmanuele Aina1-6/+12
2013-03-04build: Do not install the internal libraryEmanuele Aina1-1/+1
2013-03-04build: Fix .crx file installation dirEmanuele Aina1-1/+1
2013-03-04chromium: Show infobar once and hide page action icon on old tabsEmanuele Aina1-5/+23
2013-03-04chromium: s/account{Is,Set}Ignored()/account{Is,Set}PermanentlyIgnored()Emanuele Aina1-5/+5
2013-03-04chromium: Do not rely on experimental APIs (disables the infobar)Emanuele Aina2-5/+8
2013-03-04chromium: Show a page action icon tooEmanuele Aina4-0/+84
2013-03-04chromium: Store the tabId of the original request in the accountData dictEmanuele Aina1-5/+14
2013-03-04chromium: Do not show the inforbar prompt for ignored accountsEmanuele Aina1-4/+14
2013-03-04chromium: Call sendResponse() to close the connectionEmanuele Aina1-11/+13
2013-03-04chromium: Display an infobar before launching the native stuffEmanuele Aina4-7/+131
2013-03-04icons: Take icons from the online-accounts GNOME Control Center panelEmanuele Aina8-1/+13
2013-03-04build: Explicit some targets and use a tmp dir to build the .crxEmanuele Aina2-15/+21
2013-03-04lib: Invoke GNOME Control Center via DBus-activation to create accountsEmanuele Aina3-12/+24
2013-02-26lib: Port the GVariant conversion routines from JSON-GLib to JSON-CEmanuele Aina5-1/+935
2013-02-26chromium: Collect cookies to use for the account creation requestEmanuele Aina7-19/+55
2013-02-26plugin: Get a GoaClient and pass it to the library objectEmanuele Aina6-9/+143
2013-02-26GNOME Online Accounts browser extensionEmanuele Aina27-0/+3559