[Ubuntu-webapps-bugs] [Bug 1593700] [NEW] Add spellchecking support

2016-06-17 Thread Chris Coulson
Public bug reported: We currently don't support spell-checking - it would be nice to have this. ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide Importance: Undecided => Medium ** Changed in: oxide Status: New => Triaged -- You received this

[Ubuntu-webapps-bugs] [Bug 1593702] [NEW] Replace WebContext::networkRequestDelegate with a signal / slot mechanism

2016-06-17 Thread Chris Coulson
Public bug reported: This was implemented the way it is today because it was originally used for user agent string overrides and we wanted to keep everything on the IO thread. That no longer applies though, and the API really sucks to be honest. We should replace this with a traditional signal /

[Ubuntu-webapps-bugs] [Bug 1593697] [NEW] Add a new QQuickItem for embedding local HTML apps

2016-06-17 Thread Chris Coulson
Public bug reported: WebView is a poor API for embedding local HTML applications - it requires implementations for various permission request signals and contains a lot of API that just isn't relevant. Doing things like supporting multiple windows will all require writing QML code. And there are

[Ubuntu-webapps-bugs] [Bug 1593707] [NEW] Set the default charset

2016-06-17 Thread Chris Coulson
Public bug reported: The default charset is localized in Chromium (like HTTP Accept-Language. However, we currently aren't doing that in Oxide - we're hardcoding it to "ISO-8859-1" as part of WebPreferences. ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide

[Ubuntu-webapps-bugs] [Bug 1593713] [NEW] Replace hand-rolled bindings for script message objects in shared/renderer with gin bindings

2016-06-17 Thread Chris Coulson
Public bug reported: This code all predates gin, and is getting a bit of a pain to maintain. We should clean all of this up and re-write this using gin bindings instead. ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide Importance: Undecided => Medium

[Ubuntu-webapps-bugs] [Bug 1326697] Re: GN (Generate Ninja) is coming

2016-06-17 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide. https://bugs.launchpad.net/bugs/1326697 Title: GN (Generate Ninja) is coming

[Ubuntu-webapps-bugs] [Bug 1593670] [NEW] HttpAuthenticationRequest::host is not really a host

2016-06-17 Thread Chris Coulson
Public bug reported: This property returns the host + port pair (in the form "host:port"), so the name of it is incorrect. I noticed this because there are currently some breaking changes around this code in Chromium ** Affects: oxide Importance: Medium Status: Triaged ** Changed

[Ubuntu-webapps-bugs] [Bug 1593694] [NEW] Add a user data manager API

2016-06-17 Thread Chris Coulson
Public bug reported: I'd like to deprecate WebContext.userScripts and move it to a new user data manager object instead, along with the script message handlers. The situation today where user scripts are registered per-WebContext but message handlers for those scripts are registered per-WebView