sailfishos / sailfish-browser

Sailfish Browser
https://github.com/sailfishos/sailfish-browser/wiki/Sailfish-Browser-wiki
Mozilla Public License 2.0
305 stars 86 forks source link

Check effect of user interaction flags on GoBack and GoForward for ESR 91 #1018

Open llewelld opened 10 months ago

llewelld commented 10 months ago

The GoBack() and GoForward() methods for moving through the user's browsing history have two new parameters:

  1. bool aRequireUserInteraction; see D27586.
  2. bool aUserActivation,; see D110245.

These have been exposed to QtMozEmbed but are currently both just set to true.

We should check whether it's necessary to expose these and if so to set them appropriately.