[webkit-changes] [WebKit/WebKit] b1897a: Remove more MSVC hacks

Yusuke Suzuki noreply at github.com
Fri May 10 18:32:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b1897a24b1f14d6acd8a60244d8ee5e09f31f4ae
      https://github.com/WebKit/WebKit/commit/b1897a24b1f14d6acd8a60244d8ee5e09f31f4ae
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M Source/JavaScriptCore/jit/JITMathIC.h
    M Source/JavaScriptCore/jit/JITOperations.cpp
    M Source/JavaScriptCore/llint/LLIntData.h
    M Source/JavaScriptCore/llint/LLIntThunks.cpp
    M Source/JavaScriptCore/runtime/CachedTypes.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WTF/wtf/MathExtras.h
    M Source/WTF/wtf/ThreadSafeWeakPtr.h
    M Source/WTF/wtf/TypeTraits.h
    M Source/WebCore/Modules/async-clipboard/ClipboardItemBindingsDataSource.cpp
    M Source/WebCore/fileapi/AsyncFileStream.cpp
    M Source/WebCore/loader/SubresourceLoader.h
    M Source/WebCore/platform/PODInterval.h
    M Source/WebCore/platform/PlatformMouseEvent.h
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyList.h
    M Source/WebCore/svg/properties/SVGProperty.h
    M Source/WebCore/svg/properties/SVGPropertyList.h
    M Source/WebCore/svg/properties/SVGValueProperty.h
    M Source/WebCore/svg/properties/SVGValuePropertyList.h
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  Remove more MSVC hacks
https://bugs.webkit.org/show_bug.cgi?id=274018
rdar://127899955

Reviewed by Mark Lam.

* Source/JavaScriptCore/jit/JITMathIC.h:
(JSC::JITMathIC::generateOutOfLine):
* Source/JavaScriptCore/jit/JITOperations.cpp:
* Source/JavaScriptCore/llint/LLIntData.h:
(JSC::LLInt::getCodeFunctionPtr):
(JSC::LLInt::getWide16CodeFunctionPtr):
(JSC::LLInt::getWide32CodeFunctionPtr):
* Source/JavaScriptCore/llint/LLIntThunks.cpp:
(JSC::LLInt::untaggedPtr):
* Source/JavaScriptCore/runtime/CachedTypes.cpp:
(JSC::GenericCacheEntry::decode const):
* Source/WTF/wtf/Assertions.h:
* Source/WTF/wtf/MathExtras.h:
(WTF::clz):
(WTF::ctz):
(wtf_pow): Deleted.
* Source/WTF/wtf/ThreadSafeWeakPtr.h:
* Source/WTF/wtf/TypeTraits.h:
(WTF::requires):
* Source/WebCore/Modules/async-clipboard/ClipboardItemBindingsDataSource.cpp:
(WebCore::ClipboardItemBindingsDataSource::collectDataForWriting):
* Source/WebCore/fileapi/AsyncFileStream.cpp:
(WebCore::AsyncFileStream::Internals::Internals):
* Source/WebCore/loader/SubresourceLoader.h:
* Source/WebCore/platform/PODInterval.h:
* Source/WebCore/platform/PlatformMouseEvent.h:
(WebCore::operator==): Deleted.
(WebCore::operator!=): Deleted.
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:
* Source/WebCore/svg/properties/SVGAnimatedPropertyList.h:
* Source/WebCore/svg/properties/SVGProperty.h:
* Source/WebCore/svg/properties/SVGPropertyList.h:
* Source/WebCore/svg/properties/SVGValueProperty.h:
* Source/WebCore/svg/properties/SVGValuePropertyList.h:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didFailToSuspendAfterProcessSwap):
(WebKit::WebPageProxy::didSuspendAfterProcessSwap):

Canonical link: https://commits.webkit.org/278643@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