RESOLVED FIXED Bug 40323
Rename FloatArray to Float32Array
https://bugs.webkit.org/show_bug.cgi?id=40323
Summary Rename FloatArray to Float32Array
Kenneth Russell
Reported 2010-06-08 12:13:25 PDT
Per recent TypedArray spec updates, FloatArray must be renamed to Float32Array.
Attachments
Partial patch (17.18 KB, patch)
2010-06-09 10:59 PDT, Kenneth Russell
dglazkov: review+
kbr: commit-queue-
Kenneth Russell
Comment 1 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.
Dimitri Glazkov (Google)
Comment 2 2010-06-09 11:08:56 PDT
Comment on attachment 58262 [details] Partial patch rs=me. Godspeed, kbr.
Dimitri Glazkov (Google)
Comment 3 2010-06-09 11:19:33 PDT
Comment on attachment 58262 [details] Partial patch doh.
Kenneth Russell
Comment 4 2010-06-09 11:24:32 PDT
Note You need to log in before you can comment on or make changes to this bug.