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

2017-01-05 Thread Chris Coulson
Public bug reported:

FAILED: obj/base/base_paths/base_paths.o 
/usr/bin/arm-linux-gnueabihf-g++ -MMD -MF obj/base/base_paths/base_paths.o.d 
-DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUI_COMPOSITOR_IMAGE_TRANSPORT 
-DUSE_AURA=1 -DUSE_PANGO=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TC
MALLOC -DUSE_EXTERNAL_POPUP_MENU=1 -DDISABLE_NACL -DUSE_PROPRIETARY_CODECS 
-DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL 
-DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -DFIELDTRIAL_TESTING_ENABLED -
D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 
-DCOMPONENT_BUILD -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DBASE_IM
PLEMENTATION -I../.. -Igen -fno-strict-aliasing --param=ssp-buffer-size=4 
-fstack-protector -funwind-tables -fPIC -pipe -march=armv7-a -mfloat-abi=hard 
-mtune=generic-armv7-a -pthread -mfpu=neon -mthumb -Wall -Wn
o-psabi -Wno-unused-local-typedefs -Wno-maybe-uninitialized 
-Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident 
-fdata-sections -ffunction-sections -g2 -fvisibility=hidden 
-fno-threadsafe-statics
 -fvisibility-inlines-hidden -fno-delete-null-pointer-checks -std=gnu++11 
-Wno-narrowing -fno-rtti -fno-exceptions -c ../../base/base_paths.cc -o 
obj/base/base_paths/base_paths.o
In file included from ../../base/logging.h:21:0,
 from ../../base/hash.h:16,
 from ../../base/containers/hash_tables.h:13,
 from ../../base/files/file_path.h:113,
 from ../../base/base_paths.cc:7:
../../base/template_util.h:189:36: error: 'is_trivially_copyable' in namespace 
'std' does not name a template type
 using is_trivially_copyable = std::is_trivially_copyable;
^
[21/20728] CXX obj/base/base/allocator_extension.o

Seems like fallout from
https://chromium.googlesource.com/chromium/src.git/+/7cebcfb2d80152bc84d88fc711eda6e61acda8be

See also
https://chromium.googlesource.com/chromium/src.git/+/bf74cf1b649e20b4a60d2f5602db03697c8a82ef%5E%21/

** Affects: oxide
 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)

** 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/1654363

Title:
  Fails to build with vivid gcc

Status in Oxide:
  Triaged

Bug description:
  FAILED: obj/base/base_paths/base_paths.o 
  /usr/bin/arm-linux-gnueabihf-g++ -MMD -MF obj/base/base_paths/base_paths.o.d 
-DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUI_COMPOSITOR_IMAGE_TRANSPORT 
-DUSE_AURA=1 -DUSE_PANGO=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TC
  MALLOC -DUSE_EXTERNAL_POPUP_MENU=1 -DDISABLE_NACL -DUSE_PROPRIETARY_CODECS 
-DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL 
-DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -DFIELDTRIAL_TESTING_ENABLED -
  D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 
-DCOMPONENT_BUILD -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DBASE_IM
  PLEMENTATION -I../.. -Igen -fno-strict-aliasing --param=ssp-buffer-size=4 
-fstack-protector -funwind-tables -fPIC -pipe -march=armv7-a -mfloat-abi=hard 
-mtune=generic-armv7-a -pthread -mfpu=neon -mthumb -Wall -Wn
  o-psabi -Wno-unused-local-typedefs -Wno-maybe-uninitialized 
-Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident 
-fdata-sections -ffunction-sections -g2 -fvisibility=hidden 
-fno-threadsafe-statics
   -fvisibility-inlines-hidden -fno-delete-null-pointer-checks -std=gnu++11 
-Wno-narrowing -fno-rtti -fno-exceptions -c ../../base/base_paths.cc -o 
obj/base/base_paths/base_paths.o
  In file included from ../../base/logging.h:21:0,
   from ../../base/hash.h:16,
   from ../../base/containers/hash_tables.h:13,
   from ../../base/files/file_path.h:113,
   from ../../base/base_paths.cc:7:
  ../../base/template_util.h:189:36: error: 'is_trivially_copyable' in 
namespace 'std' does not name a template type
   using is_trivially_copyable = std::is_trivially_copyable;
  ^
  [21/20728] CXX obj/base/base/allocator_extension.o

  Seems like fallout from
  
https://chromium.googlesource.com/chromium/src.git/+/7cebcfb2d80152bc84d88fc711eda6e61acda8be

  See also
  
https://chromium.googlesource.com/chromium/src.git/+/bf74cf1b649e20b4a60d2f5602db03697c8a82ef%5E%21/

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

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : 

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

Status in Canonical System Image:
  New
Status in Oxide:
  Fix Released
Status in Oxide 1.18 series:
  Fix Committed
Status in Oxide 1.19 series:
  Fix Released

Bug description:
  In frieza build 246 (20161206) the tablet will suspend while video or
  audio is playing in the browser. This did not happen in releases a few
  days ago.

  Steps to reproduce
  1) Set lock when idle to 1 minute
  2) Play a youtube video
  3) Tablet suspends after 1 minute, stopping the playback.

  Expected result
  The idle timer should not start until playback has finish

  Also see Bug #1602739

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1647895/+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 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 Oxide:
  Fix Released
Status in Oxide 1.19 series:
  Fix Released

Bug description:
  Whilst trying to bring  popup menu support in to
  UbuntuWebView, I've been struggling to get them working. It turns out
  that popup menus are also broken in webbrowser-app with Oxide 1.19.

  What's happening is:

  1) The popup menu opens and receives focus.
  2) Blink immediately requests that the popup menu closes because the webview 
sends a blur event.

  This is a regression from bug 1599771. It sucks that we didn't find
  this sooner (when the UI lives in Oxide, this sort of thing will be
  easily testable with automated tests in Oxide).

  I wonder whether we should revert the fix for bug 1599771 on the 1.19
  branch and come up with a different fix for that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1649577/+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