[Webkit-unassigned] [Bug 8030] REGRESSSION: SVN r13530 breaks non-HTTP-served files

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Mar 28 10:42:15 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8030


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |mjs at apple.com
                   |unassigned at opendarwin.org   |




------- Comment #7 from darin at apple.com  2006-03-28 10:42 PDT -------
This *is* platform-specific. On Macintosh, it's the job of the transfer system
to change the MIME type to "text/html" whenever that's appropriate. That's why
checking for "text/html" is OK (although I think it might need to be case
insensitive, rather than just ==). On Windows we probably want to set things up
the same way. So there may be no need to change WebCore::Frame code at all to
fix this.


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



More information about the webkit-unassigned mailing list