[webkit-reviews] review requested: [Bug 100927] Improve ContentTypeParser, so that it could be used to validate mime type according to RFC : [Attachment 172034] Patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 04:39:30 PDT 2012


Alexander Shalamov <alexander.shalamov at gmail.com> has asked  for review:
Bug 100927: Improve ContentTypeParser, so that it could be used to validate
mime type according to RFC
https://bugs.webkit.org/show_bug.cgi?id=100927

Attachment 172034: Patch 2
https://bugs.webkit.org/attachment.cgi?id=172034&action=review

------- Additional Comments from Alexander Shalamov
<alexander.shalamov at gmail.com>
- Renamed ContentTypeParser to ParsedContentType.
- Moved implementation details to cpp.
- const unsigned contentTypeLength ... => unsigned contentTypeLength ...
- Added isValidContentType function that could be used to validate content type
strings.


More information about the webkit-reviews mailing list