[Webkit-unassigned] [Bug 99122] New: LocalCurrentGraphicsContext will never restore the current context to null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 17:39:35 PDT 2012


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

           Summary: LocalCurrentGraphicsContext will never restore the
                    current context to null
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy_horton at apple.com
                CC: andersca at apple.com, simon.fraser at apple.com


In a WebKit2 world, at rest, we are in a state where NSGraphicsContext is null (because we have no NSWindow, NSViews, etc.)

LocalCurrentGraphicsContext is supposed to make temporary changes to the current Cocoa graphics context. However! It will not restore the current context to null, so you can end up with an unexpected context as the "at rest" context.

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