[Touch-packages] [Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
@Alberto: the maximumAge parameter is not exposed in the chromium content API. See https://cs.chromium.org/chromium/src/content/public/browser/location_provider.h. Additionally, see my previous comment: I’m seeing the same issue on my laptop, which is not running the location service. It looks

[Touch-packages] [Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
And to expand on this: even when requesting a single position with getCurrentPosition, oxide calls in to QGeoPositionInfoSource::startUpdates()¹. I wonder if there’s a bug in QtPositioning, or maybe incorrect documentation, as on my laptop (which doesn’t have a GPS chipset), when calling

[Touch-packages] [Bug 1604611] Re: [webapp-container] Undocumented command line option --no-australia-mode

2016-07-20 Thread Olivier Tilloy
Longest running joke ever :) Sorry Peter if you took that one seriously, but it was a joke. There isn’t (and won’t be) such a command-line option. Bug #1563398 will be fixed in OTA12, to be released next week I believe. ** Changed in: webbrowser-app (Ubuntu) Status: New => Invalid --

[Touch-packages] [Bug 1599146] Re: captcha's don't work on Ubuntu browser

2016-07-20 Thread Olivier Tilloy
https://support.google.com/recaptcha/?hl=en#6223828 Sigh… We probably need a UA override for google captchas. ** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => High -- You received this bug notification

[Touch-packages] [Bug 1604695] Re: click and drag item on webpage results in new window on unity8-desktop session

2016-07-20 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New => Invalid ** Also affects: oxide Importance: Undecided Status: New ** No longer affects: oxide-qt (Ubuntu) ** No longer affects: webbrowser-app (Ubuntu) -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-19 Thread Olivier Tilloy
** Package changed: webbrowser-app (Ubuntu) => oxide -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1604446 Title: getcurrentPosition in oxide does not cause a

[Touch-packages] [Bug 1603732] Re: "Ups... Something went wrong."

2016-07-19 Thread Olivier Tilloy
On what device is that? Which channel are you using on it (stable/rc- proposed)? ** Changed in: webbrowser-app (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in

[Touch-packages] [Bug 1603183] Re: Right click from touchpad is handled as a left click

2016-07-19 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1603183 Title: Right click from touchpad is handled

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-07-14 Thread Olivier Tilloy
Thanks Tyler, that sounds good. I’ll start the work on oxide and we can synchronize next week to adjust the paths. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubuntu.

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-07-14 Thread Olivier Tilloy
Yes, that’s fine by me. I just wanted to have some sort of agreement before writing any code. Who can/will do the change to apparmor- easyprof-ubuntu? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu

[Touch-packages] [Bug 1602619] Re: screen is locked while playing video on webpage

2016-07-14 Thread Olivier Tilloy
Oh it does, oxide has a PowerSaveBlocker implementation that invokes the "keepDisplayOn" method of the com.canonical.Unity.Screen D-Bus interface. Could it be that the landing of repowerd broke that interface, by any chance? -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-07-14 Thread Olivier Tilloy
For current (click) apps on the phone, the APP_PKGNAME variable is used to parametrize apparmor policies. According to https://wiki.ubuntu.com/AppStore/Interfaces/ApplicationId, this is the name of the click package (e.g. "com.ubuntu.foo"). However there are currently no existing rules to allow

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-07-13 Thread Olivier Tilloy
And here is what such a patch would look like: diff --git a/base/files/file_util_posix.cc b/base/files/file_util_posix.cc index 42de931..f9dec07 100644 --- a/base/files/file_util_posix.cc +++ b/base/files/file_util_posix.cc @@ -139,6 +139,10 @@ std::string TempFileName() { #if

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-07-13 Thread Olivier Tilloy
> I would modify base::GetShmemTempDir() to lookup a path via > base::PathService and then have Oxide override this. GetShmemTempDir() tries to create a temp file under /dev/shm/, so the problem is not the path itself, it’s the name of the temp file under that path. IIUC what needs to be

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-07-13 Thread Olivier Tilloy
For applications packaged as snaps, snappy-debug suggests writing to "/dev/shm/snap.$SNAP_NAME.*". -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1260103

[Touch-packages] [Bug 1599695] Re: When running cmake from QtC on a webbrowser-app branch it fails

2016-07-13 Thread Olivier Tilloy
Okay, so same problem really, except that now the QtCreator environment fails to locate the minimal plugin instead of the xcb one. I’m puzzled as it works just fine here on my laptop. There must be something different in our configurations. -- You received this bug notification because you are a

[Touch-packages] [Bug 1602565] Re: Can't get rid of Select all/Paste field

2016-07-13 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1570511 *** https://bugs.launchpad.net/bugs/1570511 That should be fixed in oxide 1.15, to be released with OTA-12 (see the related bug reports: bug #1590776 and bug #1570511). I’m marking this bug as a duplicate of the latter, feel free to undo that if

[Touch-packages] [Bug 1599695] Re: When running cmake from QtC on a webbrowser-app branch it fails

2016-07-12 Thread Olivier Tilloy
Does the following patch make things better, by any chance? === modified file 'src/Ubuntu/CMakeLists.txt' --- src/Ubuntu/CMakeLists.txt 2016-07-01 13:06:40 + +++ src/Ubuntu/CMakeLists.txt 2016-07-12 21:18:57 + @@ -23,7 +23,7 @@ OUTPUT_VARIABLE UBUNTU_VERSION

[Touch-packages] [Bug 1557538] Re: Quickmenu initially empty when focusing a textarea

2016-07-11 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1586968 *** https://bugs.launchpad.net/bugs/1586968 ** This bug has been marked a duplicate of bug 1586968 Touch selection menu initially empty when focusing a text field -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1497446] Re: [wide] New tab view displays bookmark folders scrollbar in top sites view

2016-07-11 Thread Olivier Tilloy
This appears to have been fixed, I cannot observe the problem any longer. ** Changed in: webbrowser-app (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in

[Touch-packages] [Bug 1600490] Re: Links inside the youtube videos are not clickable

2016-07-11 Thread Olivier Tilloy
I can confirm. The same video in webbrowser-app with a desktop UA string works (links are clickable), but not on mobile. So this might very well be a UA string problem. ** Tags added: youtube ** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed ** Changed in: webbrowser-app

[Touch-packages] [Bug 1600331] Re: Sharing a URL while text is selected could add the text to the shared ContentItem

2016-07-10 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => Wishlist ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1600176] [NEW] [SRU] webbrowser-app bug fixes

2016-07-08 Thread Olivier Tilloy
Public bug reported: [Impact] This SRU groups 9 separate bug fixes that went into bug:webbrowser-app since xenial was released. Those were carefully picked because of their impact on desktop users of webbrowser-app and webapp-container (images for phones and tablets are built with the

[Touch-packages] [Bug 1599771] Re: Webview appears to think it's in focus when typing in the addressbar

2016-07-08 Thread Olivier Tilloy
I think I know where the issue is: when the OxideQQuickWebView is getting a focusOut event, it’s calling WebContentsView::FocusChanged(), which checks whether the view has focus by calling WebContentsView::HasFocus(), but at this point it returns true. ** Changed in: webbrowser-app (Ubuntu)

[Touch-packages] [Bug 1599695] Re: When running cmake from QtC on a webbrowser-app branch it fails

2016-07-07 Thread Olivier Tilloy
Could you maybe instrument src/Ubuntu/CMakeLists.txt to try and understand what’s not working, and let me know the output? Something like that: === modified file 'src/Ubuntu/CMakeLists.txt' --- src/Ubuntu/CMakeLists.txt 2016-07-01 13:06:40 + +++ src/Ubuntu/CMakeLists.txt 2016-07-08

[Touch-packages] [Bug 1599630] Re: contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-07 Thread Olivier Tilloy
Got one failure (out of 9 binary builds) with a timeout of 60 seconds, bumping to 120 seconds again. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1599630 Title:

[Touch-packages] [Bug 1599630] Re: contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-07 Thread Olivier Tilloy
Done a few tests, and it *seems* that increasing the timeout does the trick. Two successful builds in a row with a timeout of 120 seconds, I’m now going to test again with 60 seconds. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1599695] Re: When running cmake from QtC on a webbrowser-app branch it fails

2016-07-07 Thread Olivier Tilloy
ii qtcreator 3.5.1+dfsg-2ubuntu2amd64 ii qtcreator-plugin-ubuntu 3.5.0+16.04.20160419-0ubuntu1 amd64 ii qtcreator-plugin-ubuntu-common 3.5.0+16.04.20160419-0ubuntu1 all Do you have qmlscene installed? Does a call to "cmake ." succeed from a

[Touch-packages] [Bug 1599771] Re: Webview appears to think it's in focus when typing in the addressbar

2016-07-07 Thread Olivier Tilloy
I can reliably reproduce the bug on my desktop. I have instrumented the browser to print a debug statement every time the activeFocus property of the WebView changes (in Browser.qml): WebViewImpl { onActiveFocusChanged: console.log("webview.activeFocus =", activeFocus) } And indeed when

[Touch-packages] [Bug 1599630] Re: contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-07 Thread Olivier Tilloy
I haven’t been able to reproduce the failures locally in an amd64 vivid+overlay schroot like the one used by the system-apps jenkins instance. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1599695] Re: When running cmake from QtC on a webbrowser-app branch it fails

2016-07-06 Thread Olivier Tilloy
I’m not seeing that on my up-to-date xenial setup. Do you have xvfb installed? ** Changed in: webbrowser-app (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1599630] Re: contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-06 Thread Olivier Tilloy
** Branch linked: lp:~osomon/webbrowser-app/increase-test-timeout ** Changed in: webbrowser-app (Ubuntu) Status: New => In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: webbrowser-app (Ubuntu) Impo

[Touch-packages] [Bug 1599630] [NEW] contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-06 Thread Olivier Tilloy
Public bug reported: I’m seeing intermittent failures in CI builds, e.g.: https://jenkins.canonical.com/system- apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/778/console https://jenkins.canonical.com/system- apps/job/build-2-binpkg/766/arch=amd64,release=vivid+overlay/console

[Touch-packages] [Bug 1599436] [NEW] Download fails if Downloads folder doesn’t exist

2016-07-06 Thread Olivier Tilloy
n folder, and create it if it doesn’t exist. ** Affects: webbrowser-app (Ubuntu) Importance: Medium Assignee: Olivier Tilloy (osomon) Status: In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-

[Touch-packages] [Bug 1591120] Re: 2 flaky autopilot tests on touch devices

2016-07-05 Thread Olivier Tilloy
Re-opening as the branch merged fixes only the first of the two flaky test, the second one (webbrowser_app.tests.test_tabs.TestTabsView.test_error_only_for_current_tab) remains flaky. ** Changed in: webbrowser-app (Ubuntu) Status: Fix Released => Confirmed -- You received this bug

[Touch-packages] [Bug 1571361] Re: Sharing from webbrowserapp should include title of the page

2016-07-04 Thread Olivier Tilloy
Confirmed. dekko and telegram only use the URL. But as demonstrated by the fact that the messaging app uses the page title, the problem is not in the browser app (it exposes both URL and title), it is in the destination app that chooses to use only one of the two items. Apps like telegram are

[Touch-packages] [Bug 1598424] Re: HTML5 embedded HLS stream does not play

2016-07-02 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1408760 *** https://bugs.launchpad.net/bugs/1408760 ** This bug has been marked a duplicate of bug 1408760 Streaming videos over HLS is not supported -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-07-01 Thread Olivier Tilloy
** Also affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** Changed in: webbrowser-app (Ubuntu) Status: New => In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: webbrowser-app (

[Touch-packages] [Bug 1597278] Re: [Browser] Homepage as new tab page

2016-06-29 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New => Triaged ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => Medium ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1377115] Re: [browser] New tab - landscape

2016-06-29 Thread Olivier Tilloy
** No longer affects: webbrowser-app ** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1595673] Re: Cannot access teamweek.com (site reports browser too old)

2016-06-29 Thread Olivier Tilloy
Awesome, that’s reactivity and customer care indeed! ** Changed in: webbrowser-app (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1597238] [NEW] multiple autopilot test failures on device when installed from deb package

2016-06-29 Thread Olivier Tilloy
Public bug reported: I just flashed my arale with the latest rc-proposed image, made it writeable, issued the following commands: "sudo apt update; sudo apt install camera-app-autopilot" and then ran the autopilot tests for camera_app from my laptop: "phablet-test-run -o . -v camera_app". I got

[Touch-packages] [Bug 1596295] Re: Tamil unicode font installation

2016-06-28 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Fix Released => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1596295 Title: Tamil unicode font

[Touch-packages] [Bug 1437485] Re: No video on youtube when on GSM/3g

2016-06-27 Thread Olivier Tilloy
The fix is actually in OTA-12, but the status of the bug report is incorrect. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1437485 Title: No video on youtube

[Touch-packages] [Bug 1596122] Re: apparmor denail on unity8-desktop

2016-06-27 Thread Olivier Tilloy
I’m not seeing anything outstanding in the application logs (the contents of the first one appear to be corrupted btw). The syslog is indeed full of apparmor denials, I wonder whether that’s linked to bug #1404302 ? ** Changed in: webbrowser-app (Ubuntu) Status: Incomplete => New -- You

[Touch-packages] [Bug 1585285] Re: Creating or switching to a new tab feels slow

2016-06-27 Thread Olivier Tilloy
** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1585285 Title: Creating or

[Touch-packages] [Bug 1567350] Re: Web Browser performance/behaviour regression opening a new tab OTA-9 -> OTA-10

2016-06-27 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1585285 *** https://bugs.launchpad.net/bugs/1585285 ** This bug has been marked a duplicate of bug 1585285 Creating or switching to a new tab feels slow -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1595673] Re: Cannot access teamweek.com (site reports browser too old)

2016-06-27 Thread Olivier Tilloy
Thanks for the report! This is yet another example of broken User Agent string sniffing. The ubuntu webbrowser reports itself as: Mozilla/5.0 (Linux; Ubuntu 15.04 like Android 4.4) AppleWebKit/537.36 Chromium/51.0.2704.79 Mobile Safari/537.36 It has all the capabilities of any other modern

[Touch-packages] [Bug 1596164] Re: OSK not appearing for text fields in browser

2016-06-27 Thread Olivier Tilloy
@Bob: I understand that some of the issues you encountered are deterring for daily use of the M10, and I’m sorry that this means we won’t be getting more bug reports from you, they were really useful. I can’t seem to reproduce this particular issue on the latest rc- proposed, so if you can’t

[Touch-packages] [Bug 1441547] Re: [HERE] Failed to create a HERE account

2016-06-27 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1441547 Title: [HERE] Failed to create a HERE

[Touch-packages] [Bug 1595942] Re: no carrot on google search box (intermittent)

2016-06-27 Thread Olivier Tilloy
** Package changed: webbrowser-app (Ubuntu) => oxide -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1595942 Title: no carrot on google search box (intermittent)

[Touch-packages] [Bug 1591732] Re: Keyboard (OSK) disappears on certain input field

2016-06-27 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1582060 *** https://bugs.launchpad.net/bugs/1582060 Thanks for the confirmation Maureen, this is indeed a duplicate of bug #1582060, I’m marking it as such. That bug is fixed in OTA-12. ** This bug has been marked a duplicate of bug 1582060 OSK not

[Touch-packages] [Bug 1596122] Re: apparmor denail on unity8-desktop

2016-06-26 Thread Olivier Tilloy
@Kevin: do you still have that copy of your syslog around? The application’s log file (under ~/.cache/upstart/) would be useful, too. ** Changed in: webbrowser-app (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1596295] Re: Tamil unicode font installation

2016-06-26 Thread Olivier Tilloy
You’ll probably need to run "sudo apt update" before trying to install the package. Does that resolve the issue? ** Changed in: webbrowser-app (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1590904] Re: after ota-11, now TER app and SNCF app not able to get the GPS position

2016-06-22 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1588500 *** https://bugs.launchpad.net/bugs/1588500 I marked this bug as a duplicate of bug #1588500. Please see the discussion there. TLDR; to request geolocation, web applications must do so over HTTPS. Insecure origins will be denied geolocation

[Touch-packages] [Bug 1563398] Re: Set the front camera as the default for video media requests

2016-06-22 Thread Olivier Tilloy
@Peter: yes, this is targeted at OTA-12, the change that makes the front camera the default for the browser app and webapp container is currently in a silo, has been tested and approved, and should be landing this week. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1448145] Re: [Ubuntu Phone] The first characters are always in uppercase in webapps

2016-06-21 Thread Olivier Tilloy
** Changed in: oxide Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1448145 Title: [Ubuntu Phone] The first characters

[Touch-packages] [Bug 1563398] Re: Set the front camera as the default for video media requests

2016-06-21 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1563398 Title: Set the front

[Touch-packages] [Bug 1594333] Re: layout messed up for vip.de

2016-06-21 Thread Olivier Tilloy
« the content they serve for our default UA string is badly laid out » To verify that assertion, I used chromium on my desktop with a user- agent override (using the default webbrowser-app UA string on a phone), and I’m getting the same layout issue. See attached screenshot. ** Attachment added:

[Touch-packages] [Bug 1594333] Re: layout messed up for vip.de

2016-06-21 Thread Olivier Tilloy
Just tried the following UA override on my arale: ["^https?:\/\/(www\.)?vip\.de\/", "Mozilla/5.0 (Linux; Android 5.0;) AppleWebKit/537.36 Chrome/51.0.2704.79 Mobile Safari/537.36"] and I’m getting a much more mobile-friendly version of the website, and videos embedded in articles play (and

[Touch-packages] [Bug 1588727] Re: owncloud login

2016-06-20 Thread Olivier Tilloy
Thanks for the feedback! I’m going to close the bug as invalid, it’s most likely an issue in owncloud itself that was fixed in the most recent release. ** Changed in: webbrowser-app (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1591732] Re: Keyboard (OSK) disappears on certain input field

2016-06-20 Thread Olivier Tilloy
Maureen: sorry if my previous question was unclear. I just tested the page you linked to on my arale running the latest rc- proposed, and I’m not seeing any text field where the OSK is not showing up. The field for the captcha is the one just above the "Schlüssel: " image, right? Back to my

[Touch-packages] [Bug 1588500] Re: Applications with permission for location claim they don't

2016-06-17 Thread Olivier Tilloy
One would expect they would have seen it coming, but at least all hope is not lost, it will eventually work again… -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1437485] Re: No video on youtube when on GSM/3g

2016-06-17 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed ** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1573620] Re: can't deselect text after selecting on nytimes.com

2016-06-17 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: In Progress => Fix Released ** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1457915] Re: [Browser] No way to navigate both in private and 'clear' mode at the same time

2016-06-17 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New => In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => Medium -- You received this bug notification be

[Touch-packages] [Bug 1530376] Re: On desktop, target="_blank" link should open new windows, not background tabs

2016-06-17 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Triaged => In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1590776] Re: hide selection handle when start typing

2016-06-16 Thread Olivier Tilloy
** Changed in: oxide/1.16 Milestone: 1.16.0 => 1.16.1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1590776 Title: hide selection handle when start typing

[Touch-packages] [Bug 1590776] Re: hide selection handle when start typing

2016-06-16 Thread Olivier Tilloy
** Changed in: oxide/1.16 Status: New => Fix Committed ** Changed in: oxide/1.16 Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1590776] Re: hide selection handle when start typing

2016-06-16 Thread Olivier Tilloy
** Changed in: oxide/1.15 Status: New => Fix Committed ** Changed in: oxide/1.15 Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1593170] [NEW] Some unit tests fail when run under an sbuild chroot

2016-06-16 Thread Olivier Tilloy
minate called after throwing an instance of 'boost::filesystem::filesystem_error' 09:59:00 what(): boost::filesystem::create_directories: Permission denied: "/sbuild-nonexistent/.qttest/share/test_client_download_client" ** Affects: ubuntu-download-manager (Ubuntu) Impo

[Touch-packages] [Bug 1585291] Re: copy image not working correctly

2016-06-16 Thread Olivier Tilloy
** Changed in: oxide Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1585291 Title: copy image not working correctly

[Touch-packages] [Bug 1590776] Re: hide selection handle when start typing

2016-06-16 Thread Olivier Tilloy
** Changed in: oxide Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1590776 Title: hide selection handle when start

[Touch-packages] [Bug 1589194] Re: Browser freezes

2016-06-16 Thread Olivier Tilloy
Wow, you’re observing several different issues it seems (none of which I’ve experienced myself, unfortunately). Regarding that last comment: where you typing on the OSK or with a physical keyboard connected, when the screen dimmed? That one would be worth a separate bug report at

[Touch-packages] [Bug 1591732] Re: Keyboard (OSK) disappears on certain input field

2016-06-16 Thread Olivier Tilloy
Might be a duplicate of bug #1582060 indeed. Is the captcha being automatically open in a new tab? ** Changed in: webbrowser-app (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1533317] Re: Address bar does not get focus when adding a new tab

2016-06-16 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released ** Changed in: canonical-pocket-desktop Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1591734] Re: In wide layout, empty bookmark folders are visible but cannot be deleted

2016-06-16 Thread Olivier Tilloy
** Summary changed: - webbrowser-app bookmark categories cannot be removed + In wide layout, empty bookmark folders are visible but cannot be deleted ** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => Medium

[Touch-packages] [Bug 1579101] Re: no keyboard shortcuts in webapp containers

2016-06-16 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => In Progress ** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1441547] Re: [HERE] Failed to create a HERE account

2016-06-16 Thread Olivier Tilloy
@Penk: the bug is in the heremaps app, which is not using the webapp container, but instead a custom oxide WebView for overlays (see webview- override.qml at line 205). If it used a WebViewImpl instead, the popupMenu would be defined. -- You received this bug notification because you are a

[Touch-packages] [Bug 1591120] Re: 2 flaky autopilot tests on touch devices

2016-06-15 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1591120 Title: 2 flaky autopilot

[Touch-packages] [Bug 1591120] Re: 2 flaky autopilot tests on touch devices

2016-06-15 Thread Olivier Tilloy
Traceback for the first failure, which I’m observing even more often than the second one: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/webbrowser_app/tests/test_new_tab_view.py", line 317, in test_remove_bookmarks_when_collapsed self._remove_first_bookmark()

[Touch-packages] [Bug 1592467] Re: Twitter loads basic page

2016-06-14 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1565063 *** https://bugs.launchpad.net/bugs/1565063 ** This bug has been marked a duplicate of bug 1565063 Update the chromium version in the user agent -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1591157] Re: webbrowser-app does not honour scale setting on HiDPI display

2016-06-13 Thread Olivier Tilloy
Tentatively re-targetting at unity-control-center. Presumably, the control center should also set the value of QT_DEVICE_PIXEL_RATIO. Although this wouldn’t help ensure that it remains in sync with the value of the dconf key at all times. -- You received this bug notification because you are a

[Touch-packages] [Bug 1591157] Re: webbrowser-app does not honour scale setting on HiDPI display

2016-06-13 Thread Olivier Tilloy
** Package changed: ubuntu-ui-toolkit (Ubuntu) => unity-control-center (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1591157 Title: webbrowser-app does

[Touch-packages] [Bug 1590765] Re: OSK flickers and buttons are sometimes invisble

2016-06-13 Thread Olivier Tilloy
I’ve observed the flickering OSK on my krillin a couple of times last week, and over the week-end I also got the dialer-app surface to flicker (no OSK involved). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard

[Touch-packages] [Bug 1591220] Re: Generate UA override lists at build time to allow variable substitutions

2016-06-13 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New => In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1560068] Re: Settings report incorrect Microphone device names

2016-06-13 Thread Olivier Tilloy
Additionally, the device names should be localized, as they are user- facing strings. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1560068 Title: Settings report

[Touch-packages] [Bug 1591305] Re: [webbrowser app] 360˚ youtube video don't work

2016-06-13 Thread Olivier Tilloy
It works in webbrowser-app on desktop, but not on a touch device. I’m not seeing anything relevant in the app’s logs. ** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => Medium -- You received this bug

[Touch-packages] [Bug 1591306] Re: [webapp-container] --help needs --app-id

2016-06-13 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided => Medium ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre) -- You received this bug notification because

[Touch-packages] [Bug 1591457] Re: [OSK] OSK sometimes does not appear for browser

2016-06-13 Thread Olivier Tilloy
Was that page opened in a new tab when you tapped on a link on another page? If so, that’s bug #1582060. Please confirm so that we can mark this bug a duplicate (or not). Regarding the contextual actions that disappear after tapping "Select All": that’s the expected behaviour: just tap the blue

[Touch-packages] [Bug 1505970] Re: [Icons] Web Browser icon is not distinctive to the Ubuntu brand

2016-06-13 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1358050 *** https://bugs.launchpad.net/bugs/1358050 > There's plenty of other things (such as bookmarks synchronization > between a computer and a mobile device) that I'd love to see before > the focus is on a new icon. Those tasks are not mutually

[Touch-packages] [Bug 1311995] Re: Web app browser doesn't support HiDPI screens

2016-06-10 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1591157 *** https://bugs.launchpad.net/bugs/1591157 ** This bug has been marked a duplicate of bug 1591157 webbrowser-app does not honour scale setting on HiDPI display -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1591157] Re: webbrowser-app does not honour scale setting on HiDPI display

2016-06-10 Thread Olivier Tilloy
** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid ** Also affects: oxide Importance: Undecided Status: New -- You received this bug notification because you are a member

[Touch-packages] [Bug 1591220] [NEW] Generate UA override lists at build time to allow variable substitutions

2016-06-10 Thread Olivier Tilloy
Public bug reported: The UA override lists are plain javascript files shipped by qml-module- ubuntu-web. The overrides are hardcoded, and often contain version numbers such as the webkit build version, the chrome/chromium build version, the ubuntu release, e.g.: "Mozilla/5.0 (Linux; Ubuntu

[Touch-packages] [Bug 1583631] Re: [gmail] Impossible to see all e-mail content if it does not fit on screen

2016-06-10 Thread Olivier Tilloy
Hey Renato, any chance you can try https://code.launchpad.net/~osomon /webbrowser-app/update-gmail-ua-override/+merge/297049 and let me know whether it fixes this specific issue? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1588727] Re: owncloud login

2016-06-10 Thread Olivier Tilloy
No, the stable release is 9.0.2. See https://doc.owncloud.org/server/9.0/admin_manual/maintenance/upgrade.html on how to upgrade. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1375889] Re: reply to message in gmail shows garbled reply view

2016-06-10 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Triaged => In Progress ** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1591120] [NEW] 2 flaky autopilot tests on touch devices

2016-06-10 Thread Olivier Tilloy
webbrowser_app.tests.test_tabs.TestTabsView.test_error_only_for_current_tab They don’t always fail, but it’s quite easy to get them to fail after a few attempts. This requires further investigation. ** Affects: webbrowser-app (Ubuntu) Importance: Medium Assignee: Olivier Tilloy (osomon) Status: Confirmed ** Changed in: webbrowser-app (Ubuntu

[Touch-packages] [Bug 1591006] Re: Listening to radio make the web browser crash

2016-06-10 Thread Olivier Tilloy
I’ve just listened to the audio stream for France Info on my MX4 running the latest rc-proposed for the past 30 minutes without any crash. ** Changed in: webbrowser-app (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1591006] Re: Listening to radio make the web browser crash

2016-06-10 Thread Olivier Tilloy
Is there any crash file under /var/crash/ for webbrowser-app? If so, can you please attach it to this bug report? Thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

<    4   5   6   7   8   9   10   11   12   13   >