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

2016-03-20 Thread Chris Coulson
I think this regressed with http://bazaar.launchpad.net/~oxide- developers/oxide/oxide.trunk/revision/1269, which is in 1.12 as well. Basically when we rotate, the screen geometry updates occur a bit later than the webview geometry changes, and these don't trigger a resize of the webview

[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-03-20 Thread Chris Coulson
Do the builds in https://launchpad.net/~oxide-builds/+archive/ubuntu /oxide-next/ work on Unity 8 desktop? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520537 Title: webbrowser-app crashes after

[Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-03-19 Thread Chris Coulson
vivid is end-of-life and isn't receiving updates. You should upgrade to a supported release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538724 Title: GraphicsCriticalError: |[0][GFX1]: Unknown

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

2016-03-19 Thread Chris Coulson
This doesn't appear to happen in trunk ** Changed in: oxide Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558792 Title: regression: rotating a fullscreen youtube

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

2016-03-19 Thread Chris Coulson
: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: oxide/1.13 Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: oxide/1.14 Assignee: (unassigned) => Chris Coulson (chrisccoulson) -- You received this bug notification because y

[Bug 1556658] Re: beforeunload handlers can't specify message text in Chromium 51

2016-03-19 Thread Chris Coulson
igh ** Changed in: oxide Status: New => Triaged ** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/15566

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

2016-03-19 Thread Chris Coulson
The bug occurs in 1.12 as well, so this might be caused by a recent change elsewhere -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558792 Title: regression: rotating a fullscreen youtube video

[Bug 1542699] Re: unity-settings-daemon crashed with SIGABRT in g_assertion_message()

2016-03-14 Thread Chris Coulson
I'm seeing the same issue. What appears to be happening is that there are multiple outputs with the same name, but with different properties. After breaking in gsd_rr_config_match at the end of gsd_rr_config_load_current: (gdb) p c1->priv->outputs[9]->priv->name $54 = 0x1b3b370 "DP-3" (gdb) p

[Bug 1544754] Re: implement the HTML5 pointer lock API

2016-03-12 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.14 => branch-1.15 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1544754 Title: implement the HTML5 pointer lock API To manage notifications about this

[Bug 1260014] Re: Add an API to manage local data (cookies, local storage, app cache, indexed DB and web DB)

2016-03-12 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.14 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1260014 Title: Add an API to manage local data (cookies, local storage, app cache, indexed DB

[Bug 1543587] Re: Duplicate targets and random mis-builds due to Chromedriver

2016-03-12 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543587 Title: Duplicate targets and random mis-builds due to Chromedriver To manage

[Bug 1543587] Re: Duplicate targets and random mis-builds due to Chromedriver

2016-03-10 Thread Chris Coulson
This is fixed in the packaging for 1.13 ** Also affects: oxide-qt (Ubuntu) Importance: Undecided Status: New ** Changed in: oxide-qt (Ubuntu) Status: New => Fix Committed ** Changed in: oxide/1.13 Status: Triaged => Won't Fix -- You received this bug notification

[Bug 1553482] Re: Access to microphone is allowed even when user denies access to "video and microphone"

2016-03-07 Thread Chris Coulson
I'm not reproducing the issue described in the description here. When I dismiss the permission request in the browser, microphone access is blocked and I can't hear audio via another machine. We have unit tests to verify that denying permission requests causes getUserMedia to fail, and those

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-07 Thread Chris Coulson
Marking the Oxide task invalid for now - I've split out Oxide issues in to new bugs ** Changed in: oxide Status: Triaged => Invalid ** Changed in: oxide Assignee: Chris Coulson (chrisccoulson) => (unassigned) -- You received this bug notification because you are a member of

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-07 Thread Chris Coulson
I ran the browser with QSG_RENDER_TIMING=1, and I see timings like this: qt.scenegraph.time.renderloop: Frame rendered with 'threaded' renderloop in 30ms, sync=0, render=2, swap=28 - (on render thread) qt.scenegraph.time.renderloop: Frame prepared with 'threaded' renderloop, polish=0, lock=0,

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-04 Thread Chris Coulson
I added some more trace events and confirm that the issue shown in the trace in comment 11 is occurring during this call to glBindFramebufferEXT, right here: https://git.launchpad.net/~oxide-

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-04 Thread Chris Coulson
Note, somebody else needs to take a look at this now... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550371 Title: Webbrowser slow scroll and artifact rendering on freiza To manage notifications

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-04 Thread Chris Coulson
I've reported bug 1553302 as well now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550371 Title: Webbrowser slow scroll and artifact rendering on freiza To manage notifications about this bug

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-04 Thread Chris Coulson
And a photo of a trace showing the issue in comment 9 ** Attachment added: "IMAG0223.jpg" https://bugs.launchpad.net/oxide/+bug/1550371/+attachment/4588514/+files/IMAG0223.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-04 Thread Chris Coulson
This is a photo of a trace that shows the issue in comment 8 ** Attachment added: "IMAG0222.jpg" https://bugs.launchpad.net/oxide/+bug/1550371/+attachment/4588513/+files/IMAG0222.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-03 Thread Chris Coulson
I'm also regularly seeing GLES2DecoderImpl::RestoreFramebufferBindings block the GPU thread for in excess of 20ms, which is weird. All it's doing is basically calling glBindFramebufferEXT -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-03 Thread Chris Coulson
I added a few trace events in Oxide earlier that would aid debugging in chrome://tracing/. Unfortunately, there's no way to save the trace from the browser for offline viewing (as it's incompatible with the way we do downloads) and I can't take a screenshot of it because screenshots on Freiza are

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-03 Thread Chris Coulson
Missing information in chrome://gpu/ is bug 1552657 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550371 Title: Webbrowser slow scroll and artifact rendering on freiza To manage notifications

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-02 Thread Chris Coulson
So it seems that the required extensions are reported by the driver, but they're not reported in chrome://gpu/. I'll report another bug for that. I'm not sure what's going on with the current Oxide version (1.12) - I'm not doing any debugging on that. My trunk build of Oxide runs with

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-02 Thread Chris Coulson
** Changed in: oxide Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550371 Title: Webbrowser slow scroll and artifact rendering on freiza To manage notifications

[Bug 1550371] Re: Webbrowser slow scroll and artifact rendering on freiza

2016-03-02 Thread Chris Coulson
Basically, we're falling back to software compositing on Freiza for a couple of reasons: - We don't set up a share context on devices where Chromium uses virtual GL contexts (essentially, all client-side GL contexts are backed by one single GL context on the GPU service side), as this is

[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-02-29 Thread Chris Coulson
This was fixed in trunk last week ** Changed in: oxide Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520537 Title: webbrowser-app crashes after 1 sec

[Bug 1447345] Re: Support the unprivileged namespace sandbox

2016-02-24 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.13 => branch-1.15 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447345 Title: Support the unprivileged namespace sandbox To manage notifications about

[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-02-19 Thread Chris Coulson
I also reported bug 1547436 to try to handle this sort of failure more gracefully. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520537 Title: webbrowser-app crashes after 1 sec on unity8 To

[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-02-18 Thread Chris Coulson
** Also affects: oxide-qt (Ubuntu) Importance: Undecided Status: New ** Changed in: oxide-qt (Ubuntu) Importance: Undecided => High ** Changed in: oxide-qt (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1545088] Re: Google search page is scaled on window resize

2016-02-18 Thread Chris Coulson
** Package changed: oxide-qt (Ubuntu) => oxide ** Changed in: oxide Importance: Undecided => Medium ** Changed in: oxide Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1542002] Re: browser chrashes a lot in Pocket Desktop

2016-02-18 Thread Chris Coulson
Does anyone have a stacktrace yet? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542002 Title: browser chrashes a lot in Pocket Desktop To manage notifications about this bug go to:

[Bug 1544754] Re: HTML5 DosBox emulator can't grab mouse pointer

2016-02-16 Thread Chris Coulson
** Changed in: oxide Milestone: None => branch-1.14 ** Changed in: oxide Importance: Undecided => Medium ** Changed in: oxide Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1520537] Re: webbrowser-app crashes after 1 sec on unity8

2016-02-12 Thread Chris Coulson
** Package changed: oxide-qt (Ubuntu) => oxide -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520537 Title: webbrowser-app crashes after 1 sec on unity8 To manage notifications about this bug go

[Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-02-08 Thread Chris Coulson
https://launchpad.net/ubuntu/+source/firefox/44.0.1+build2-0ubuntu0.12.04.1 https://launchpad.net/ubuntu/+source/firefox/44.0.1+build2-0ubuntu0.14.04.1 https://launchpad.net/ubuntu/+source/firefox/44.0.1+build2-0ubuntu0.15.10.1 ** Changed in: firefox (Ubuntu Wily) Status: Triaged => Fix

[Bug 1538724] Re: GraphicsCriticalError: |[0][GFX1]: Unknown cairo format 3

2016-02-05 Thread Chris Coulson
There's release candidates here: https://launchpad.net/~ubuntu-mozilla- security/+archive/ubuntu/ppa/+packages (although not for wily yet, as that failed to upload this morning) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1533444] Re: /usr/bin/online-accounts-ui:11:oxide:::oxide::ScriptMessageContentsHelper::OnReceiveScriptMessage:oxide::ScriptMessageContentsHelper::OnMessageReceived:content::WebContentsImpl::OnMe

2016-01-28 Thread Chris Coulson
I've reproduced this now on shutdown when closing pages that have an unload handler (where WebContents and the associated ScriptMessageContentsHelper outlive the WebView) ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged -- You received

[Bug 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf

2016-01-26 Thread Chris Coulson
I've been able to compile Oxide with the latest gcc 5.3 without the patch in comment 3. Wasn't this bug basically https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68668? If it was, the nwe can drop this patch from libvpx, Oxide and Firefox ** Bug watch added: GCC Bugzilla #68668

[Bug 1533607] Re: Saving a page

2016-01-20 Thread Chris Coulson
Unfortunately it's more complicated than that in Oxide - page saving is tightly integrated with the download manager, which we don't use. FWIW, the Android webview also doesn't support this either (or at least, it's not using WebContents::SavePage) I'm not sure how best to fix this tbh **

[Bug 1535670] Re: Camera selection doesn't work: it always returns the front camera

2016-01-19 Thread Chris Coulson
Huh? The continue skips to the end of the loop body, causing it to start the next iteration. The return line is not executed. I've tested this on my device, and I can switch between both cameras in the browser. There is a bug in the browser though - it doesn't initialize the default camera in

[Bug 1508972] Re: Can't enumerate cameras on the phone

2016-01-19 Thread Chris Coulson
** Changed in: libhybris (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508972 Title: Can't enumerate cameras on the phone To manage

[Bug 1376268] Re: Implement a touch editing UI

2016-01-15 Thread Chris Coulson
** Changed in: oxide/1.12 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376268 Title: Implement a touch editing UI To manage notifications about this

[Bug 1532135] Re: Value type enums are not exposed to QML with Qt5.5

2016-01-13 Thread Chris Coulson
** Changed in: oxide/1.12 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532135 Title: Value type enums are not exposed to QML with Qt5.5 To manage

[Bug 1533101] [NEW] gcc crashes when building Oxide again

2016-01-12 Thread Chris Coulson
Public bug reported: See https://launchpadlibrarian.net/233850372/buildlog_ubuntu-xenial- armhf.oxide-qt_1.12.2-0ubuntu1_BUILDING.txt.gz and https://launchpadlibrarian.net/233830878/buildlog_ubuntu-xenial-armhf .oxide-qt_1.11.5-0ubuntu1_BUILDING.txt.gz. FAILED: /usr/bin/arm-linux-gnueabihf-gcc

[Bug 1532135] Re: Value type enums are not exposed to QML with Qt5.5

2016-01-11 Thread Chris Coulson
** Changed in: oxide/1.12 Status: In Progress => Fix Committed ** Changed in: oxide/1.11 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532135

[Bug 1532135] Re: Value type enums are not exposed to QML with Qt5.5

2016-01-11 Thread Chris Coulson
t; 1.11.5 ** Changed in: oxide/1.11 Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: oxide-qt (Ubuntu) Status: New => Triaged ** Changed in: oxide/1.12 Status: Triaged => In Progress ** Changed in: oxide/1.11 Status: Triaged => In Progress --

[Bug 1532135] Re: Value type enums are not exposed to QML with Qt5.5

2016-01-11 Thread Chris Coulson
** Changed in: oxide/1.11 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532135 Title: Value type enums are not exposed to QML with Qt5.5 To manage

[Bug 1458963] Re: Favicons are saved to disk in private browsing mode

2016-01-11 Thread Chris Coulson
There's not actually anything to do in Oxide. I've reported bug 1532903 for reimplementing the favicon API. ** Changed in: oxide Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1532484] Re: Don't warn about unsigned extension installed via Debian packages

2016-01-09 Thread Chris Coulson
This isn't something that we're going to be changing in Ubuntu ** Changed in: firefox (Ubuntu) Status: New => Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532484 Title: Don't warn

[Bug 1532135] Re: Value type enums are not exposed to QML with Qt5.5

2016-01-09 Thread Chris Coulson
This is fixed with http://bazaar.launchpad.net/~oxide- developers/oxide/oxide.trunk/revision/1306. I've done a build against the xenial stack and ran the full set of unit tests - they all pass with the exception of the tests in tst_SslCertificate.qml that rely on SslCertificate.issuer (due to bug

[Bug 1532135] Re: Value type enums are not exposed to QML

2016-01-08 Thread Chris Coulson
.12 Importance: Undecided Status: New ** Changed in: oxide Importance: Undecided => Critical ** Changed in: oxide Status: New => Triaged ** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: oxide/1.12 Importance: Undecided

[Bug 1532135] Re: Types that inherit QQmlValueType are not exposed to QML

2016-01-08 Thread Chris Coulson
** Also affects: oxide Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532135 Title: Types that inherit QQmlValueType are not exposed to QML To manage

[Bug 1532135] Re: Value type enums are not exposed to QML with Qt5.5

2016-01-08 Thread Chris Coulson
Basically, we need some calls to qmlRegisterValueTypeEnums in OxideQmlPlugin::registerTypes ** Changed in: oxide/1.12 Milestone: None => 1.12.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1260014] Re: Add an API to manage local data (cookies, local storage, app cache, indexed DB and web DB)

2016-01-05 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.13 => branch-1.14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1260014 Title: Add an API to manage local data (cookies, local storage, app cache,

[Bug 1420985] Re: Ubuntu start page for Firefox does not respect DuckDuckGo, Bing, Twitter, Amazon, eBay or Wikipedia default search setting

2015-12-21 Thread Chris Coulson
** Package changed: firefox (Ubuntu) => ubuntu-start-page -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420985 Title: Ubuntu start page for Firefox does not respect DuckDuckGo, Bing, Twitter,

[Bug 1376268] Re: Implement a touch editing UI

2015-12-16 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.12 => branch-1.13 ** Also affects: oxide/1.12 Importance: Undecided Status: New ** Changed in: oxide/1.12 Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: oxide/1.12 Importance: Undecided => High ** Changed in:

[Bug 1447345] Re: Support the unprivileged namespace sandbox

2015-12-16 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.12 => branch-1.13 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447345 Title: Support the unprivileged namespace sandbox To manage notifications about

[Bug 1441465] Re: Add Camera implementation for phone

2015-12-16 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1441465 Title: Add Camera implementation for phone To manage notifications about this

[Bug 1509262] Re: UA override not used on redirect

2015-12-16 Thread Chris Coulson
** Changed in: oxide/1.10 Status: Fix Committed => Fix Released ** Changed in: oxide/1.11 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509262

[Bug 1502145] Re: Apps can keep screen lit permanently

2015-12-16 Thread Chris Coulson
** Changed in: oxide/1.10 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502145 Title: Apps can keep screen lit permanently To manage notifications

[Bug 1260014] Re: Add an API to manage local data (cookies, local storage, app cache, indexed DB and web DB)

2015-12-16 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.12 => branch-1.13 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1260014 Title: Add an API to manage local data (cookies, local storage, app cache,

[Bug 1526889] Re: Better and more useful Firefox Startpage

2015-12-16 Thread Chris Coulson
** Package changed: firefox (Ubuntu) => ubuntu-start-page -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526889 Title: Better and more useful Firefox Startpage To manage notifications about this

[Bug 1524376] Re: One site started giving standard "Network error" on a single phone

2015-12-10 Thread Chris Coulson
There's pretty much nothing we can do here - Oxide is behaving correctly because it's been told to require HTTPS for this site. The most likely cause of this is the site responded with a Strict-Transport-Security header in the past -- You received this bug notification because you are a member

[Bug 1520670] [NEW] QScreen::primaryOrientation does not work correctly

2015-11-27 Thread Chris Coulson
Public bug reported: Oxide relies on the combination of QScreen::orientation() and QScreen::primaryOrientation() in order to determine the rotation angle of the device, which is used in Blink and also for correctly rotating the camera preview when the application is rotated. However, the value

[Bug 1441465] Re: Add Camera implementation for phone

2015-11-26 Thread Chris Coulson
** Also affects: libhybris (Ubuntu) Importance: Undecided Status: New ** Changed in: libhybris (Ubuntu) Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: libhybris (Ubuntu) Status: New => In Progress ** Changed in: libhybris (Ubuntu) Impo

[Bug 1508972] Re: Can't enumerate cameras on the phone

2015-11-26 Thread Chris Coulson
ris (Ubuntu) Status: New => In Progress ** Changed in: libhybris (Ubuntu) Assignee: (unassigned) => Chris Coulson (chrisccoulson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/15089

[Bug 1512099] Re: Don't report plugin-container crashes with Apport

2015-11-05 Thread Chris Coulson
This is fixed with yesterdays release ** Changed in: firefox (Ubuntu Wily) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512099 Title: Don't report

[Bug 1253784] Re: Webbrowser doesn't respect the HTML5 "required" attribute

2015-11-03 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.12 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1253784 Title: Webbrowser doesn't respect the HTML5 "required" attribute To manage

[Bug 1502145] Re: Apps can keep screen lit permanently

2015-10-27 Thread Chris Coulson
** Changed in: oxide/1.10 Milestone: None => 1.10.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502145 Title: Apps can keep screen lit permanently To manage notifications about this bug go

[Bug 1509262] Re: UA override not used on redirect

2015-10-27 Thread Chris Coulson
** Changed in: oxide Assignee: (unassigned) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509262 Title: UA override not used on redirect To manage notifications

[Bug 1509262] Re: UA override not used on redirect

2015-10-27 Thread Chris Coulson
** Also affects: oxide/1.10 Importance: Undecided Status: New ** Also affects: oxide/1.11 Importance: Undecided Status: New ** Changed in: oxide/1.10 Milestone: None => 1.10.4 ** Changed in: oxide/1.11 Milestone: None => 1.11.2 -- You received this bug notification

[Bug 1508972] Re: Can't enumerate cameras on the phone

2015-10-23 Thread Chris Coulson
I worked around this in Oxide with http://bazaar.launchpad.net/~oxide- developers/oxide/oxide.trunk/revision/1238 This is won't fix for 1.11 because of bug 1509256. ** Changed in: oxide/1.11 Status: Triaged => Won't Fix -- You received this bug notification because you are a member of

[Bug 1508972] Re: Can't enumerate cameras on the phone

2015-10-22 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508972 Title: Can't enumerate cameras on the phone To manage notifications about this bug

[Bug 1508972] [NEW] Can't enumerate cameras on the phone

2015-10-22 Thread Chris Coulson
://developer.mozilla.org/en- US/docs/Web/API/MediaDevices). ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Affects: oxide/1.11 Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Affects: qtubuntu

[Bug 1504853] Re: Certificate errors in the browser are confusing

2015-10-21 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1504853 Title: Certificate errors in the browser are confusing To manage notifications

[Bug 1508054] Re: [desktop] Crashes on startup with wily+overlay

2015-10-20 Thread Chris Coulson
It needs to be able to map those files too -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508054 Title: [desktop] Crashes on startup with wily+overlay To manage notifications about this bug go to:

[Bug 1502675] Re: Webview turns black when it gets refocused

2015-10-20 Thread Chris Coulson
Are you sure you mean "refocused", or do you mean that it's black when it's unhidden? If so, that's currently expected as we tear down the compositor for a hidden webview in order to free up memory. I have a plan to make this a bit better, particularly for the switching tabs case in the browser

[Bug 1253784] Re: Webbrowser doesn't respect the HTML5 "required" attribute

2015-10-20 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.11 => branch-1.14 ** Changed in: oxide Milestone: branch-1.14 => branch-1.12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1253784 Title:

[Bug 1260014] Re: Add an API to manage local data (cookies, local storage, app cache, indexed DB and web DB)

2015-10-20 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.11 => branch-1.12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1260014 Title: Add an API to manage local data (cookies, local storage, app cache,

[Bug 1504853] Re: Certificate errors in the browser are confusing

2015-10-15 Thread Chris Coulson
I might shelve this for 1.11. There's a few issues with the way WebView and our RenderWidgetHostView implementation interact when InterstitialPage is used which requires some extra work to make this shippable. I've pushed the changes I have so far in my branch ** Changed in: oxide Milestone:

[Bug 1504853] Re: Certificate errors in the browser are confusing

2015-10-13 Thread Chris Coulson
Actually, a browser change might not be needed. For non-overridable errors, the browser doesn't present any buttons in the error UI which means that the only way to dismiss the error is hit the back button. This still works correctly with my proposed changes, because CertificateError.cancelled

[Bug 1504853] Re: Certificate errors in the browser are confusing

2015-10-13 Thread Chris Coulson
Having the back button behave the same whether the error is overridable or non-overridable makes the experience much better as well :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1504853 Title:

[Bug 1504853] Re: Certificate errors in the browser are confusing

2015-10-12 Thread Chris Coulson
For non-overridable errors, this change will require webbrowser-app to explicitly destroy CertificateError once the error sheet is dismissed, in order to work correctly. Olivier, that shouldn't be a problem, should it? ** Also affects: webbrowser-app (Ubuntu) Importance: Undecided

[Bug 1433508] Re: Previous favicon displayed when browsing local filesystem

2015-10-08 Thread Chris Coulson
** Changed in: oxide Milestone: None => branch-1.11 ** Changed in: oxide Status: Confirmed => Fix Released ** Changed in: webbrowser-app (Ubuntu) Status: Triaged => Invalid ** Changed in: webbrowser-app (Ubuntu RTM) Status: Triaged => Invalid -- You received this bug

[Bug 1338180] Re: iframe doesn't display anything when a load fails

2015-10-08 Thread Chris Coulson
So the only way to fix this is to implement the error page as HTML, and have Oxide render that in the right frame. Olivier, how easy would it be to implement the error page in HTML if I provide a mechanism to allow Oxide to display it? -- You received this bug notification because you are a

[Bug 1338180] Re: iframe doesn't display anything when a load fails

2015-10-08 Thread Chris Coulson
I don't know what an API would look like yet, as this lives on the renderer side. Generating content dynamically and handling localizations isn't a problem though - Chrome uses the same mechanism ** Changed in: oxide Importance: Undecided => Medium ** Changed in: oxide Status: New =>

[Bug 1433508] Re: Previous favicon displayed when browsing local filesystem

2015-10-07 Thread Chris Coulson
Mind if I take this one? There's a few cases where WebView.icon might not get updated - I'm currently doing some clean-ups and can probably fix this at the same time ** Changed in: oxide Assignee: Olivier Tilloy (osomon) => Chris Coulson (chrisccoulson) -- You received this

[Bug 1503332] Re: Blank page when access to local URL (file://…) is denied

2015-10-06 Thread Chris Coulson
It doesn't look like net::URLRequestFileJob does an access check or handles that condition. However, net::FileProtocolHandler delegates an access check to net::NetworkDelegate (via OnCanAccessFile), and it looks like that can be used to fail the load. I'll give it a try ** Also affects: oxide

[Bug 1503332] Re: Blank page when access to local URL (file://…) is denied

2015-10-06 Thread Chris Coulson
Ignore that - this should result in a failed load already. I'll investigate what's going wrong -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1503332 Title: Blank page when access to local URL

[Bug 1500713] Re: (regression) Oxide 1.9 started using a private Qt symbols

2015-10-02 Thread Chris Coulson
None of those are a surprise, and they'll all go away when compiling with Qt5.5 which doesn't require private APIs to expose value types to Qml. We currently use qt_gl_global_share_context() with Qt5.4 (or QOpenGLContextPrivate::globalShareContext()) with Qt5.3. I'm surprised they aren't flagged

[Bug 1501337] Re: Support the global title HTML attribute

2015-10-02 Thread Chris Coulson
** Changed in: oxide Status: New => Triaged ** Changed in: oxide Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501337 Title: Support the global title HTML

[Bug 1500767] Re: Oxide does not build against Qt 5.5

2015-10-01 Thread Chris Coulson
I fixed some Qt 5.5 build issues a few weeks ago and have had it building successfully with it. The fixes are in the 1.10 branch already ** Also affects: oxide Importance: Undecided Status: New ** No longer affects: oxide-qt (Ubuntu) ** Changed in: oxide Status: New => Fix

[Bug 1501277] [NEW] Firefox 41.0.1 update

2015-09-30 Thread Chris Coulson
Public bug reported: This contains some crash fixes. In addition to that, we're going to disable the crash reporter because symbol uploads currently don't work. ** Affects: firefox (Ubuntu) Importance: Undecided Status: New ** Affects: firefox (Ubuntu Precise) Importance:

[Bug 1500742] Re: Downloading a file requires its mime-type to be known in advance

2015-09-29 Thread Chris Coulson
Just to be clear - there aren't really any cases where DownloadRequest.mimeType from Oxide should be trusted to make a decision. Even in the case where the download is triggered on the Content-Disposition header where Oxide does know the mime-type, that mime-type becomes untrustworthy the moment

[Bug 1500713] Re: (regression) Oxide 1.9 started using a private Qt symbols

2015-09-29 Thread Chris Coulson
Oxide has always used private symbols (at least, from qtgui). The additional ones will be dropped when we switch to Qt 5.5 which has proper support for exposing value types to Qml. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1500713] Re: (regression) Oxide 1.9 started using a private Qt symbols

2015-09-29 Thread Chris Coulson
Well, it needs Qt 5.5 and also a fix for https://bugreports.qt.io/browse/QTBUG-47940 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500713 Title: (regression) Oxide 1.9 started using a private Qt

[Bug 1393515] Re: browser allows browsing the phone filesystem

2015-09-29 Thread Chris Coulson
Are file: URI's used by content hub to identify resources? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393515 Title: browser allows browsing the phone filesystem To manage notifications about

[Bug 1393515] Re: browser allows browsing the phone filesystem

2015-09-29 Thread Chris Coulson
Can I kill option 1 right away? Capturing file:// in the browser won't even work as a band-aid in the short term. All it would take to get around that would be for me to open a page that contains some links to file: URLs and navigate to them. Yes, we have an API to intercept navigations in the

[Bug 1393515] Re: browser allows browsing the phone filesystem

2015-09-29 Thread Chris Coulson
We just discussed this, and I think I've misunderstood how content hub works. IIUC, you can't address resources directly but it asks the user to pick a resource. I was thinking that we could implement a replacement protocol handler for file: URIs that could delegate to content hub when we can't

[Bug 1498972] Re: Change icon to 256x256 version to support HiDPI

2015-09-23 Thread Chris Coulson
** Changed in: firefox (Ubuntu) Assignee: (unassigned) => Chris Coulson (chrisccoulson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498972 Title: Change icon to 256x256 version to supp

<    1   2   3   4   5   6   7   8   9   10   >