lp:signon-ui/12.10

Created by Alberto Mardegan and last modified
Get this branch:
bzr branch lp:signon-ui/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: Sign-on UI
Status:
Merged

Recent revisions

67. By Alberto Mardegan

Allow fine grained control over which URLs are allowed

We already have a couple of regexp to whitelist and blacklist URLs, but those
are stripped of the schema and fragment.
To be able to implement more complex logics, and whitelist some specific
http-only urls, we need a regular expression which takes the schema into
account.

66. By Alberto Mardegan

Version 0.11

65. By Alberto Mardegan

Do not instantiate invalid QDBusMessages

QDBus does not allow creating replies out of invalid messages: there's a
Q_ASSERT for that inside the Qt code, which luckily isn't met because Qt is
built with assertions disabled.
Still, we were running into undefined behaviour.

64. By Alberto Mardegan

Do not allocate the proxy factory on the stack

QNetworkProxyFactory::setApplicationProxyFactory() is documented to take
ownership of the proxy factory and destroy it (with "delete") when destructed.

63. By Alberto Mardegan

Version 0.10

62. By Alberto Mardegan

Coverage support

61. By Alberto Mardegan

Use libproxy to detect proxy settings

60. By Alberto Mardegan

Don't emit an OSD notification when accounts fail to authenticate

59. By Alberto Mardegan

Version 0.9

58. By Alberto Mardegan

Ignore any webview signals since the authentication is completed

This is needed because QWebView might still emit loadFinished(false)
(which we would interpret as an error) on the final URL, which we don't
care about anymore.

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