~osomon/oxide:snap-disable-sandbox-1651166

Last commit made on 2016-12-19
Get this branch:
git clone -b snap-disable-sandbox-1651166 https://git.launchpad.net/~osomon/oxide
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Branch information

Name:
snap-disable-sandbox-1651166
Repository:
lp:~osomon/oxide

Recent commits

ef33013... by Olivier Tilloy

Disable the sandbox when running confined inside a snap (LP: #1651166).

082bf42... by Chris Coulson

Bump qt version to 1.21.0

fc9597b... by Chris Coulson

Bump Chromium rev to 91e331d (56.0.2924.21)

2b041b6... by Chris Coulson

Fix build with older CMake versions

296e355... by Olivier Tilloy

Revert "Decide focus state of webview based on activeFocusItem check of window"

This reverts commit 648e85080604e22bab00b48428b4e80c522cabea.
It introduced a regression in popup menu handling (LP: #1649577).

090b379... by Chris Coulson

Build everything with the correct symbol visibility (-fvisibility=hidden)

It turns out that everything built with CMake was being compiled with default symbol visibility, exposing pretty much everything. This corrects that.

293d3ab... by Chris Coulson

Open {link,media} in new tab options in context menu shouldn't cause WebView.navigationRequested to fire (LP: #1640634)

It wouldn't be a good UX to show these in the menu and then allow the application to block the action once activated by the user. If an application wants to prevent navigations to certain domains, it should remove these entries from the context menu instead.

04072b3... by Chris Coulson

Move Undo/Redo items to the Editing section.

I don't think there will be a use-case for having these in their own section.

9f5a35b... by Chris Coulson

Bump Chromium rev to c92c546 (56.0.2924.18)

71f4925... by Olivier Tilloy

Instantiate the correct PowerSaveBlocker implementation on Unity8 (LP: #1647895).