RESOLVED FIXED 215002
It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type
https://bugs.webkit.org/show_bug.cgi?id=215002
Summary It would be nice if the predicate taking functions in ParsingUtilities.h didn...
Sam Weinig
Reported 2020-07-30 19:19:26 PDT
It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type. For example, instead of typing: skipUntil<CharacterType, isASCII>(buffer); it would be nicer if we could write: skipUntil<isASCII>(buffer);
Attachments
Patch (34.30 KB, patch)
2020-07-30 19:34 PDT, Sam Weinig
no flags
Sam Weinig
Comment 1 2020-07-30 19:34:08 PDT
EWS
Comment 2 2020-07-30 20:44:14 PDT
Committed r265129: <https://trac.webkit.org/changeset/265129> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405652 [details].
Radar WebKit Bug Importer
Comment 3 2020-07-30 20:45:21 PDT
Simon Fraser (smfr)
Comment 4 2020-07-30 20:49:00 PDT
Wouldn't it be nice!
Note You need to log in before you can comment on or make changes to this bug.