[Ubuntu-webapps-bugs] [Bug 1552376] Re: Use of share contexts is not correctly disabled when required

2016-03-02 Thread Chris Coulson
** Changed in: oxide Status: Triaged => 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/1552376 Title: Use of share contexts is not correctly disabled when required

[Ubuntu-webapps-bugs] [Bug 1552376] [NEW] Use of share contexts is not correctly disabled when required

2016-03-02 Thread Chris Coulson
Public bug reported: A change in Chromium recently causes GpuDataManager to be initialized later, after we use it in BrowserMainParts::PreCreateThreads to check if virtual GL contexts are enabled. This causes us to always use a share context when one is provided, even when we shouldn't. **

[Ubuntu-webapps-bugs] [Bug 1551686] Re: browser leaks old location data to web pages

2016-03-02 Thread Olivier Tilloy
According to the specification¹, when the 'maximumAge' parameter of a call to getCurrentPosition() is not explicitly set, its value defaults to 0, which instructs the user agent to request a new position, and not return a cached one. However pages that call getCurrentPosition() with a maximumAge

[Ubuntu-webapps-bugs] [Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-02 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid -- 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/1550371 Title: Webbrowser slow scroll and artifact rendering

[Ubuntu-webapps-bugs] [Bug 1186472] Re: Webapps is unpolished and unnecessary

2016-03-02 Thread Adolfo Jayme
** Changed in: webapps-applications (Ubuntu) Status: Confirmed => Opinion -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webapps-applications in Ubuntu. https://bugs.launchpad.net/bugs/1186472 Title: Webapps is

[Ubuntu-webapps-bugs] [Bug 1300916] Re: Shutting down Ubuntu One file services

2016-03-02 Thread Adolfo Jayme
** No longer affects: deja-dup (Ubuntu Precise) ** No longer affects: indicator-applet (Ubuntu Precise) ** No longer affects: ubiquity-slideshow-ubuntu (Ubuntu Precise) ** No longer affects: ubuntu-meta (Ubuntu Precise) ** No longer affects: unity (Ubuntu Precise) ** No longer affects:

[Ubuntu-webapps-bugs] [Bug 1552161] [NEW] Using ui::TouchEvent makes scroll / pinch gestures coarse

2016-03-02 Thread Chris Coulson
Public bug reported: The lifetime of a touch event in Oxide before we pass it to Chromium is: QTouchEvent -> ui::TouchEvent -> ui::MotionEvent. Touch co-ordinates are in device independent pixels, and Qt provides these as floats. The constructor for ui::TouchEvent requires us to round the