[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-04-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1531583 Title:

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+16.04.20160322-0ubuntu1 --- webbrowser-app (0.23+16.04.20160322-0ubuntu1) xenial; urgency=medium * Make google maps work in complete mode on tablets. (LP: #1560079) * Tentative fix for a bug where the session state stored on

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-24 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1531583 Title:

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-21 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image Status: New => In Progress ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Bill Filler (bfiller) ** Changed in:

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-21 Thread Olivier Tilloy
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1531583 Title:

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/sessionstorage-race -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1531583 Title: Webbrowser-app losing saved state

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-14 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: webbrowser-app (Ubuntu) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-03-14 Thread Olivier Tilloy
A wild guess is that the browser is trying to save the current session while the app gets suspended, resulting in a corrupt session file. When the app is launched again, it tries to read the corrupt file, and falls back to not restoring anything. I’ll see if I can add a mechanism to ensure that

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-02-06 Thread Philippe Piquer
Browser has 2 tabs open , i go away from the the browser to use another app, when i come back the browser is blurred and reloads only the startpage. Can be reproduced again and again. OTA9 on BQ Aquaris 4.5 -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-01-25 Thread Olivier Tilloy
I’ve never hit that issue myself, but it is concerning indeed. The state file after the app has restarted will almost always look normal and reflect the current state, so it won’t be very interesting. What would be much more interesting for debugging purposes is the state file after the app has

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-01-16 Thread Michael Terry
OK, just had this happen to me again when I was in a position to debug it. I had several tabs open. I later went back to the webbrowser-app (don't remember if it restarted or I was opening it fresh or what) and the tabs were gone, replaced by the start page. The session files seem normal (i.e.

[Touch-packages] [Bug 1531583] Re: Webbrowser-app losing saved state upon restart

2016-01-07 Thread Olivier Tilloy
Michael, when the crash happens, the entire app is taken down, right? not just the renderer process for the current tab? What happens then? Is the app automatically relaunched? If not, can you have a look at the contents of $HOME/.local/share/webbrowser-app/session.json (and session.json.lock)?