Bug 36028

Summary: Crash with uniform array test
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dglazkov, oliver, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test case
none
Patch dglazkov: review+, kbr: commit-queue-

Description Kenneth Russell 2010-03-11 12:16:36 PST
The attached test case crashes the Chromium WebGL port in the V8 custom bindings.
Comment 1 Kenneth Russell 2010-06-28 13:30:11 PDT
Created attachment 59931 [details]
Test case
Comment 2 Kenneth Russell 2010-07-08 19:03:29 PDT
Created attachment 60995 [details]
Patch

From the ChangeLog:

Fixed type tests and casting of incoming arrays. Fixed crash when null WebGLUniform is passed to getUniform. Separated calling wrong uniform*fv entry point from calling with non-array. Updated test expectations.
Comment 3 Dimitri Glazkov (Google) 2010-07-09 09:39:01 PDT
Comment on attachment 60995 [details]
Patch

ok.
Comment 4 Kenneth Russell 2010-07-09 09:43:58 PDT
Committed r62961: <http://trac.webkit.org/changeset/62961>