WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
25067
urls direct to video tag
https://bugs.webkit.org/show_bug.cgi?id=25067
Summary
urls direct to video tag
Frank Barchard
Reported
2009-04-06 17:46:20 PDT
When a user types in a url directly pointing to a media file, such as .mp4, could we handle those like a .png and use a default <video> tag? Otherwise I end up needing to make a .html file for each movie I want to play. MVI_2599.html: <video src="MVI_2599.mp4" autoplay=true> </video>
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2009-04-06 18:58:15 PDT
Isn't this precisely what MediaDocument does? <
http://trac.webkit.org/browser/trunk/WebCore/loader/MediaDocument.cpp
> This was added in <
http://trac.webkit.org/changeset/34637
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug