[Webkit-unassigned] [Bug 78697] Remove the need to have a database for getting the favicon

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 12:28:17 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=78697





--- Comment #3 from Brady Eidson <beidson at apple.com>  2012-02-15 12:28:17 PST ---
I'm not sure there's currently a way to enable an in-memory icon database, but it should be possible to add a hook to tell sqlite to open an in-memory database instead of opening one on disk.

It might be as simple as setting a special in-memory URL for the database path preference, I'm not sure if that's possible as I forget the semantics of SQLite in-memory databases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list