~osomon/oxide:fix-1649861-serialized-navigation-entries

Last commit made on 2017-01-12
Get this branch:
git clone -b fix-1649861-serialized-navigation-entries https://git.launchpad.net/~osomon/oxide
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Branch information

Name:
fix-1649861-serialized-navigation-entries
Repository:
lp:~osomon/oxide

Recent commits

b90c7c8... by Olivier Tilloy

Also handle the upgrade path from 1.19.6 to 1.19.7.

46a689b... by Olivier Tilloy

Also serialize oxide version in new state format.

802c915... by Olivier Tilloy

Add missing test files.

554b6ad... by Olivier Tilloy

Add a unit test for the upgrade path.

0097afa... by Olivier Tilloy

Add a comment for future reference.

e825564... by Olivier Tilloy

Fix session save/restore across oxide versions (LP: #1649861).

Make session save/restore future-proof by storing each navigation entry separately.

1b29930... by Santosh

Decide the webview focus state from ItemChanged event not the
focusIn/Out events.

LP: #1649577

3b23947... by Chris Coulson

Bump Chromium rev to d1247a3 to pick up fix for LP: #1654656

71548c4... by Chris Coulson

Bump Chromium rev to 4d8e4d8 to pick up a couple of fixes (LP: #1654512 and LP: #1654363)

b439a7b... by Chris Coulson

Unbreak ENABLE_PLUGINS=0 build

//pdf/features.gni asserts that enable_plugins is true when enable_pdf is enabled. As we don't support the PDF viewer, always build with enable_pdf=false