[webkit-reviews] review requested: [Bug 69598] Pass Parsed Accept Attribute MIME Types to WebKit Clients : [Attachment 110082] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 20:02:25 PDT 2011


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 69598: Pass Parsed Accept Attribute MIME Types to WebKit Clients
https://bugs.webkit.org/show_bug.cgi?id=69598

Attachment 110082: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=110082&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
I think this is the preferable approach. Rather then passing the "accept"
attribute string
to WebKit clients, we instead pass the parsed list of trimmed MIME types. This
way
ports don't have to write their own, possibly differing parsing implementations
and
we can make use of the HTML5 parsers already in WebCore.

I'm not very familiar with WK2, but this looks like it would affect the WebKit2
API.
Does that require any special considerations?


More information about the webkit-reviews mailing list