[Webkit-unassigned] [Bug 39800] New: Enable DOMWindow::innerWidth to return a value defined by the platform port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 17:45:26 PDT 2010


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

           Summary: Enable DOMWindow::innerWidth to return a value defined
                    by the platform port
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: klobag at gmail.com


In mobile platform, visual viewport and layout viewport can be different. Currently DOMWindow::innerWidth() and etc uses the view->width() which is the layout viewport dimension. Add an abstract layer so that the platform can provide their own version. The default is the current version.

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