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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 24 08:27:36 PDT 2010


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


David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #9 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-10-24 08:27:34 PST ---
(In reply to comment #8)
> (In reply to comment #7)
> > (From update of attachment 63010 [details] [details])
> > 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.
> 
> We chose a different mime type because the format we used doesn't make use of the xml plist format, and uses custom xml instead. If you still think that using the same mimetype is warranted (even though the formats really aren't compatible), then I can make that change as suggested.

Did you consider using the MHTML format instead?  Creating a variant of Apple's WebArchive format is a rather interesting choice.

I suppose this format has been shipping for a while in Android?  Is it used for anything beyond debugging?

-- 
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