Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ec5a2c519e1e62d602d432ad243edf1641bd920
https://github.com/WebKit/WebKit/commit/5ec5a2c519e1e62d602d432ad243edf1641bd920
Author: Chris Dumez <[email protected]>
Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths:
M Source/JavaScriptCore/API/JSValueRef.cpp
M Source/JavaScriptCore/API/glib/JSCValue.cpp
M Source/JavaScriptCore/interpreter/Interpreter.cpp
M Source/JavaScriptCore/runtime/ISO8601.cpp
M Source/JavaScriptCore/runtime/Identifier.h
M Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
M Source/JavaScriptCore/runtime/JSONObject.cpp
M Source/JavaScriptCore/runtime/LiteralParser.h
M Source/JavaScriptCore/runtime/ParseInt.h
M Source/WebCore/css/parser/CSSParserFastPaths.cpp
M Source/WebCore/dom/Document.cpp
M Source/WebCore/html/parser/HTMLSrcsetParser.cpp
M Source/WebCore/html/parser/ParsingUtilities.h
Log Message:
-----------
Adopt std::span in more places
https://bugs.webkit.org/show_bug.cgi?id=272656
Reviewed by Darin Adler.
* Source/JavaScriptCore/API/JSValueRef.cpp:
(JSValueMakeFromJSONString):
* Source/JavaScriptCore/interpreter/Interpreter.cpp:
(JSC::eval):
(JSC::Interpreter::executeProgram):
* Source/JavaScriptCore/runtime/ISO8601.cpp:
(JSC::ISO8601::parseDecimalInt32):
(JSC::ISO8601::handleFraction):
(JSC::ISO8601::parseTimeSpec):
(JSC::ISO8601::parseDate):
* Source/JavaScriptCore/runtime/Identifier.h:
(JSC::parseIndex):
* Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:
(JSC::isInfinity):
(JSC::jsBinaryIntegerLiteral):
(JSC::jsOctalIntegerLiteral):
(JSC::jsHexIntegerLiteral):
(JSC::jsStrDecimalLiteral):
(JSC::toDouble):
(JSC::jsToNumber):
(JSC::parseFloat):
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/runtime/JSONObject.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
(JSC::JSONParse):
(JSC::JSONParseWithException):
* Source/JavaScriptCore/runtime/LiteralParser.h:
(JSC::LiteralParser::LiteralParser):
(JSC::LiteralParser::Lexer::Lexer):
* Source/WebCore/css/parser/CSSParserFastPaths.cpp:
(WebCore::transformCanLikelyUseFastPath):
(WebCore::parseSimpleTransformList):
(WebCore::parseSimpleTransform):
* Source/WebCore/dom/Document.cpp:
(WebCore::isValidNameNonASCII):
(WebCore::isValidNameASCII):
(WebCore::Document::isValidName):
* Source/WebCore/html/parser/HTMLSrcsetParser.cpp:
(WebCore::appendDescriptorAndReset):
(WebCore::parseImageCandidatesFromSrcsetAttribute):
Canonical link: https://commits.webkit.org/277508@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