[Webkit-unassigned] [Bug 42716] Implement WebArchive for Android

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 20:13:32 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42716





--- Comment #7 from Adam Barth <abarth at webkit.org>  2010-08-31 20:13:31 PST ---
(From update of attachment 63010)
View in context: https://bugs.webkit.org/attachment.cgi?id=63010&action=prettypatch

> WebCore/loader/archive/ArchiveFactory.cpp:68
> +#elif PLATFORM(ANDROID)
> +    mimeTypes.set("application/x-webarchive-xml", archiveFactoryCreate<WebArchiveAndroid>);
Why the wacky MIME type?  Something more sensical would be application/x-webarchive+xml.  Even more sensical would be to use the existing webarchive MIME type.

> WebCore/loader/archive/android/WebArchiveAndroid.cpp:26
> +#define LOG_TAG "webarchive"
What is this?

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



More information about the webkit-unassigned mailing list