[Webkit-unassigned] [Bug 29868] New: [Qt] Allow access to page rects calculated by PrintContext + Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 06:19:10 PDT 2009


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

           Summary: [Qt] Allow access to page rects calculated by
                    PrintContext + Patch
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-3895
http://bugreports.qt.nokia.com/browse/QTBUG-3895

--- Description ---

Access should be granted to access page rects calculated by WebKit's
PrintContext.

Patch:

diff -ur
qt-x11-opensource-src-4.5.0-old/src/3rdparty/webkit/WebCore/page/PrintContext.h
qt-x11-opensource-src-4.5.0/src/3rdparty/webkit/WebCore/page/PrintContext.h
---
qt-x11-opensource-src-4.5.0-old/src/3rdparty/webkit/WebCore/page/PrintContext.h
2009-02-25 22:09:20.000000000 +0100
+++ qt-x11-opensource-src-4.5.0/src/3rdparty/webkit/WebCore/page/PrintContext.h
2009-03-14 10:12:19.000000000 +0100
@@ -50,6 +50,8 @@
 protected:
     Frame* m_frame;
     Vector<IntRect> m_pageRects;
+public:
+    const Vector<IntRect> & getPageRects() {return m_pageRects;}
 };

 }

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