[Webkit-unassigned] [Bug 213912] New: Change the names of MIMETypeRegistry methods to comply with webkit naming style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 2 17:52:38 PDT 2020


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

            Bug ID: 213912
           Summary: Change the names of MIMETypeRegistry methods to comply
                    with webkit naming style
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

Change the name of the following methods:

MIMETypeRegistry::getMIMETypeForExtension
MIMETypeRegistry::getExtensionsForMIMEType
MIMETypeRegistry::getPreferredExtensionForMIMEType
MIMETypeRegistry::getMediaMIMETypeForExtension
MIMETypeRegistry::getMIMETypeForPath
MIMETypeRegistry::getNormalizedMIMEType

To be:

MIMETypeRegistry::mimeTypeForExtension
MIMETypeRegistry::extensionsForMIMEType
MIMETypeRegistry::preferredExtensionForMIMEType
MIMETypeRegistry::mediaMIMETypeForExtension
MIMETypeRegistry::mimeTypeForPath
MIMETypeRegistry::normalizedMIMEType

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200703/81ef676d/attachment.htm>


More information about the webkit-unassigned mailing list