[Webkit-unassigned] [Bug 142673] [GTK] Automatically adjust font size when gtk-xft-dpi changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 08:49:00 PST 2017


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #61 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #58)
> > Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp:164
> > +    WebCore::setScreenDPIObserverHandler(nullptr);
> 
> This doesn't work, because there can be multiple instances of
> WebKitSettings, it's the way we make web view groups, by sharing
> WebKitSettings objects. In this case, once one instance is deleted, all
> others will stop receiving notifications. We should either change
> PlatformScreen to receive a pair of Function, context and keep a map, or use
> a single handler here but notify all WebKitSetting instances. The former
> should be easier.

Ow :/

-- 
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/20171114/146a6967/attachment-0001.html>


More information about the webkit-unassigned mailing list