Looks like this bug is still valid. With chromium 62, when I browse to chrome://settings/importData and choose to import bookmarks from firefox, nothing happens, and I'm seeing the following errors in the console:
[4139:4147:1106/170427.194481:ERROR:connection.cc(1964)] places.sqlite sqlite error 1, errno 0: no such column: h.favicon_id, sql: SELECT b.id, h.url, COALESCE(b.title, h.title), b.type, k.keyword, b.dateAdded, h.favicon_id FROM moz_bookmarks b LEFT JOIN moz_places h ON b.fk = h.id LEFT JOIN moz_keywords k ON k.id = b.keyword_id WHERE b.type IN (1,2) AND b.parent = ? ORDER BY b.position [4139:4147:1106/170427.194610:ERROR:connection.cc(1964)] places.sqlite sqlite error 1, errno 0: no such column: h.favicon_id, sql: SELECT b.id, h.url, COALESCE(b.title, h.title), b.type, k.keyword, b.dateAdded, h.favicon_id FROM moz_bookmarks b LEFT JOIN moz_places h ON b.fk = h.id LEFT JOIN moz_keywords k ON k.id = b.keyword_id WHERE b.type IN (1,2) AND b.parent = ? ORDER BY b.position [4139:4147:1106/170427.194727:ERROR:connection.cc(1964)] places.sqlite sqlite error 1, errno 0: no such column: h.favicon_id, sql: SELECT b.id, h.url, COALESCE(b.title, h.title), b.type, k.keyword, b.dateAdded, h.favicon_id FROM moz_bookmarks b LEFT JOIN moz_places h ON b.fk = h.id LEFT JOIN moz_keywords k ON k.id = b.keyword_id WHERE b.type IN (1,2) AND b.parent = ? ORDER BY b.position -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/768211 Title: chromium-browser fails to import bookmarks from firefox To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/768211/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
