lp:~mardy/signon-ui/proxy

Created by Alberto Mardegan and last modified
Get this branch:
bzr branch lp:~mardy/signon-ui/proxy
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

62. By Alberto Mardegan

Use pkg-config

61. By Alberto Mardegan

Use libproxy to detect proxy settings

This is needed as a workaround for
https://bugreports.qt-project.org/browse/QTBUG-26295

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.

54. By Alberto Mardegan

Version 0.7

53. By Alberto Mardegan

Protect webkit from untrusted content

* By default, allow https only.
* Allow definition of blacklisted and whitelisted links
  Allow the host-specific configuration files to specify a which URLs should be
  opened in the external browser.
  This can be done either with a whitelist (of URLs to be opened in QtWebkit) or
  as a blacklist (of URLs to be opened externally).

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