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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 05:01:28 PDT 2011


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





--- Comment #20 from Peter Hartmann <peter.hartmann at nokia.com>  2011-04-20 05:01:27 PST ---
> 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.

I think we should just move the TLD code over to Qt Core (which will grow it 100K), and #ifdef it out for the bootstrap mode so it does not end up in qmake, then we can add the functionality in QUrl, as Robert suggested.

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