[Webkit-unassigned] [Bug 174816] [GTK][WPE] Need a "pretty" URI property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 25 13:48:58 PDT 2017


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
If it consumes a substantial amount of memory (I suppose it might), then we could do that. It would be an error to access this property from any thread other than the UI thread, so there is no harm in that. I generally prefer to avoid global singletons since they've caused us so much trouble in the past, but if a UIDNA context requires a substantial amount of memory then we'd better not create a new one for each web view.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170725/131ffdb2/attachment.html>


More information about the webkit-unassigned mailing list