[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-27 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-24 Thread PS Jenkins bot
Fix committed into lp:webbrowser-app at revision 330, scheduled for
release in webbrowser-app, milestone ubuntu-13.04-month-5

** Changed in: webbrowser-app
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/webbrowser-app

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.22+13.10.20130924.1-0ubuntu1

---
webbrowser-app (0.22+13.10.20130924.1-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Adding single instance marker to the desktop file.

  [ daker ]
  * Added support for Alert dialogs. (LP: #1169757)
  * Added support for HTTP/Proxy auth. (LP: #1212980)
  * Added certificateVerificationDialog component. (LP: #1227055)

  [ Adnane Belmadiaf ]
  * Added support for HTTP/Proxy auth. (LP: #1212980)
  * Added certificateVerificationDialog component. (LP: #1227055)

  [ Olivier Tilloy ]
  * Generate translation templates only for files under src/app/. Files
under src/Ubuntu/… are the UbuntuWebView component, and they
shouldn’t have any translatable strings.
  * Fix the selection rectangle size and position when zoomed and
scrolled. (LP: #1131160)
  * Added support for HTTP/Proxy auth. (LP: #1212980)
  * Ensure the chrome is hidden when the permission request dialog is
shown. (LP: #1226635)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 331
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 24 Sep 2013 
07:05:03 +

** Changed in: webbrowser-app (Ubuntu Saucy)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-21 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu Saucy)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-21 Thread Adnane Belmadiaf
** Changed in: webbrowser-app
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-20 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu Saucy)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-20 Thread Olivier Tilloy
** Changed in: webbrowser-app
 Assignee: (unassigned) = Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-20 Thread Olivier Tilloy
It appears we need to provide a custom component for the
experimental.certificateVerificationDialog property of the webview to
deal with certificate verification.

The interface for this custom component exposes a hostname property,
as well as two slots: accept() and reject().

** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~daker/webbrowser-app/fix.1227055

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-20 Thread Bill Filler
** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app (Ubuntu Saucy)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs