[Webkit-unassigned] [Bug 65440] New: Store media types in filesystem
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 31 20:21:46 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65440
Summary: Store media types in filesystem
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bugmail at eligrey.com
(Cross-submitted from http://code.google.com/p/chromium/issues/detail?id=91159)
What steps will reproduce the problem?
1. Create a blob of any media type.
2. Write the blob to a file without a filename extension or a not well-known filename extension.
3. Navigate to the filesystem: URL.
What is the expected result?
The media type of the file is the media type that was assigned to the blob that was written to the file. If the blob had no media type, the media type of the file is derived from its filename extension.
What happens instead?
The media type of the file is derived only from its filename extension.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list