Bug 40323

Summary: Rename FloatArray to Float32Array
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dglazkov, fishd, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Partial patch dglazkov: review+, kbr: commit-queue-

Description Kenneth Russell 2010-06-08 12:13:25 PDT
Per recent TypedArray spec updates, FloatArray must be renamed to Float32Array.
Comment 1 Kenneth Russell 2010-06-09 10:59:01 PDT
Created attachment 58262 [details]
Partial patch

This is a *partial* patch containing only the ChangeLogs and those files which were modified by hand. It will not pass the bots. The full patch is over 100k but all of the changes and renames in it are handled by the do-webcore-rename script, the changes to which are in the patch.

Description from the ChangeLog:

Used do-webcore-rename to perform renaming. Manually undid incorrect changes to WebCore/bridge/jni/jsc/JNIBridgeJSC.cpp, WebCore/manual-tests/resources/ArrayParameterTestApplet.java and ArrayParameterTestApplet.class. Updated LayoutTests. Built and ran all layout tests on Safari; built Chromium and ran selected WebGL tests.
Comment 2 Dimitri Glazkov (Google) 2010-06-09 11:08:56 PDT
Comment on attachment 58262 [details]
Partial patch

rs=me. Godspeed, kbr.
Comment 3 Dimitri Glazkov (Google) 2010-06-09 11:19:33 PDT
Comment on attachment 58262 [details]
Partial patch

doh.
Comment 4 Kenneth Russell 2010-06-09 11:24:32 PDT
Committed r60902: <http://trac.webkit.org/changeset/60902>