[Ubuntu-webapps-bugs] [Bug 1675963] Re: Get rid of oxide bits in //ui/gl/init

2017-03-31 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1675963 Title: Get rid of oxide bits in //ui/gl/init Status in Oxide:

[Ubuntu-webapps-bugs] [Bug 1676027] Re: Build the x11 ozone platform

2017-03-31 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1676027 Title: Build the x11 ozone platform Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1678219] [NEW] Maybe add an API for manipulating saved credentials

2017-03-31 Thread Chris Coulson
Public bug reported: I'm not sure whether the browser will want this yet, or whether it relies on whatever UI exists for manipulating the system secret service (eg, seahorse). ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide Importance: Undecided =>

[Ubuntu-webapps-bugs] [Bug 1678216] [NEW] Add an API to allow the application to prompt to save a password

2017-03-31 Thread Chris Coulson
Public bug reported: We need an API so that Oxide can tell the application to prompt whether to save a password. ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged -- You

[Ubuntu-webapps-bugs] [Bug 1678179] [NEW] Support autocomplete for password fields

2017-03-31 Thread Chris Coulson
Public bug reported: We need to support autocomplete for password fields. Part of this will involve implementing credentials storage. Chrome/Linux currently has PasswordStore implementations that use libsecret / gnome keyring / kwallet, but these are part of //chrome rather than

[Ubuntu-webapps-bugs] [Bug 1678162] [NEW] Support "Clear Form" item in suggestions popup

2017-03-31 Thread Chris Coulson
Public bug reported: Chrome has a "Clear Form" item in the autofill suggestions popup. We should probably display something like this in Oxide too (POPUP_ITEM_ID_CLEAR_FORM). ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide Importance: Undecided =>

[Ubuntu-webapps-bugs] [Bug 1678164] [NEW] Handle "not secure" warning in autofill suggestions

2017-03-31 Thread Chris Coulson
Public bug reported: Chrome displays a "not secure" warning message item in the autofill suggestions on insecure pages with password / username fields. Clicking on the item opens a new tab with an explanation of the message. We want to handle this in Oxide, but I'm not sure what the UX should be

[Ubuntu-webapps-bugs] [Bug 1678156] [NEW] Add an API for manipulating credit cards

2017-03-31 Thread Chris Coulson
Public bug reported: There needs to be an API for manipulating stored credit card details. ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged -- You received this bug

[Ubuntu-webapps-bugs] [Bug 1678155] [NEW] Support autofilling credit card info

2017-03-31 Thread Chris Coulson
Public bug reported: Add support for autofilling credit card info. ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged -- You received this bug notification because you are a

[Ubuntu-webapps-bugs] [Bug 1678151] [NEW] Add an API for manipulating autofill profiles

2017-03-31 Thread Chris Coulson
Public bug reported: The browser needs an API for manipulating autofill profiles ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged -- You received this bug notification

[Ubuntu-webapps-bugs] [Bug 1678119] [NEW] Fails to build in zesty (missing linux/dma-buf.h)

2017-03-31 Thread Chris Coulson
Public bug reported: FAILED: obj/ui/gfx/memory_buffer_sources/client_native_pixmap_dmabuf.o /usr/bin/c++ -MMD -MF obj/ui/gfx/memory_buffer_sources/client_native_pixmap_dmabuf.o.d -DGFX_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_PANGO=1 -DUSE_NSS_CERTS=1

[Ubuntu-webapps-bugs] [Bug 1678039] [NEW] Ensure we correctly configure WebPreferences required for pointer media queries

2017-03-31 Thread Chris Coulson
Public bug reported: content::WebPreferences has several members that are used by blink for the pointer and hover CSS media queries: - available_pointer_types - primary_pointer_type - available_hover_types - primary_hover_type These are currently set in Chromium using functions from

[Ubuntu-webapps-bugs] [Bug 1676224] [NEW] Make it possible to run Chromium's content shell

2017-03-26 Thread Chris Coulson
Public bug reported: So that we can run layout tests and content browser tests ** Affects: oxide Importance: Undecided Assignee: Chris Coulson (chrisccoulson) Status: In Progress ** Changed in: oxide Status: New => In Progress ** Changed in: oxide Assig

[Ubuntu-webapps-bugs] [Bug 1676027] [NEW] Build the x11 ozone platform

2017-03-25 Thread Chris Coulson
Public bug reported: See bug 1675963 - I want to try to get Chromium's content shell working out of an Oxide build tree. For that, we need a full featured ozone platform, so let's enable the x11 platform. ** Affects: oxide Importance: Undecided Status: New -- You received this

[Ubuntu-webapps-bugs] [Bug 1675963] [NEW] Get rid of oxide bits in //ui/gl/init

2017-03-24 Thread Chris Coulson
bits in //ui/gl/init need to be re-enabled. ** Affects: oxide Importance: Medium Assignee: Chris Coulson (chrisccoulson) Status: Fix Committed ** Changed in: oxide Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu WebA

[Ubuntu-webapps-bugs] [Bug 1638852] Re: Add touch selection handles and quick menu to UbuntuWebView

2017-03-21 Thread Chris Coulson
** Changed in: oxide 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/1638852 Title: Add touch selection handles and quick menu to

[Ubuntu-webapps-bugs] [Bug 1674777] [NEW] Add QML tests for touch editing menu

2017-03-21 Thread Chris Coulson
Public bug reported: TouchEditingMenuControllerImpl has quite extensive unit tests, but there are no QML tests for the menu because the QML test harness doesn't provide an API to inject touch events (we hit this limitation for LocationBarController too). Oxide should probably provide a test API

[Ubuntu-webapps-bugs] [Bug 1665978] Re: Double-tap to zoom does not work anymore in OTA-15

2017-03-17 Thread Chris Coulson
** Changed in: oxide/1.21 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. https://bugs.launchpad.net/bugs/1665978 Title: Double-tap to zoom does not work anymore in OTA-15

[Ubuntu-webapps-bugs] [Bug 1668614] Re: Fails to build with gcc 4.8

2017-03-17 Thread Chris Coulson
** Changed in: oxide/1.21 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. https://bugs.launchpad.net/bugs/1668614 Title: Fails to build with gcc 4.8 Status in Oxide:

[Ubuntu-webapps-bugs] [Bug 1673022] [NEW] Set FileDialog::nameFilters to an appropriate value

2017-03-15 Thread Chris Coulson
Public bug reported: There is a TODO in the file dialog implementation: + // TODO: Find correct mapping from mimetypes to namefilter. + // nameFilters does filtering of file based on file extension and + // no clear mapping available from mimetypes to file extension, so allow + // all files

[Ubuntu-webapps-bugs] [Bug 1672707] [NEW] Rethink file picker fallback

2017-03-14 Thread Chris Coulson
Public bug reported: The initial FilePicker implementation in Oxide tries to open a ContentPeerPicker and then falls back to a standard FileDialog if that fails. The problem with this is that webbrowser-app depends on content- hub, so opening a ContentPeerPicker will always succeed in any

[Ubuntu-webapps-bugs] [Bug 1642317] Re: armhf build fails

2017-03-01 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1642317 Title: armhf build fails Status in Oxide: Fix Released Bug

[Ubuntu-webapps-bugs] [Bug 1668614] Re: Fails to build with gcc 4.8

2017-03-01 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1668614 Title: Fails to build with gcc 4.8 Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1667822] [NEW] Investigate making qquick::ContentsView a QQuickItem

2017-02-24 Thread Chris Coulson
Public bug reported: Currently OxideQQuickWebView proxies a bunch of calls through to qquick::ContentsView. I've been thinking about devtools recently, and I want to make the webview inspectable (ie, make it support displaying Chromium's docked devtools UI and have it be invokable from the

[Ubuntu-webapps-bugs] [Bug 1665978] Re: Double-tap to zoom does not work anymore in OTA-15

2017-02-23 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1665978 Title: Double-tap to zoom does not work anymore in OTA-15

[Ubuntu-webapps-bugs] [Bug 1666002] Re: IME won't work with OOPIF

2017-02-23 Thread Chris Coulson
https://git.launchpad.net/oxide/commit/?id=20049094b2d7c64ade5d2f6af81362207513a046 ** Changed in: oxide 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.

[Ubuntu-webapps-bugs] [Bug 1666866] [NEW] Stop continuously updating WebView::editingCapabilities

2017-02-22 Thread Chris Coulson
Public bug reported: Updating WebView::editingCapabilities isn't cheap if the clipboard selection owner changes because we need to read data from the clipboard to update the paste bit. Previous experience suggests this can take >100ms in some cases. This used to be a bigger problem, although it

[Ubuntu-webapps-bugs] [Bug 1665978] Re: Double-tap to zoom does not work anymore in OTA-15

2017-02-21 Thread Chris Coulson
** Changed in: webbrowser-app (Ubuntu) Status: New => 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/1665978 Title: Double-tap to zoom does not work anymore in OTA-15

[Ubuntu-webapps-bugs] [Bug 1546648] Re: Add support for input event routing in the browser process

2017-02-19 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released ** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide. https://bugs.launchp

[Ubuntu-webapps-bugs] [Bug 1665383] Re: Clean up location bar offset update tracking

2017-02-17 Thread Chris Coulson
https://git.launchpad.net/oxide/commit/?id=b1c45249c8662047184d366c530416183df4b22e ** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: None => branch-1.22 -- You received this bug notification because you are a member of Ubuntu WebApps bug

[Ubuntu-webapps-bugs] [Bug 1665722] [NEW] Location bar content offset transformation for MotionEvents should move to shared/

2017-02-17 Thread Chris Coulson
Public bug reported: With bug 1665383 fixed, the only thing outside of shared/ that cares about the location bar content offset is qt::MotionEventFactory. We should fix this, but it's a reasonable amount of work, which is why I've split this from bug 1665383. ** Affects: oxide Importance:

[Ubuntu-webapps-bugs] [Bug 1665655] [NEW] Scrolling over addressbar shouldn't scroll webview

2017-02-17 Thread Chris Coulson
Public bug reported: Steps to reproduce: 1) Move mouse pointer to addressbar (over the text entry). 2) Use the scroll wheel. What should happen: Nothing What happens: The webview content scrolls ** Affects: oxide Importance: Medium Status: Triaged ** Affects: webbrowser-app

[Ubuntu-webapps-bugs] [Bug 1665633] [NEW] Context menu only opens downwards if there's not enough space above

2017-02-17 Thread Chris Coulson
. ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged ** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chri

[Ubuntu-webapps-bugs] [Bug 1665383] [NEW] Clean up location bar offset update tracking

2017-02-16 Thread Chris Coulson
for the popup menu and other bits are transformed in shared/. Time to clean this up. ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status:

[Ubuntu-webapps-bugs] [Bug 1665381] [NEW] Replace Render{Frame, Widget}HostID with a weak pointer class

2017-02-16 Thread Chris Coulson
Public bug reported: We have this helper class for storing IDs that's used in a few places, but it's used like a weak pointer. We should just make this in to a weak-pointer-like class instead. ** Affects: oxide Importance: Low Assignee: Chris Coulson (chrisccoulson) Status

[Ubuntu-webapps-bugs] [Bug 1663609] [NEW] Leak BrowserProcessMain at shutdown

2017-02-10 Thread Chris Coulson
but are actually nothing to do with it. Given that most singletons in Chromium are already leaky, we should probably just leak this too. ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Fix Released -- You received this bug notification

[Ubuntu-webapps-bugs] [Bug 1649262] Re: webbrowser app Segmentation fault (core dumped) on 17.04 Unity7

2017-02-10 Thread Chris Coulson
This is not a bug in Oxide - the CHECK failure in this case is a red herring and is a side effect of a bug elsewhere that triggers an unclean exit() (see bug 1663609) ** Project changed: oxide => qtdeclarative-opensource-src (Ubuntu) -- You received this bug notification because you are a

[Ubuntu-webapps-bugs] [Bug 1663572] [NEW] Add an API to request the application brings a webview in to the foreground

2017-02-10 Thread Chris Coulson
Public bug reported: We should expose a webview signal that fires off of WebContentsDelegate::ActivateContents() - the use case for this is that if a user action results in a navigation in another window (eg, clicking on a element with a target attribute), there should be a mechanism to request

[Ubuntu-webapps-bugs] [Bug 1603729] Re: [Oxide 1.18] webapp option --enable-media-hub-audio breaks audio stream

2017-02-08 Thread Chris Coulson
** Changed in: oxide Status: New => Fix Released ** Changed in: oxide Milestone: None => branch-1.22 -- 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/1603729 Title: [Oxide

[Ubuntu-webapps-bugs] [Bug 1644460] Re: Fails to build because of media-hub, again

2017-02-08 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/1644460 Title: Fails to build because of media-hub, again Status in Oxide:

[Ubuntu-webapps-bugs] [Bug 1560994] Re: webbrowser-app crashed with SIGABRT in oxide::BrowserProcessMainImpl::~BrowserProcessMainImpl

2017-02-07 Thread Chris Coulson
The abort here is a red herring and is masking the primary issue, which you can see a few frames further down: #5 0x7f87c8e3d088 in __run_exit_handlers (status=status@entry=1, listp=0x7f87c91c75f8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82 atfct =

[Ubuntu-webapps-bugs] [Bug 1644460] Re: Fails to build because of media-hub, again

2017-02-06 Thread Chris Coulson
** Also affects: oxide/1.21 Importance: Undecided Status: New ** Changed in: oxide/1.21 Importance: Undecided => Critical ** Changed in: oxide/1.21 Status: New => Triaged ** Changed in: oxide/1.20 Status: Triaged => Won't Fix ** Changed in: oxide Milestone:

[Ubuntu-webapps-bugs] [Bug 1642318] Re: arm64 xenial build fails

2017-02-06 Thread Chris Coulson
** Changed in: oxide/1.20 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. https://bugs.launchpad.net/bugs/1642318 Title: arm64 xenial build fails Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1654655] Re: GN bootstrap fails in PPA builds

2017-02-06 Thread Chris Coulson
I've not seen this issue since ** Changed in: oxide Status: Triaged => Invalid ** Changed in: oxide Milestone: branch-1.21 => None -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide.

[Ubuntu-webapps-bugs] [Bug 1637195] Re: Add JS dialogs to UbuntuWebView

2017-02-02 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: None => branch-1.21 -- 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/1637195 Title:

[Ubuntu-webapps-bugs] [Bug 1568296] Re: Make JS dialogs app modal

2017-01-31 Thread Chris Coulson
** Changed in: oxide 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/1568296 Title: Make JS dialogs app modal Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1647799] Re: Don't run ubuntu_ui QML tests when ENABLE_UITK_WEBVIEW isn't defined

2017-01-25 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: None => branch-1.21 -- 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/1647799 Title:

[Ubuntu-webapps-bugs] [Bug 1638912] Re: mediahub code fails to build

2017-01-24 Thread Chris Coulson
** Changed in: oxide/1.19 Status: In Progress => Won't Fix ** Changed in: oxide/1.20 Status: Triaged => 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/1638912

[Ubuntu-webapps-bugs] [Bug 1649861] Re: When upgrading to oxide 1.19, tabs from saved session are not restored

2017-01-24 Thread Chris Coulson
** Changed in: oxide/1.20 Status: Fix Committed => Fix Released ** Changed in: oxide/1.19 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 1642318] Re: arm64 xenial build fails

2017-01-17 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1642318 Title: arm64 xenial build fails Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1655736] Re: Context menu / popup menu leaks if webview is deleted

2017-01-16 Thread Chris Coulson
It turns out my test for this wasn't quite right and that it does work, although it's a little obscure (the menus are deleted via WebContentsObserver::RenderFrameDeleted). I've added a test for this here - https://git.launchpad.net/oxide/commit/?id=8c7483e5fd4b9e32f94b3f1e1d560007d270e389 **

[Ubuntu-webapps-bugs] [Bug 1656303] Re: qml-core-test sequence hangs in tst_focus.qml

2017-01-13 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/1656303 Title: qml-core-test sequence hangs in tst_focus.qml Status in

[Ubuntu-webapps-bugs] [Bug 1637194] Re: Add popup menu support to UbuntuWebView

2017-01-13 Thread Chris Coulson
https://git.launchpad.net/oxide/commit/?id=4d01888eb43d188c7869301dcc18b90ca25bdf00 ** Changed in: oxide 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.

[Ubuntu-webapps-bugs] [Bug 1656303] [NEW] qml-core-test sequence hangs in tst_focus.qml

2017-01-13 Thread Chris Coulson
in tst_bug1626099.qml that create and test the second webview, then the test sequence completes successfully. ** Affects: oxide Importance: Critical Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Importance: Undecided => Critical ** Chan

[Ubuntu-webapps-bugs] [Bug 1655736] [NEW] Context menu leaks if webview is deleted

2017-01-11 Thread Chris Coulson
Public bug reported: I'm fairly sure that deleting a webview will cause an open context menu to be leaked. I can't see anywhere that we handle cleaning up the context menu in this case. ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxide Importance:

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

2017-01-11 Thread Chris Coulson
** Changed in: oxide 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/1599771 Title: Webview appears to think it's in focus when typing in the

[Ubuntu-webapps-bugs] [Bug 1655660] [NEW] Consider replacing com.canonical.Oxide with Oxide.Ubuntu

2017-01-11 Thread Chris Coulson
Public bug reported: At the moment, Oxide.Ubuntu depdends on com.canonical.Oxide, and the types it registers are prefixed with "Ubuntu" (eg, UbuntuWebView). I wonder whether we should actually use it to replace com.canonical.Oxide entirely, so that it registers all of the existing QML types. This

[Ubuntu-webapps-bugs] [Bug 1655650] [NEW] Make the workaround for bug 1642318 more specific

2017-01-11 Thread Chris Coulson
Public bug reported: The workaround for bug 1642318 disables debug symbols for libvpx on arm64 builds, but it should: - Disable them only for the affected compiler (gcc-5) - Disable them only for the affected object file ** Affects: oxide Importance: Low Status: Triaged **

[Ubuntu-webapps-bugs] [Bug 1642318] Re: arm64 xenial build fails

2017-01-10 Thread Chris Coulson
Note that the problem only occurs on aarch64 with xenial's gcc (both the host compiler and cross compiler). This source compiles fine in yakkety. ** Also affects: gcc-5 (Ubuntu) Importance: Undecided Status: New ** Also affects: Ubuntu Xenial Importance: Undecided Status: New

[Ubuntu-webapps-bugs] [Bug 1654656] Re: Trusty PPA build fails

2017-01-06 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1654656 Title: Trusty PPA build fails Status in Oxide: Fix Released

[Ubuntu-webapps-bugs] [Bug 1654656] [NEW] Trusty PPA build fails

2017-01-06 Thread Chris Coulson
BuildShim.cmake:298 (_bootstrap_gn) oxide/CMakeLists.txt:224 (run_generate_ninja) -- Configuring incomplete, errors occurred! ** Affects: oxide Importance: Critical Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Status: New => Triaged ** Changed in:

[Ubuntu-webapps-bugs] [Bug 1654655] [NEW] GN bootstrap fails in PPA builds

2017-01-06 Thread Chris Coulson
Ninja binary Call Stack (most recent call first): oxide/build/cmake/ChromiumBuildShim.cmake:298 (_bootstrap_gn) oxide/CMakeLists.txt:224 (run_generate_ninja) -- Configuring incomplete, errors occurred! ** Affects: oxide Importance: Critical Assignee: Chris Coulson (chrisccou

[Ubuntu-webapps-bugs] [Bug 1654363] Re: Fails to build with vivid gcc

2017-01-06 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1654363 Title: Fails to build with vivid gcc Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1654512] Re: blink_core fails to link in a component build

2017-01-06 Thread Chris Coulson
** Changed in: oxide 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/1654512 Title: blink_core fails to link in a component build Status in

[Ubuntu-webapps-bugs] [Bug 1654512] [NEW] blink_core fails to link in a component build

2017-01-06 Thread Chris Coulson
o 'cc::SurfaceIdAllocator::~SurfaceIdAllocator()' ../../third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h:33: error: undefined reference to 'cc::SurfaceIdAllocator::~SurfaceIdAllocator()' collect2: error: ld returned 1 exit status ** Affects: oxide Importan

[Ubuntu-webapps-bugs] [Bug 1654363] [NEW] Fails to build with vivid gcc

2017-01-05 Thread Chris Coulson
Importance: Critical Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Importance: Undecided => Critical ** Changed in: oxide Status: New => Triaged ** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) *

[Ubuntu-webapps-bugs] [Bug 1647895] Re: Tablet suspends while playing video or audio in browser

2017-01-05 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1647895 Title: Tablet suspends while playing video or audio in

[Ubuntu-webapps-bugs] [Bug 1649577] Re: Fix for bug 1599771 breaks popup menus

2017-01-05 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1649577 Title: Fix for bug 1599771 breaks popup menus Status in

[Ubuntu-webapps-bugs] [Bug 1638912] Re: mediahub code fails to build

2016-12-14 Thread Chris Coulson
** Also affects: oxide/1.20 Importance: Undecided Status: New ** Changed in: oxide/1.20 Importance: Undecided => Critical ** Changed in: oxide/1.20 Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is

[Ubuntu-webapps-bugs] [Bug 1611146] Re: Location bar height won't be rescaled on display change

2016-12-14 Thread Chris Coulson
** Changed in: oxide/1.18 Status: Triaged => Won't Fix ** Changed in: oxide/1.19 Status: Triaged => Won't Fix ** Changed in: oxide Milestone: branch-1.20 => branch-1.21 -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is

[Ubuntu-webapps-bugs] [Bug 1642318] Re: arm64 xenial build fails

2016-12-14 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.20 => branch-1.21 ** Also affects: oxide/1.20 Importance: Undecided Status: New ** Changed in: oxide/1.20 Importance: Undecided => Critical ** Changed in: oxide/1.20 Status: New => Triaged -- You received this bug notification

[Ubuntu-webapps-bugs] [Bug 1649861] Re: When upgrading to oxide 1.19, tabs from saved session are not restored

2016-12-14 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.20 => branch-1.21 ** Also affects: oxide/1.20 Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide.

[Ubuntu-webapps-bugs] [Bug 1640264] Re: find in page doesn’t wrap correctly

2016-12-13 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1640264 Title: find in page doesn’t wrap correctly Status in

[Ubuntu-webapps-bugs] [Bug 1648572] [NEW] Add UbuntuWebContextMenu.removeStockAction

2016-12-08 Thread Chris Coulson
Public bug reported: One of the use cases for the API for customizing context menu actions is removing stock actions in some cases. The current API provides indexOfStockAction and removeItemAt, but it would probably be useful to have a removeStockAction() method that just takes an Action enum.

[Ubuntu-webapps-bugs] [Bug 1640634] Re: Update WebView::OpenURLFromTab for context menu interaction

2016-12-08 Thread Chris Coulson
https://git.launchpad.net/oxide/commit/?id=293d3ab3cccf68aae0acc04dfb7a95a498be888a ** Changed in: oxide 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.

[Ubuntu-webapps-bugs] [Bug 1637190] Re: Add support for customising the context menu in UbuntuWebView

2016-12-07 Thread Chris Coulson
https://git.launchpad.net/oxide/commit/?id=3d1bfbbf47817a939f87fc9ac50ca0e6187f24ae ** Changed in: oxide 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.

[Ubuntu-webapps-bugs] [Bug 1639185] Re: oxide 1.18.3 crashes when running webbrowser-app tests

2016-12-07 Thread Chris Coulson
** Changed in: oxide/1.18 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. https://bugs.launchpad.net/bugs/1639185 Title: oxide 1.18.3 crashes when running webbrowser-app

[Ubuntu-webapps-bugs] [Bug 1637187] Re: Add support for testing Ubuntu UITK components in UbuntuWebView

2016-11-29 Thread Chris Coulson
** Changed in: oxide 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/1637187 Title: Add support for testing Ubuntu UITK components in

[Ubuntu-webapps-bugs] [Bug 1645909] [NEW] Loading media in to a webview produces a weird set of load events

2016-11-29 Thread Chris Coulson
Public bug reported: Whilst writing a test for the context menu that opens media in a background tab, I noticed that even though the media loads successfully, the load event sequence ends with a Stopped event rather than a Succeeded event. ** Affects: oxide Importance: Undecided

[Ubuntu-webapps-bugs] [Bug 1640542] Re: oops error when navigating a website from facebook or twitter

2016-11-25 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1640542 Title: oops error when navigating a website from facebook

[Ubuntu-webapps-bugs] [Bug 1637609] Re: OxideQQuickNavigationHistory shouldn't have a public constructor

2016-11-25 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1637609 Title: OxideQQuickNavigationHistory shouldn't have a

[Ubuntu-webapps-bugs] [Bug 1638915] Re: Fails to build on trusty

2016-11-25 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1638915 Title: Fails to build on trusty Status in Oxide: Fix

[Ubuntu-webapps-bugs] [Bug 1644460] [NEW] Fails to build because of media-hub, again

2016-11-24 Thread Chris Coulson
Public bug reported: AILED: /usr/bin/arm-linux-gnueabihf-g++ -MMD -MF obj/oxide/shared/shared/oxide_content_renderer_client.o.d -DOXIDE_SUBPROCESS_PATH=\"oxide-qt/oxide-renderer\" -DOXIDE_GETTEXT_DOMAIN=\"oxide-qt\" -DOXIDE_SHARED_IMPLEMENTATION -DENABLE_MEDIAHUB -DV8_DEPRECATION_WARNINGS

[Ubuntu-webapps-bugs] [Bug 1637609] Re: OxideQQuickNavigationHistory shouldn't have a public constructor

2016-11-23 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/1637609 Title: OxideQQuickNavigationHistory shouldn't have a public

[Ubuntu-webapps-bugs] [Bug 1638915] Re: Fails to build on trusty

2016-11-23 Thread Chris Coulson
** Changed in: oxide 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/1638915 Title: Fails to build on trusty Status in Oxide: Fix Released

[Ubuntu-webapps-bugs] [Bug 1642381] Re: Single process mode creates a zygote process

2016-11-22 Thread Chris Coulson
** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** 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.launchp

[Ubuntu-webapps-bugs] [Bug 1643428] Re: Fling scroll happens upwards even if finger movement is downwards

2016-11-22 Thread Chris Coulson
** Changed in: oxide 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. https://bugs.launchpad.net/bugs/1643428 Title: Fling scroll happens upwards even if finger movement

[Ubuntu-webapps-bugs] [Bug 1643548] Re: Make it obvious that Oxide.Ubuntu is experimental

2016-11-22 Thread Chris Coulson
** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** 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.launchp

[Ubuntu-webapps-bugs] [Bug 1570828] Re: Multiple Web Apps crashes when returning from a linked page

2016-11-21 Thread Chris Coulson
** Changed in: oxide/1.19 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. https://bugs.launchpad.net/bugs/1570828 Title: Multiple Web Apps crashes when returning from a

[Ubuntu-webapps-bugs] [Bug 1640542] Re: [oxide 1.18] oops error when navigating a website from facebook or twitter

2016-11-21 Thread Chris Coulson
** Also affects: oxide/1.18 Importance: Undecided Status: New ** Also affects: oxide/1.19 Importance: Undecided Status: New ** Changed in: oxide/1.18 Importance: Undecided => Critical ** Changed in: oxide/1.19 Importance: Undecided => Critical ** Changed in:

[Ubuntu-webapps-bugs] [Bug 1640542] Re: [oxide 1.18] oops error when navigating a website from facebook or twitter

2016-11-21 Thread Chris Coulson
I still can't make any test case trigger this bug, but this fixes it in any case: https://git.launchpad.net/oxide/commit/?id=8c6ebc3f5b827652236438632a5434a5e20aa5cc ** Changed in: oxide Milestone: None => branch-1.20 ** Changed in: oxide Status: Confirmed => Fix Released -- You

[Ubuntu-webapps-bugs] [Bug 1643547] [NEW] Make it obvious that Oxide.Ubuntu is experimental

2016-11-21 Thread Chris Coulson
Public bug reported: 1.20 will ship with an incomplete implementation of UbuntuWebView. It should be obvious that this is experimental, so we should probably add a warning message that appears at module import for now. ** Affects: oxide Importance: Undecided Status: New -- You

[Ubuntu-webapps-bugs] [Bug 1643548] [NEW] Make it obvious that Oxide.Ubuntu is experimental

2016-11-21 Thread Chris Coulson
Public bug reported: 1.20 will ship with an incomplete implementation of UbuntuWebView. It should be obvious that this is experimental, so we should probably add a warning message that appears at module import for now. ** Affects: oxide Importance: High Status: Triaged ** Changed

[Ubuntu-webapps-bugs] [Bug 1642682] [NEW] Provide a script for setting up remote debugging environment

2016-11-17 Thread Chris Coulson
Public bug reported: If you need to debug something that's specific to a mobile device, pretty much your only option here for various reasons (lack of disk space, lack of memory) is using gdbserver and debugging it from another host. However, every time I do this I have to search Google to

[Ubuntu-webapps-bugs] [Bug 1642381] [NEW] Single process mode creates a zygote process

2016-11-16 Thread Chris Coulson
Public bug reported: I just noticed this when debugging another issue - running Oxide in single process mode still results in a zygote process being spawned ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide Importance: Undecided => Medium ** Changed in:

[Ubuntu-webapps-bugs] [Bug 1642318] [NEW] arm64 xenial build fails

2016-11-16 Thread Chris Coulson
Public bug reported: FAILED: /usr/bin/aarch64-linux-gnu-gcc -MMD -MF obj/third_party/libvpx/libvpx/idct32x32_34_add_neon.o.d -DV8_DEPRECATION_WARNINGS -DENABLE_NOTIFICATIONS -DENABLE_PDF=1 -DENABLE_SPELLCHECK=1 -DUSE_UDEV -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_PANGO=1

[Ubuntu-webapps-bugs] [Bug 1570828] Re: Multiple Web Apps crashes when returning from a linked page

2016-11-11 Thread Chris Coulson
** Also affects: oxide/1.19 Importance: Undecided Status: New ** Also affects: oxide/1.18 Importance: Undecided Status: New ** Changed in: oxide/1.18 Milestone: None => 1.18.5 ** Changed in: oxide/1.19 Milestone: None => 1.19.1 ** Changed in: oxide/1.18

[Ubuntu-webapps-bugs] [Bug 1641116] [NEW] Expose via webview

2016-11-11 Thread Chris Coulson
Public bug reported: This is already exposed via content, so should be fairly trivial. ** Affects: oxide Importance: Low Status: Triaged ** Changed in: oxide Importance: Undecided => Low ** Changed in: oxide Status: New => Triaged -- You received this bug notification

[Ubuntu-webapps-bugs] [Bug 1640825] Re: Investigate why Scheduler::pending_submit_frames is never zero

2016-11-11 Thread Chris Coulson
* Changed in: oxide Assignee: Chris Coulson (chrisccoulson) => (unassigned) -- 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/1640825 Title: Investigate why Scheduler::pending_s

[Ubuntu-webapps-bugs] [Bug 1640825] [NEW] Investigate why Scheduler::pending_submit_frames is never zero

2016-11-10 Thread Chris Coulson
). ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: oxide Status: New =>

  1   2   3   4   5   6   7   8   9   >