[Ubuntu-webapps-bugs] [Bug 1560271] [NEW] Cookie store should be created and initialized on the IO thread

2016-03-21 Thread Chris Coulson
Public bug reported: We currently create and initialize the cookie store on the UI thread because it's required to make the UI thread cookie store proxy immediately available to the CookieManager API. However, the cookie store really lives on and is used on the IO thread, and net::CookieStore is

[Ubuntu-webapps-bugs] [Bug 1560034] Re: Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide/1.14 Status: New => Fix Committed ** Changed in: oxide/1.14 Milestone: None => 1.14.2 ** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which

[Ubuntu-webapps-bugs] [Bug 1560034] Re: Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide/1.13 Importance: Undecided => High ** Changed in: oxide/1.14 Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is

[Ubuntu-webapps-bugs] [Bug 1556762] Re: WebView.TouchSelectionController needs a 'handleDragInProgress' property

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: None => branch-1.15 -- 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/1556762 Title:

[Ubuntu-webapps-bugs] [Bug 1556764] Re: WebView.TouchSelectionController needs a hide() method

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: None => branch-1.15 -- 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/1556764 Title:

[Ubuntu-webapps-bugs] [Bug 1560068] Re: Settings report incorrect Microphone device names

2016-03-21 Thread Olivier Tilloy
** Package changed: webbrowser-app (Ubuntu) => oxide -- 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/1560068 Title: Settings report incorrect Microphone device names Status in Oxide:

[Ubuntu-webapps-bugs] [Bug 1560034] Re: Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide Milestone: None => branch-1.15 ** Also affects: oxide/1.13 Importance: Undecided Status: New ** Also affects: oxide/1.14 Importance: Undecided Status: New ** Changed in: oxide/1.13 Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed

[Ubuntu-webapps-bugs] [Bug 1560113] [NEW] Missing unit tests for WebView.touchSelectionController

2016-03-21 Thread Olivier Tilloy
Public bug reported: There are currently no tests for the WebView.touchSelectionController API. Adding tests will require the ability to inject touch events, which is not present in the base TestCase QML element. ** Affects: oxide Importance: Undecided Status: New -- You

[Ubuntu-webapps-bugs] [Bug 1560034] [NEW] Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Bill Filler
Public bug reported: latest rc-proposed Go to google.com or any web page that has text entry fields Click in the field Expected results: - cursor is displayed Actual results: - cursor is displayed and "select all" popup menu is displayed even though the field is blank and nothing has been

[Ubuntu-webapps-bugs] [Bug 1558792] Re: regression: rotating a fullscreen youtube video will give you half the video and half blank screen

2016-03-21 Thread Chris Coulson
Backport for 1.14 - http://bazaar.launchpad.net/~oxide- developers/oxide/1.14/revision/1381 ** Changed in: oxide/1.14 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide.

[Ubuntu-webapps-bugs] [Bug 1559963] [NEW] Move everything in shared/port in to our Chromium repo

2016-03-21 Thread Chris Coulson
Public bug reported: This directory basically contains a bunch of stuff that's compiled in to existing Chromium targets. It only lives here because we used to apply a patch series to Chromium. Now we have our own GIT repo for Chromium, this code should move there instead ** Affects: oxide