[webkit-changes] [WebKit/WebKit] cebd0f: make all remaining { No, Yes } and { Yes, No } enu...

Antoine Quint noreply at github.com
Thu Mar 23 23:50:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cebd0f9727d7493fbbea4ebf321799bc0152642e
      https://github.com/WebKit/WebKit/commit/cebd0f9727d7493fbbea4ebf321799bc0152642e
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/assembler/AssemblerBuffer.h
    M Source/JavaScriptCore/bytecode/CallLinkInfo.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/channel_unittest.cc
    M Source/WTF/wtf/playstation/FileSystemPlayStation.cpp
    M Source/WebCore/Modules/mediastream/RTCRtpScriptTransformer.h
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
    M Source/WebCore/accessibility/AccessibilityNodeObject.h
    M Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.h
    M Source/WebCore/css/parser/CSSParserEnum.h
    M Source/WebCore/css/parser/CSSParserImpl.h
    M Source/WebCore/dom/DocumentStorageAccess.h
    M Source/WebCore/dom/ScriptExecutionContext.h
    M Source/WebCore/loader/FrameLoaderTypes.h
    M Source/WebCore/loader/ResourceLoaderOptions.h
    M Source/WebCore/page/LocalFrameView.h
    M Source/WebCore/platform/ScrollAnimator.h
    M Source/WebCore/platform/ScrollTypes.h
    M Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.h
    M Source/WebCore/platform/graphics/FontCache.h
    M Source/WebCore/platform/graphics/GraphicsContextGL.h
    M Source/WebCore/platform/graphics/ShouldLocalizeAxisNames.h
    M Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.h
    M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.h
    M Source/WebCore/platform/network/HTTPParsers.h
    M Source/WebCore/platform/text/TextFlags.h
    M Source/WebCore/rendering/BreakLines.h
    M Source/WebCore/rendering/RenderBox.h
    M Source/WebCore/rendering/RenderLayerCompositor.h
    M Source/WebCore/rendering/style/StyleCursorImage.h
    M Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp
    M Source/WebCore/style/StyleBuilderState.h
    M Source/WebDriver/Session.h
    M Source/WebDriver/WebDriverService.cpp
    M Source/WebKit/NetworkProcess/soup/NetworkDataTaskSoup.h
    M Source/WebKit/Platform/IPC/StreamClientConnectionBuffer.h
    M Source/WebKit/Platform/IPC/StreamServerConnectionBuffer.h
    M Source/WebKit/Shared/TextFlags.serialization.in
    M Source/WebKit/Shared/ios/GestureTypes.h
    M Source/WebKit/UIProcess/API/glib/IconDatabase.h
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBaseInternal.h
    M Source/WebKit/UIProcess/PageClient.h
    M Source/WebKit/UIProcess/WebAuthentication/Cocoa/HidConnection.h
    M Source/WebKit/UIProcess/WebProcessProxy.h
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.h
    M Source/WebKit/WebProcess/WebPage/WebBackForwardListProxy.h
    M Tools/TestWebKitAPI/Tests/WebCore/ImageBufferTests.cpp
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm

  Log Message:
  -----------
  make all remaining { No, Yes } and { Yes, No } enums use bool as underlying type
https://bugs.webkit.org/show_bug.cgi?id=254358

Reviewed by Chris Dumez.

Missed a few, such as multiline declarations, in 262018 at main.

* Source/JavaScriptCore/assembler/AssemblerBuffer.h:
* Source/JavaScriptCore/bytecode/CallLinkInfo.h:
* Source/ThirdParty/libwebrtc/Source/webrtc/pc/channel_unittest.cc:
* Source/WTF/wtf/playstation/FileSystemPlayStation.cpp:
* Source/WebCore/Modules/mediastream/RTCRtpScriptTransformer.h:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
* Source/WebCore/accessibility/AccessibilityNodeObject.h:
* Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.h:
* Source/WebCore/css/parser/CSSParserEnum.h:
* Source/WebCore/css/parser/CSSParserImpl.h:
* Source/WebCore/dom/DocumentStorageAccess.h:
* Source/WebCore/dom/ScriptExecutionContext.h:
* Source/WebCore/loader/FrameLoaderTypes.h:
* Source/WebCore/loader/ResourceLoaderOptions.h:
* Source/WebCore/page/LocalFrameView.h:
* Source/WebCore/platform/ScrollAnimator.h:
* Source/WebCore/platform/ScrollTypes.h:
* Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.h:
* Source/WebCore/platform/graphics/FontCache.h:
* Source/WebCore/platform/graphics/GraphicsContextGL.h:
* Source/WebCore/platform/graphics/ShouldLocalizeAxisNames.h:
* Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.h:
* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.h:
* Source/WebCore/platform/network/HTTPParsers.h:
* Source/WebCore/platform/text/TextFlags.h:
* Source/WebCore/rendering/BreakLines.h:
* Source/WebCore/rendering/RenderBox.h:
* Source/WebCore/rendering/RenderLayerCompositor.h:
* Source/WebCore/rendering/style/StyleCursorImage.h:
* Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp:
* Source/WebCore/style/StyleBuilderState.h:
* Source/WebDriver/Session.h:
* Source/WebDriver/WebDriverService.cpp:
* Source/WebKit/NetworkProcess/soup/NetworkDataTaskSoup.h:
* Source/WebKit/Platform/IPC/StreamClientConnectionBuffer.h:
* Source/WebKit/Platform/IPC/StreamServerConnectionBuffer.h:
* Source/WebKit/Shared/TextFlags.serialization.in:
* Source/WebKit/Shared/ios/GestureTypes.h:
* Source/WebKit/UIProcess/API/glib/IconDatabase.h:
* Source/WebKit/UIProcess/API/gtk/WebKitWebViewBaseInternal.h:
* Source/WebKit/UIProcess/PageClient.h:
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/HidConnection.h:
* Source/WebKit/UIProcess/WebProcessProxy.h:
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.h:
* Source/WebKit/WebProcess/WebPage/WebBackForwardListProxy.h:
* Tools/TestWebKitAPI/Tests/WebCore/ImageBufferTests.cpp:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:

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




More information about the webkit-changes mailing list