[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 Released

** Affects: oxide-qt (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: oxide
   Importance: Undecided = High

** Changed in: oxide
   Status: New = 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/bugs/1308397

Title:
  Support Google Talk PPAPI plugin

Status in Oxide Webview:
  Fix Released
Status in “oxide-qt” package in Ubuntu:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1308397/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[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. GpuChildThread is not thread safe, so we should 
store the singleton pointer in TLS to make it unavailable to other threads and 
provide a function to access the thread-safe MessageLoopProxy to dispatch tasks 
to the GPU thread
- We use the wrong MailboxManager instance to consume textures from Chromium's 
compositor
- We don't ensure we have a current GL context when deleting textures, which 
results in us hitting a runtime abort inside Chromium

** Affects: oxide
 Importance: Undecided
 Status: Fix Released

** Affects: oxide-qt (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: oxide
   Status: New = 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/bugs/1308412

Title:
  Various issues in GPU code

Status in Oxide Webview:
  Fix Released
Status in “oxide-qt” package in Ubuntu:
  New

Bug description:
  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. GpuChildThread is not thread safe, so we 
should store the singleton pointer in TLS to make it unavailable to other 
threads and provide a function to access the thread-safe MessageLoopProxy to 
dispatch tasks to the GPU thread
  - We use the wrong MailboxManager instance to consume textures from 
Chromium's compositor
  - We don't ensure we have a current GL context when deleting textures, which 
results in us hitting a runtime abort inside Chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1308412/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1308443] [NEW] Readds amazon launcher icon

2014-04-16 Thread Iain Lane
Public bug reported:

The migration script was renamed. It adds the default launcher icons
back, even if the user had already removed them.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity-webapps-common 2.4.17+14.04.20140415-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Apr 16 10:58:37 2014
InstallationDate: Installed on 2012-10-07 (555 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20121007)
PackageArchitecture: all
SourcePackage: webapps-applications
UpgradeStatus: Upgraded to trusty on 2013-05-07 (344 days ago)

** Affects: webapps-applications (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webapps-applications in
Ubuntu.
https://bugs.launchpad.net/bugs/1308443

Title:
  Readds amazon launcher icon

Status in “webapps-applications” package in Ubuntu:
  New

Bug description:
  The migration script was renamed. It adds the default launcher icons
  back, even if the user had already removed them.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-webapps-common 2.4.17+14.04.20140415-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 16 10:58:37 2014
  InstallationDate: Installed on 2012-10-07 (555 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20121007)
  PackageArchitecture: all
  SourcePackage: webapps-applications
  UpgradeStatus: Upgraded to trusty on 2013-05-07 (344 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webapps-applications/+bug/1308443/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[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 member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1308373

Title:
  Need HiDPI support

Status in “qtbase-opensource-src” package in Ubuntu:
  Confirmed

Bug description:
  Oxide doesn't attempt to detect and automatically adapt to HiDPI screens. 
Also, users can't manually increase the zoom level either (at least Ctrl + '+' 
doesn't work).
  Screenshot attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1308373/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1308591] Re: Need ability to zoom in out

2014-04-16 Thread David Barth
This is more a client feature/decision, mostly for the webapp-container
first.

** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Changed in: oxide
   Status: New = Invalid

-- 
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/1308591

Title:
  Need ability to zoom in  out

Status in Oxide Webview:
  Invalid
Status in Web Browser App:
  New

Bug description:
  I'd like to be able to increase or decrease content size within web
  apps (zoom in  out). With Firefox, Chromium and Chrome, Ctrl + '+'
  and Ctrl + '- ' let users zoom in  out. Ctrl + '0' resets the zoom
  value to default (which ideally should be set to a sensible value as
  per https://bugs.launchpad.net/bugs/1308373). Would it be possible to
  implement this in oxide?

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1308591/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1300864] Re: Duplicate webapps launcher confuses bamf

2014-04-16 Thread Alexandre Abreu
** Changed in: libunity-webapps (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: libunity-webapps (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: libunity-webapps
   Status: Fix Committed = Fix Released

** Changed in: unity-webapps-qml
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1300864

Title:
  Duplicate webapps launcher confuses bamf

Status in BAMF Application Matching Framework:
  New
Status in WebApps: libunity:
  Fix Released
Status in Unity WebApps QML component:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  Fix Released
Status in “unity-webapps-qml” package in Ubuntu:
  Fix Released

Bug description:
  Even with the recent fixes to bamf, I can still be in cases where my
  webapp launcher does not associate correctly on the launcher.

  It happens for no particular webapp. However it stops occuring as soon
  as I suppress the duplicate desktop file we generate in
  ~/.local/share/applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1300864/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1215763] Re: Windows Live Mail webapp should be 'Outlook.com' or similar

2014-04-16 Thread pauljwells
More to the point. Currently the webapp does not _have_ an icon! It's
there in usr/share/icons but the .desktop file in
/usr/share/applications has no icon associate. Easy hack to fix - open
nautilus as root, right-click properties of the .desktop file and then
click on the icon and navigate to /usr/share/icons/unity-webapps-
applications/128/apps and select the livemail icon. Could also use a
custom (e.g. outlook) icon instead.

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to unity-webapps-livemail in
Ubuntu.
https://bugs.launchpad.net/bugs/1215763

Title:
  Windows Live Mail webapp should be 'Outlook.com' or similar

Status in “unity-webapps-livemail” package in Ubuntu:
  Triaged

Bug description:
  Hotmail has been rebranded as Outlook.com, but the livemail webapp's branding 
has not been updated to reflect this change. 
  See also 
http://blogs.office.com/b/microsoft-outlook/archive/2013/05/02/outlook-com-400-million-active-accounts-hotmail-upgrade-complete-and-more-features-on-the-way.aspx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-livemail/+bug/1215763/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1284828] Re: [webapp-container] Page requests report Network Error

2014-04-16 Thread Alexandre Abreu
** Changed in: webbrowser-app
   Status: Confirmed = 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/1284828

Title:
  [webapp-container] Page requests report Network Error

Status in Web Browser App:
  Fix Released

Bug description:
  Running on the trusty desktop with latest PPA bits
  All url requests show Network Error and terminal output is
  $ webapp-container google.com
  virtual void ContentHubPlugin::registerTypes(const char*) 
  Could not open manifest file:  
/usr/share/unity-webapps/userscripts/unity-webapps-amazon/manifest.json 
  Invalid webapps installation found:  
/usr/share/unity-webapps/userscripts/unity-webapps-amazon 
  Empty path in webapps model search path update request 
  [0225/151123:WARNING:resource_bundle.cc(280)] locale_file_path.empty()
  [0225/151123:WARNING:resource_bundle.cc(280)] locale_file_path.empty()
  [0225/151124:WARNING:proxy_service.cc(903)] PAC support disabled because 
there is no system implementation
  
file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/UnityWebApps/UnityWebAppsUtils.js:100:
 TypeError: Cannot read property 'messageReceived' of undefined
  file:///usr/share/webbrowser-app/webcontainer/WebApp.qml:145: ReferenceError: 
LoadEvent is not defined
  file:///usr/share/webbrowser-app/webcontainer/WebApp.qml:145: ReferenceError: 
LoadEvent is not defined
  file:///usr/share/webbrowser-app/webcontainer/WebApp.qml:145: ReferenceError: 
LoadEvent is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1284828/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1306037] Re: [webapp-container] Do not load qtwebkit libs (used as fallback) when they are not needed

2014-04-16 Thread Alexandre Abreu
** Changed in: webbrowser-app
   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/1306037

Title:
  [webapp-container] Do not load qtwebkit libs (used as fallback) when
  they are not needed

Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  QtWebkit is used as a fallback to Oxide renderer and the switch
  between the 2 is at runtime based on various bits (flag or runtime
  conditions). More memory than necessary is used in the regular
  context (oxide as backend) for 14.04 webapps since the qtwebkit libs
  are loaded anyway given the way that the qml is layedout.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1306037/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


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

2014-04-16 Thread Alan B. Clements
Public bug reported:

Even after installing flashplugin-installer, adobe-flashplugin or
pepperflashplugin-nonfree it continues to complain. Chromium is only
able to play flash videos after pepperflashplugin-nonfree is installed.

** Affects: unity-webapps-youtube (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: flash webkit youtube

** Attachment added: screen grab of error
   
https://bugs.launchpad.net/bugs/1308842/+attachment/4085900/+files/Screenshot%20from%202014-04-16%2022%3A11%3A36.png

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to unity-webapps-youtube in
Ubuntu.
https://bugs.launchpad.net/bugs/1308842

Title:
  YouTube complains 'You need to upgrade your Adobe Flash Player to
  watch this video.'

Status in “unity-webapps-youtube” package in Ubuntu:
  New

Bug description:
  Even after installing flashplugin-installer, adobe-flashplugin or
  pepperflashplugin-nonfree it continues to complain. Chromium is only
  able to play flash videos after pepperflashplugin-nonfree is
  installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-youtube/+bug/1308842/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp