Bug 59956 - Consider reimplementing MediaDocument machinery using Javascript
Summary: Consider reimplementing MediaDocument machinery using Javascript
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 13:10 PDT by Dimitri Glazkov (Google)
Modified: 2011-09-13 15:43 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).