[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 14:06:02 PDT 2011


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





--- Comment #21 from Robert Hogan <robert at webkit.org>  2011-04-20 14:06:01 PST ---
(In reply to comment #20)
> > 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.

Thanks Peter - I have a patch for Qt, but gitorious is erroring out when I create merge requests. I'll post it here for now. Might be easier to review/comment line by line that way anyway.

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