Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d2a029f757b316ef28a6935af9d87a3b9d9d72e2
      
https://github.com/WebKit/WebKit/commit/d2a029f757b316ef28a6935af9d87a3b9d9d72e2
  Author: Chris Dumez <[email protected]>
  Date:   2024-04-13 (Sat, 13 Apr 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/ISO8601.cpp
    M Source/WTF/wtf/text/StringParsingBuffer.h
    M Source/WebCore/css/parser/CSSCustomPropertySyntax.cpp
    M Source/WebCore/css/parser/CSSCustomPropertySyntax.h
    M Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp
    M Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp
    M Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.h
    M Source/WebCore/page/csp/ContentSecurityPolicySourceList.cpp
    M Source/WebCore/page/csp/ContentSecurityPolicySourceList.h
    M Source/WebCore/page/csp/ContentSecurityPolicyTrustedTypesDirective.cpp
    M Source/WebCore/svg/SVGParserUtilities.cpp
    M Source/WebCore/svg/SVGPathStringViewSource.cpp
    M Tools/TestWebKitAPI/Tests/WTF/StringParsingBuffer.cpp

  Log Message:
  -----------
  Update StringParsingBuffer to use std::span
https://bugs.webkit.org/show_bug.cgi?id=272630

Reviewed by Darin Adler.

Update StringParsingBuffer to use std::span.

* Source/JavaScriptCore/runtime/ISO8601.cpp:
(JSC::ISO8601::parseTimeSpec):
* Source/WTF/wtf/text/StringParsingBuffer.h:
(WTF::readCharactersForParsing):
* Source/WebCore/css/parser/CSSCustomPropertySyntax.cpp:
(WebCore::CSSCustomPropertySyntax::parseComponent):
(WebCore::CSSCustomPropertySyntax::parse):
* Source/WebCore/css/parser/CSSCustomPropertySyntax.h:
* Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp:
(WebCore::HTMLFastPathParser::HTMLFastPathParser):
* Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp:
(WebCore::parseApplicationCacheManifest):
* Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:
(WebCore::ContentSecurityPolicyDirectiveList::parse):
(WebCore::ContentSecurityPolicyDirectiveList::parseDirective):
* Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.h:
* Source/WebCore/page/csp/ContentSecurityPolicySourceList.cpp:
(WebCore::ContentSecurityPolicySourceList::parse):
(WebCore::ContentSecurityPolicySourceList::parseSource):
(WebCore::ContentSecurityPolicySourceList::parseHost):
(WebCore::ContentSecurityPolicySourceList::parsePath):
(WebCore::ContentSecurityPolicySourceList::parsePort):
* Source/WebCore/page/csp/ContentSecurityPolicySourceList.h:
* Source/WebCore/page/csp/ContentSecurityPolicyTrustedTypesDirective.cpp:
(WebCore::ContentSecurityPolicyTrustedTypesDirective::parse):
* Source/WebCore/svg/SVGParserUtilities.cpp:
(WebCore::parseUnicodeRange):
(WebCore::parseKerningUnicodeString):
* Source/WebCore/svg/SVGPathStringViewSource.cpp:
(WebCore::SVGPathStringViewSource::SVGPathStringViewSource):
* Tools/TestWebKitAPI/Tests/WTF/StringParsingBuffer.cpp:
(TestWebKitAPI::TEST(WTF, StringParsingBufferInitial)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferAdvance)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferAdvanceBy)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferPreIncrement)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferPostIncrement)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferPlusEquals)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferEnd)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferSubscript)):
(TestWebKitAPI::TEST(WTF, StringParsingBufferStringView)):

Canonical link: https://commits.webkit.org/277466@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to