[Webkit-unassigned] [Bug 17360] REGRESSION: mp4 file downloaded from server is downloaded as html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 01:28:42 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17360


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19134|review?                     |review+
               Flag|                            |




------- Comment #8 from ap at webkit.org  2008-02-15 01:28 PDT -------
(From update of attachment 19134)
r=me, with comments.

+ * Copyright (C) 2008 Apple Inc. All rights reserved.

I think we need a three-clause license, such as the one in WebTextRenderer.h.

+static NSSet *createBinaryExtensionsSet()

Where does this list come from? Could you add .eps, .ps, .ttf, .otf, .pfa,
.pfb, .qxp, .indd, .ai, to make publishing folks a little happier?

+        return [binaryExtensions containsObject:[[self suggestedFilename]
pathExtension]] ? MIMEType : @"text/plain";

Is there lowercasing performed in some place that I missed?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list