Reviewed by Kevin Ollivier.
Add a MIME mapping for the .htm extension to wx and GTK ports.
https://bugs.webkit.org/show_bug.cgi?id=22668
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39014 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 94a62f0..9020ac3 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,19 @@
Reviewed by Kevin Ollivier.
+ Add a MIME mapping for the .htm extension to wx and GTK ports.
+
+ https://bugs.webkit.org/show_bug.cgi?id=22668
+
+ * platform/gtk/MIMETypeRegistryGtk.cpp:
+ (WebCore::):
+ * platform/wx/MimeTypeRegistryWx.cpp:
+ (WebCore::):
+
+2008-12-04 Kevin Watters <kevinwatters@gmail.com>
+
+ Reviewed by Kevin Ollivier.
+
Implement basic text paste support in wx and add notImplemented stubs
to catch other methods.