[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2015-01-22 Thread Chris Coulson
Bug 1377198 is also fixed now (in Oxide 1.5) - CertificateError.cancelled is now emitted for non-overridable errors when a new navigation is committed in the webview, and for pending overridable errors if the user taps the stop button. There's tests for both of those cases -- You received this

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2015-01-19 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image Assignee: (unassigned) = Olivier Tilloy (osomon) ** Changed in: webbrowser-app (Ubuntu RTM) Assignee: (unassigned) = Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2015-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+15.04.20141218 ~rtm-0ubuntu1 --- webbrowser-app (0.23+15.04.20141218~rtm-0ubuntu1) 14.09; urgency=low [ Leo Arias ] * Refactor the address bar autopilot helpers so they can be used from external test cases. * Expose on

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2015-01-16 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: None = ww05-2015 ** Changed in: canonical-devices-system-image Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2015-01-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/rtm-backport-security-UI -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394925 Title: Security warning page doesn’t go away when browsing to a different

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/non-overridable-cert-errors -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394925 Title: Security warning page doesn’t go away when browsing to a

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-12 Thread Olivier Tilloy
** Changed in: webbrowser-app Status: In Progress = 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/1394925 Title: Security warning page doesn’t go away when browsing to a

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-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/1394925 Title: Security warning page doesn’t go away when browsing to a different site To

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+15.04.20141211.4-0ubuntu1 --- webbrowser-app (0.23+15.04.20141211.4-0ubuntu1) vivid; urgency=low [ Ubuntu daily release ] * New rebuild forced [ Olivier Tilloy ] * Take captures of live webviews and cache them on disk,

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-05 Thread Olivier Tilloy
** Changed in: webbrowser-app Status: Fix Released = In Progress ** Changed in: webbrowser-app (Ubuntu) Status: Fix Released = In Progress ** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-03 Thread Olivier Tilloy
So, I can do the following where webview.certificateError is assigned: onCertificateError: { webview.certificateError = error error.onCancelled.connect(function() { webview.certificateError = null }) } and this works fine for cancellable errors, but it doesn’t work for e.g. revoked

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-03 Thread Olivier Tilloy
Answering myself: Chris confirmed that when bug #1377198 is fixed, CertificateError.cancelled will also be emitted for non-overridable errors. So connecting to onCancelled ought to be enough for all cases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/reset-cancelled- certificateError -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394925 Title: Security warning page doesn’t go away when browsing to a

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-02 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New = In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) = Olivier Tilloy (osomon) ** Also affects: webbrowser-app (Ubuntu RTM) Importance: Undecided Status: New ** Tags added: ota-1 rtm14 ** Changed

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-02 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+15.04.20141202.1-0ubuntu1 --- webbrowser-app (0.23+15.04.20141202.1-0ubuntu1) vivid; urgency=low [ Alberto Mardegan ] * Swap declaration order of Loaders [ Olivier Tilloy ] * Cosmetics: get rid of latin names in

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-02 Thread Olivier Tilloy
** Changed in: webbrowser-app Status: In Progress = 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/1394925 Title: Security warning page doesn’t go away when browsing to a

[Bug 1394925] Re: Security warning page doesn’t go away when browsing to a different site

2014-12-02 Thread Chris Coulson
Couldn't CertificateError.isCancelled have been used for this? It's designed for this type of use (well, it will be when bug 1377198 is fixed) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394925