lp://staging/~timo-jyrinki/oxide/packaging_fix_qml_package_dependencies
- Get this branch:
- bzr branch lp://staging/~timo-jyrinki/oxide/packaging_fix_qml_package_dependencies
Branch merges
- Oxide Developers: Pending requested
-
Diff: 14 lines (+2/-2)1 file modifieddebian/control (+2/-2)
Related bugs
Bug #1456653: Stop build depending on transitional QML module packages | Undecided | Confirmed |
Related blueprints
Branch information
Recent revisions
- 75. By Chris Coulson
-
* Update to v1.6.4
- see USN-2570-1
- Bump Chromium rev to 42.0.2311.90
- Fix LP: #1442398 - Invalid read in CompositorOutputSurfaceGL
- Fix LP: #1442458 - Minimum page scale shouldn't be 1 on mobile
form-factors
- Fix LP: #1400372 - Keyboard re-appears in webbrowser after dismissing
- Fix LP: #1429135 - webbrowser-app crashed with SIGSEGV in
XQueryExtension() on Unity 8 desktop
- Fix LP: #1411159 - Proper fix for shutdown crash in
content::GpuChannelHost ::Send, removing the workaround from the 1.5
branch
- Fix LP: #1277659 - Add WebContext.maxCacheSizeHin t property, to allow
applications some control over the network cache size
- Fix LP: #1427882 - TextureRefHolder will crash if the context is lost
- Fix LP: #1430478 - Disable the GPU shader cache. Its memory footprint
makes it inappropriate on mobile devices and it writes the cache to the
current working directory if WebContext.dataPath isn't set
- Set the pulse audio media role so that audio output can take part in
pulse-level stream arbitration
- Disable webcore debug symbols and link with --no-keep-files-mapped
on native x86 builds because of linker OOM
- Add OXIDE_ENABLE_GPU_DEBUGGING environment variable, which corresponds
to --enable-gpu-debugging in Chrome
- Fix renderer crash in debug builds when location bar height is set to
zero
- Remove a spurious DCHECK that fires sometimes when a render process dies
- Add resources and strings required for built-in webui (eg, chrome://gpu/)
- Add OXIDE_ENABLE_GPU_SERVICE_ LOGGING environment variable, which
corresponds to --enable-gpu-service- logging in Chrome
- Miscellaneous fixes for media-hub audio playback
- Use base::ThreadRestrictions: :ScopedAllowIO when constructing
net::HttpCache, as that makes use of base::CPU which does IO on Arm.
Fixes a debug-mode startup abort
- Various component build fixes
- Don't statically link base in to oxide-renderer just to call
SetReleaseFreeMemoryFuncti on. Instead, expose an API from oxide-core to
allow oxide-renderer to call this without pulling in its own copy of base
- Only disable use of EGL_EXT_create_ context_ robustness and
GLX_ARB_create_ context_ robustness when the application provides a share
context that hasn't been created with these extensions
- Add OXIDE_DISABLE_GPU_DRIVER_ BUG_WORKAROUNDS environment variable
- Drop support for building with Qt < 5.2
- Use net::URLRequest::IsHandledProt ocol for checking if a scheme is
builtin
- Refactor how the GL implementation is selected, simplifying the code.
Also add OXIDE_DISABLE_GPU and OXIDE_DISABLE_GPU_COMPOSITING environment
variables for disabling all GPU features or GPU compositing respectively - 72. By Chris Coulson
-
* Update to v1.5.5
- Bump Chromium rev to 41.0.2272.76
- Fix LP: #1427828 - Crash in WebFrame.sendMessageNoRe ply
- Fix LP: #1411159 - Add work-around for shutdown crash in
content::GpuChannelHost ::Send, by deliberately leaking the
cc::ContextProvide r referenced by any task posted to the UI thread if
the task never got a chance to run and is destroyed when the main loop
is torn down. Note that 1.6 has the longer term fix for this crash.
- Fix LP: #1421339 - Two scrollbars shown on the phone at a page scale of 1.
+ This is fixed by disabling the outer viewport scrollbars when
pinch-viewport is on (copying Chrome on Android).
+ Also style the pinch viewport overlay scrollbars like Chrome on Android,
as opposed to using the default desktop style that are designed to be
dragged with a pointer
- Fix LP: #1423531 - LoadEvent.isError is false for the error page if the
navigation is triggered from a session restore or reload
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~oxide-developers/oxide/oxide.trunk