Reviewed by adele.
* WebView.subproj/WebTextView.m:
(+[WebTextView unsupportedTextMIMETypes]): added "text/ldif" to the list of MIME types that our text view doesn't handle
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8518
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-02-03 Chris Blumenberg <cblu@apple.com>
+
+ Fixed: <rdar://problem/3893513> Sun iPlanet app: when saving to a file it brings up a window with the thing to be saved instead
+
+ Reviewed by adele.
+
+ * WebView.subproj/WebTextView.m:
+ (+[WebTextView unsupportedTextMIMETypes]): added "text/ldif" to the list of MIME types that our text view doesn't handle
+
=== Safari-183 ===
2005-02-03 Chris Blumenberg <cblu@apple.com>
@"text/vcard", // vCard
@"text/x-vcard",
@"text/directory",
+ @"text/ldif", // Netscape Address Book
@"text/qif", // Quicken
@"text/x-qif",
nil];