[Ubuntu-webapps-bugs] [Bug 1452407] Re: Check failed: g_all_contexts.Get().size() == static_cast(0) (1 vs. 0) at shutdown

2015-05-13 Thread Chris Coulson
This ended up not being a race but a genuine memory leak - which is what
this assert is there to catch :)

** Changed in: oxide
   Status: Triaged => Fix Released

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

Title:
  Check failed: g_all_contexts.Get().size() == static_cast(0) (1
  vs. 0) at shutdown

Status in Oxide Webview:
  Fix Released

Bug description:
  We occasionally fail a CHECK at application shutdown that ensures
  there are no more BrowserContexts. However, since bug 1431484 landed,
  BrowserContext is kept alive by RenderProcessHost, which is kept alive
  until the corresponding process exits. If any processes are slow to
  quit at shutdown, or RenderProcessHosts still exist for some other
  reason, then we hit this CHECK

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1452407/+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 1453908] Re: WebView.locationBarController.offset unexpectedly changes when loading a new URL

2015-05-13 Thread Olivier Tilloy
** 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/1453908

Title:
  WebView.locationBarController.offset unexpectedly changes when loading
  a new URL

Status in Oxide Webview:
  New
Status in Web Browser App:
  Fix Released
Status in webbrowser-app source package in Vivid:
  New

Bug description:
  I was originally seeing this issue in webbrowser-app on my desktop (running 
up-to-date vivid + oxide 1.7.7), so I wrote a small standalone example that 
reproduces the issue (attached).
  Just wait for the page to load, then click the red rectangle, and observe how 
the rectangle is hidden. It shouldn’t be. This is especially bad on desktop as 
scrolling won’t restore the top bar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1453908/+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 1441281] Re: Address bar doesn't support new TLDs

2015-05-13 Thread Olivier Tilloy
** 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/1441281

Title:
  Address bar doesn't support new TLDs

Status in Web Browser App:
  Fix Released
Status in webbrowser-app source package in Vivid:
  New

Bug description:
  We have a function in `src/app/webbrowser/AddressBar.qml` called
  `looksLikeAUrl()` that checks if an url is valid.

  http://bazaar.launchpad.net/~phablet-team/webbrowser-
  app/trunk/view/head:/src/app/webbrowser/AddressBar.qml#L238

  It works well, but it checks tld length is <5.

  TLD could be longer[0], so we should remove that restriction and find
  a better strategy to verify tld.

  [0]: https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains
  #ICANN-era_generic_top-level_domains

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1441281/+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 1441064] Re: Closing the tabs view doesn’t reveal the chrome

2015-05-13 Thread Olivier Tilloy
** 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/1441064

Title:
  Closing the tabs view doesn’t reveal the chrome

Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in webbrowser-app source package in Vivid:
  New

Bug description:
  (this is a minor regression introduced by http://bazaar.launchpad.net
  /~phablet-team/webbrowser-app/trunk/revision/949)

  Steps to reproduce, on a touch device:

  1) On a page, scroll all the way to the top to ensure that the chrome is 
displayed
  2) Do a bottom-edge swipe gesture to reveal the tabs view
  3) Either tap on the current tab or on the "Done" button at the bottom of the 
view to close it

  Expected result: the chrome is visible
  Current result: the chrome is hidden (but scrolling up on the page reveals it)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1441064/+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 1351151] Re: [browser] Implement auto-suggest for the address bar

2015-05-13 Thread Olivier Tilloy
** 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/1351151

Title:
  [browser] Implement auto-suggest for the address bar

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in webbrowser-app source package in Vivid:
  New
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  The design spec calls for auto-suggest from online sources (the most
  relevant probably being google search) to be added to the suggestions
  list when the user is typing in the address bar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1351151/+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 1377953] Re: data: URIs don't work

2015-05-13 Thread Olivier Tilloy
** 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/1377953

Title:
  data: URIs don't work

Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress
Status in webbrowser-app source package in Vivid:
  New

Bug description:
  Problem occurs with: Browser on Ubuntu 14.10 r3
  Does not occur with: Safari on iOS

  1. In the browser address field, type or paste the following line:
  data:text/html,This is a test

  What you see: Google search results.

  What you should see: "This is a test" in italics.

  Direct entry of data: URIs is useful for Web app developers to see how
  a browser handles particular markup (for example bug 1370571).

  

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1377953/+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 1450243] Re: Crash when calling oxide::WebPopupMenu::Close() twice in a row

2015-05-13 Thread Pat McGowan
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Released

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
Milestone: None => ww22-2015

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

Title:
  Crash when calling oxide::WebPopupMenu::Close() twice in a row

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Oxide Webview:
  Fix Released
Status in Oxide 1.7 series:
  Fix Released

Bug description:
  TEST CASE
  (Having established Ubuntu One creds, etc.)
  1.  Go to Apps scope and search for a paid app from store e.g. Riddling.  
Make sure app is not previously purchased against same U1 account and not 
already installed.
  2.  Tap on price tag to initiate a purchase.
  3.  Verify that purchase confirmation or U1 sign in dialogue appears and 
correct price is shown on top right
  4.  Tap on 'View wallet' link to opent he payments detail page, verify that 
only payment method shown is Paypal
  5.  Tap on Add debit/credit card link
  6.  Verify that "Add Payment" page loads.
  5.  Tap "CARD TYPE".
  6.  A selection list appears.
  7.  Select "Visa" or other.

  EXPECTED
  Selection list disappears, correct selection appears in original entry-box.

  ACTUAL
  UI freeze, requires reboot.

  This is on arale build 29, happens also when selecting a country for a
  direct purchase, happens reliably, will attach a screenie.

  In the first instance of this I witnessed a qmlscene crash which may
  be logged here https://errors.ubuntu.com/?package=qmlscene&period=day
  , this hasn't happened again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450243/+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-05-13 Thread Alexandre Abreu
** Changed in: webbrowser-app
   Status: In Progress => Invalid

** Changed in: webapps-sprint
   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/1449660

Title:
  AP tests for the container stall/freeze

Status in Oxide Webview:
  Fix Released
Status in Webapps Team Task Tracking Project:
  Invalid
Status in Web Browser App:
  Invalid

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 1450607] Re: Video not scalling when rotating device

2015-05-13 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None => ww22-2015

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => David Barth (dbarth)

** Changed in: canonical-devices-system-image
   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/1450607

Title:
  Video not scalling when rotating device

Status in the base for Ubuntu mobile products:
  New
Status in Oxide Webview:
  Confirmed

Bug description:
  Device: mako
  Channel devel-proposed
  release r188

  It used to work before but now when clicking having  videos running in
  fullscreen when rotating the phone they do not scale to the phone.

  This is easily reproducible on youtube

  Open youtube in portrait and a video put it fullscreen rotate the
  device ==> video not scalling to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450607/+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-05-13 Thread Chris Coulson
** Changed in: oxide
Milestone: None => branch-1.8

** Changed in: oxide
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1449660

Title:
  AP tests for the container stall/freeze

Status in Oxide Webview:
  Fix Released
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 1375272] Re: Add an API to signal the application that the renderer process crashed

2015-05-13 Thread Olivier Tilloy
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

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

** Changed in: webbrowser-app
 Assignee: (unassigned) => Olivier Tilloy (osomon)

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

Title:
  Add an API to signal the application that the renderer process crashed

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

Bug description:
  It would be handy for applications to receive a signal from the
  WebView when the associated renderer process crashes.

  This would allow e.g. the webbrowser application to display an error
  page and offer the user to try and reload the page that caused the
  crash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1375272/+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 1441873] Re: When a trusted session is active webapps will not start

2015-05-13 Thread Alberto Mardegan
** Changed in: ubuntu-system-settings-online-accounts
   Status: New => In Progress

** Changed in: ubuntu-system-settings-online-accounts
   Importance: Undecided => Medium

** 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: ubuntu-system-settings-online-accounts
   Importance: Medium => Critical

** Changed in: webbrowser-app
 Assignee: (unassigned) => Alberto Mardegan (mardy)

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

Title:
  When a trusted session is active webapps will not start

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Online Accounts setup for Ubuntu Touch:
  In Progress
Status in The Webapps-core project:
  Confirmed
Status in Webapps Team Task Tracking Project:
  Confirmed
Status in Web Browser App:
  In Progress

Bug description:
  RequestAccess failed:
  QDBusError("com.ubuntu.OnlineAccountsUi.NoPromptSession", "Could not
  create a prompt session")

  A webapp was open with a trusted session. Starting other webapps
  results in them silently closing without any message to the user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1441873/+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