This bug was fixed in the package oxide-qt - 1.5.3-0ubuntu2 --------------- oxide-qt (1.5.3-0ubuntu2) vivid; urgency=medium * Update to v1.5.3 - Bump Chromium rev to 41.0.2272.53 - Fix LP: #1402975 - set a minimum viewport width of 980px on mobile for sites that don't specify a viewport width. Fixes layout of some desktop sites, and matches the behaviour of Chrome on Android - Fix LP: #1412981 - Geolocation permission requests from subframes are not cancelled if the frame is deleted or navigated to another site - Fix LP: #1379776 - Spoof Android for the purposes of GPU feature blacklisting on the phone. This means accelerated 2d canvas is now enabled on all devices that Chrome enables it on (including the Nexus 4), and other GPU features (eg, GPU rasterization) are enabled on devices where Chrome supports it - Fix LP: #1370366 - Add LocationBarController API, which allows the renderer compositor to calculate the position of the browser top header. This enables the header to be animated in sync with the content on scrolling - Fix LP: #1408136 - Committed LoadEvents fire for subframe loads when they shouldn't - Fix LP: #1377198 - CertificateError is not cancelled if you stop the pending navigation - Fix LP: #1373383 - The video player on Youtube does not resize correctly when transitioning from landscape to portrait. Ensure we correctly update the screen geometry and orientation visible to web content when the device orientation changes, and turn on orientation events - Really fix LP: #1337506 - Abort with "FATAL:texture_manager.cc(76)] Check failed: texture_count_ == 0u (1 vs. 0)" on shutdown - Fix LP: #1398044 - Fails to build with Qt 5.4 - Fix LP: #1249387 - Add experimental support for playing audio through mediahub with the HTML media elements (Off by default. Video and MediaSource are not yet implemented. Not built yet because it depends on packages in universe) - Fix LP: #1417042 - Remove inactive touch points from the current touch state when we process a new touch event - Fix LP: #1417963 - Adapt to behaviour change in handling of QVariants from QML to C++ in Qt 5.4 - Update the form factor detection code to not rely on the EGL vendor for detecting that we're on a device - use the Android system properties instead - Tidy up WebContents ownership during unload by adding a new singleton responsible for handling unloading (WebContentsUnloader) - Refactor WebFrame to be based around RenderFrameHost rather than FrameTreeNode, which we aren't meant to be using - Call QDesktopServices::openUrl on the UI thread. Failures are no longer propagated back to the resource dispatcher, so all attempts to open a URL externally will result in the load being cancelled whether there is an external handler or not * Update debian/control to add extra build dependencies: - libandroid-properties-dev on armhf, used for gathering data for GPU feature blacklisting when running on the phone * Update debian/liboxideqtcore0.install to install V8 snapshot data * Drop oxideqmlscene - this was only necessary when qmlscene didn't support setting up a shared GL context -- Chris Coulson