[Webkit-unassigned] [Bug 45455] [Qt] Support third-party cookie policy for Qt clients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 11:24:32 PDT 2011


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





--- Comment #19 from Robert Hogan <robert at webkit.org>  2011-04-14 11:24:31 PST ---
(In reply to comment #17)
> We could have QtCore exporting a function or data structure pointer. QtNetwork would fill it in with the TLD data.
> That way we don't bloat QtCore.
> Just an idea..

OK, so to be sure I'm clear: you're suggesting an exported public API such as QTopLevelDomainDB that contains methods for passing urls and strings and getting back the TLDs or whatever other info might be needed from the public suffix database?

Please let me know if I've misunderstood, as I'm not sure I've grokked what you're suggesting by 'QtCore exporting a function or data structure pointer'. I can't see how QtCore could export a function that QtNetwork could populate without making QtCore depend on QtNetwork. Which I thought would be a bad thing.

-- 
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