[Ubuntu-webapps-bugs] [Bug 1663609] [NEW] Leak BrowserProcessMain at shutdown

2017-02-10 Thread Chris Coulson
Public bug reported: We currently run the BrowserProcessMain destructor at process exit, but this results in a CHECK failure in the event of an unclean shutdown (ie, anything outside of Oxide just calling exit()). See, eg, bug 1560994 and bug 1649262 - both bugs originally reported against Oxide

[Ubuntu-webapps-bugs] [Bug 1649262] Re: webbrowser app Segmentation fault (core dumped) on 17.04 Unity7

2017-02-10 Thread Chris Coulson
This is not a bug in Oxide - the CHECK failure in this case is a red herring and is a side effect of a bug elsewhere that triggers an unclean exit() (see bug 1663609) ** Project changed: oxide => qtdeclarative-opensource-src (Ubuntu) -- You received this bug notification because you are a

[Ubuntu-webapps-bugs] [Bug 1663572] [NEW] Add an API to request the application brings a webview in to the foreground

2017-02-10 Thread Chris Coulson
Public bug reported: We should expose a webview signal that fires off of WebContentsDelegate::ActivateContents() - the use case for this is that if a user action results in a navigation in another window (eg, clicking on a element with a target attribute), there should be a mechanism to request