[Webkit-unassigned] [Bug 127000] New: Don't return early if the WebKit client hasn't implemented webGLContextCreated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 12:54:12 PST 2014


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

           Summary: Don't return early if the WebKit client hasn't
                    implemented webGLContextCreated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: bfulgham at webkit.org, dino at apple.com, jonlee at apple.com


If the WebKit client hasn't implemented webGLContextCreated then we don't want to return early and we want to continue execution as usual.

This is causing 7 tests to fail which I will skip for now.
http/tests/canvas/webgl/origin-clean-conformance.html
http/tests/webgl/1.0.2/texSubImage2DHTML.html
http/tests/security/webgl-remote-read-remote-image-allowed.html
http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
http/tests/webgl/1.0.2/texImage2DHTML.html
http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html

Note that other webgl tests aren't failing because those tests are local files, not hosted from a server like these http tests are.

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