~osomon/oxide:powersaveblocker-unity8

Last commit made on 2016-12-07
Get this branch:
git clone -b powersaveblocker-unity8 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:
powersaveblocker-unity8
Repository:
lp:~osomon/oxide

Recent commits

a96fc1f... by Olivier Tilloy

Address review comments.

cc3664e... by Olivier Tilloy

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

ea8a571... by Chris Coulson

Remove WebContextMenuActionGroup - it doesn't make a lot of sense in this context anyway

b091bc0... by Chris Coulson

Bump Chromium rev to 086b68a (56.0.2924.10)

d1cbff3... by Chris Coulson

Add QML tests for context menu (LP: #1637187)

5677dcf... by Chris Coulson

Ensure that the value returned from TestApi.getBoundingClientRectForSelector is scaled correctly

The value returned from content is always in device-independent pixels, but we want this scaled in to Qt space, which could be device independent pixels (every platform except ubuntu) or physical pixels (ubuntu)

877a98b... by Chris Coulson

When simulating mouse events for subframes, don't offset the event by the frame origin

Element.getBoundingClientRect() returns a value relative to the viewport. It seems this might have been necessary temporarily to work around a bug in Chromium

b18f11d... by Olivier Tilloy

Fix find-in-page results wrapping (LP: #1640264).

26b7a91... by Chris Coulson

Remove a TODO comment

3e6de56... by Chris Coulson

Fix LocationBarController for script opened webviews (LP: #1631184)

This was broken because content requests the location bar height (thus initializing the pointer in WebContentsView) before ChromeController is created. It's fixed by ensuring that ChromeController is available earlier