lp:~ken-vandine/signon-ui/arches

Created by Ken VanDine and last modified
Get this branch:
bzr branch lp:~ken-vandine/signon-ui/arches
Only Ken VanDine can upload to this branch. If you are Ken VanDine please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ken VanDine
Project:
Online Accounts: Sign-on UI
Status:
Development

Recent revisions

95. By Ken VanDine

* debian/rules
  - build with CONFIG+=no-widgets on armhf and
    CONFIG+=force-foreign-qwindow on all other arches

94. By Ken VanDine

merged trunk

93. By Ken VanDine

* debian/control
  - don't build for powerpc, qtsensors5-dev isn't available

92. By Alberto Mardegan

Optionally use WebKit2 in Qt5

Add a configuration option ("qmake CONFIG+=no-widgets") to disable using the QtWidgets based QWebView and use QtQuick's WebView, which is based on WebKit2.
Another configuration option ("CONFIG+=force-foreign-qwindow") can be used to enable window embedding/reparenting with Qt5, which otherwise would only be enabled with Qt 5.1 or later.
Note that the "no-widgets" option is not activated in debian/rules; that bit should go into a separate branch.

The WebView implementation is mostly based on Ken Vandine's "phablet-rebased" branch; the big difference here is that the WebView is opened in a separate process, which is spawned by signon-ui with a hacked $HOME variable which will force WebKit2 to store all its data (cookies and form completions) into a different location depending on the identity being authenticated. The process separation is needed in order not to share the same WebKit's WebProcess among the WebViews, which would defeat the trick of changing $HOME.

Approved by PS Jenkins bot, Ken VanDine.

91. By PS Jenkins bot

Releasing 0.14daily13.05.01.1ubuntu.unity.next-0ubuntu1 to ubuntu.

Approved by PS Jenkins bot.

90. By Ken VanDine

Automatic snapshot from revision 84 (bootstrap).

Approved by PS Jenkins bot, Robert Bruce Park.

89. By Alberto Mardegan

Implement removeIdentityData

signond will call this method when an identity is removed or being signed out.
.

Approved by Ken VanDine, PS Jenkins bot.

88. By Alberto Mardegan

Cancel fail timer when a load is in progress

If a page is loading, don't make the request fail.
. Fixes: https://bugs.launchpad.net/bugs/1171853.

Approved by Ken VanDine, PS Jenkins bot.

87. By Alberto Mardegan

Wait 3 seconds before reporting a page load failure

When logging in to Google with an Ubuntu SSO account, the browser is briefly
redirected to a page which fails to load; however, the authentication then
continues successfully.
In order not to stop the authentication process, wait three seconds before
terminating the authentication with an error, and abort the timer if another
URL is queued.
. Fixes: https://bugs.launchpad.net/bugs/1171853.

Approved by PS Jenkins bot, Ken VanDine.

86. By Alberto Mardegan

Don't crash when re-embedding into the same window ID

This fixes a crash which I happened to reproduce while testing: X reuses the X
window ID, so it's possible that two different instances of the XEmbed
container assume the same window ID (obviously not at the same time); however,
the QX11EmbedWidget gets destroyed as soon as the first container is closed,
and it was not getting removed from the pool.
.

Approved by Ken VanDine, PS Jenkins bot.

Branch metadata

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

Subscribers