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

Enable dialog element #1014

Closed attah closed 1 year ago

attah commented 1 year ago

The dialog element is now standard, so this is one tiny thing that can be done to make the browser feel less dated. It was apparently in testing/incubation for a very long time, but should work since Firefox 53, if enabled. See https://caniuse.com/dialog

Only tested with locally modified setting.

rainemak commented 1 year ago

Nice small improvement. Would you like to add the pref to the https://github.com/sailfishos/gecko-dev/blob/master/embedding/embedlite/embedding.js (as a pref)? This way also WebView would benefit from this.

attah commented 1 year ago

Done

rainemak commented 1 year ago

Done

Perfect! Thank you.