[Webkit-unassigned] [Bug 32099] New: Must fabricate GL errors instead of throwing exceptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 20:33:17 PST 2009


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

           Summary: Must fabricate GL errors instead of throwing
                    exceptions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: oliver at apple.com, brettw at chromium.org,
                    cmarrin at apple.com, rlp at google.com,
                    petersont at google.com


In most, if not all, cases where the WebKit WebGL implementation is raising
JavaScript exceptions, for example during argument validation, it instead needs
to fabricate the appropriate GL errors. Higher-level code can check the GL
error state after each call and explicitly throw an exception. 

This is important to fix as soon as possible to make the implementation spec
compliant and, in particular, so that the working group doesn't release bogus
tests along with the first public draft of the spec.

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