[Webkit-unassigned] [Bug 33066] New: [V8] Custom callbacks aren't being declared as such
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 30 16:00:53 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=33066
Summary: [V8] Custom callbacks aren't being declared as such
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: japhet at chromium.org
Blocks: 32638
The following callbacks have custom definitions in the v8 bindings, but are not
marked as [Custom] or [V8Custom] in their respective .idl.
html/canvas/WebGLByteArray : get()
html/canvas/WebGLFloatArray : get()
html/canvas/WebGLIntArray : get()
html/canvas/WebGLShortArray : get()
html/canvas/WebGLUnsignedByteArray : get()
html/canvas/WebGLUnsignedIntArray : get()
html/canvas/WebGLUnsignedShortArray : get()
page/DOMWindow : clearInterval()
page/DOMWindow : clearTimeout()
xml/XMLHttpRequest : dispatchEvent()
xml/XMLHttpRequestUpload : dispatchEvent()
We should either mark them V8Custom or make them not need to be custom anymore.
--
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