[Webkit-unassigned] [Bug 15692] Gtk Api to check database support and change the path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 13 11:19:02 PDT 2008


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





------- Comment #5 from zuh at iki.fi  2008-08-13 11:19 PDT -------
(In reply to comment #4)
> (In reply to comment #3)
> > One improvement over the current one might be to use g_get_prgname() instead of
> > hard-coded "webkit" in order to not clash between eg. a browser and some other
> > application using WebKit. It's already used in the UA string generation for
> > example, which btw is another candidate for global setting (though maybe that
> > would have use-cases for per-view configuration). Third one I can think of is
> > some cache settings.
> 
> I have to disagree with using g_get_prgname(). Usually we want to share things
> like this. While it should be an optional feature to use for instance databases
> only in the context of one application, it's not normally very helpful.

Hmm, I suppose you are right. I can imagine for example an music store using
the storage area in view embedded in a music application and in a browser
session.

Then there's also the question of when this is allowed to be changed? At least
it'll ASSERT if a database is open at the time, but does it make any sense to
change it after application startup?


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



More information about the webkit-unassigned mailing list