[Webkit-unassigned] [Bug 45118] New: Update TypedArrays to throw RangeError or similar instead of INDEX_SIZE_ERR
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 2 11:16:45 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45118
Summary: Update TypedArrays to throw RangeError or similar
instead of INDEX_SIZE_ERR
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kbr at google.com
CC: cmarrin at apple.com, zmo at google.com, psawaya at apple.com,
enne at google.com
The TypedArray specification was just updated to remove references to the DOM INDEX_SIZE_ERR exception when certain out-of-range accesses are performed. The WebKit implementation needs to be updated to throw RangeError (most likely), and array-unit-tests.html updated on the Khronos site and synced back down to WebKit to no longer expect INDEX_SIZE_ERR to be thrown.
--
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