[Ubuntu-webapps-bugs] [Bug 1600455] Re: [facebook] Long-pressing the Like (reaction) button opens context menu

2016-07-21 Thread Alexandre Abreu
I investigated a bit,

The menu context menu obviously appears as a result of Oxide informing
us that we have a long press on an  tag underneath. In that case the
menu popups when the linkUrl reported by Oxide is non null.

The issue is that the  tag "hosted" by the "Like" div being pressed
has an empty linkUrl. But as we keep the press the DOM changes to
display the "reaction" icons, and the DOM gets updated accordingly. AS
it happens, it seems that the press action is somewhat evaluated again
and a new link to the FB "story" has been added to the DOM, the context
menu is requested again with a non empty linkUrl this time which makes
the context menu popup.

This behavior does not happen on Android in the same context (and with a
similar UA),

Adding oxide to the list to investigate more,

** Also affects: oxide
   Importance: Undecided
   Status: New

** Changed in: webapps-core
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
     Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-core
   Importance: Undecided => Medium

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

Title:
  [facebook] Long-pressing the Like (reaction) button opens context menu

Status in Oxide:
  New
Status in The Webapps-core project:
  Confirmed
Status in webapps-sprint:
  New

Bug description:
  Steps to reproduce:
  Long press on the Like (thumb up) button below a post

  Expected:
  All the "reactions" (happy, sad, angry etc.) appear so that you can choose one

  Happens:
  *Sometimes* a context menu pops up with open link, save link, copy link, 
cancel etc. options
  https://launchpadlibrarian.net/271941105/screenshot20160709_17813.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1600455/+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 1568145] [NEW] Oxide doesn't properly report the front/back position for enumerated video devices

2016-04-08 Thread Alexandre Abreu
Public bug reported:

In Oxide's video device enumeration code using libhybris,

http://bazaar.launchpad.net/~oxide-
developers/oxide/oxide.trunk/view/head:/shared/browser/media/oxide_video_capture_device_factory_linux.cc#L46

the device facing position is "encoded"  as a string and passed down to
the content layer when creating the VCD name:

http://bazaar.launchpad.net/~oxide-
developers/oxide/oxide.trunk/view/head:/shared/browser/media/oxide_video_capture_device_factory_linux.cc#L82

This name is then used when creating the MEdiaStreamDevice that serves
as a backend for the capture device

https://git.launchpad.net/~oxide-
developers/oxide/+git/chromium/tree/content/browser/renderer_host/media/video_capture_manager.cc#n842

This then creates a MEdiaStreamDevice based on that positional name

https://git.launchpad.net/~oxide-
developers/oxide/+git/chromium/tree/content/public/common/media_stream_request.cc#n29

but :

1. the code is #ifdef'd to Android

which get its info from

https://git.launchpad.net/~oxide-
developers/oxide/+git/chromium/tree/media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java#n58

2. the spelling used (in the android case) is lower case "front",

The result is that no matter what camera we are using we get an
'unspecified' as the camera position on the API side,

** Affects: oxide
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: oxide
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
   Importance: Undecided => High

** Changed in: oxide
   Status: New => In Progress

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

Title:
  Oxide doesn't properly report the front/back position for enumerated
  video devices

Status in Oxide:
  In Progress

Bug description:
  In Oxide's video device enumeration code using libhybris,

  http://bazaar.launchpad.net/~oxide-
  
developers/oxide/oxide.trunk/view/head:/shared/browser/media/oxide_video_capture_device_factory_linux.cc#L46

  the device facing position is "encoded"  as a string and passed down
  to the content layer when creating the VCD name:

  http://bazaar.launchpad.net/~oxide-
  
developers/oxide/oxide.trunk/view/head:/shared/browser/media/oxide_video_capture_device_factory_linux.cc#L82

  This name is then used when creating the MEdiaStreamDevice that serves
  as a backend for the capture device

  https://git.launchpad.net/~oxide-
  
developers/oxide/+git/chromium/tree/content/browser/renderer_host/media/video_capture_manager.cc#n842

  This then creates a MEdiaStreamDevice based on that positional name

  https://git.launchpad.net/~oxide-
  
developers/oxide/+git/chromium/tree/content/public/common/media_stream_request.cc#n29

  but :

  1. the code is #ifdef'd to Android

  which get its info from

  https://git.launchpad.net/~oxide-
  
developers/oxide/+git/chromium/tree/media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java#n58

  2. the spelling used (in the android case) is lower case "front",

  The result is that no matter what camera we are using we get an
  'unspecified' as the camera position on the API side,

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1568145/+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 1567975] [NEW] webapp-container crash with Oxide 1.14

2016-04-08 Thread Alexandre Abreu
Public bug reported:

The renderer crashes with Oxide 1.14 when launching the webapp-
container. The crash occurs in the context of the greasemonkey main
world scripts, here is a stack trace:

#0 0x7f6d2b87b0ae base::debug::StackTrace::StackTrace()
#1 0x7f6d2b87b469 base::debug::(anonymous namespace)::StackDumpSignalHandler()
#2 0x7f6d2a8e8cd0 
#3 0x7f6d2e44cdf8 blink::beforeCallEnteredCallback()
#4 0x7f6d2d03f8b1 v8::internal::Isolate::FireBeforeCallEnteredCallback()
#5 0x7f6d2cd11ae8 v8::Script::Run()
#6 0x7f6d2cd222ba v8::Script::Run()
#7 0x7f6d2b863ed2 oxide::UserScriptSlave::InjectGreaseMonkeyScriptInMainWorld()
#8 0x7f6d2b86463f oxide::UserScriptSlave::InjectScripts()
#9 0x7f6d2ea9f794 content::RenderFrameImpl::didFinishDocumentLoad()
#10 0x7f6d2e008300 blink::FrameLoader::finishedParsing()
#11 0x7f6d2d8f0102 blink::Document::finishedParsing()
#12 0x7f6d2db4f7de blink::HTMLDocumentParser::end()
#13 0x7f6d2db56f98 
blink::HTMLDocumentParser::processParsedChunkFromBackgroundParser()
#14 0x7f6d2db574da blink::HTMLDocumentParser::pumpPendingSpeculations()
#15 0x7f6d2db62c63 
_ZN3WTF21PartBoundFunctionImplISt5tupleIJON5blink36CrossThreadWeakPersistentThisPointerINS2_19HTMLParserSchedulerENS_15FunctionWrapperIMS4_FvvEEEJEEclEv
#16 0x7f6d2b9ca740 
_ZN4base8internal7InvokerINS_13IndexSequenceIJLm0NS0_9BindStateINS0_15RunnableAdapterIPFv10scoped_ptrIN7content12DownloadFileESt14default_deleteIS8_ESC_JNS0_13PassedWrapperISB_ENS0_12InvokeHelperILb0EvSE_EEFvvEE3RunEPNS0_13BindStateBaseE
#17 0x7f6d2b87cc4d base::debug::TaskAnnotator::RunTask()
#18 0x7f6d2e9ee9c3 scheduler::TaskQueueManager::ProcessTaskFromWorkQueue()
#19 0x7f6d2e9eef44 scheduler::TaskQueueManager::DoWork()
#20 0x7f6d2e9ecd67 
_ZN4base8internal7InvokerINS_13IndexSequenceIJLm0ELm1ELm2NS0_9BindStateINS0_15RunnableAdapterIMN9scheduler16TaskQueueManagerEFvNS_9TimeTicksEbEEEFvPS7_S8_bEJNS_7WeakPtrIS7_EES8_bEEENS0_12InvokeHelperILb1EvSB_EEFvvEE3RunEPNS0_13BindStateBaseE
#21 0x7f6d2b87cc4d base::debug::TaskAnnotator::RunTask()
#22 0x7f6d2b898f89 base::MessageLoop::RunTask()
#23 0x7f6d2b8995ad base::MessageLoop::DeferOrRunPendingTask()
#24 0x7f6d2b899878 base::MessageLoop::DoWork()
#25 0x7f6d2b89b299 base::MessagePumpDefault::Run()
#26 0x7f6d2b8adb28 base::RunLoop::Run()
#27 0x7f6d2b8987d5 base::MessageLoop::Run()
#28 0x7f6d2ead35b8 content::RendererMain()
#29 0x7f6d2e985858 content::RunZygote()
#30 0x7f6d2e985e34 content::ContentMainRunnerImpl::Run()
#31 0x7f6d2e9854e1 content::ContentMain()
#32 0x7f6d2b81cb6e oxide::OxideMain()
#33 0x7f6d2b7f45d7 oxide::qt::OxideMain()
#34 0x7f6d2a52ea00 __libc_start_main

** Affects: oxide
 Importance: Critical
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: oxide
   Status: New => In Progress

** Changed in: oxide
   Importance: Undecided => Critical

** Changed in: oxide
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

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

Title:
  webapp-container crash with Oxide 1.14

Status in Oxide:
  In Progress

Bug description:
  The renderer crashes with Oxide 1.14 when launching the webapp-
  container. The crash occurs in the context of the greasemonkey main
  world scripts, here is a stack trace:

  #0 0x7f6d2b87b0ae base::debug::StackTrace::StackTrace()
  #1 0x7f6d2b87b469 base::debug::(anonymous namespace)::StackDumpSignalHandler()
  #2 0x7f6d2a8e8cd0 
  #3 0x7f6d2e44cdf8 blink::beforeCallEnteredCallback()
  #4 0x7f6d2d03f8b1 v8::internal::Isolate::FireBeforeCallEnteredCallback()
  #5 0x7f6d2cd11ae8 v8::Script::Run()
  #6 0x7f6d2cd222ba v8::Script::Run()
  #7 0x7f6d2b863ed2 
oxide::UserScriptSlave::InjectGreaseMonkeyScriptInMainWorld()
  #8 0x7f6d2b86463f oxide::UserScriptSlave::InjectScripts()
  #9 0x7f6d2ea9f794 content::RenderFrameImpl::didFinishDocumentLoad()
  #10 0x7f6d2e008300 blink::FrameLoader::finishedParsing()
  #11 0x7f6d2d8f0102 blink::Document::finishedParsing()
  #12 0x7f6d2db4f7de blink::HTMLDocumentParser::end()
  #13 0x7f6d2db56f98 
blink::HTMLDocumentParser::processParsedChunkFromBackgroundParser()
  #14 0x7f6d2db574da blink::HTMLDocumentParser::pumpPendingSpeculations()
  #15 0x7f6d2db62c63 
_ZN3WTF21PartBoundFunctionImplISt5tupleIJON5blink36CrossThreadWeakPersistentThisPointerINS2_19HTMLParserSchedulerENS_15FunctionWrapperIMS4_FvvEEEJEEclEv
  #16 0x7f6d2b9ca740 
_ZN4base8internal7InvokerINS_13IndexSequenceIJLm0NS0_9BindStateINS0_15RunnableAdapterIPFv10scoped_ptrIN7content12DownloadFileESt14default_deleteIS8_ESC_JNS0_13PassedWrapperISB_ENS0_12InvokeHelperILb0EvSE_EEFvvEE3RunEPNS0_13BindStateBaseE
  #17 0x7f6d2b87cc4d base::debug::TaskAnnotator::RunTask()
  #18 0x7f6d2e9ee9c3 scheduler::TaskQueueManager::ProcessTaskFromWorkQueue()
  #19 0x7f6d2e9eef44 scheduler::TaskQueueManager::DoWork()
  #20 0x7f6

[Ubuntu-webapps-bugs] [Bug 1421423] Re: send_keys in oxide webdriver is not implemented

2016-04-08 Thread Alexandre Abreu
** Changed in: webapps-sprint
   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/1421423

Title:
  send_keys in oxide webdriver is not implemented

Status in Oxide:
  Fix Released
Status in webapps-sprint:
  Fix Released

Bug description:
  I'm trying to automate a test using the oxide webdriver, but an error
  is raised when I try to send_keys to an input field.

  To reproduce:
  Launch the webbrowser with devtools. Something like:

  elopio@tangamandapio76-desktop:~/workspace/canonical/webbrowser-
  app/trunk$ UBUNTU_WEBVIEW_DEVTOOLS_HOST=127.0.0.1
  UBUNTU_WEBVIEW_DEVTOOLS_PORT=9221 ./src/app/webbrowser/webbrowser-app

  Install selenium from the ppa: https://launchpad.net/~canonical-
  platform-qa/+archive/ubuntu/selenium

  Try to send_keys:

  $ python3
  >>> from selenium import webdriver
  >>> from selenium.webdriver.chrome.options import Options
  >>> import subprocess
  >>> CURRENT_ARCHITECTURE = subprocess.check_output(["dpkg-architecture", 
"-qDEB_HOST_MULTIARCH"], universal_newlines=True).strip()
  >>> CHROMEDRIVER_EXEC_PATH = 
"/usr/lib/{}/oxide-qt/chromedriver".format(CURRENT_ARCHITECTURE)
  >>> DEFAULT_WEBVIEW_INSPECTOR_IP = '127.0.0.1'
  >>> DEFAULT_WEBVIEW_INSPECTOR_PORT = 9221
  >>> options = Options()
  >>> options.binary_location = ''
  >>> options.debugger_address = '{}:{}'.format(DEFAULT_WEBVIEW_INSPECTOR_IP, 
DEFAULT_WEBVIEW_INSPECTOR_PORT)
  >>> driver = webdriver.Chrome(executable_path=CHROMEDRIVER_EXEC_PATH, 
chrome_options=options)
  >>> driver.get('http://amazon.com/')
  >>> driver = webdriver.Chrome(executable_path=CHROMEDRIVER_EXEC_PATH, 
chrome_options=options)
  >>> driver.get('http://amazon.com/')>>> search_bar = 
driver.find_element_by_id('nav-searchbar')
  >>> search_text_field = search_bar.find_element_by_id('twotabsearchtextbox')
  >>> search_text_field.send_keys('Test')
  Traceback (most recent call last):
File "", line 1, in 
File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 
303, in send_keys
  self._execute(Command.SEND_KEYS_TO_ELEMENT, {'value': typing})
File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 
385, in _execute
  return self._parent.execute(command, params)
File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 
173, in execute
  self.error_handler.check_response(response)
File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 166, in check_response
  raise exception_class(message, screen, stacktrace)
  selenium.common.exceptions.WebDriverException: Message: unknown error: Not 
Implemented
(Session info: content shell=)
(Driver info: chromedriver=2.12,platform=Linux 3.18.0-12-generic x86_64)

  The same script works using the firefox webdriver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1421423/+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 1395524] Re: unity webapps don't work in Ubuntu 14.10

2016-03-09 Thread Alexandre Abreu
** Changed in: unity-webapps-qml (Ubuntu Utopic)
   Status: Fix Committed => Fix Released

** Changed in: unity-webapps-reddit (Ubuntu)
   Status: New => Fix Released

** Changed in: unity-webapps-gmail (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  unity webapps don't work in Ubuntu 14.10

Status in Unity-Webapps-Telegram:
  New
Status in unity-webapps-gmail package in Ubuntu:
  Fix Released
Status in unity-webapps-qml package in Ubuntu:
  Fix Released
Status in unity-webapps-reddit package in Ubuntu:
  Fix Released
Status in unity-webapps-qml source package in Utopic:
  Fix Released

Bug description:
  [Impact]

  No webapp will start in 14.10.

  [Test Case]

  - install a webapp (e.g. unity-webapps-gmail),
  - click on the launcher/dash icon for gmail,
  - make sure that the GMail webapp starts and that a gmail loging prompt 
appears,

  [Regression Potential]

  None

  -

  Original bug description:

  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
  even after the last updates.
  I have not modified my system in any way to affect webapps and all default 
packages are there.
  It applies to all webapps, youtube, gmail, livemail, reddit, etc.

  Technical Info,
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-telegram/+bug/1395524/+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 1358622] Re: webapp container redirection URL trimming breaks links to twitter in facebook app

2016-02-27 Thread Alexandre Abreu
** Changed in: webapps-core
   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://bugs.launchpad.net/bugs/1358622

Title:
  webapp container redirection URL trimming breaks links to twitter in
  facebook app

Status in The Webapps-core project:
  Fix Released
Status in webbrowser-app:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Consider a facebook post that contains a link to
  "http://t.co/OvsXJpPCtM; (twitter URL shortener). Facebook encodes
  this link as
  
"http://lm.facebook.com/l.php?u=http%3A%2F%2Ft.co%2FOvsXJpPCtM=rAQH6jL54=1;,
  which redirects to the original link.

  However calling Qt.openUrlExternally(…) on the encoded link won’t open
  it in the browser (or in the twitter webapp), it will trigger the URL
  dispatcher with the facebook webapp itself. So the actual link needs
  to be extracted from the encoded URL.

  The webapp container already has a mechanism to do that, in the form
  of a --popup-redirection-url-prefix command-line parameter, which
  basically trims the corresponding prefix off an encoded URL. For
  facebook, this prefix is "http://lm.facebook.com/l.php?u=;. So the
  encoded URL is transformed into
  "http%3A%2F%2Ft.co%2FOvsXJpPCtM=rAQH6jL54=1" and then decoded,
  which gives "http://t.co/OvsXJpPCtM=rAQH6jL54=1;, which ends up on
  a 404, because of the additional parameters "=rAQH6jL54=1" that
  were part of the encoded URL, not the original one.

  This prefix mechanism is too simple, we probably need a regexp
  mechanism to properly extract the target URL from the encoded form,
  without leaving trailing parameters.

  Note that in the current release of webapp-container as of today
  (0.23+14.10.20140818.2-0ubuntu1), there is a bug whereby the encoded
  URL is used, not the trimmed one. The following MR fixes this bug, but
  hits the 404 issue with twitter links in facebook posts:
  https://code.launchpad.net/~osomon/webbrowser-app/filter-session-
  storage-url-save/+merge/231204.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1358622/+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 1440863] Re: navigator.vibrate() not supported

2016-02-18 Thread Alexandre Abreu
** Changed in: webapps-sprint
   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/1440863

Title:
  navigator.vibrate() not supported

Status in Oxide:
  Fix Released
Status in webapps-sprint:
  Fix Released

Bug description:
  navigator.vibrate() is not currently supported and is not bound to
  qtfeedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1440863/+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 1547102] Re: Support switching between mobile and desktop scrollbars on converged devices

2016-02-18 Thread Alexandre Abreu
** Also affects: ubuntu-ux
   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/1547102

Title:
  Support switching between mobile and desktop scrollbars on converged
  devices

Status in Oxide:
  Triaged
Status in Ubuntu UX:
  New

Bug description:
  Currently we use a mobile-oriented overlay scrollbars on mobile, and
  legacy scrollbars on desktop. When a mobile device is docked, we
  should use a desktop-style scrollbar that is big enough to be grabbed
  by a mouse.

  I'm not sure what the heuristic for this should be (detecting if a
  mouse is connected?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1547102/+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 1501330] Re: [webapp-container] Crash with open context menu

2016-02-02 Thread Alexandre Abreu
** 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/1501330

Title:
  [webapp-container] Crash with open context menu

Status in Canonical System Image:
  Fix Released
Status in Oxide:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  I'm able to reliably crash/freeze webapp-container on the phone.

  1) Open to a page with links
  2) Hold down your finger over one of the links until you see the "Copy link" 
popup menu
  3) While still pressing down, swipe up and down a bit

  For me, this will cause the app to crash or freeze, depending on how
  it's feeling that moment.

  webbrowser-app itself doesn't seem affected by those specific steps
  (though it has a different context menu anyway).  I *have* seen it
  freeze on me.  I just don't know what I did.

  current build number: 123
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-09-29 10:56:11
  version version: 123
  version ubuntu: 20150929
  version device: 20150911
  version custom: mako-1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1501330/+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 1523464] Re: Amazon web app on the launcher in 16.04 sends me to .COM instead of .co.uk

2016-01-21 Thread Alexandre Abreu
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: webbrowser-app

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Changed in: webapps-sprint
   Status: New => 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/1523464

Title:
  Amazon web app on the launcher in 16.04 sends me to .COM instead of
  .co.uk

Status in webapp-container:
  New
Status in webapps-sprint:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  As part of testing I launched the Amazon web app from the laucher and
  it sent me to Amazon.com but I live in the UK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapp-container/+bug/1523464/+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 1530274] Re: generic X icon used for window

2016-01-21 Thread Alexandre Abreu
We use the icon that comes bundled with the webapp. We cannot use
favicons per se since they are definitely too small (by default) but we
are currently working on supporting installable webapps (as in
https://developers.google.com/web/updates/2014/11/Support-for-
installable-web-apps-with-webapp-manifest-in-chrome-38-for-
Android?hl=en).

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** No longer affects: webbrowser-app (Ubuntu)

** Project changed: webapp-container => webbrowser-app

** Changed in: webbrowser-app
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Project changed: webbrowser-app => ubuntu

** Changed in: ubuntu
   Importance: Undecided => Medium

** No longer affects: ubuntu

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** 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 webbrowser-app.
https://bugs.launchpad.net/bugs/1530274

Title:
  generic X icon used for window

Status in webapps-sprint:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  It appears that webapp-container windows always use a generic X.org
  icon. Would it be possible to use the website's favicon instead? In my
  opinion, it would significantly improve the native feel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1530274/+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 1457743] Re: qml-core-test::WebView_scriptMainWorld is flaky

2016-01-21 Thread Alexandre Abreu
** No longer affects: webapps-sprint

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

Title:
  qml-core-test::WebView_scriptMainWorld is flaky

Status in Oxide:
  In Progress

Bug description:
  When running unit tests on trunk on my desktop, I’m regularly seeing
  the following test failure:

  2: PASS   : qml-core-test::WebView_scriptMainWorld::initTestCase()
  2: [0522/074536:ERROR:renderer_main.cc(200)] Running without renderer sandbox
  2: 127.0.0.1 - - [22/May/2015 07:45:36] "GET 
/tst_WebView_scriptMainWorld.html HTTP/1.1" 200 -
  2: 127.0.0.1 - - [22/May/2015 07:45:36] "GET /empty.html HTTP/1.1" 200 -
  2: [0522/074536:ERROR:oxide_user_script_slave.cc(114)] Could not get a proper 
message manager for frame: 0x1d81cc24540 while trying to inject script in main 
world
  2: PASS   : 
qml-core-test::WebView_scriptMainWorld::test_WebView_canInjectInMainWorldWithOxideApi()
  2: 127.0.0.1 - - [22/May/2015 07:45:36] "GET 
/tst_WebView_scriptMainWorld.html HTTP/1.1" 200 -
  2: 127.0.0.1 - - [22/May/2015 07:45:36] "GET /empty.html HTTP/1.1" 200 -
  2: [0522/074536:ERROR:oxide_user_script_slave.cc(114)] Could not get a proper 
message manager for frame: 0x1d81cc24620 while trying to inject script in main 
world
  2: PASS   : 
qml-core-test::WebView_scriptMainWorld::test_WebView_receiveMessageFromMainWorldUserscript()
  2: 127.0.0.1 - - [22/May/2015 07:45:36] "GET 
/tst_WebView_scriptMainWorld.html HTTP/1.1" 200 -
  2: 127.0.0.1 - - [22/May/2015 07:45:36] "GET /empty.html HTTP/1.1" 200 -
  2: [0522/074536:ERROR:oxide_user_script_slave.cc(114)] Could not get a proper 
message manager for frame: 0x1d81cc24540 while trying to inject script in main 
world
  2: FAIL!  : 
qml-core-test::WebView_scriptMainWorld::test_WebView_verifyRegularMainWorldScriptDoesNotHaveAccessToOxideApi()
 Unexpected result message
  2:Actual   (): Main world content script found oxide.sendMessage
  2:Expected (): Main world content script DID NOT found oxide.sendMessage
  2:Loc: 
[/home/osomon/dev/phablet/oxide/trunk/qt/tests/qmltests/core/tst_WebView_scriptMainWorld.qml(79)]
  2: PASS   : qml-core-test::WebView_scriptMainWorld::cleanupTestCase()

  It doesn’t happen all the time, but at least 50% of my test runs. I’ve
  seen this failure happen for as long as I can remember, it’s not a
  recent regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1457743/+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 1523464] Re: Amazon web app on the launcher in 16.04 sends me to .COM instead of .co.uk

2015-12-07 Thread Alexandre Abreu
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None => sprint-17

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
   Importance: Undecided => Medium

** Changed in: webbrowser-app
   Importance: Undecided => Medium

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

Title:
  Amazon web app on the launcher in 16.04 sends me to .COM instead of
  .co.uk

Status in webapp-container:
  New
Status in webapps-sprint:
  New
Status in webbrowser-app:
  New

Bug description:
  As part of testing I launched the Amazon web app from the laucher and
  it sent me to Amazon.com but I live in the UK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapp-container/+bug/1523464/+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 1440863] Re: navigator.vibrate() not supported

2015-12-01 Thread Alexandre Abreu
** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None => sprint-17

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
   Importance: Undecided => Medium

** Changed in: webapps-sprint
   Status: New => In Progress

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

Title:
  navigator.vibrate() not supported

Status in Oxide:
  In Progress
Status in webapps-sprint:
  In Progress

Bug description:
  navigator.vibrate() is not currently supported and is not bound to
  qtfeedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1440863/+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 1309657] Re: Webapps Gmail Print or Download attachment don't work

2015-11-27 Thread Alexandre Abreu
@Karl: yes this is tracked by
https://bugs.launchpad.net/oxide/+bug/1331059 , but the download option
works per se.

Closing the bug again.

** Changed in: webapps-sprint
   Status: Triaged => Invalid

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

Title:
  Webapps Gmail Print or Download attachment don't work

Status in GMail WebApp:
  Invalid
Status in webapps-sprint:
  Invalid
Status in unity-webapps-gmail package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu 14.04, using gmail in the new ubuntu browser.
  I can see pdf attachment, but I can't print or download the file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1309657/+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 1501330] Re: [webapp-container] Crash with open context menu

2015-10-15 Thread Alexandre Abreu
It is not specific to the container, a simple qml file such as:

import QtQuick 2.4
import QtQuick.Window 2.2
import com.canonical.Oxide 1.8 as Oxide
import Ubuntu.Web 0.2
import Ubuntu.Components 1.3

WebView {
url: "http://ubuntu.com;

contextualActions: ActionList {
Action {
text: i18n.tr("Copy link")
objectName: "CopyLinkContextualAction"
enabled: contextModel && contextModel.linkUrl.toString()
onTriggered: Clipboard.push(["text/plain", 
contextModel.linkUrl.toString()])
}
Action {
text: i18n.tr("Cut link")
objectName: "CutContextualAction"
enabled: contextModel && contextModel.isEditable &&
 (contextModel.editFlags & Oxide.WebView.CutCapability)
}
}
}

triggers the issue caused I think by a double free memory corruption,

It seems to be the case for apps that dont provide a custom contextMenu
component, and use the default one.

Adding oxide to the bug,

** Also affects: oxide
   Importance: Undecided
   Status: New

** Changed in: oxide
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
   Importance: Undecided => High

** Changed in: oxide
   Status: New => In Progress

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

Title:
  [webapp-container] Crash with open context menu

Status in Canonical System Image:
  Confirmed
Status in Oxide:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  I'm able to reliably crash/freeze webapp-container on the phone.

  1) Open to a page with links
  2) Hold down your finger over one of the links until you see the "Copy link" 
popup menu
  3) While still pressing down, swipe up and down a bit

  For me, this will cause the app to crash or freeze, depending on how
  it's feeling that moment.

  webbrowser-app itself doesn't seem affected by those specific steps
  (though it has a different context menu anyway).  I *have* seen it
  freeze on me.  I just don't know what I did.

  current build number: 123
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-09-29 10:56:11
  version version: 123
  version ubuntu: 20150929
  version device: 20150911
  version custom: mako-1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1501330/+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 1388988] Re: [webapp-container] html5 applications should use the container as a launcher

2015-08-21 Thread Alexandre Abreu
** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   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/1388988

Title:
  [webapp-container] html5 applications should use the container as a
  launcher

Status in Canonical Click Reviewers tools:
  Fix Released
Status in Ubuntu HTML5 UI SDK:
  Fix Released
Status in webbrowser-app:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  HTML5 apps are currently using a specific container/launcher as their
  runtime. They should use the webapp container instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1388988/+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 1467937] Re: File input not supported in HTML5 container

2015-06-23 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme (Ubuntu)
   Status: New = Confirmed

** Changed in: ubuntu-html5-theme (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-html5-theme (Ubuntu)
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Also affects: ubuntu-html5-theme
   Importance: Undecided
   Status: New

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

Title:
  File input not supported in HTML5 container

Status in Ubuntu UI SDK for HTML5 Apps:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  Confirmed

Bug description:
  Triggering a input type=file in the HTML5 launcher does not open a
  file picker and results in the error, Content requested a file
  picker, but the application hasn't provided one.

  In contrast, the browser launches a Content Hub peer picker, accepts a
  content import, and turns it into a HTML5 File object.

  This is seen in the current devel channel (r2).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1467937/+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 1455622] Re: When there are no actions defined, the action bar should not be created

2015-06-16 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   Status: Triaged = Fix Released

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

Title:
  When there are no actions defined, the action bar should not be
  created

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released

Bug description:
  When there are no actions defined, the action bar should not be
  created. When it is it creates a white space (padding 8px) at the
  right of the header bar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1455622/+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 1392281] Re: Clicking an anchor with target _blank does not open the link

2015-06-16 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Clicking an anchor with target _blank does not open the link

Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  When clicking an anchor with a _blank target in a HTML5 application
  (using webapp-container), the link is not opened and the following
  message is displayed in the console:

  qml: Invalid message received:
  {event:newtab,url:http://developer.ubuntu.com/api/html5/current/}

  Steps to reproduce:

  Open Ubuntu SDK
  Create an HTML5 Application using the default template
  Run the application on your desktop
  Click any of the two buttons
  Nothing happens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-html5-theme/+bug/1392281/+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 1387537] Re: Use Qt::AA_ShareOpenGLContexts and drop Qt private headers usage

2015-06-16 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   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/1387537

Title:
  Use Qt::AA_ShareOpenGLContexts and drop Qt private headers usage

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in Online Accounts setup for Ubuntu Touch:
  In Progress
Status in Web Browser App:
  Fix Released
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Update: Qt 5.4 provides Qt::AA_ShareOpenGLContexts function that
  should help in dropping the Qt private headers usage in ubuntu-
  html5-theme, ubuntu-system-settings-online-accounts and webbrowser-
  app.

  More information about Qt 5.4 at:
  https://wiki.ubuntu.com/Touch/QtTesting

  --- original report ---

  There's a critical bug that is being fixed with the following MP:

  https://code.launchpad.net/~abreu-alexandre/ubuntu-system-settings-
  online-accounts/use-hw-compositiing-oxide-rtm-1409/+merge/23

  This bug is about removing the need for that, since using private
  headers causes extra pain for Qt migrations and we should minimize
  their usage.

  Could Oxide provide this somehow else, so that only Oxide would use
  the private headers (like it already does)?

  Update: not blocker for Qt 5.4, but simply something that would help
  Qt transitions in future by removing 5 packages from the transition
  list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1387537/+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 1370975] Re: [webapp-container] Add a command-line option to allow webapps to specify a custom UA string

2015-06-16 Thread Alexandre Abreu
** Changed in: webbrowser-app (Ubuntu RTM)
   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/1370975

Title:
  [webapp-container] Add a command-line option to allow webapps to
  specify a custom UA string

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

Bug description:
  Per https://code.launchpad.net/~daker/webbrowser-
  app/fix.1248728-2/+merge/223171/comments/535098, webapps should have a
  way of specifying a custom UA string, in order to avoid cluttering the
  default list of overrides.

  This custom UA string would override only the default UA, it wouldn’t
  take precedence over other overrides.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1370975/+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 1439701] Re: Autopilot tests for the ubuntu ui tk are failing

2015-06-16 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   Status: In Progress = Fix Released

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

Title:
  Autopilot tests for the ubuntu ui tk are failing

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released

Bug description:
  Autopilot tests for the ubuntu ui tk are failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1439701/+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 1421423] Re: send_keys in oxide webdriver is not implemented

2015-06-16 Thread Alexandre Abreu
** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None = sprint-11

** Changed in: webapps-sprint
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
   Importance: Undecided = High

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

Title:
  send_keys in oxide webdriver is not implemented

Status in Oxide Webview:
  New
Status in Webapps Team Task Tracking Project:
  New

Bug description:
  I'm trying to automate a test using the oxide webdriver, but an error
  is raised when I try to send_keys to an input field.

  To reproduce:
  Launch the webbrowser with devtools. Something like:

  elopio@tangamandapio76-desktop:~/workspace/canonical/webbrowser-
  app/trunk$ UBUNTU_WEBVIEW_DEVTOOLS_HOST=127.0.0.1
  UBUNTU_WEBVIEW_DEVTOOLS_PORT=9221 ./src/app/webbrowser/webbrowser-app

  Install selenium from the ppa: https://launchpad.net/~canonical-
  platform-qa/+archive/ubuntu/selenium

  Try to send_keys:

  $ python3
   from selenium import webdriver
   from selenium.webdriver.chrome.options import Options
   import subprocess
   CURRENT_ARCHITECTURE = subprocess.check_output([dpkg-architecture, 
-qDEB_HOST_MULTIARCH], universal_newlines=True).strip()
   CHROMEDRIVER_EXEC_PATH = 
/usr/lib/{}/oxide-qt/chromedriver.format(CURRENT_ARCHITECTURE)
   DEFAULT_WEBVIEW_INSPECTOR_IP = '127.0.0.1'
   DEFAULT_WEBVIEW_INSPECTOR_PORT = 9221
   options = Options()
   options.binary_location = ''
   options.debugger_address = '{}:{}'.format(DEFAULT_WEBVIEW_INSPECTOR_IP, 
DEFAULT_WEBVIEW_INSPECTOR_PORT)
   driver = webdriver.Chrome(executable_path=CHROMEDRIVER_EXEC_PATH, 
chrome_options=options)
   driver.get('http://amazon.com/')
   driver = webdriver.Chrome(executable_path=CHROMEDRIVER_EXEC_PATH, 
chrome_options=options)
   driver.get('http://amazon.com/') search_bar = 
driver.find_element_by_id('nav-searchbar')
   search_text_field = search_bar.find_element_by_id('twotabsearchtextbox')
   search_text_field.send_keys('Test')
  Traceback (most recent call last):
File stdin, line 1, in module
File 
/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py, line 
303, in send_keys
  self._execute(Command.SEND_KEYS_TO_ELEMENT, {'value': typing})
File 
/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py, line 
385, in _execute
  return self._parent.execute(command, params)
File 
/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py, line 
173, in execute
  self.error_handler.check_response(response)
File 
/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py, 
line 166, in check_response
  raise exception_class(message, screen, stacktrace)
  selenium.common.exceptions.WebDriverException: Message: unknown error: Not 
Implemented
(Session info: content shell=)
(Driver info: chromedriver=2.12,platform=Linux 3.18.0-12-generic x86_64)

  The same script works using the firefox webdriver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1421423/+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 1457743] Re: qml-core-test::WebView_scriptMainWorld is flaky

2015-06-16 Thread Alexandre Abreu
** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None = sprint-11

** Changed in: webapps-sprint
   Importance: Undecided = High

** Changed in: webapps-sprint
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  qml-core-test::WebView_scriptMainWorld is flaky

Status in Oxide Webview:
  Confirmed
Status in Webapps Team Task Tracking Project:
  New

Bug description:
  When running unit tests on trunk on my desktop, I’m regularly seeing
  the following test failure:

  2: PASS   : qml-core-test::WebView_scriptMainWorld::initTestCase()
  2: [0522/074536:ERROR:renderer_main.cc(200)] Running without renderer sandbox
  2: 127.0.0.1 - - [22/May/2015 07:45:36] GET 
/tst_WebView_scriptMainWorld.html HTTP/1.1 200 -
  2: 127.0.0.1 - - [22/May/2015 07:45:36] GET /empty.html HTTP/1.1 200 -
  2: [0522/074536:ERROR:oxide_user_script_slave.cc(114)] Could not get a proper 
message manager for frame: 0x1d81cc24540 while trying to inject script in main 
world
  2: PASS   : 
qml-core-test::WebView_scriptMainWorld::test_WebView_canInjectInMainWorldWithOxideApi()
  2: 127.0.0.1 - - [22/May/2015 07:45:36] GET 
/tst_WebView_scriptMainWorld.html HTTP/1.1 200 -
  2: 127.0.0.1 - - [22/May/2015 07:45:36] GET /empty.html HTTP/1.1 200 -
  2: [0522/074536:ERROR:oxide_user_script_slave.cc(114)] Could not get a proper 
message manager for frame: 0x1d81cc24620 while trying to inject script in main 
world
  2: PASS   : 
qml-core-test::WebView_scriptMainWorld::test_WebView_receiveMessageFromMainWorldUserscript()
  2: 127.0.0.1 - - [22/May/2015 07:45:36] GET 
/tst_WebView_scriptMainWorld.html HTTP/1.1 200 -
  2: 127.0.0.1 - - [22/May/2015 07:45:36] GET /empty.html HTTP/1.1 200 -
  2: [0522/074536:ERROR:oxide_user_script_slave.cc(114)] Could not get a proper 
message manager for frame: 0x1d81cc24540 while trying to inject script in main 
world
  2: FAIL!  : 
qml-core-test::WebView_scriptMainWorld::test_WebView_verifyRegularMainWorldScriptDoesNotHaveAccessToOxideApi()
 Unexpected result message
  2:Actual   (): Main world content script found oxide.sendMessage
  2:Expected (): Main world content script DID NOT found oxide.sendMessage
  2:Loc: 
[/home/osomon/dev/phablet/oxide/trunk/qt/tests/qmltests/core/tst_WebView_scriptMainWorld.qml(79)]
  2: PASS   : qml-core-test::WebView_scriptMainWorld::cleanupTestCase()

  It doesn’t happen all the time, but at least 50% of my test runs. I’ve
  seen this failure happen for as long as I can remember, it’s not a
  recent regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1457743/+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 1336611] Re: Gmail attachments on Touch contain an empty mime-type when signaled from onDownloadRequested

2015-06-15 Thread Alexandre Abreu
** Changed in: webapps-sprint
   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/1336611

Title:
  Gmail attachments on Touch contain an empty mime-type when signaled
  from onDownloadRequested

Status in Oxide Webview:
  Fix Released
Status in Webapps Team Task Tracking Project:
  Fix Released

Bug description:
  When clicking any Gmail attachment on Touch (webbrowser-app or the
  Gmail webapp), eventhough the onDownloadRequested signal is triggered
  properly, the mime type is empty and not specified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1336611/+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 1220765] Re: Runner should launch the webapp container instead of the legacy chromeless

2015-06-02 Thread Alexandre Abreu
** Changed in: libunity-webapps
   Status: Fix Committed = 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/1220765

Title:
  Runner should launch the webapp container instead of the legacy
  chromeless

Status in WebApps: libunity:
  Fix Released
Status in libunity-webapps package in Ubuntu:
  Fix Released

Bug description:
  Runner should launch the webapp container instead of the legacy
  chromeless

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1220765/+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 1056513] Re: Fix session migration script to account for vendor patched gsettings

2015-05-29 Thread Alexandre Abreu
** Changed in: webapps-applications
   Status: Fix Committed = Fix Released

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

Title:
  Fix session migration script to account for vendor patched gsettings

Status in Common Data Shared by WebApps:
  Fix Released
Status in webapps-applications package in Ubuntu:
  Fix Released

Bug description:
  Some vendor patches (e.g. Edubuntu) remove the default webapps icons
  (amazon  u1music) w/ a schema override and therefore do not want them
  added by the session migration script.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-applications/+bug/1056513/+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 1337369] Re: Expose user agent as part of downloadRequest

2015-05-29 Thread Alexandre Abreu
** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None = sprint-10

** Changed in: webapps-sprint
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
   Importance: Undecided = High

** Changed in: webapps-sprint
   Status: New = In Progress

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

Title:
  Expose user agent as part of downloadRequest

Status in Oxide Webview:
  In Progress
Status in Webapps Team Task Tracking Project:
  In Progress

Bug description:
  To allow the correct user agent to be passed to download manager it
  would be useful to have the user agent provided as part of a download
  request. This then avoids the issue of the user agent provided via the
  WebContext not having user agent overrides taken into account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1337369/+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 1309657] Re: Webapps Gmail Print or Download attachment don't work

2015-05-29 Thread Alexandre Abreu
** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None = sprint-10

** Changed in: unity-webapps-gmail (Ubuntu)
   Status: In Progress = Invalid

** Changed in: unity-webapps-gmail
   Status: New = Invalid

** Changed in: webapps-sprint
   Status: New = In Progress

** Changed in: webapps-sprint
   Importance: Undecided = Medium

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

Title:
  Webapps Gmail Print or Download attachment don't work

Status in Unity integration for GMail:
  Invalid
Status in Webapps Team Task Tracking Project:
  In Progress
Status in Web Browser App:
  In Progress
Status in unity-webapps-gmail package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.04, using gmail in the new ubuntu browser.
  I can see pdf attachment, but I can't print or download the file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1309657/+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 1336611] Re: Gmail attachments on Touch contain an empty mime-type when signaled from onDownloadRequested

2015-05-29 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/oxide/mimetype-from-suggested-
filename

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None = sprint-10

** Changed in: webapps-sprint
   Status: New = In Progress

** Changed in: webapps-sprint
   Importance: Undecided = High

** Changed in: webapps-sprint
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  Gmail attachments on Touch contain an empty mime-type when signaled
  from onDownloadRequested

Status in Oxide Webview:
  In Progress
Status in Webapps Team Task Tracking Project:
  In Progress

Bug description:
  When clicking any Gmail attachment on Touch (webbrowser-app or the
  Gmail webapp), eventhough the onDownloadRequested signal is triggered
  properly, the mime type is empty and not specified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1336611/+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 1264493] Re: No Paste option in web page entries

2015-05-29 Thread Alexandre Abreu
** Also affects: oxide
   Importance: Undecided
   Status: New

** Changed in: oxide
   Status: New = Fix Committed

** Changed in: oxide
   Importance: Undecided = High

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
Milestone: None = 1.8.0

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

Title:
  No Paste option in web page entries

Status in the base for Ubuntu mobile products:
  New
Status in Oxide Webview:
  Fix Committed
Status in Web Browser App:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  It's not possible to copy/paste passwords between two silo'd webapps.

  Open twitter webapp
  Open separate web browser which goes to password remembering site (such as 
lastpass)
  Copy password by longpress
  Switch to twitter webapp
  Try to paste into password field, discover no Paste option, only Copy.

  I would expect to be able to copy/paste between browser windows

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: armhf
  Date: Fri Dec 27 11:01:32 2013
  InstallationDate: Installed on 2013-12-20 (7 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131220)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1264493/+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 1457521] Re: Add native UbuntuSDK DatePicker as the backend for the blink date time picker

2015-05-21 Thread Alexandre Abreu
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app
   Status: New = Incomplete

** Changed in: webbrowser-app
   Status: Incomplete = In Progress

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  Add native UbuntuSDK DatePicker as the backend for the blink date time
  picker

Status in Oxide Webview:
  In Progress
Status in Web Browser App:
  In Progress

Bug description:
  Add native UbuntuSDK DatePicker as the backend for the blink date time
  picker

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1457521/+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 1457521] [NEW] Add native UbuntuSDK DatePicker as the backend for the blink date time picker

2015-05-21 Thread Alexandre Abreu
Public bug reported:

Add native UbuntuSDK DatePicker as the backend for the blink date time
picker

** Affects: oxide
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: oxide
   Status: New = In Progress

** Changed in: oxide
   Importance: Undecided = High

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  Add native UbuntuSDK DatePicker as the backend for the blink date time
  picker

Status in Oxide Webview:
  In Progress

Bug description:
  Add native UbuntuSDK DatePicker as the backend for the blink date time
  picker

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1457521/+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 1451432] [NEW] [webapp-container] Make it so that SAML request URLs are dynamically added to the list of URL patterns

2015-05-04 Thread Alexandre Abreu
Public bug reported:

SAML requests sent as part of SSO for cases like google apps for your
domain could be better handled in terms of URL pattern shielding. At
the moment, the URLs are added statically, which is quite unreliable
since we cannot guess either changes in the URLs structure or the third
party identity provider.

** Affects: webbrowser-app
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: Triaged

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
   Status: New = 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/1451432

Title:
  [webapp-container] Make it so that SAML request URLs are dynamically
  added to the list of URL patterns

Status in Web Browser App:
  Triaged

Bug description:
  SAML requests sent as part of SSO for cases like google apps for your
  domain could be better handled in terms of URL pattern shielding. At
  the moment, the URLs are added statically, which is quite unreliable
  since we cannot guess either changes in the URLs structure or the
  third party identity provider.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1451432/+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 1442638] Re: Add support for push notification API

2015-04-30 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   Status: New = Invalid

** Also affects: oxide
   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/1442638

Title:
  Add support for push notification API

Status in Oxide Webview:
  New
Status in Ubuntu UI SDK for HTML5 Apps:
  Invalid

Bug description:
  Add support for push notification API

  This is a meta bug since it involves more projects.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1442638/+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 1449660] Re: AP tests for the container stall/freeze

2015-04-30 Thread Alexandre Abreu
Thank you Olivier,

the stacktrace is not really meaningful though. I am able to repro at
will on the desktop w/ any version  1.7.3, and I closing on the issue,

** Also affects: oxide
   Importance: Undecided
   Status: New

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
   Importance: Undecided = High

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

Title:
  AP tests for the container stall/freeze

Status in Oxide Webview:
  In Progress
Status in Webapps Team Task Tracking Project:
  In Progress
Status in Web Browser App:
  In Progress

Bug description:
  At least when using oxide 1.7.3, AP tests for the container on a vivid
  desktop stall/freeze after having apparently executed properly and w/o
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1449660/+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 1449660] [NEW] AP tests for the container stall/freeze

2015-04-28 Thread Alexandre Abreu
Public bug reported:

At least when using oxide 1.7.3, AP tests for the container on a vivid
desktop stall/freeze after having apparently executed properly and w/o
errors.

** Affects: webbrowser-app
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
   Status: New = 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/1449660

Title:
  AP tests for the container stall/freeze

Status in Web Browser App:
  In Progress

Bug description:
  At least when using oxide 1.7.3, AP tests for the container on a vivid
  desktop stall/freeze after having apparently executed properly and w/o
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1449660/+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 1447212] [NEW] [webapp-container] Improve override mechanism

2015-04-22 Thread Alexandre Abreu
Public bug reported:

The override mechanism is useful but can be improved to require less
import for qml dependancies that endup being embedded in the various
webapp click.

** Affects: webbrowser-app
 Importance: Medium
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: Triaged

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = Medium

** Changed in: webbrowser-app
   Status: New = 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/1447212

Title:
  [webapp-container] Improve override mechanism

Status in Web Browser App:
  Triaged

Bug description:
  The override mechanism is useful but can be improved to require less
  import for qml dependancies that endup being embedded in the various
  webapp click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1447212/+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 1440863] [NEW] navigator.notification.vibrate not supported

2015-04-06 Thread Alexandre Abreu
Public bug reported:

navigator.notification.vibrate is not currently supported and is not
bound to qtfeedback

** Affects: oxide
 Importance: Medium
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: Confirmed

** Changed in: oxide
Milestone: None = branch-1.8

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
   Importance: Undecided = Medium

** Changed in: oxide
   Status: New = Confirmed

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

Title:
  navigator.notification.vibrate not supported

Status in Oxide Webview:
  Confirmed

Bug description:
  navigator.notification.vibrate is not currently supported and is not
  bound to qtfeedback

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1440863/+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 1398087] Re: navigator.webkitPersistentStorage.requestQuota crashes oxide

2015-03-24 Thread Alexandre Abreu
Actual support for requestQuota has been moved to a new bug:

https://bugs.launchpad.net/oxide/+bug/1436010


** Branch unlinked: lp:~abreu-alexandre/oxide/add-quota-permission-
context-support

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

Title:
  navigator.webkitPersistentStorage.requestQuota crashes oxide

Status in Oxide Webview:
  Fix Released
Status in Oxide 1.4 series:
  Fix Released

Bug description:
  QuotaPermissionContext is not implemented on the oxide side, so when
  triggering a call to it (and up to the ContentBrowserClient) a nullptr
  acces triggers a segfault:

  
https://chromium.googlesource.com/chromium/chromium/+/trunk/content/browser/quota_dispatcher_host.cc

  L160,

  The QuotaPermissionContext not being implemented,

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1398087/+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 1436010] [NEW] Add support for navigator.webkitPersistenceStorage.requestQuota

2015-03-24 Thread Alexandre Abreu
Public bug reported:

Implement QuotaPermissionContext is not implemented on the oxide side.

** Affects: oxide
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: oxide
   Status: New = In Progress

** Changed in: oxide
   Importance: Undecided = High

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Branch linked: lp:~abreu-alexandre/oxide/add-quota-permission-
context-support

** Changed in: oxide
Milestone: None = branch-1.7

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

Title:
  Add support for navigator.webkitPersistenceStorage.requestQuota

Status in Oxide Webview:
  In Progress

Bug description:
  Implement QuotaPermissionContext is not implemented on the oxide side.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1436010/+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 1428660] Re: Unable to share a link with social media app

2015-03-05 Thread Alexandre Abreu
There is a plan to add Links as sharable components to the various
webapps soon, we are working at this moment on adding this, e.g.
https://bugs.launchpad.net/unity-webapps-qml/+bug/1427921


** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Confirmed

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided = High

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

** Also affects: webapps-core
   Importance: Undecided
   Status: New

** Changed in: webapps-core
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-core
   Importance: Undecided = High

** Changed in: webapps-core
   Status: New = Confirmed

** Changed in: webbrowser-app
   Status: New = Confirmed

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

Title:
  Unable to share a link with social media app

Status in The Webapps-core project:
  Confirmed
Status in Web Browser App:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Webbrowser app can share links only with Telegram app or Messaging
  app, but you can't share with other app, such as Twitter app or
  Facebook app.

  Example:
  1) open webbrowser app
  2) browse to a web site (e.g. http://www.ubuntu.com)
  3) tap the menu
  4) select Share
  5) it appears Share to - you can only choose Messaging or Telegram

  You should be able to share title of the web page + url with other
  social media app, such as Twiter, Facebook, Google plus.

  I'm using a Aquaris e4.5 with Ubuntu 14.10 (r19).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1428660/+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 1427828] [NEW] Oxide crashes in [webframe].sendMessageNoReply

2015-03-03 Thread Alexandre Abreu
Public bug reported:

Oxide crashes when sendMessageNoReply() is being called on a given
webframe

** Affects: oxide
 Importance: Critical
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: oxide
   Importance: Undecided = High

** Changed in: oxide
   Status: New = In Progress

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Branch linked: lp:~abreu-alexandre/oxide/fix-sendMessageNoReply-crash

** Branch linked: lp:~abreu-alexandre/oxide/fix-sendMessageNoReply-
crash-1.5

** Changed in: oxide
   Importance: High = Critical

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

Title:
  Oxide crashes in [webframe].sendMessageNoReply

Status in Oxide Webview:
  In Progress

Bug description:
  Oxide crashes when sendMessageNoReply() is being called on a given
  webframe

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1427828/+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 1402994] Re: oxide::qt::LocationProvider should be paused when the application becomes inactive

2015-02-26 Thread Alexandre Abreu
The fix has been moved to qtsensors that automativally handles
application state updates and starts/stops the geolocation source
automatically,

** Branch linked: lp:~ricmm/qtubuntu-sensors/browser-location-rtm

** Changed in: oxide
   Status: Confirmed = Invalid

** Branch linked: lp:~ricmm/qtubuntu-sensors/browser-location-vivid

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

Title:
  oxide::qt::LocationProvider should be paused when the application
  becomes inactive

Status in the base for Ubuntu mobile products:
  In Progress
Status in Oxide Webview:
  Invalid
Status in qtubuntu-sensors package in Ubuntu:
  New

Bug description:
  If a WebView is used to browse to a page that requests continuous
  position updates, the LocationProvider should be paused when the
  application goes in the background, and resumed when it gets back in
  the foreground.

  This could be implemented by making oxide::qt::LocationProvider a
  BrowserPlatformIntegrationObserver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1402994/+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 1422872] Re: [webapp-container] Video frame suddenly going blank while playing in Google+

2015-02-17 Thread Alexandre Abreu
** Also affects: oxide
   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.launchpad.net/bugs/1422872

Title:
  [webapp-container] Video frame suddenly going blank while playing in
  Google+

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

Bug description:
  1. In the Google+ webapp, go to Jono's page, and search for his Ubuntu Phone 
review. 
  2. Play the video in landscape / fullscreen mode
  3. Wait for a few minutes

  The video frame suddenly goes blank.

  The logs say:

  [0217/200928:WARNING:message_in_transit_queue.cc(18)] Destroying
  nonempty message queue

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1422872/+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 1413986] Re: First launch of a HTML5 app doesn't work, second one does

2015-02-16 Thread Alexandre Abreu
** Changed in: unity-webapps-qml
   Status: New = Invalid

** Changed in: webbrowser-app
   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/1413986

Title:
  First launch of a HTML5 app doesn't work, second one does

Status in the base for Ubuntu mobile products:
  Fix Committed
Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Committed
Status in Unity WebApps QML component:
  Invalid
Status in Web Browser App:
  Invalid
Status in ubuntu-html5-theme package in Ubuntu RTM:
  New

Bug description:
  Try installing 'roll-a-dice' from the store, run it, watch the spinner
  spin. Close the app, try again, voilà, it works.

  Tested and confirmed by: popey, justcarakas, alexabreu, dbarth.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413986/+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 1309657] Re: Webapps Gmail Print or Download attachment don't work

2015-02-10 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/desktop-download

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

Title:
  Webapps Gmail Print or Download attachment don't work

Status in Unity integration for GMail:
  New
Status in Web Browser App:
  In Progress
Status in unity-webapps-gmail package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.04, using gmail in the new ubuntu browser.
  I can see pdf attachment, but I can't print or download the file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1309657/+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 1406643] Re: Webapps requiring a content script and a UA override are unpublishable in the click store

2015-02-02 Thread Alexandre Abreu
** Changed in: webbrowser-app
   Status: In Progress = Invalid

** Changed in: click-reviewers-tools
   Status: New = 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/1406643

Title:
  Webapps requiring a content script and a UA override are unpublishable
  in the click store

Status in tools to review click packages:
  In Progress
Status in Web Browser App:
  Invalid

Bug description:
  For a webapp to have an injected content script, it must have a
  webapp-properties.json file which lists that script, and
  --webappModelSearchPath=. on the desktop file Exec line.

  It should be possible to override the user agent with a user-agent-
  override directive in that file too, but it isn't because of bug
  #1379497.

  It *is* possible to add --user-agent-string='something somethingelse'
  to the .desktop file Exec line, and these two work together fine.
  However, the click reviewers tools say should not specify
  --webappUrlPatterns when using --webappModelSearchPath, which means
  that *even though this whole combination works*, it is rejected by
  click review.

  This means that it is impossible to publish such an app to the click
  store, even though it works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1406643/+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 1388988] Re: [webapp-container] html5 applications should use the container as a launcher

2015-01-29 Thread Alexandre Abreu
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   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/1388988

Title:
  [webapp-container] html5 applications should use the container as a
  launcher

Status in tools to review click packages:
  Fix Released
Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  HTML5 apps are currently using a specific container/launcher as their
  runtime. They should use the webapp container instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1388988/+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 1393466] Re: [webapp-container] user agent override param does not work

2015-01-29 Thread Alexandre Abreu
** Changed in: webbrowser-app
   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/1393466

Title:
  [webapp-container] user agent override param does not work

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

Bug description:
  One can specify using a command line option what the user agent for a
  given container session is. It does not currently works for the
  first http request. There is a race in the ubuntu webview component
  between the time the webcontext is created (with the default UA), the
  time the URL is set (and picked up by Oxide), and the time the new
  user agent is pull from the webview override using getUserAgent(),

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1393466/+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 1369655] Re: Port AP tests to python3

2015-01-23 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   Status: In Progress = Fix Released

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

Title:
  Port AP tests to python3

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released

Bug description:
  The Autopilot tests have been running w/ python2, for which support
  was dropped since early August in favor of python3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1369655/+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 1396166] Re: [webapps-container] Stops prematurely for all default webapp on desktop

2015-01-23 Thread Alexandre Abreu
** Changed in: webbrowser-app
   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/1396166

Title:
  [webapps-container] Stops prematurely for all default webapp on
  desktop

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

Bug description:
  In Vivid, the container now fails to properly lookup webapps and
  exists prematurely when no homepage is provided (which is the case for
  default installed webapps).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1396166/+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 1409656] Re: ubuntu-html5-container still pulls cordova-2.8 on vivid

2015-01-22 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   Status: In Progress = Fix Released

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

Title:
  ubuntu-html5-container still pulls cordova-2.8 on vivid

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in Ubuntu HTML5 UI SDK rtm-14.09 series:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  Fix Released

Bug description:
  daniel@daydream:~$ LC_ALL=C sudo dpkg -P qtdeclarative5-cordova-2.8-plugin
  dpkg: dependency problems prevent removal of 
qtdeclarative5-cordova-2.8-plugin:amd64:
   ubuntu-html5-container depends on qtdeclarative5-cordova-2.8-plugin.

  dpkg: error processing package qtdeclarative5-cordova-2.8-plugin:amd64 
(--purge):
   dependency problems - not removing
  Errors were encountered while processing:
   qtdeclarative5-cordova-2.8-plugin:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1409656/+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 1411726] [NEW] [webapp-container] Support Install webapp capable websites

2015-01-16 Thread Alexandre Abreu
Public bug reported:

Add support for on the fly installation of webapp capable websites.

** Affects: webbrowser-app
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: webbrowser-app
   Status: New = In Progress

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  [webapp-container] Support Install webapp capable websites

Status in Web Browser App:
  In Progress

Bug description:
  Add support for on the fly installation of webapp capable websites.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1411726/+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 1378437] Re: Facebook webapp does not work with the url dispatcher

2015-01-15 Thread Alexandre Abreu
** Changed in: unity-webapps-qml (Ubuntu RTM)
   Status: New = Fix Released

** Changed in: webbrowser-app
   Status: In Progress = Fix Released

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

** Changed in: webapps-core
   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/1378437

Title:
  Facebook webapp does not work with the url dispatcher

Status in Unity WebApps QML component:
  Fix Released
Status in The Webapps-core project:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in unity-webapps-qml package in Ubuntu:
  Fix Released
Status in unity-webapps-qml package in Ubuntu RTM:
  Fix Released

Bug description:
  The facebook webapp does not work when is being opened as a result of
  the url dispatcher opening a non default url (e.g. to the user's
  account page instead of the default homepage),

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-qml/+bug/1378437/+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 1347764] Re: webapps user scripts overriding StateSaver saved url

2015-01-15 Thread Alexandre Abreu
** Changed in: webapps-core
   Status: Triaged = Fix Released

** Changed in: webbrowser-app
   Status: Triaged = Fix Released

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: New = Fix Released

** Changed in: webbrowser-app (Ubuntu)
   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://bugs.launchpad.net/bugs/1347764

Title:
  webapps user scripts overriding StateSaver saved url

Status in The Webapps-core project:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  placeholder bug for issue that has been discussed already:
  webapps and webbrowser are now using StateSaver to restore previous url if 
they are killed by oom killer. There is an issue with webapps that use user 
scripts (currently Facebook) where the user script runs after the save url is 
restored and overwrites it with it's own url. This will need to be updated to 
honor the value saved by StateSaver, if present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1347764/+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 1408064] Re: [webapp-container] UA Override from webapp-properies.json file is not set

2015-01-12 Thread Alexandre Abreu
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: webbrowser-app (Ubuntu RTM)
   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.launchpad.net/bugs/1408064

Title:
  [webapp-container] UA Override from webapp-properies.json file is not
  set

Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu RTM:
  New

Bug description:
  [Impact]

   Webapp has the option to either specify a command line option to have
  a specific UA overriding the default or have a local webapp-
  properties.json file that defines the UA override such as:

  {
  name: MyWebapp,
  includes:[http://user-agent.me/*;],
  domain:user-agent.me,
  homepage:http://user-agent.me/;,
  user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
  }

  This currently does work.

  
  [Test Case]

  - from qtcreator, create a webapp,
  - update the Exec line from the desktop file to
Exec=webapp-container --enable-back-forward --store-session-cookies 
--webappModelSearchPath=. %u
  - create a webapp-properties.json file in the project folder with the 
following content:
  {
  name: MyWebapp,
  includes:[http://user-agent.me/*;],
  domain:user-agent.me,
  homepage:http://user-agent.me/;,
  user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
  }
  - make sure that the webapp automatically browses to http://user-agent.me/
  - make sure that the UA override is the same as the one listed above,

  
  [Regression Potential] 

  Make sure that the window title is properly set to the webapp name.

  
  Note:
  
  this is not a dup of https://bugs.launchpad.net/webbrowser-app/+bug/1379497 
but a regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1408064/+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 1406643] Re: Webapps requiring a content script and a UA override are unpublishable in the click store

2015-01-07 Thread Alexandre Abreu
** Also affects: click-reviewers-tools
   Importance: Undecided
   Status: New

** Changed in: click-reviewers-tools
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  Webapps requiring a content script and a UA override are unpublishable
  in the click store

Status in tools to review click packages:
  New
Status in Web Browser App:
  In Progress

Bug description:
  For a webapp to have an injected content script, it must have a
  webapp-properties.json file which lists that script, and
  --webappModelSearchPath=. on the desktop file Exec line.

  It should be possible to override the user agent with a user-agent-
  override directive in that file too, but it isn't because of bug
  #1379497.

  It *is* possible to add --user-agent-string='something somethingelse'
  to the .desktop file Exec line, and these two work together fine.
  However, the click reviewers tools say should not specify
  --webappUrlPatterns when using --webappModelSearchPath, which means
  that *even though this whole combination works*, it is rejected by
  click review.

  This means that it is impossible to publish such an app to the click
  store, even though it works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1406643/+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 1396558] Re: [webapp-container] [Regression] Can't open PDF attachments from Gmail

2015-01-06 Thread Alexandre Abreu
This does not happen anymore for me with vivid image #58

** Changed in: webbrowser-app
   Status: In Progress = Invalid

** Changed in: webbrowser-app
   Status: Invalid = Incomplete

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

Title:
  [webapp-container] [Regression] Can't open PDF attachments from Gmail

Status in Web Browser App:
  Incomplete

Bug description:
  Testing a silo on v ivid, I see this in the logs when trying to open a
  PDF attachment:

  qml: WARNING: Header is an internal component of Ubuntu.Components andits API 
may change or be removed at any moment.Please use MainView and Page instead.
  
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Content/ContentPeerPicker10.qml:184:
 TypeError: Cannot read property 'peers' of null

  Bad installation problem ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1396558/+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 1408064] [NEW] [webapp-container] UA Override from webapp-properies.json file is not set

2015-01-06 Thread Alexandre Abreu
Public bug reported:

[Impact]

 Webapp has the option to either specify a command line option to have a
specific UA overriding the default or have a local webapp-
properties.json file that defines the UA override such as:

{
name: MyWebapp,
includes:[http://user-agent.me/*;],
domain:user-agent.me,
homepage:http://user-agent.me/;,
user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
}

This currently does work.


[Test Case]

- from qtcreator, create a webapp,
- update the Exec line from the desktop file to
  Exec=webapp-container --enable-back-forward --store-session-cookies 
--webappModelSearchPath=. %u
- create a webapp-properties.json file in the project folder with the following 
content:
{
name: MyWebapp,
includes:[http://user-agent.me/*;],
domain:user-agent.me,
homepage:http://user-agent.me/;,
user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
}
- make sure that the webapp automatically browses to http://user-agent.me/
- make sure that the UA override is the same as the one listed above,


[Regression Potential] 

Make sure that the window title is properly set to the webapp name.


Note:

this is not a dup of https://bugs.launchpad.net/webbrowser-app/+bug/1379497 but 
a regression

** Affects: webbrowser-app
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-local-webapp-
properties-ua-override

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
   Status: New = 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/1408064

Title:
  [webapp-container] UA Override from webapp-properies.json file is not
  set

Status in Web Browser App:
  In Progress

Bug description:
  [Impact]

   Webapp has the option to either specify a command line option to have
  a specific UA overriding the default or have a local webapp-
  properties.json file that defines the UA override such as:

  {
  name: MyWebapp,
  includes:[http://user-agent.me/*;],
  domain:user-agent.me,
  homepage:http://user-agent.me/;,
  user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
  }

  This currently does work.

  
  [Test Case]

  - from qtcreator, create a webapp,
  - update the Exec line from the desktop file to
Exec=webapp-container --enable-back-forward --store-session-cookies 
--webappModelSearchPath=. %u
  - create a webapp-properties.json file in the project folder with the 
following content:
  {
  name: MyWebapp,
  includes:[http://user-agent.me/*;],
  domain:user-agent.me,
  homepage:http://user-agent.me/;,
  user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
  }
  - make sure that the webapp automatically browses to http://user-agent.me/
  - make sure that the UA override is the same as the one listed above,

  
  [Regression Potential] 

  Make sure that the window title is properly set to the webapp name.

  
  Note:
  
  this is not a dup of https://bugs.launchpad.net/webbrowser-app/+bug/1379497 
but a regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1408064/+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 1377942] Re: Unity WebApps do not load any pages

2014-12-06 Thread Alexandre Abreu
*** This bug is a duplicate of bug 1395524 ***
https://bugs.launchpad.net/bugs/1395524

@Franko: no worries :)

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

Title:
  Unity WebApps do not load any pages

Status in WebApps: libunity:
  New
Status in unity-webapps-livemail package in Ubuntu:
  Confirmed

Bug description:
  None of the Unity WebApps in 14.10 load any pages, though same pages
  load properly in Ubuntu Browser itself.

  Added example terminal output from running unity-webapps-livemail.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity-webapps-livemail 2.4.16+13.10.20130924.2-0ubuntu1
  Uname: Linux 3.17.0-031700rc7-generic x86_64
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  6 15:34:00 2014
  InstallationDate: Installed on 2014-09-23 (13 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pl
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity-webapps-livemail
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1377942/+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 1377942] Re: Unity WebApps do not load any pages

2014-12-05 Thread Alexandre Abreu
*** This bug is a duplicate of bug 1395524 ***
https://bugs.launchpad.net/bugs/1395524

@Franko: A patch landed for vivid and is being backported in U,

** This bug has been marked a duplicate of bug 1395524
unity webapps don't work in Ubuntu 14.10

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

Title:
  Unity WebApps do not load any pages

Status in WebApps: libunity:
  New
Status in unity-webapps-livemail package in Ubuntu:
  Confirmed

Bug description:
  None of the Unity WebApps in 14.10 load any pages, though same pages
  load properly in Ubuntu Browser itself.

  Added example terminal output from running unity-webapps-livemail.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity-webapps-livemail 2.4.16+13.10.20130924.2-0ubuntu1
  Uname: Linux 3.17.0-031700rc7-generic x86_64
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  6 15:34:00 2014
  InstallationDate: Installed on 2014-09-23 (13 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140923)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pl
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity-webapps-livemail
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1377942/+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 1395524] Re: unity webapps don't work in Ubuntu 14.10

2014-12-03 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/unity-webapps-qml/content-hub-
fail-safe-14-04

** Branch linked: lp:~abreu-alexandre/unity-webapps-qml/content-hub-
fail-safe-14-10

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

Title:
   unity webapps don't work in Ubuntu 14.10

Status in unity-webapps-gmail package in Ubuntu:
  In Progress
Status in unity-webapps-qml package in Ubuntu:
  Fix Released

Bug description:
  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
  even after the last updates. 
  I have not modified my system in any way to affect webapps and all default 
packages are there. 
  It applies to all webapps, youtube, gmail, livemail, reddit, etc. 

  Technical Info, 
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-gmail/+bug/1395524/+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 1395524] Re: unity webapps don't work in Ubuntu 14.10

2014-12-03 Thread Alexandre Abreu
** Description changed:

+ [Impact]
+ 
+ No webapp will start in 14.10.
+ 
+ [Test Case]
+ 
+ - install a webapp (e.g. unity-webapps-gmail),
+ - click on the launcher icon for gmail,
+ - make sure that the GMail webapp starts and that a gmail loging prompt 
appears,
+ 
+ [Regression Potential]
+ 
+ None
+ 
+ -
+ 
+ Original bug description:
+ 
  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
- even after the last updates. 
- I have not modified my system in any way to affect webapps and all default 
packages are there. 
- It applies to all webapps, youtube, gmail, livemail, reddit, etc. 
+ even after the last updates.
+ I have not modified my system in any way to affect webapps and all default 
packages are there.
+ It applies to all webapps, youtube, gmail, livemail, reddit, etc.
  
- Technical Info, 
+ Technical Info,
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

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

Title:
   unity webapps don't work in Ubuntu 14.10

Status in unity-webapps-gmail package in Ubuntu:
  In Progress
Status in unity-webapps-qml package in Ubuntu:
  Fix Released

Bug description:
  [Impact]

  No webapp will start in 14.10.

  [Test Case]

  - install a webapp (e.g. unity-webapps-gmail),
  - click on the launcher icon for gmail,
  - make sure that the GMail webapp starts and that a gmail loging prompt 
appears,

  [Regression Potential]

  None

  -

  Original bug description:

  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
  even after the last updates.
  I have not modified my system in any way to affect webapps and all default 
packages are there.
  It applies to all webapps, youtube, gmail, livemail, reddit, etc.

  Technical Info,
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-gmail/+bug/1395524/+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 1398923] Re: [Facebook] External links don't open in the webbrowser

2014-12-03 Thread Alexandre Abreu
A branch has been proposed for RTM to allowing fixing the issue. (The
Vivid webapp-container already contains the fix).

A fix at the click package level will be needed after that. The branch
is backward compatible with the current facebook webapp so it does not
make the situation worse (it actually makes it slightly better).


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

** Branch linked: lp:~abreu-alexandre/webbrowser-app/rtm-1409-backport-
prefix-pattern

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

Title:
  [Facebook] External links don't open in the webbrowser

Status in The Webapps-core project:
  In Progress
Status in Web Browser App:
  New

Bug description:
  Test case.
  - Open Facebook app.
  - Login.
  - Click on an external link.

  Expected result.
  - Link is opened in webbrowser-app.

  Actual result.
  - In krillin rtm-proposed 171, link is treated as an internal link.
  - In mako vivid 41, page is not opened. Facebook displays Page not found 
error displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1398923/+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 1398087] [NEW] navigator.webkitPersistentStorage.requestQuota crashes oxide

2014-12-01 Thread Alexandre Abreu
Public bug reported:

QuotaPermissionContext is not implemented on the oxide side, so when
triggering a call to it (and up to the ContentBrowserClient) a nullptr
acces triggers a segfault:

https://chromium.googlesource.com/chromium/chromium/+/trunk/content/browser/quota_dispatcher_host.cc

L160,

The QuotaPermissionContext not being implemented,

** Affects: oxide
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: oxide
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: oxide
   Status: New = In Progress

** 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.
https://bugs.launchpad.net/bugs/1398087

Title:
  navigator.webkitPersistentStorage.requestQuota crashes oxide

Status in Oxide Webview:
  In Progress

Bug description:
  QuotaPermissionContext is not implemented on the oxide side, so when
  triggering a call to it (and up to the ContentBrowserClient) a nullptr
  acces triggers a segfault:

  
https://chromium.googlesource.com/chromium/chromium/+/trunk/content/browser/quota_dispatcher_host.cc

  L160,

  The QuotaPermissionContext not being implemented,

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1398087/+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 1395524] Re: unity webapps don't work in Ubuntu 14.10

2014-11-25 Thread Alexandre Abreu
** Changed in: unity-webapps-gmail (Ubuntu)
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: unity-webapps-gmail (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-webapps-gmail (Ubuntu)
   Status: New = In Progress

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

Title:
   unity webapps don't work in Ubuntu 14.10

Status in “unity-webapps-gmail” package in Ubuntu:
  In Progress

Bug description:
  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
  even after the last updates. 
  I have not modified my system in any way to affect webapps and all default 
packages are there. 
  It applies to all webapps, youtube, gmail, livemail, reddit, etc. 

  Technical Info, 
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-gmail/+bug/1395524/+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 1395524] Re: unity webapps don't work in Ubuntu 14.10

2014-11-25 Thread Alexandre Abreu
** Also affects: unity-webapps-gmail
   Importance: Undecided
   Status: New

** No longer affects: unity-webapps-gmail

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

Title:
   unity webapps don't work in Ubuntu 14.10

Status in “unity-webapps-gmail” package in Ubuntu:
  In Progress

Bug description:
  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
  even after the last updates. 
  I have not modified my system in any way to affect webapps and all default 
packages are there. 
  It applies to all webapps, youtube, gmail, livemail, reddit, etc. 

  Technical Info, 
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-gmail/+bug/1395524/+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 1395524] Re: unity webapps don't work in Ubuntu 14.10

2014-11-25 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/unity-webapps-qml/fail-safe-
content-hub-bindings

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

Title:
   unity webapps don't work in Ubuntu 14.10

Status in “unity-webapps-gmail” package in Ubuntu:
  In Progress

Bug description:
  I have tested webapps even after the latest updates in Ubuntu 14.10
  The result is the same: Blank screen to all, always reproducible, in any 
condition, even after a fresh installation
  even after the last updates. 
  I have not modified my system in any way to affect webapps and all default 
packages are there. 
  It applies to all webapps, youtube, gmail, livemail, reddit, etc. 

  Technical Info, 
  Ubuntu 14.10
  Package - Unity Webapps  Webapps - Unity integration
  Webapps should open normally
  Result: Blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-gmail/+bug/1395524/+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 1393466] [NEW] [webapp-container] user agent override param does not work

2014-11-17 Thread Alexandre Abreu
Public bug reported:

One can specify using a command line option what the user agent for a
given container session is. It does not currently works for the first
http request. There is a race in the ubuntu webview component between
the time the webcontext is created (with the default UA), the time the
URL is set (and picked up by Oxide), and the time the new user agent is
pull from the webview override using getUserAgent(),

** Affects: webbrowser-app
 Importance: Undecided
 Status: New

** Branch linked: lp:~abreu-alexandre/webbrowser-app/user-agent-
override-fails

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

Title:
  [webapp-container] user agent override param does not work

Status in Web Browser App:
  New

Bug description:
  One can specify using a command line option what the user agent for a
  given container session is. It does not currently works for the
  first http request. There is a race in the ubuntu webview component
  between the time the webcontext is created (with the default UA), the
  time the URL is set (and picked up by Oxide), and the time the new
  user agent is pull from the webview override using getUserAgent(),

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1393466/+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 1388988] Re: [webapp-container] html5 applications should use the container as a launcher

2014-11-13 Thread Alexandre Abreu
** Also affects: apparmor-easyprof-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.launchpad.net/bugs/1388988

Title:
  [webapp-container] html5 applications should use the container as a
  launcher

Status in AppArmor policy for Ubuntu:
  New
Status in tools to review click packages:
  In Progress
Status in Qt Creator plugins for Ubuntu:
  In Progress
Status in Ubuntu UI SDK for HTML5 Apps:
  In Progress
Status in Web Browser App:
  In Progress

Bug description:
  HTML5 apps are currently using a specific container/launcher as their
  runtime. They should use the webapp container instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor-easyprof-ubuntu/+bug/1388988/+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 1386682] Re: Facebook share is broken

2014-11-10 Thread Alexandre Abreu
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

** Changed in: webapps-core
   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/1386682

Title:
  Facebook share is broken

Status in The Webapps-core project:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released
Status in “webbrowser-app” package in Ubuntu RTM:
  New

Bug description:
  Facebook share is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1386682/+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 1358622] Re: webapp container redirection URL trimming breaks links to twitter in facebook app

2014-11-07 Thread Alexandre Abreu
** Also affects: webapps-core
   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.launchpad.net/bugs/1358622

Title:
  webapp container redirection URL trimming breaks links to twitter in
  facebook app

Status in The Webapps-core project:
  New
Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  Consider a facebook post that contains a link to
  http://t.co/OvsXJpPCtM; (twitter URL shortener). Facebook encodes
  this link as
  
http://lm.facebook.com/l.php?u=http%3A%2F%2Ft.co%2FOvsXJpPCtMh=rAQH6jL54s=1;,
  which redirects to the original link.

  However calling Qt.openUrlExternally(…) on the encoded link won’t open
  it in the browser (or in the twitter webapp), it will trigger the URL
  dispatcher with the facebook webapp itself. So the actual link needs
  to be extracted from the encoded URL.

  The webapp container already has a mechanism to do that, in the form
  of a --popup-redirection-url-prefix command-line parameter, which
  basically trims the corresponding prefix off an encoded URL. For
  facebook, this prefix is http://lm.facebook.com/l.php?u=;. So the
  encoded URL is transformed into
  http%3A%2F%2Ft.co%2FOvsXJpPCtMh=rAQH6jL54s=1 and then decoded,
  which gives http://t.co/OvsXJpPCtMh=rAQH6jL54s=1;, which ends up on
  a 404, because of the additional parameters h=rAQH6jL54s=1 that
  were part of the encoded URL, not the original one.

  This prefix mechanism is too simple, we probably need a regexp
  mechanism to properly extract the target URL from the encoded form,
  without leaving trailing parameters.

  Note that in the current release of webapp-container as of today
  (0.23+14.10.20140818.2-0ubuntu1), there is a bug whereby the encoded
  URL is used, not the trimmed one. The following MR fixes this bug, but
  hits the 404 issue with twitter links in facebook posts:
  https://code.launchpad.net/~osomon/webbrowser-app/filter-session-
  storage-url-save/+merge/231204.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1358622/+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 1388988] Re: [webapp-container] html5 applications should use the container as a launcher

2014-11-06 Thread Alexandre Abreu
** Also affects: apparmor-easyprof-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.launchpad.net/bugs/1388988

Title:
  [webapp-container] html5 applications should use the container as a
  launcher

Status in AppArmor policy for Ubuntu:
  New
Status in Qt Creator plugins for Ubuntu:
  In Progress
Status in Ubuntu UI SDK for HTML5 Apps:
  In Progress
Status in Web Browser App:
  In Progress

Bug description:
  HTML5 apps are currently using a specific container/launcher as their
  runtime. They should use the webapp container instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor-easyprof-ubuntu/+bug/1388988/+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 1387357] Re: No web asking about integration in Ubuntu 14.10

2014-11-04 Thread Alexandre Abreu
** Also affects: unity-chromium-extension
   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.launchpad.net/bugs/1387357

Title:
  No web asking about integration in Ubuntu 14.10

Status in Chromium extension: Unity Integration:
  New
Status in Web Browser App:
  Incomplete
Status in “unity-firefox-extension” package in Ubuntu:
  New

Bug description:
  Hi!
  I tried Ubuntu 14.10 today and I saw 2 bugs:
  1. Webs as Gmail, Twitter... are not asking about Webapp integration.

  2. The webbrowser is in blank then I open the webapp. I installed Telegram 
webapp:
  sudo add-apt-repository ppa:costales/unity-webapps-telegram
  sudo apt-get update  sudo apt-get install unity-webapps-telegram

  Best regards and thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-chromium-extension/+bug/1387357/+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 1388988] [NEW] [webapp-container] html5 applications should use the container as a launcher

2014-11-03 Thread Alexandre Abreu
Public bug reported:

HTML5 apps are currently using a specific container/launcher as their
runtime. They should use the webapp container instead.

** Affects: webbrowser-app
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
   Status: New = In Progress

** Branch linked: lp:~abreu-alexandre/webbrowser-app/local-app

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

Title:
  [webapp-container] html5 applications should use the container as a
  launcher

Status in Web Browser App:
  In Progress

Bug description:
  HTML5 apps are currently using a specific container/launcher as their
  runtime. They should use the webapp container instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1388988/+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 1388089] Re: [webapp-container] apps are not handled by lifecycle management properly

2014-10-31 Thread Alexandre Abreu
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Also affects: oxide
   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.launchpad.net/bugs/1388089

Title:
  [webapp-container] apps are not handled by lifecycle management
  properly

Status in Oxide Webview:
  New
Status in Web Browser App:
  New
Status in “qtmir” package in Ubuntu:
  New
Status in “webbrowser-app” package in Ubuntu:
  New
Status in “qtmir” package in Ubuntu RTM:
  New
Status in “webbrowser-app” package in Ubuntu RTM:
  New

Bug description:
  in image 137, if you open a gazillion of apps and have webapps among
  them, the webapp screenshots never turn blurry when the OOM score is
  reached on high memory pressure ... once you switch to such a webapp,
  the whole content window turns white (sometimes the app header stays
  around, sometimes the whole app window is white).

  seemingly the renderer is lifecycle managed and gets properly OOM
  killed on high memory pressure , but the frontend of the webapp does
  not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1388089/+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 1386682] Re: Facebook share is broken

2014-10-30 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-facebook-hub-
share

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

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
   Status: New = Confirmed

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

Title:
  Facebook share is broken

Status in The Webapps-core project:
  Confirmed
Status in Web Browser App:
  Confirmed

Bug description:
  Facebook share is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1386682/+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 1379806] Re: Content Picker appears empty while accessing hsbc brazilian site

2014-10-14 Thread Alexandre Abreu
It is the expected behavior from Oxide. At the content level, the
resource handler checks if the mime type of the response is a known
default one, if not it tried to find a plugin for it and if not it
forwards teh request to the download manager.

See L298:

https://chromium.googlesource.com/chromium/src/+/38.0.2125.105/content/browser/loader/buffered_resource_handler.cc

(BufferedResourceHandler::SelectNextHandler)

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

Title:
  Content Picker appears empty while accessing hsbc brazilian site

Status in Oxide Webview:
  Invalid
Status in Web Browser App:
  In Progress

Bug description:
  HOW TO REPRODUCE
  =

  1 - Open webbrowser
  2 - Go to www.hsbc.com.br

  Expected
  ===

  The site appears

  
  Current
  ===

  Content Picker appears empty  several times

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1379806/+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 1379497] [NEW] [webapp-container] UA Override from an optional webapp-properies.json file is not set

2014-10-09 Thread Alexandre Abreu
Public bug reported:

A Webapp has the option to either specify a command line option to have
a specific UA overriding the default or hgave a local webapp-
properties.json file that defines the UA override such as:

{
name: MyWebapp,
includes:[http://user-agent.me/*;],
domain:user-agent.me,
homepage:http://user-agent.me/;,
user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
}

This currently does work, or to be more precise works but the url is set
before during the init flow, and the UA string is being set after the
website was browsed to.

** Affects: webbrowser-app
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-webapp-
properties-ua-override

** Changed in: webbrowser-app
   Status: New = In Progress

** Changed in: webbrowser-app
   Importance: Undecided = Medium

** Changed in: webbrowser-app
   Importance: Medium = High

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  [webapp-container] UA Override from an optional webapp-properies.json
  file is not set

Status in Web Browser App:
  In Progress

Bug description:
  A Webapp has the option to either specify a command line option to
  have a specific UA overriding the default or hgave a local webapp-
  properties.json file that defines the UA override such as:

  {
  name: MyWebapp,
  includes:[http://user-agent.me/*;],
  domain:user-agent.me,
  homepage:http://user-agent.me/;,
  user-agent-override: Mozilla/5.0 custom-user-agent-string (unlike 
AnyOtheBrowser)
  }

  This currently does work, or to be more precise works but the url is
  set before during the init flow, and the UA string is being set after
  the website was browsed to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1379497/+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 1362543] Re: Web Application fail to load properly every other time is launched

2014-09-23 Thread Alexandre Abreu
** Changed in: oxide
   Status: Incomplete = Confirmed

** Changed in: webapps-core
   Status: In Progress = 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/1362543

Title:
  Web Application fail to load properly every other time is launched

Status in Oxide Webview:
  Confirmed
Status in The Webapps-core project:
  Invalid
Status in Web Browser App:
  Invalid
Status in “webbrowser-app” package in Ubuntu:
  Invalid

Bug description:
  I am testing a game called ninjaflips. Works fine the first time you
  launch it , but the second time wont load correctly. If you close it
  and try again it will launch fine and so on..

  Attached logs for working and not working plus click package

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1362543/+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 1371731] Re: Opening a URL to an already open webapp doesn't load the new URL

2014-09-22 Thread Alexandre Abreu
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app
   Status: New = In Progress

** Changed in: webbrowser-app
   Importance: Undecided = Critical

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-url-opening

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

Title:
  Opening a URL to an already open webapp doesn't load the new URL

Status in The Webapps-core project:
  In Progress
Status in Web Browser App:
  In Progress

Bug description:
  RTM 14.09-proposed build 50

  If dispatching a url to a webapp that's already opened, the new URL
  isn't loaded, the same page just stays there.  If the webapp isn't
  already opened, it launches the proper URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1371731/+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 1360462] Re: Escaping from Twitter in the Twitter WebApp

2014-08-25 Thread Alexandre Abreu
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app
   Status: New = Confirmed

** Changed in: webbrowser-app
   Importance: Undecided = High

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** No longer affects: unity-webapps-qml

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

Title:
  Escaping from Twitter in the Twitter WebApp

Status in Web Browser App:
  Confirmed

Bug description:
  Nexus 4, image 204.

  Here is a reliable escaping walkthrough I found (it's obviously not
  the single one and there is probably a simpler way):

  - Reset the Twitter app (rm -r 
/home/phablet/.local/share/com.ubuntu.developer.webapps.webapp-twitter)
  - launch the Twitter app, the Sign in screen is displayed
  - Click on Cookie Use
  - Unfold the menu at the bottom of the page and click on Blog
  - Click on the number next to the Tweet button at the bottom of the blog home 
page
  - Click on the Install app button in the top panel
  - You are now on Google play

  
  I also noticed that it is possible to go directly to a screen with the 
Install app button by clicking on a Unity 8 notification (it may only work if 
you are not already logged in the twitter app)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1360462/+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 1347764] Re: webapps user scripts overriding StateSaver saved url

2014-07-23 Thread Alexandre Abreu
** Also affects: unity-webapps-qml
   Importance: Undecided
   Status: New

** Changed in: unity-webapps-qml
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  webapps user scripts overriding StateSaver saved url

Status in Unity WebApps QML component:
  New
Status in The Webapps-core project:
  New
Status in Web Browser App:
  New

Bug description:
  placeholder bug for issue that has been discussed already:
  webapps and webbrowser are now using StateSaver to restore previous url if 
they are killed by oom killer. There is an issue with webapps that use user 
scripts (currently Facebook) where the user script runs after the save url is 
restored and overwrites it with it's own url. This will need to be updated to 
honor the value saved by StateSaver, if present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-qml/+bug/1347764/+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 1285986] Re: Data-role=tab doesnt work for HTML5 apps

2014-07-18 Thread Alexandre Abreu
** Changed in: ubuntu-html5-theme
   Status: New = Fix Released

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

Title:
  Data-role=tab doesnt work for HTML5 apps

Status in Ubuntu UI SDK for HTML5 Apps:
  Fix Released
Status in Ubuntu App Developer site:
  Invalid
Status in “ubuntu-html5-theme” package in Ubuntu:
  Fix Released

Bug description:
  data-role=tab doesn't actually work for creating pages for flat (tab
  style) navigation.  You have to use data-role=page. I tested this
  both on desktop and Nexus4.

  Here's a list of pages that I know contain examples that don't work:
  http://developer.ubuntu.com/apps/html-5/guides/html5-guide/
  http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.Tabs/
  http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.Header/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1285986/+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 1336784] Re: [webapp-container] Webapps should be able to be launched with urls that override the default ones

2014-07-07 Thread Alexandre Abreu
** Changed in: webbrowser-app
   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/1336784

Title:
  [webapp-container] Webapps should  be able to be launched with urls
  that override the default ones

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

Bug description:
  Webapps should  be able to be launched with urls that override the
  default ones.

  The use case is e.g. the URL Dispatcher that launches a webapp but not
  with the default url.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1336784/+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 1336784] [NEW] [webapp-container] Webapps should be able to be launched with urls that override the default ones

2014-07-02 Thread Alexandre Abreu
Public bug reported:

Webapps should  be able to be launched with urls that override the
default ones.

The use case is e.g. the URL Dispatcher that launches a webapp but not
with the default url.

** Affects: webbrowser-app
 Importance: High
 Status: In Progress


** Tags: rtm14

** Tags added: rtm14

** Changed in: webbrowser-app
   Status: New = In Progress

** Changed in: webbrowser-app
   Importance: Undecided = High

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

Title:
  [webapp-container] Webapps should  be able to be launched with urls
  that override the default ones

Status in Web Browser App:
  In Progress

Bug description:
  Webapps should  be able to be launched with urls that override the
  default ones.

  The use case is e.g. the URL Dispatcher that launches a webapp but not
  with the default url.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1336784/+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 1336611] [NEW] Gmail attachments on Touch do not trigger onDownloadRequested

2014-07-01 Thread Alexandre Abreu
Public bug reported:

Gmail email attachments w/ mime types not handled internally do not
trigger an onDownloadRequested signal on UbuntuTouch.

** Affects: oxide
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: In Progress

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

Title:
  Gmail attachments on Touch do not trigger onDownloadRequested

Status in Oxide Webview:
  In Progress

Bug description:
  Gmail email attachments w/ mime types not handled internally do not
  trigger an onDownloadRequested signal on UbuntuTouch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1336611/+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 1327215] [NEW] [webapp-container] Uncaught Error: Can't register more than one handler for the same message

2014-06-06 Thread Alexandre Abreu
Public bug reported:

When launching a webapp on touch we have quite a few of those in the
console:

[JS]
(https://accounts.google.com/AddSession?hl=enservice=mailcontinue=https://mail.google.com/mail/mu/mp/100/?loginUncaught
Error: Can't register more than one handler for the same messageD1:28)
Uncaught Error: Can't register more than one handler for the same
message

** Affects: webbrowser-app
 Importance: Medium
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: Triaged

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = Medium

** Changed in: webbrowser-app
   Status: New = Confirmed

** Changed in: webbrowser-app
   Status: Confirmed = 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/1327215

Title:
  [webapp-container] Uncaught Error: Can't register more than one
  handler for the same message

Status in Web Browser App:
  Triaged

Bug description:
  When launching a webapp on touch we have quite a few of those in the
  console:

  [JS]
  
(https://accounts.google.com/AddSession?hl=enservice=mailcontinue=https://mail.google.com/mail/mu/mp/100/?loginUncaught
  Error: Can't register more than one handler for the same messageD1:28)
  Uncaught Error: Can't register more than one handler for the same
  message

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1327215/+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 1316220] [NEW] Support Orientation locking for webapps

2014-05-05 Thread Alexandre Abreu
Public bug reported:

Support Orientation locking for webapps (declarative)

** Affects: unity-webapps-qml
 Importance: Undecided
 Status: New

** Affects: webbrowser-app
 Importance: Undecided
 Status: New

** Also affects: webbrowser-app
   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.launchpad.net/bugs/1316220

Title:
  Support Orientation locking for webapps

Status in Unity WebApps QML component:
  New
Status in Web Browser App:
  New

Bug description:
  Support Orientation locking for webapps (declarative)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-qml/+bug/1316220/+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 1257309] Re: [webapp container] add autopilot unit tests for this mode

2014-04-25 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/1257309

Title:
  [webapp container] add autopilot  unit tests for this mode

Status in Web Browser App:
  Fix Released

Bug description:
  add autopilot  unit tests for this mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1257309/+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 1309138] [NEW] [webapp-container] reload() does not work

2014-04-17 Thread Alexandre Abreu
Public bug reported:

[Impact]

When in the webapp-container and the network problem dialog appears,
the reload button does not work and trigger a reload.

A user is then unable to reload the page when the network issue is gone.

[Test Case]

- make sure that you are not connected to the network
- open a webapp (on touch or desktop)
- the network problem dialog should appear
- put back the network
- click on the 'reload' button
- the target webpage should appear

[Regression Potential]

None

** Affects: webbrowser-app
 Importance: Undecided
 Status: New

** Description changed:

+ [Impact]
+ 
  When in the webapp-container and the network problem dialog appears,
  the reload button does not work and trigger a reload.
+ 
+ A user is then unable to reload the page when the network issue is gone.
+ 
+ [Test Case]
+ 
+ - make sure that you are not connected to the network
+ - open a webapp (on touch or desktop)
+ - the network problem dialog should appear
+ - put back the network
+ - click on the 'reload' button
+ - the target webpage should appear
+ 
+ [Regression Potential]
+ 
+ None

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

Title:
  [webapp-container] reload() does not work

Status in Web Browser App:
  New

Bug description:
  [Impact]

  When in the webapp-container and the network problem dialog appears,
  the reload button does not work and trigger a reload.

  A user is then unable to reload the page when the network issue is
  gone.

  [Test Case]

  - make sure that you are not connected to the network
  - open a webapp (on touch or desktop)
  - the network problem dialog should appear
  - put back the network
  - click on the 'reload' button
  - the target webpage should appear

  [Regression Potential]

  None

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1309138/+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 1288948] Re: [webapp-container] webapp url patterns are broken

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

Title:
  [webapp-container] webapp url patterns are broken

Status in Web Browser App:
  Fix Released

Bug description:
  Webapp url patterns are broken and never actually set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1288948/+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 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 1306037] [NEW] [webapp-container] Do not load qtwebkit libs (used as fallback) when they are not needed

2014-04-10 Thread Alexandre Abreu
Public bug reported:

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.

** Affects: webbrowser-app
 Importance: Medium
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: Triaged

** Changed in: webbrowser-app
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app
   Importance: Undecided = Medium

** Changed in: webbrowser-app
   Status: New = 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/1306037

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

Status in Web Browser App:
  Triaged

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 1302641] Re: Change UbuntuWebView namespace to Ubuntu.Browser

2014-04-04 Thread Alexandre Abreu
** Also affects: ubuntu-html5-theme
   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.launchpad.net/bugs/1302641

Title:
  Change UbuntuWebView namespace to Ubuntu.Browser

Status in Ubuntu UI SDK for HTML5 Apps:
  New
Status in Web Browser App:
  New

Bug description:
  The Ubuntu.Components.Extras namespace (and sub-namespaces) are not
  technically part of the Ubuntu SDK (they are extra), which means
  that their use is not encouraged for app developers outside of
  experimentation. Since we want to encourage the use of the
  UbuntuWebView component (and discourage he use of QTWebkit), we need
  to move it outside of the .Extras namespace.

  The precedent for other components is simple Ubuntu.${project}.  For
  example, content-hub has Ubuntu.Content, online accounts has
  Ubuntu.OnlineAccounts, etc.  Following that, UbuntuWebView should
  reside in the namespace Ubuntu.Browser.

  Dropping the component from the old namespace will break some apps in
  the store that are using it.  The list of those apps can be found
  here: https://chinstrap.canonical.com/~alan/log.txt

  If it would work, adding a symlink from the old location to the new
  might allow those apps to keep working after the change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1302641/+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 1302769] Re: Popup windows not working

2014-04-04 Thread Alexandre Abreu
** Also affects: webbrowser-app
   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.launchpad.net/bugs/1302769

Title:
  Popup windows not working

Status in Unity integration for GMail:
  New
Status in Web Browser App:
  New

Bug description:
  Gmail has an option to view the message in a separate window. Using
  this option causes the main window to be replaced with a blank screen,
  and the window itself is maximized.

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


  1   2   >