[Webkit-unassigned] [Bug 37194] New: Prevent wrong use of PrintContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 01:49:53 PDT 2010


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

           Summary: Prevent wrong use of PrintContext
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hamaji at chromium.org


We can misuse PrintContext in several ways. We can call PrintContext::begin()
twice, we can call PrintContext::end() without PrintContext::begin(), and we
can forget PrintContext::end() after PrintContext::begin(). Bug 36049 is an
example of such mistakes.

Let's add a boolean flag to prevent such misuses.

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