Bug 57163 - Shadow media control elements should only be created when needed.
Summary: Shadow media control elements should only be created when needed.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on: 53020
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-26 13:26 PDT by Jer Noble
Modified: 2011-06-22 21:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2011-03-26 13:26:37 PDT
Currently, every possible media control element is created when a HTMLMediaElement is created.  Most should only ever be created on demand.
Comment 1 Dimitri Glazkov (Google) 2011-04-04 13:40:46 PDT
+1. I am going to block this on conversion to new shadow DOM, since it would be easier then.