Bug 59956

Summary: Consider reimplementing MediaDocument machinery using Javascript
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: adele, ap, eric.carlson, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Dimitri Glazkov (Google) 2011-05-02 13:10:00 PDT
MediaDocument is misusing defaultEventHandler to listen to events. Perhaps just writing a chunk of JS to implement this would be a good idea?
Comment 1 Eric Carlson 2011-09-13 15:43:53 PDT
(In reply to comment #0)
> MediaDocument is misusing defaultEventHandler to listen to events. Perhaps just writing a chunk of JS to implement this would be a good idea?

As long as we can make it work when JS is disabled in the browser (see https://bugzilla.mozilla.org/show_bug.cgi?id=449358).