[webkit-reviews] review requested: [Bug 23999] Split off MIME Type parsing into its own class : [Attachment 27750] Split off MIME type parsing into its own class, v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 09:45:45 PST 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 23999: Split off MIME Type parsing into its own class
https://bugs.webkit.org/show_bug.cgi?id=23999

Attachment 27750: Split off MIME type parsing into its own class, v2
https://bugs.webkit.org/attachment.cgi?id=27750&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 WebCore/ChangeLog				|   29 +++++++++
 WebCore/GNUmakefile.am 			|    2 +
 WebCore/WebCore.pro				|    1 +
 WebCore/WebCore.scons				|    1 +
 WebCore/WebCore.vcproj/WebCore.vcproj		|    8 +++
 WebCore/WebCore.xcodeproj/project.pbxproj	|    8 +++
 WebCore/WebCoreSources.bkl			|    1 +
 WebCore/html/HTMLMediaElement.cpp		|   10 +--
 WebCore/platform/ContentType.cpp		|   77 ++++++++++++++++++++++++
 WebCore/platform/ContentType.h 		|   52 ++++++++++++++++
 WebCore/platform/MIMETypeRegistry.cpp		|   36 -----------
 WebCore/platform/MIMETypeRegistry.h		|    3 -
 WebCore/platform/graphics/MediaPlayer.cpp	|    3 +-
 WebCore/rendering/style/ContentData.h		|    2 +-
 WebCore/rendering/style/RenderStyleConstants.h |    2 +-
 15 files changed, 187 insertions(+), 48 deletions(-)


More information about the webkit-reviews mailing list