[Ubuntu-webapps-bugs] [Bug 1297552] Re: Improvements to working with the default WebContext to support single-process mode

2014-04-02 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide. https://bugs.launchpad.net/bugs/1297552 Title: Improvements to working with the default WebContext to support

[Ubuntu-webapps-bugs] [Bug 1301650] [NEW] Setting WebContext.sessionCookieMode without specifying a path causes a crash

2014-04-02 Thread Chris Coulson
Public bug reported: Doing this: WebView { context: WebContext { sessionCookieMode: WebContext.SessionCookieModePersistent } } ...is enough to trigger a debug-mode assertion failure inside Chromium: [0402/224320:FATAL:sqlite_persistent_cookie_store.cc(1271)] Check failed: !pa

[Ubuntu-webapps-bugs] [Bug 1301650] Re: Setting WebContext.sessionCookieMode without specifying a path causes a crash

2014-04-02 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide. https://bugs.launchpad.net/bugs/1301650 Title: Setting WebContext.sessionCookieMode without specifying a path

[Ubuntu-webapps-bugs] [Bug 1301341] Re: grooveshark playback has stopped functioning

2014-04-04 Thread Chris Coulson
Adding a packaging task for Oxide as well - if we add an option to oxide for enabling proprietary codecs, and we can change that option without forcing a rebuild of the entire tree (not sure about that), then the 2 build steps could be added to the packaging by running cmake, building, re-running c

[Ubuntu-webapps-bugs] [Bug 1300891] Re: Refine WebView.navigationRequested and WebView.newViewRequested

2014-04-04 Thread Chris Coulson
I ended up fixing this without adding a third signal in the end. Instead, it now dispatches WebView.navigationRequested for *all* requests to open a new window, regardless of the origin of these. This is dispatched before any resources are created and should be used if the application wants to blo

[Ubuntu-webapps-bugs] [Bug 1302740] [NEW] WebView.navigationRequested isn't emitted for new-window navigations when WebView.newViewRequested isn't implemented

2014-04-04 Thread Chris Coulson
Public bug reported: When WebView.newViewRequested isn't implemented, all navigations and window open requests are done in the current view. However, sites can navigate the current view with window.open() or a link with target="_blank" without WebView.navigationRequested being emitted ** Affects:

[Ubuntu-webapps-bugs] [Bug 1302743] [NEW] NavigationRequest and NewViewRequest emitted with different dispositions when opening popup windows

2014-04-04 Thread Chris Coulson
Public bug reported: When calling window.open() with a non zero-length window features parameter that doesn't enable the menubar, toolbar, location, status, and scrollbars features, we get a NavigationRequest with the disposition set to NewForegroundTab, and then a NewViewRequest with the disposit

[Ubuntu-webapps-bugs] [Bug 1301678] Re: scrollbars incorrect in Facebook (and other) webapps

2014-04-04 Thread Chris Coulson
** Changed in: oxide Status: Fix Committed => Fix Released ** Also affects: oxide-qt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://bugs.laun

[Ubuntu-webapps-bugs] [Bug 1300382] Re: input events not being flushed in browser until pressing hardware keys

2014-04-04 Thread Chris Coulson
** Changed in: oxide Status: Fix Committed => Fix Released ** Also affects: oxide-qt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide. https://bugs.launchpad.net

[Ubuntu-webapps-bugs] [Bug 1291389] Re: Deliver console messages to embedder

2014-04-07 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/1291389 Title: Deliver console messages to embedder Status in Oxide Webv

[Ubuntu-webapps-bugs] [Bug 1278932] Re: [OSK] Switching focus to another input field hides the OSK and breaks IM

2014-04-07 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/1278932 Title: [OSK] Switching focus to another input field hides the O

[Ubuntu-webapps-bugs] [Bug 1301341] Re: grooveshark playback has stopped functioning

2014-04-08 Thread Chris Coulson
** Changed in: oxide Status: New => Fix Released ** Changed in: oxide-qt (Ubuntu) Status: New => Fix Committed -- 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/1301341 Title

[Ubuntu-webapps-bugs] [Bug 1260008] Re: Expose a 'filePicker' property on OxideQQuickWebView

2014-04-08 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/1260008 Title: Expose a 'filePicker' property on OxideQQuickWebView Stat

[Ubuntu-webapps-bugs] [Bug 1257662] Re: Implement cursor support

2014-04-08 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/1257662 Title: Implement cursor support Status in Oxide Webview: Fix R

[Ubuntu-webapps-bugs] [Bug 1304648] [NEW] Forks browser process to run sandbox IPC helper

2014-04-08 Thread Chris Coulson
Public bug reported: Chromium forks the browser process to run a sandbox IPC helper process, which provides a mechanism for sandboxed renderers to access things like the font cache. However, it does this without execing a new process image in the child. Whilst this is fine for Chromium (because

[Ubuntu-webapps-bugs] [Bug 1304648] Re: Forks browser process to run sandbox IPC helper

2014-04-09 Thread Chris Coulson
** Also affects: oxide-qt (Ubuntu) Importance: Undecided Status: New -- 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/1304648 Title: Forks browser process to run sandbox IPC he

[Ubuntu-webapps-bugs] [Bug 1306615] [NEW] URL bar doesn't seem to update when a http navigation is upgraded to https due to HSTS

2014-04-11 Thread Chris Coulson
Public bug reported: I ran webbrowser-app on the desktop, and did the following: 1) From the startpage, I typed "http://www.twitter.com/"; in the URL bar 2) Twitter loads, and the URL bar updates to "https://twitter.com/"; because Twitter uses HSTS and Oxide ships with Twitter hardcoded in the t

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-04-15 Thread Chris Coulson
** Also affects: oxide Importance: Undecided Status: New ** Changed in: oxide Status: New => Triaged ** Changed in: oxide Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide

[Ubuntu-webapps-bugs] [Bug 1308398] [NEW] Crash in oxide::GetFormFactorHint on Unity 8 desktop preview

2014-04-16 Thread Chris Coulson
Public bug reported: #0 dri2_initialize_mir (drv=0x7f395c6c5050, disp=0x7f395ce5e560) at ../../../../../../src/egl/drivers/dri2/platform_mir.c:378 #1 0x7f3950c82d9d in _eglMatchAndInitialize (dpy=0x7f395ce5e560) at ../../../../../src/egl/main/egldriver.c:616 #2 0x7f3950c83104 in _eglM

[Ubuntu-webapps-bugs] [Bug 1308397] [NEW] Support Google Talk PPAPI plugin

2014-04-16 Thread Chris Coulson
Public bug reported: For Google Hangouts to work, we need to be able to use the Google Talk PPAPI plugin. On the browser side, some of the Pepper API is implemented in Chrome, so there is a bit of work to do to support this properly ** Affects: oxide Importance: High Status: Fix Rel

[Ubuntu-webapps-bugs] [Bug 1308412] [NEW] Various issues in GPU code

2014-04-16 Thread Chris Coulson
Public bug reported: There are various issues in the code that communicates with Chromium's GPU thread. At least one of these causes an application crash under some conditions - We're accessing members of the GpuChildThread singleton off the GPU thread in order to dispatch tasks to it. GpuChildT

[Ubuntu-webapps-bugs] [Bug 1308373] Re: Need HiDPI support

2014-04-16 Thread Chris Coulson
We use the DPR returned by QScreen::devicePixelRatio. If this returns the correct value for the screen, then we scale correctly. The issue is that the xcb backend always returns 1 ** Project changed: oxide => qtbase-opensource-src (Ubuntu) -- You received this bug notification because you are a

[Ubuntu-webapps-bugs] [Bug 1308947] [NEW] Add support for fullscreen API

2014-04-17 Thread Chris Coulson
Public bug reported: We need to support the HTML fullscreen API. The way this will work is that there will be a WebView.fullscreenRequested signal with a boolean indicating whether the site wants to enter or exit fullscreen. The application will then set WebView.fullscreen accordingly (after promp

[Ubuntu-webapps-bugs] [Bug 1309117] Re: Ebay and Amazon webapps default to .com in the uk

2014-04-24 Thread Chris Coulson
Oxide shouldn't be applying any special casing or modifications for URL's - that sort of thing belongs in the application. We should be sending a localized Accept-Language header (bug 1224707) which might improve things. But if sites depend on location specific URL's, then the application should lo

[Ubuntu-webapps-bugs] [Bug 1308842] Re: YouTube complains 'You need to upgrade your Adobe Flash Player to watch this video.'

2014-04-24 Thread Chris Coulson
** Changed in: oxide Status: Confirmed => Triaged ** Changed in: oxide Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to unity-webapps-grooveshark in Ubuntu. https://bugs.launchpad.net/bug

[Ubuntu-webapps-bugs] [Bug 1312081] [NEW] Kill RenderViewItem, and move contents to the WebView instead

2014-04-24 Thread Chris Coulson
Public bug reported: WebView is currently a QQuickItem with no contents and no event handling. Contents and event handling are provided by child QQuickItem's (RenderViewItem), which have a corresponding RenderWidgetHostView. This is analogous to Chromium Aura, where each RenderWidgetHostView has a

[Ubuntu-webapps-bugs] [Bug 1312082] [NEW] Stop using deprecated compositing paths

2014-04-24 Thread Chris Coulson
Public bug reported: The 2 compositing paths we were previously using have been removed from Chromium. As an interim, we are now using 2 other compositing paths (software compositing mode or mailbox compositing mode). However, both of these will eventually be removed in favour of the delegated ren

[Ubuntu-webapps-bugs] [Bug 1313727] [NEW] Deliver input events that aren't consumed by a renderer back to the webview

2014-04-28 Thread Chris Coulson
Public bug reported: RenderViewItem currently consumes all input events (with the exception of some special mouse buttons). However, we need to ensure that events which aren't consumed by the renderer propagate up to parent widgets. I think this can be achieved by still consuming all events in Re

[Ubuntu-webapps-bugs] [Bug 1313727] Re: Deliver input events that aren't consumed by a renderer back to the webview

2014-05-19 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/1313727 Title: Deliver input events that aren't consumed by a renderer ba

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-05-19 Thread Chris Coulson
** Changed in: oxide Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: unity8-desktop-session (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webb

[Ubuntu-webapps-bugs] [Bug 1321969] [NEW] Deleting a WebView doesn't run beforeunload or unload handlers

2014-05-21 Thread Chris Coulson
Public bug reported: The only way to "close" a webview is by removing it from the scenegraph and deleting it. However, this doesn't allow the current pages beforeunload or unload handlers to run. We should probably have a mechanism to do this properly. ** Affects: oxide Importance: Undecided

[Ubuntu-webapps-bugs] [Bug 1322152] [NEW] Compiler warnings in file picker code

2014-05-22 Thread Chris Coulson
Public bug reported: There's a couple of warnings we should probably fix: ../../../../qt/core/glue/oxide_qt_file_picker_delegate.cc: In member function ‘void oxide::qt::FilePickerDelegate::Done(const QFileInfoList&, oxide::qt::FilePickerDelegate::Mode)’: ../../../../qt/core/glue/oxide_qt_file_p

[Ubuntu-webapps-bugs] [Bug 1322348] [NEW] Debug mode abort on key events

2014-05-22 Thread Chris Coulson
Public bug reported: DEbug builds see this on keypress: [0522/213847:FATAL:oxide_qt_web_view.cc(350)] Check failed: !qevent->isAccepted(). #0 0x7fe561a6b39e base::debug::StackTrace::StackTrace() #1 0x7fe561ab5c69 logging::LogMessage::~LogMessage() #2 0x7fe5619c3027 oxide::qt::WebView::HandleKey

[Ubuntu-webapps-bugs] [Bug 1322348] Re: Debug mode abort on key events

2014-05-22 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/1322348 Title: Debug mode abort on key events Status in Oxide Webview: Fix

[Ubuntu-webapps-bugs] [Bug 1214034] Re: Implement API for querying SSL status and certificate information and signalling SSL errors to the embedder

2014-05-27 Thread Chris Coulson
** Summary changed: - Implement API for querying SSL status and certificate information + Implement API for querying SSL status and certificate information and signalling SSL errors to the embedder ** Description changed: The webview should expose an API for querying SSL status and certificat

[Ubuntu-webapps-bugs] [Bug 1324909] [NEW] User agent string is incorrect in newly opened webview

2014-05-30 Thread Chris Coulson
Public bug reported: When a new webview is opened via window.open() and the new webview is in the same render process as the opener, the user agent string is incorrect until the first browser-initiated navigation ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxi

[Ubuntu-webapps-bugs] [Bug 1324926] [NEW] WebView.reload() doesn't work for pages with post data

2014-05-30 Thread Chris Coulson
Public bug reported: WebView.reload() is ignored if form data was posted to get the page. This is because we call content::NavigationController::Reload(true) which doesn't do anything other than call back in to the embedder via content::WebContentsDelegate::ShowRepostFormWarningDialog() in this ca

[Ubuntu-webapps-bugs] [Bug 1324909] Re: User agent string is incorrect in newly opened webview

2014-06-02 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide. https://bugs.launchpad.net/bugs/1324909 Title: User agent string is incorrect in newly opened webview Status

[Ubuntu-webapps-bugs] [Bug 1259216] Re: Expose an 'icon' property on OxideQQuickWebView

2014-06-03 Thread Chris Coulson
** Also affects: webbrowser-app Importance: Undecided Status: New ** Changed in: webbrowser-app Importance: Undecided => Medium ** Changed in: webbrowser-app Assignee: (unassigned) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubu

[Ubuntu-webapps-bugs] [Bug 1309117] Re: Ebay and Amazon webapps default to .com in the uk

2014-06-03 Thread Chris Coulson
*** This bug is a duplicate of bug 1224707 *** https://bugs.launchpad.net/bugs/1224707 ** This bug is no longer a duplicate of bug 1311229 Should override Accept-Language header based on local settings ** This bug has been marked a duplicate of bug 1224707 Use a localized Accept-Language

[Ubuntu-webapps-bugs] [Bug 1322622] Re: No rendering happens on a dynamically instantiated webview if its 'visible' property was changed

2014-06-03 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/1322622 Title: No rendering happens on a dynamically instantiated webview

[Ubuntu-webapps-bugs] [Bug 1322622] Re: No rendering happens on a dynamically instantiated webview if its 'visible' property was changed

2014-06-03 Thread Chris Coulson
** Also affects: oxide/1.0 Importance: Undecided Status: New ** Changed in: oxide/1.0 Importance: Undecided => High ** Changed in: oxide/1.0 Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is s

[Ubuntu-webapps-bugs] [Bug 1326070] [NEW] Add support for context menus

2014-06-03 Thread Chris Coulson
Public bug reported: There is currently a user-script based hack in the browser to add context menus - we should really add this support natively to Oxide. I believe that the Flash PPAPI plugin requires it anyway ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxi

[Ubuntu-webapps-bugs] [Bug 1300694] Re: Middle click to paste text from clipboard into form crashes the renderer

2014-06-03 Thread Chris Coulson
Would be nice to see if we could come up with something low risk for the first proper release as well, even if it doesn't have clipboard support ** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Status: New => Triaged ** Also affects: oxide/1.0 Importance: Unde

[Ubuntu-webapps-bugs] [Bug 1228415] Re: Cannot play videos in Youtube (mobile version)

2014-06-03 Thread Chris Coulson
The fullscreen API support exists in Oxide already. The media-hub bits are tracked in other bugs ** Changed in: oxide Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://b

[Ubuntu-webapps-bugs] [Bug 1322348] Re: Debug mode abort on key events

2014-06-03 Thread Chris Coulson
** Changed in: oxide/1.0 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/1322348 Title: Debug mode abort on key events Status in Oxide Webv

[Ubuntu-webapps-bugs] [Bug 1322622] Re: No rendering happens on a dynamically instantiated webview if its 'visible' property was changed

2014-06-03 Thread Chris Coulson
** Changed in: oxide/1.0 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/1322622 Title: No rendering happens on a dynamically instantiated w

[Ubuntu-webapps-bugs] [Bug 1214037] Re: Permission request handling

2014-06-03 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/1214037 Title: Permission request handling Status in Oxide Webview:

[Ubuntu-webapps-bugs] [Bug 1320848] Re: Add support for loadHtml()

2014-06-03 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/1320848 Title: Add support for loadHtml() Status in Oxide Webview: F

[Ubuntu-webapps-bugs] [Bug 1259216] Re: Expose an 'icon' property on OxideQQuickWebView

2014-06-03 Thread Chris Coulson
** Changed in: oxide Milestone: None => branch-1.1 ** 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 webbrowser-app. https://bugs.launchpad.net/bugs/1259216

[Ubuntu-webapps-bugs] [Bug 1326113] [NEW] Support the Flash PPAPI plugin

2014-06-03 Thread Chris Coulson
Public bug reported: We should support the Flash PPAPI plugin on architectures where it's available ** Affects: oxide Importance: Medium Status: Triaged ** Changed in: oxide Importance: Undecided => Medium ** Changed in: oxide Status: New => Triaged ** Changed in: oxide

[Ubuntu-webapps-bugs] [Bug 1326115] [NEW] Disable incognito in single process mode

2014-06-03 Thread Chris Coulson
Public bug reported: Incognito mode relies on having a separate BrowserContext under the hood, but there is only one in-process RenderProcessHost in single process mode (and a RenderProcessHost can only be associated with one BrowserContext). This means that it is not possible to mix incognito and

[Ubuntu-webapps-bugs] [Bug 1326697] [NEW] GN (Generate Ninja) is coming

2014-06-05 Thread Chris Coulson
Public bug reported: Google are currently working on a GYP replacement (GN) and are gradually adding support in Chromium for building various targets with the new tool. Eventually, GN will replace GYP entirely although the 2 will coexist in parallel until then. We should see if we can get the Oxid

[Ubuntu-webapps-bugs] [Bug 1326852] Re: missing controls on toolbar of youtube videos

2014-06-05 Thread Chris Coulson
Would probably be good to have this in 1.0 as well ** Changed in: oxide Status: Triaged => Fix Released ** Changed in: webbrowser-app Status: New => Invalid ** Also affects: oxide/1.0 Importance: Undecided Status: New ** Changed in: oxide/1.0 Importance: Undecided =>

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-06-06 Thread Chris Coulson
I think the reason this doesn't work is that the Mir EGL backend doesn't support pbuffer surfaces, and Chromium relies on this (although it doesn't actually draw to them - it creates a 1x1 pbuffer surface in order to bind the context) ** Also affects: mesa (Ubuntu) Importance: Undecided

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-06-06 Thread Chris Coulson
The remaining Oxide bug is fixed here: http://bazaar.launchpad.net /~oxide-developers/oxide/oxide.trunk/revision/599 ** 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 w

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-06-06 Thread Chris Coulson
Ok, going to try and work around this in oxide ** Changed in: oxide Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://bugs.launchpad.net/bugs/1307709 Title: w

[Ubuntu-webapps-bugs] [Bug 1327241] Re: Crash on devices when inputing characters with the OSK

2014-06-06 Thread Chris Coulson
; branch-1.1 ** Changed in: oxide/1.0 Milestone: None => 1.0.2 ** Changed in: oxide/1.0 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.

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-06-06 Thread Chris Coulson
Oxide now works in Unity 8 desktop with these changes: http://bazaar.launchpad.net/~oxide-developers/oxide/oxide.trunk/revision/599 http://bazaar.launchpad.net/~oxide-developers/oxide/oxide.trunk/revision/600 http://bazaar.launchpad.net/~oxide-developers/oxide/oxide.trunk/revision/601 http://bazaa

[Ubuntu-webapps-bugs] [Bug 1327241] Re: Crash on devices when inputing characters with the OSK

2014-06-06 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released ** Changed in: oxide/1.0 Status: Triaged => Fix Committed -- 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/1327241 Title

[Ubuntu-webapps-bugs] [Bug 1327319] [NEW] r599 breaks resizing on Unity 7 desktop

2014-06-06 Thread Chris Coulson
Public bug reported: For some reason with r599, resizing a webview larger results in no rendering in the newly exposed contents on Unity 7 ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Importance: Undecided

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-06-06 Thread Chris Coulson
Backed out because of a regression in Unity 7 (bug 1327319) ** Changed in: oxide Status: Fix Released => Triaged -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://bugs.launchpad.net/bugs/1307709 T

[Ubuntu-webapps-bugs] [Bug 1307709] Re: webbrowser-app does not start in Unity 8 preview session

2014-06-06 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 webbrowser-app. https://bugs.launchpad.net/bugs/1307709 Title: webbrowser-app does not start in Unity 8 preview sess

[Ubuntu-webapps-bugs] [Bug 1327319] Re: r599 breaks resizing on Unity 7 desktop

2014-06-06 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/1327319 Title: r599 breaks resizing on Unity 7 desktop Status in Oxide Webvi

[Ubuntu-webapps-bugs] [Bug 1328000] Re: return key doesn’t validate the active form

2014-06-09 Thread Chris Coulson
nassigned) => 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.launchpad.net/bugs/1328000 Title: return key d

[Ubuntu-webapps-bugs] [Bug 1308947] Re: Add support for fullscreen API

2014-06-09 Thread Chris Coulson
** Also affects: webbrowser-app Importance: Undecided Status: New ** Changed in: webbrowser-app Status: New => In Progress ** Changed in: webbrowser-app Importance: Undecided => High ** Changed in: webbrowser-app Assignee: (unassigned) => Olivier Tilloy (osomon) ** Tags

[Ubuntu-webapps-bugs] [Bug 1328168] Re: implement support for full screen window requests

2014-06-09 Thread Chris Coulson
*** This bug is a duplicate of bug 1308947 *** https://bugs.launchpad.net/bugs/1308947 ** This bug has been marked a duplicate of bug 1308947 Add support for fullscreen API -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed t

[Ubuntu-webapps-bugs] [Bug 1303843] Re: Window is distorted when it lays out on a size change

2014-06-10 Thread Chris Coulson
I've just tested 1.0.2 on the device, and this is fixed :) ** Changed in: webbrowser-app Status: Confirmed => Invalid ** Changed in: webbrowser-app (Ubuntu) Status: Triaged => Invalid ** Changed in: oxide Status: Triaged => Fix Released ** Also affects: oxide/1.0 Importa

[Ubuntu-webapps-bugs] [Bug 1331059] [NEW] Add PDF support in Oxide

2014-06-17 Thread Chris Coulson
Public bug reported: Chrome ships a binary PDF plugin, and Firefox has pdf.js which enables native PDF rendering inside both browsers. We should investigate adding native PDF rendering support in to Oxide - pdf.js would be preferred as it doesn't add new binary code ** Affects: oxide Importa

[Ubuntu-webapps-bugs] [Bug 1323743] Re: keyboard doesn't display in webapps after some time

2014-06-20 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: None => branch-1.1 -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://bugs.launchpad.net/bugs/1323743 Ti

[Ubuntu-webapps-bugs] [Bug 1332754] [NEW] Evict frames for hidden webviews

2014-06-20 Thread Chris Coulson
. On Android, Chrome evicts frames for all hidden views. On destkop, it doesn't evict all of them but does cap the number based on available memory ** Affects: oxide Importance: High Assignee: Chris Coulson (chrisccoulson) Status: Triaged ** Changed in: oxide Milestone:

[Ubuntu-webapps-bugs] [Bug 1330511] Re: expose scroll-offset property and others on webview

2014-06-24 Thread Chris Coulson
** Changed in: oxide Status: New => Fix Released ** Changed in: oxide Milestone: None => branch-1.1 -- 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/1330511 Title: expose scr

[Ubuntu-webapps-bugs] [Bug 1252302] Re: Add support for devtools and remote debugging

2014-06-24 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: branch-1.2 => branch-1.1 -- 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/1252302 Title

[Ubuntu-webapps-bugs] [Bug 1312082] Re: Stop using deprecated compositing paths

2014-06-24 Thread Chris Coulson
** Changed in: oxide Status: In Progress => Fix Released ** Changed in: oxide Milestone: branch-1.2 => branch-1.1 -- 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/1312082 Title

[Ubuntu-webapps-bugs] [Bug 1332754] Re: Evict frames for hidden webviews

2014-06-24 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/1332754 Title: Evict frames for hidden webviews Status in Oxide Webview:

[Ubuntu-webapps-bugs] [Bug 1323743] Re: keyboard doesn't display in webapps after some time

2014-06-26 Thread Chris Coulson
Backed this out for now. Michael, would you mind taking a look at that crash please? ** Changed in: oxide Status: Fix Released => In Progress ** Changed in: oxide Assignee: (unassigned) => Michael Sheldon (michael-sheldon) ** Changed in: oxide Importance: Undecided => High -- Yo

[Ubuntu-webapps-bugs] [Bug 1323743] Re: keyboard doesn't display in webapps after some time

2014-06-26 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 webbrowser-app. https://bugs.launchpad.net/bugs/1323743 Title: keyboard doesn't display in webapps after some ti

[Ubuntu-webapps-bugs] [Bug 1312081] Re: Kill RenderViewItem, and move contents to the WebView instead

2014-06-30 Thread Chris Coulson
** Changed in: oxide Status: Triaged => Fix Released ** Changed in: oxide Milestone: None => branch-1.1 -- 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/1312081 Title: Kill R

[Ubuntu-webapps-bugs] [Bug 1244373] Re: screen blanks during video playback

2014-06-30 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 webbrowser-app. https://bugs.launchpad.net/bugs/1244373 Title: screen blanks during video playback Status in

[Ubuntu-webapps-bugs] [Bug 1282063] Re: Expose 'unsupportedContent' and 'downloadRequested' style signals

2014-06-30 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 webbrowser-app. https://bugs.launchpad.net/bugs/1282063 Title: Expose 'unsupportedContent' and 'downloadRequeste

[Ubuntu-webapps-bugs] [Bug 1336440] [NEW] Stop using mercurial patch queues

2014-07-01 Thread Chris Coulson
Public bug reported: We currently have a fairly gross hack during checkout where we create a mercurial repository of the whole checkout in order to use mq to manage the patches we apply to Chromium. The reason for this is that the interface is a bit better than quilt (you don't have to do quilt ad

[Ubuntu-webapps-bugs] [Bug 1327241] Re: Crash on devices when inputing characters with the OSK

2014-07-02 Thread Chris Coulson
** Changed in: oxide/1.0 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/1327241 Title: Crash on devices when inputing characters with the O

[Ubuntu-webapps-bugs] [Bug 1326852] Re: missing controls on toolbar of youtube videos

2014-07-02 Thread Chris Coulson
** Changed in: oxide/1.0 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://bugs.launchpad.net/bugs/1326852 Title: missing controls on toolbar of youtube vide

[Ubuntu-webapps-bugs] [Bug 1328000] Re: return key doesn’t validate the active form

2014-07-02 Thread Chris Coulson
** Changed in: oxide/1.0 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/1328000 Title: return key doesn’t validate the active form Status

[Ubuntu-webapps-bugs] [Bug 1284158] Re: http://chrome.angrybirds.com/ doesn't work, but it should

2014-07-02 Thread Chris Coulson
Added a webbrowser-app task for this, as I only get a "Get the android version" screen when viewing this on the device (I guess it'll need a user agent override). That won't fix the other issues with the game the last time I tried it though, but it would be great to get this working ** Also affec

[Ubuntu-webapps-bugs] [Bug 1337338] Re: Crash on armhf when starting playback of an embedded video

2014-07-03 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/1337338 Title: Crash on armhf when starting playback of an embedded video St

[Ubuntu-webapps-bugs] [Bug 1300694] Re: Middle click to paste text from clipboard into form crashes the renderer

2014-07-03 Thread Chris Coulson
** Changed in: oxide Milestone: branch-1.1 => branch-1.2 ** Also affects: oxide/1.1 Importance: Undecided Status: New ** Changed in: oxide/1.1 Importance: Undecided => High ** Changed in: oxide/1.1 Status: New => Triaged ** Changed in: oxide/1.1 Milestone: None => 1.

[Ubuntu-webapps-bugs] [Bug 1337389] [NEW] The prototype to ContentBrowserClient::CanCreateWindow() has changed

2014-07-03 Thread Chris Coulson
Public bug reported: The "is_guest" parameter has been removed, so our implementation is never called. This doesn't break popup blocking though because we also set a preferences on the renderer side to reject them. This is really an extra layer of safety. This was picked up with a build against c

[Ubuntu-webapps-bugs] [Bug 1337506] [NEW] FATAL:texture_manager.cc(76)] Check failed: texture_count_ == 0u (1 vs. 0)

2014-07-03 Thread Chris Coulson
Public bug reported: I'm hitting this runtime abort occasionally on shutdown: [0703/194533:FATAL:texture_manager.cc(76)] Check failed: texture_count_ == 0u (1 vs. 0) ** Affects: oxide Importance: High Status: Triaged ** Changed in: oxide Status: New => Triaged ** Changed i

[Ubuntu-webapps-bugs] [Bug 1337890] Re: Failure to inhibit screen blanking, powerd D-Bus API has changed

2014-07-04 Thread Chris Coulson
** Changed in: oxide Importance: Undecided => High ** Changed in: oxide Milestone: None => branch-1.2 ** Also affects: oxide/1.1 Importance: Undecided Status: New ** Changed in: oxide/1.1 Milestone: None => 1.1.0 ** Changed in: oxide/1.1 Importance: Undecided => High **

[Ubuntu-webapps-bugs] [Bug 1286204] Re: Make double-tap-to-zoom work

2014-07-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 webbrowser-app. https://bugs.launchpad.net/bugs/1286204 Title: Make double-tap-to-zoom work Status in Oxide Webview

[Ubuntu-webapps-bugs] [Bug 1332996] Re: QtCreator often halts for a minute

2014-07-09 Thread Chris Coulson
This is because qmlplugindump selections the minimal Qt platform, which doesn't implement QPlatformNativeInterface, which we depend on for getting the native display handle ** Also affects: oxide Importance: Undecided Status: New ** Changed in: oxide Importance: Undecided => Medium

[Ubuntu-webapps-bugs] [Bug 1332996] Re: QtCreator often halts for a minute

2014-07-09 Thread Chris Coulson
> Triaged ** Changed in: oxide Status: Triaged => Fix Released ** Changed in: oxide/1.1 Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: oxide-qt (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => (unassigned) -- You received this bug notificat

[Ubuntu-webapps-bugs] [Bug 1338639] Re: Oxide segfault in reminders app

2014-07-09 Thread Chris Coulson
Do you want to merge this in to the 1.1 branch too? ** Also affects: oxide/1.1 Importance: Undecided Status: New ** Changed in: oxide/1.1 Milestone: None => 1.1.0 ** Changed in: oxide/1.1 Importance: Undecided => High ** Changed in: oxide/1.1 Status: New => Triaged ** C

[Ubuntu-webapps-bugs] [Bug 1322152] Re: Compiler warnings in file picker code

2014-07-10 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/1322152 Title: Compiler warnings in file picker code Status in Oxide W

[Ubuntu-webapps-bugs] [Bug 1336730] Re: On Nexus 7, viewport{Width, Height} and content{Width, Height, X, Y} are not integers and do not add up correctly

2014-07-10 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/1336730 Title: On Nexus 7, viewport{Width,Height} and content{Width,Hei

[Ubuntu-webapps-bugs] [Bug 1337389] Re: The prototype to ContentBrowserClient::CanCreateWindow() has changed

2014-07-10 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/1337389 Title: The prototype to ContentBrowserClient::CanCreateWindow() has c

[Ubuntu-webapps-bugs] [Bug 1341565] [NEW] Should include plugin typeinfo (plugins.qmltypes)

2014-07-14 Thread Chris Coulson
Public bug reported: Spun off from bug 1332996, we should dump the plugin types to plugins.qmltypes and install that to avoid needless calls to qmlplugindump ** Affects: oxide Importance: Low Status: Triaged ** Changed in: oxide Importance: Undecided => Low ** Changed in: oxide

[Ubuntu-webapps-bugs] [Bug 1342685] [NEW] tst_NewViewRequested.qml fails on some multimonitor configurations

2014-07-16 Thread Chris Coulson
Public bug reported: I made a change to my monitor setup this morning which inadvertently changed my primary screen. After this, tst_NewViewRequested.qml began failing: PASS : qml-api-test-noprofile::NewViewRequest::initTestCase() [0716/124936:WARNING:raw_channel_posix.cc(214)] recvmsg: Connect

[Ubuntu-webapps-bugs] [Bug 1347892] [NEW] Consider defaulting WebPreferences.allowFileAccessFromFileUrls to true

2014-07-23 Thread Chris Coulson
Public bug reported: This currently defaults to false, which I'm not sure is that sane. The default means that 2 files are treated as being from a different origin if they don't have exactly the same path ** Affects: oxide Importance: Low Status: Triaged ** Changed in: oxide Imp

  1   2   3   4   5   6   7   8   9   10   >