[Webkit-unassigned] [Bug 70556] New: [Chromium] Plumb DPI info into PlatformScreen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 15:43:42 PDT 2011


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

           Summary: [Chromium] Plumb DPI info into PlatformScreen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fsamuel at chromium.org
                CC: rjkroege at chromium.org


In order to properly implement the Viewport Meta tag, we need to make a full size web page's CSS pixel be equal to a reference pixel in size. To do the proper scaling calculations, we need access to the screen dpi in WebKit.

So plumb the DPI info through the following:

PlatformScreen.h
PlatformScreenChromium.cpp
PlatformSupport
WebWidgetClient
WebScreenInfo
WebScreenInfoFactory (x11) where we have a X Display to inquire things from.

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