Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-3895

Allow access to page rects calculated by PrintContext + Patch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Moved
    • Not Evaluated
    • Some future release
    • 4.5.0
    • None
    • None

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

      };

      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shausman Simon Hausmann
            janichol Andy Nichols
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes