Bug 24681 - Support video in embedded objects
Summary: Support video in embedded objects
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Thadeu Lima de Souza Cascardo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 15:06 PDT by Thadeu Lima de Souza Cascardo
Modified: 2010-06-12 14:53 PDT (History)
1 user (show)

See Also:


Attachments
a very poor prof of concept (2.05 KB, patch)
2009-03-18 15:09 PDT, Thadeu Lima de Souza Cascardo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thadeu Lima de Souza Cascardo 2009-03-18 15:06:44 PDT
Webkit should support video in embedded objects. Many sites use it and many browsers support it as well.
Comment 1 Thadeu Lima de Souza Cascardo 2009-03-18 15:09:22 PDT
Created attachment 28732 [details]
a very poor prof of concept

I am ashamed of myself by posting this patch. But it would be very bad of my part to keep it hidden here in my disk while I can't work on this right now.
Comment 2 Thadeu Lima de Souza Cascardo 2009-03-18 15:10:45 PDT
I think that making HTMLEmbedElement depend on HTMLMediaElement a very much better idea.
Comment 3 Thadeu Lima de Souza Cascardo 2009-04-18 19:52:38 PDT
I will be working on this in the next couple of days. Expect some progress soon.
Comment 4 Alexey Proskuryakov 2010-06-12 14:53:23 PDT
> Many sites use it and many browsers support it as well.

What is the actual user visible problem that's being fixed here? What are the sites that are broken due to this?

I'm marking INVALID for now, since this seems to have been abandoned, but please feel free to re-open if you'd like to follow up.