RESOLVED FIXED 213815
Rename ManifestParser.h/cpp to ApplicationCacheManifestParser.h/cpp to make it clear its not the ApplicationManifestParser (a different thing entirely).
https://bugs.webkit.org/show_bug.cgi?id=213815
Summary Rename ManifestParser.h/cpp to ApplicationCacheManifestParser.h/cpp to make i...
Sam Weinig
Reported 2020-06-30 13:37:33 PDT
Rename ManifestParser.h/cpp to ApplicationCacheManifestParser.h/cpp to make it clear its not the ApplicationManifestParser (a different thing entirely).
Attachments
Patch (35.03 KB, patch)
2020-06-30 13:38 PDT, Sam Weinig
no flags
Sam Weinig
Comment 1 2020-06-30 13:38:22 PDT
Darin Adler
Comment 2 2020-06-30 14:44:11 PDT
Comment on attachment 403238 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403238&action=review > Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp:53 > +template<typename CharacterType> static constexpr bool isManifestNewline(CharacterType character) This seems like a pretty standard definition of isNewline. Just saying. > Source/WebCore/loader/appcache/ApplicationCacheManifestParser.h:36 > + FallbackURLVector fallbackURLs; Seems a slight shame that we have to include ApplicationCache.h just to get the definition of this vector type.
Darin Adler
Comment 3 2020-06-30 14:44:29 PDT
Comment on attachment 403238 [details] Patch Couldn’t set commit-queue+ without seeing more EWS results.
Sam Weinig
Comment 4 2020-06-30 14:49:58 PDT
(In reply to Darin Adler from comment #2) > Comment on attachment 403238 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=403238&action=review > > > Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp:53 > > +template<typename CharacterType> static constexpr bool isManifestNewline(CharacterType character) > > This seems like a pretty standard definition of isNewline. Just saying. You don't know about these newfangled emoji newlines in Unicode 12? > > > Source/WebCore/loader/appcache/ApplicationCacheManifestParser.h:36 > > + FallbackURLVector fallbackURLs; > > Seems a slight shame that we have to include ApplicationCache.h just to get > the definition of this vector type. Yeah. That's silly. Will fix (just not in this rename, too scared of messing up svn add / svn removes right now).
EWS
Comment 5 2020-06-30 15:43:06 PDT
Committed r263775: <https://trac.webkit.org/changeset/263775> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403238 [details].
Radar WebKit Bug Importer
Comment 6 2020-06-30 15:44:20 PDT
Darin Adler
Comment 7 2020-06-30 16:55:02 PDT
Noticed some "manfest" in the patch instead of "manifest".
Note You need to log in before you can comment on or make changes to this bug.