[Webkit-unassigned] [Bug 47395] [EFL] Implement pageRect() function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 21:09:08 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70197|0                           |1
        is obsolete|                            |
  Attachment #70197|review?, commit-queue?      |
               Flag|                            |
  Attachment #70199|                            |review?, commit-queue?
               Flag|                            |




--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-10-07 21:09:07 PST ---
Created an attachment (id=70199)
 --> (https://bugs.webkit.org/attachment.cgi?id=70199)
Patch

I understand that QT port is using frameRect() as well as this patch.  So, I also use the frameRect().
The frameRect() returns frameview size.

QSize QWebPage::viewportSize() const
{
    if (d->mainFrame && d->mainFrame->d->frame->view())
        return d->mainFrame->d->frame->view()->frameRect().size();

    return d->viewportSize;
}

And, I add null checking code.

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