oxide-qt 1.15.7-0ubuntu0.16.04.1 source package in Ubuntu
Changelog
oxide-qt (1.15.7-0ubuntu0.16.04.1) xenial-security; urgency=medium
* Update to v1.15.7 (see USN-2992-1)
- Bump Chromium rev to 51.0.2704.79
- Fix LP: #1567542 - Ensure the camera image is rotated correctly for both
front and back cameras, and fix a krillin-specific issue
- Fix LP: #1570511 / LP: #1586968 - Allow touch selection to short circuit
context menu requests
- Fix LP: #1569315 - Make WebView::EditingCapabilitiesChanged faster to
avoid serious performance issues with an active selection
- Disable plugins by default on arm, as we only support Flash which isn't
available there
- Compile native arm and x86 builds with -g1 to reduce the size of the
resulting unstripped binary and hopefully ease address space pressure
during linking. This will reduce the usefulness of crash reports on
these platforms
- Unbreak the !ENABLE_PLUGINS build
- Fix LP: #1582060 - Ensure we attach the InputMethodContext for script
opened webviews
- Fix LP: #1578808 - link failure on armhf
- Fix LP: #1576164 - Internationalize the camera names
- Fix LP: #1556658 - Provide dummy message text to an application's custom
beforeunload dialog component for compatibility purposes, now that
Chromium ignores the one provided by the page
- Fix LP: #1535818 - Add support for the deviceId constraint in getUserMedia
- Fix LP: #1568860 - Replace use of scoped_ptr with std::unique_ptr
- Replace CertificateErrorDispatcherClient with a callback, and add through
unit tests for CertificateErrorDispatcher in the process
- Add the ability to run unit tests on internal classes in shared/
- Fix LP: #1447395 - Add WebView.zoomFactor API
- Fix LP: #1565063 - Add 'version' and 'chromiumVersion' properties to
the API
- Remove CompositorProxy and its implementation. This was left over from
when the webview compositor wasn't single threaded
- Remove RendererFrameEvictor - it's redundant anyway because we destroy
the webview compositor when it's hidden. Now we just drive eviction from
there instead. This removes a bogus dependency on GetFormFactorHint
- Hide surface_id from compositor clients, cleaning up the client interface
- Fix LP: #1498200 - Componentize qt/core/ and shared/. This allows us to
build unit test binaries that depend on shared/
- Drop the warning when changing the process model - single process is
now supported.
- Adapt the QML tests to run in single-process and make lots of test fixes
(LP: #1399208)
- Fix LP: #1399207 - Make it possible to skip entire QML test cases where
they aren't relevant for specific configurations (eg, single process)
- Fix LP: #1462814 - Drop failing test which appears to not be useful
anymore
- Disable profiler timing - we don't have chrome://profiler/, and this is
disabled by default on Chrome/Android too due to it having a
non-negligible performance impact.
- Fix a shutdown abort in single-process mode
- Add CookieStoreUIProxy, which is an implementation of net::CookieStore
that proxies calls from the UI thread to the real cookie store on the IO
thread. This is used in a couple of places where we need access to the
cookie store on the UI thread
- Fix LP: #1556762 - Add TouchSelectionController.handleDragInProgress
property
- Fix LP: #1556764 - Add TouchSelectionController.hide() API
- Fix LP: #1552161 - Convert QTouchEvent directly to ui::MotionEvent.
Dropping the use of ui::TouchEvent means we no longer have to round
the scroll coordinates, which should improve smoothness on high-DPI
screens
-- Chris Coulson <email address hidden> Thu, 02 Jun 2016 18:41:08 +0100
Upload details
- Uploaded by:
- Chris Coulson on 2016-06-02
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section |
|---|
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| oxide-qt_1.15.7.orig.tar.xz | 672.6 MiB | d5381d99d35afce0f199553f8055e4037903d9608be8df0e15fe22522802629e |
| oxide-qt_1.15.7-0ubuntu0.16.04.1.debian.tar.xz | 125.5 KiB | ac09e82d42b7fd367346c93195da718f9b388a80e2d831d7821cb35361705794 |
| oxide-qt_1.15.7-0ubuntu0.16.04.1.dsc | 2.5 KiB | a22dbbadec76bc8748eabf95f5801850223027a25d400ff0241325bc7ebcc2c8 |
Available diffs
Binary packages built by this source
- liboxideqt-qmlplugin: Web browser engine for Qt (QML plugin)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides the QML plugin required to run QML applications with
Oxide
- liboxideqtcore-dev: Web browser engine for Qt (development files for core library)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides the development files required to compile programs
against the Oxide core library
- liboxideqtcore0: Web browser engine for Qt (core library and components)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides the core library, sandbox, renderer and support
files required to run applications with Oxide
- liboxideqtcore0-dbgsym: debug symbols for package liboxideqtcore0
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides the core library, sandbox, renderer and support
files required to run applications with Oxide
- liboxideqtquick-dev: Web browser engine for Qt (development files for QtQuick library)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides the development files required to compile programs
against the Oxide QtQuick library
- liboxideqtquick0: Web browser engine for Qt (QtQuick library)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides the QtQuick library required to run QML applications
with Oxide
- oxideqt-codecs: Web browser engine for Qt (codecs)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides some media codecs needed for the HTML5 <audio> and
<video> tags. Included are the free Theora, Vorbis, Opus, VP8 and VP9
codecs
- oxideqt-codecs-dbgsym: debug symbols for package oxideqt-codecs
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides some media codecs needed for the HTML5 <audio> and
<video> tags. Included are the free Theora, Vorbis, Opus, VP8 and VP9
codecs
- oxideqt-codecs-extra: Web browser engine for Qt (codecs)
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides some media codecs needed for the HTML5 <audio> and
<video> tags. Included are the Theora, Vorbis, Opus, VP8, VP9, MP3, AAC
and H.264 codecs
- oxideqt-codecs-extra-dbgsym: debug symbols for package oxideqt-codecs-extra
Oxide is a web browser engine library based on Chromium that makes it easy to
embed web content in your Qt application
.
This package provides some media codecs needed for the HTML5 <audio> and
<video> tags. Included are the Theora, Vorbis, Opus, VP8, VP9, MP3, AAC
and H.264 codecs

