[webkit-changes] [WebKit/WebKit] 9adef3: Drop ASCIILiteral::characters8()

Chris Dumez noreply at github.com
Fri May 24 07:07:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9adef3783ebbdc0eeb2a0f7391ebba9253ed88be
      https://github.com/WebKit/WebKit/commit/9adef3783ebbdc0eeb2a0f7391ebba9253ed88be
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/BytecodeDumper.cpp
    M Source/JavaScriptCore/dfg/DFGOSRExit.cpp
    M Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp
    M Source/WTF/wtf/text/ASCIILiteral.h
    M Source/WTF/wtf/text/StringConcatenate.h
    M Source/WTF/wtf/text/StringView.h
    M Source/WTF/wtf/text/cocoa/ASCIILiteralCocoa.mm
    M Source/WebKit/UIProcess/GPU/GPUProcessProxy.cpp

  Log Message:
  -----------
  Drop ASCIILiteral::characters8()
https://bugs.webkit.org/show_bug.cgi?id=274631

Reviewed by Ryosuke Niwa.

Drop ASCIILiteral::characters8() to promote to use of std::span.

* Source/JavaScriptCore/bytecode/BytecodeDumper.cpp:
(JSC::Wasm::BytecodeDumper::dumpExceptionHandlers):
* Source/JavaScriptCore/dfg/DFGOSRExit.cpp:
(JSC::DFG::JSC_DEFINE_NOEXCEPT_JIT_OPERATION):
* Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp:
(JSC::FTL::compileStub):
* Source/WTF/wtf/text/ASCIILiteral.h:
* Source/WTF/wtf/text/StringConcatenate.h:
* Source/WTF/wtf/text/StringView.h:
(WTF::equal):
* Source/WTF/wtf/text/cocoa/ASCIILiteralCocoa.mm:
(WTF::ASCIILiteral::createNSString const):
* Source/WebKit/UIProcess/GPU/GPUProcessProxy.cpp:
(WebKit::addCameraSandboxExtensions):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list