[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20170310-0ubuntu1

---
webbrowser-app (0.23+17.04.20170310-0ubuntu1) zesty; urgency=medium

  [ Alexandre Abreu ]
  * Explicitely define Ctrl+R as the refresh shortcut for the browser
(LP: #1593877)

  [ Andrew Hayzen ]
  * Use the new TabsBar component from Ubuntu.Components.Extras

  [ Florian Boucault ]
  * Add Peekier to available search engines (LP: #1649673)
  * Bookmarks and history: increased font size one level
  * Make new tabs opened in the background to be placed next to the tab
requesting them instead of at the end of the list of tabs (LP: #1499780)
  * Enable predictive text in address bar (LP: #1378750)
  * Fix issue with new tab page sometimes never being unloaded (LP: #1659435)
  * Snap: embed ubuntu-ui-extras by building it from source
  * Improved UX for  dropdowns in web content
  * Store and restore on startup the size of each window (LP: #1312892)
  * Do not go fullscreen if already fullscreen (LP: #1665727)
  * Do not rely on qmake as webbrowser is CMake based

  [ Jeremy Bicha ]
  * Drop "Open a " prefix from .desktop Actions (LP: #1668699)

  [ Matthieu James ]
  * Updated browser icon (LP: #1358050)

  [ Michael Terry ]
  * Properly set the APP_ID variable for the snappy world

  [ Olivier Tilloy ]
  * Use the no-system-libraries build attribute instead of specifying extra
stage packages
  * Move snapcraft.yaml to snap directory (new in snapcraft 2.26)
  * Add a desktop UA override for dailymotion.com (LP: #1662826)
  * Log oxide and chromium versions at app startup
  * Add UA overrides for google photos (desktop and mobile) (LP: #1665926)
  * Explicitly plug to the "mir" interface (LP: #1662145)
  * Add "ibus" and "nvidia" apparmor abstractions to webbrowser-app apparmor
profile
  * Additional holes in generated apparmor profile to allow webbrowser-app
to run under unity8 in zesty (LP: #1590561)

 -- Olivier Tilloy   Fri, 10 Mar 2017
15:35:28 +

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/webbrowser-app/webbrowser-app-ubuntu-
zesty-2504

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-17 Thread Florian Boucault
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:webbrowser-app/staging

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~fboucault/webbrowser-
app/workaround_new_tab_never_unloaded

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-13 Thread Florian Boucault
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => Florian Boucault (fboucault)

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

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-02 Thread Olivier Tilloy
The new tab view is superimposed on the webview when newTabViewLoader.active is 
true.
When switching tabs, the following code (in Browser.qml) is responsible for 
unloading the new tab view if the tab we’re switching to has contents loaded:

Connections {
  target: browser
  onCurrentWebviewChanged: {
if (currentWebview) {
  var tab = tabsModel.currentTab
  newTabViewLoader.active = !tab.url.toString() && !tab.restoreState
}
  }
}

I’m not seeing any indication in the logs that this code fails to be
executed.

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

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-02 Thread Olivier Tilloy
Attaching video demonstrating the issue, courtesy of Bill.

It’s clearly the new tab view that is incorrectly being overlaid on top
of the actual webview. This apparently happens when clicking a link that
opens a new tab, although there must be another factor at play because I
haven’t been able to observe the issue myself.

** Attachment added: "video.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1659435/+attachment/4812167/+files/video.mp4

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-02 Thread Olivier Tilloy
** Changed in: oxide
   Status: New => Invalid

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-02 Thread Olivier Tilloy
I initially thought the following error could be related:

  file:///usr/share/webbrowser-app/webbrowser/TabComponent.qml:259:
ReferenceError: tabContainer is not defined

but apparently not, as I’m getting it too without observing the issue.

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-02-02 Thread Bill Filler
Hit this again, looks like oxide-render processes are running 
http://pastebin.ubuntu.com/23912354/

Here is log from browser:
http://pastebin.ubuntu.com/23912358/

The problem occurred clicking on a link in a gmail message which attempted to 
open a new tab.
Note that I can long press on a tab and open in a new window and it renders 
correctly. I can also create a new private window and that works correctly, so 
seems to be an issue only with the main window and not oxide rendering per se

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-01-27 Thread Olivier Tilloy
I’ve just spent ~an hour browsing many different websites with many tabs
open in a unity8 deb session, and haven’t experienced that issue. I’m on
a fully up-to-date xenial+overlay machine.

I’ve seen the same errors in the logs when clicking links that open in
new tabs, but no visual problem, so they seem to be red herrings.

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-01-25 Thread Bill Filler
It's happened 3 times in last hour, fwiw

Seeing multiple of these messages after the problem starts:

[0125/171219:ERROR:layer_tree_host_impl.cc(2189)] Forcing zero-copy tile 
initialization as worker context is missing
[0125/171219:ERROR:oxide_compositor_gpu_shims.cc(258)] Error creating EGLImage: 
EGL_BAD_PARAMETER

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

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1659435] Re: browser stops rendering all pages instead shows new tab page

2017-01-25 Thread Bill Filler
** Attachment added: "application-legacy-webbrowser-app-.log"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1659435/+attachment/4809141/+files/application-legacy-webbrowser-app-.log

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

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

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

Title:
  browser stops rendering all pages instead shows new tab page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs