[Webkit-unassigned] [Bug 23059] New: Add contentsSizeChanged API to QWebFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 31 07:34:19 PST 2008


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

           Summary: Add contentsSizeChanged API to QWebFrame
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: treat at kde.org


Hi,

Currently QWebFrame sports a contentsSize getter which returns the current size
of the contents handled by the frame.  However, this size is constantly
changing and a client application has no way of being notified of such changes
other than polling.  This is less than optimal.

Attached you'll find a patch which adds a signal to QWebFrame so clients can be
notified whenever the frame's contentsSizeChanged(...)

Cheers,
Adam


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list