GNOME Bugzilla – Bug 113531
Galeon importer should use SAX instead of DOM
Last modified: 2004-12-22 21:47:04 UTC
This is sort-of related to #108585... Please use SAX instead of DOM when imported Galeon bookmarks. My bookmark collection is ~2500 bookmarks, and when ephy tries to load this the kernel kills it after it has used my 512M of RAM and 512M of swap. If I find the time I may be able to rewrite the imported using SAX myself, as I did write some of the original XBEL importer for Galeon... :)
Uhm we checked in a fix for this some time ago, before 0.6.1. The guy that provided the patch had 2000 bookmarks, so I think it should work. It's prolly just a bug somewhere. DOM is slower than SAX but it should have no problems importing 2500 bookmarks.
Aah, Debian Sid only has 0.6.0 at the moment. I'll wait for Edd to update it and close this when I can import my bookmarks. Sorry for not checking.
Right, running 0.6.1 now. Imported 2500 bookmarks in 2 seconds -- lovely :)