[Webkit-unassigned] [Bug 42723] FileReader needs addEventListener
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 28 02:51:00 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=42723
Luis <l0mars01 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |l0mars01 at yahoo.com
--- Comment #1 from Luis <l0mars01 at yahoo.com> 2011-03-28 02:51:00 PST ---
I confirm this in version 534.24 (branches/chromium/696 at 81543) with a few corrections.
This applies to the WebCore component, not JavaScriptCore.
(According to the JavaScript Console) the FileReader interface is missing the entire EventTarget interface despite the current File API specification's draft stipulating it (http://www.w3.org/TR/FileAPI/#FileReader-interface):
'FileReader implements EventTarget;'.
Oddly, it's present in the source code
http://trac.webkit.org/browser/trunk/Source/WebCore/fileapi/FileReader.idl
and has been for a while.
However, I'm not seeing a reference to 'FileReader' show up in 'EventTarget* toEventTarget(JSC::JSValue value)' where it perhaps should (I honestly don't know):
http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/js/JSEventTarget.cpp
Somewhere down the line, the right source code isn't getting generated.
--
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