RESOLVED FIXED213912
Change the names of MIMETypeRegistry methods to comply with webkit naming style
https://bugs.webkit.org/show_bug.cgi?id=213912
Summary Change the names of MIMETypeRegistry methods to comply with webkit naming style
Said Abou-Hallawa
Reported 2020-07-02 17:52:38 PDT
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
Attachments
Patch (29.54 KB, patch)
2020-07-02 18:00 PDT, Said Abou-Hallawa
no flags
Patch (33.07 KB, patch)
2020-07-02 18:10 PDT, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2020-07-02 18:00:47 PDT
Said Abou-Hallawa
Comment 2 2020-07-02 18:10:39 PDT
EWS Watchlist
Comment 3 2020-07-02 18:11:44 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
EWS
Comment 4 2020-07-03 02:35:52 PDT
Committed r263890: <https://trac.webkit.org/changeset/263890> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403427 [details].
Radar WebKit Bug Importer
Comment 5 2020-07-03 02:36:19 PDT
Fujii Hironori
Comment 6 2020-07-03 17:42:27 PDT
Note You need to log in before you can comment on or make changes to this bug.