~santoshbit2007/oxide:focus_issue_refix

Last commit made on 2017-01-10
Get this branch:
git clone -b focus_issue_refix https://git.launchpad.net/~santoshbit2007/oxide
Only Santosh can upload to this branch. If you are Santosh please log in for upload directions.

Branch merges

Branch information

Name:
focus_issue_refix
Repository:
lp:~santoshbit2007/oxide

Recent commits

65670f5... by Santosh

Changed Signal Name

4c9bc71... by Santosh

2: Applied review comments

3b449a0... by Santosh

Applied review comments on test case

13d7e3a... by Santosh

Decide the webview focus state from ItemChanged event not the
focusIn/Out events.

LP: #1649577

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.