lp:~mardy/signon-ui/local-interface

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

Recent revisions

64. By Alberto Mardegan

Do not istantiate 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.

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.

57. By Alberto Mardegan

Early terminate successful requests with no UI

As for the embedded case, we can early terminate (by calling accept() on the
dialog) successful requests when the dialog has not been shown. This prevents
from any other processing which could bring the request on an error state.

56. By Alberto Mardegan

Version 0.8

55. By Alberto Mardegan

Avoid loading the final URL.

Successfully terminate the browser request as soon as we are requested to
navigate to the final URL, without even attempting to load it.

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