Title: [97569] trunk/Source/WebCore
- Revision
- 97569
- Author
- [email protected]
- Date
- 2011-10-15 20:33:30 -0700 (Sat, 15 Oct 2011)
Log Message
Remove the last remnant of WBXML
https://bugs.webkit.org/show_bug.cgi?id=70187
Reviewed by Daniel Bates.
The bulk of the WBXML code was removed in 2009, but we missed one block.
* platform/wince/MIMETypeRegistryWinCE.cpp:
(WebCore::initMIMETypeEntensionMap):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (97568 => 97569)
--- trunk/Source/WebCore/ChangeLog 2011-10-16 00:54:05 UTC (rev 97568)
+++ trunk/Source/WebCore/ChangeLog 2011-10-16 03:33:30 UTC (rev 97569)
@@ -1,3 +1,15 @@
+2011-10-15 Adam Barth <[email protected]>
+
+ Remove the last remnant of WBXML
+ https://bugs.webkit.org/show_bug.cgi?id=70187
+
+ Reviewed by Daniel Bates.
+
+ The bulk of the WBXML code was removed in 2009, but we missed one block.
+
+ * platform/wince/MIMETypeRegistryWinCE.cpp:
+ (WebCore::initMIMETypeEntensionMap):
+
2011-10-15 Darin Adler <[email protected]>
REGRESSION(r97533): fast/forms/select-script-onchange.html failed after
Modified: trunk/Source/WebCore/platform/wince/MIMETypeRegistryWinCE.cpp (97568 => 97569)
--- trunk/Source/WebCore/platform/wince/MIMETypeRegistryWinCE.cpp 2011-10-16 00:54:05 UTC (rev 97568)
+++ trunk/Source/WebCore/platform/wince/MIMETypeRegistryWinCE.cpp 2011-10-16 03:33:30 UTC (rev 97569)
@@ -86,9 +86,6 @@
// FIXME: Custom font works only when MIME is "text/plain"
mimetypeMap.add("ttf", "text/plain"); // "font/ttf"
mimetypeMap.add("otf", "text/plain"); // "font/otf"
-#if ENABLE(WBXML)
- mimetypeMap.add("wbxml", "application/vnd.wap.wmlc");
-#endif
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes