[webkit-changes] [WebKit/WebKit] 6e2663: Add exports to link a shared WebCore with WebKit f...

Don Olmstead noreply at github.com
Tue Nov 29 16:07:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e266388a02754e1e9ff0655feefaa5c536b37c0
      https://github.com/WebKit/WebKit/commit/6e266388a02754e1e9ff0655feefaa5c536b37c0
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h
    M Source/WebCore/Modules/websockets/WebSocketDeflater.h
    M Source/WebCore/Modules/websockets/WebSocketFrame.h
    M Source/WebCore/Modules/websockets/WebSocketHandshake.h
    M Source/WebCore/bindings/js/SerializedScriptValue.h
    M Source/WebCore/fileapi/File.h
    M Source/WebCore/inspector/InspectorController.h
    M Source/WebCore/platform/Length.h
    M Source/WebCore/platform/PlatformMouseEvent.h
    M Source/WebCore/platform/ScrollableArea.h
    M Source/WebCore/platform/graphics/FontCascade.h
    M Source/WebCore/platform/graphics/FontPlatformData.h
    M Source/WebCore/platform/graphics/GraphicsContext.h
    M Source/WebCore/platform/graphics/GraphicsLayer.h
    M Source/WebCore/platform/graphics/ImageBuffer.h
    M Source/WebCore/platform/graphics/IntPoint.h
    M Source/WebCore/platform/graphics/IntRect.h
    M Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h
    M Source/WebCore/platform/graphics/cairo/ImageBufferCairoBackend.h
    M Source/WebCore/platform/graphics/cairo/RefPtrCairo.h
    M Source/WebCore/platform/graphics/filters/FilterOperations.h
    M Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h
    M Source/WebCore/platform/graphics/texmap/TextureMapperSparseBackingStore.h
    M Source/WebCore/platform/graphics/transforms/TransformState.h
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.h
    M Source/WebCore/platform/graphics/win/FontCustomPlatformData.h
    M Source/WebCore/platform/network/NetworkStorageSession.h
    M Source/WebCore/platform/network/curl/CurlContext.h
    M Source/WebCore/platform/network/curl/CurlRequest.h
    M Source/WebCore/platform/network/curl/CurlStreamScheduler.h
    M Source/WebCore/platform/win/BitmapInfo.h
    M Source/WebCore/platform/win/WebCoreBundleWin.h
    M Source/WebCore/platform/win/WindowMessageBroadcaster.h
    M Source/WebCore/platform/win/WindowsKeyNames.h
    M Source/WebCore/rendering/RenderTheme.h

  Log Message:
  -----------
  Add exports to link a shared WebCore with WebKit for WinCairo
https://bugs.webkit.org/show_bug.cgi?id=248468

Reviewed by Michael Catanzaro.

Adds all `WEBCORE_EXPORT`s required to get WebKit to link with a
`SHARED` WebCore.

* Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h:
* Source/WebCore/Modules/websockets/WebSocketDeflater.h:
* Source/WebCore/Modules/websockets/WebSocketFrame.h:
* Source/WebCore/Modules/websockets/WebSocketHandshake.h:
* Source/WebCore/bindings/js/SerializedScriptValue.h:
* Source/WebCore/fileapi/File.h:
* Source/WebCore/inspector/InspectorController.h:
* Source/WebCore/platform/Length.h:
* Source/WebCore/platform/PlatformMouseEvent.h:
* Source/WebCore/platform/ScrollableArea.h:
* Source/WebCore/platform/graphics/FontCascade.h:
* Source/WebCore/platform/graphics/FontPlatformData.h:
* Source/WebCore/platform/graphics/GraphicsContext.h:
* Source/WebCore/platform/graphics/GraphicsLayer.h:
* Source/WebCore/platform/graphics/ImageBuffer.h:
* Source/WebCore/platform/graphics/IntPoint.h:
* Source/WebCore/platform/graphics/IntRect.h:
* Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h:
* Source/WebCore/platform/graphics/cairo/ImageBufferCairoBackend.h:
* Source/WebCore/platform/graphics/cairo/RefPtrCairo.h:
* Source/WebCore/platform/graphics/filters/FilterOperations.h:
* Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h:
* Source/WebCore/platform/graphics/texmap/TextureMapperSparseBackingStore.h:
* Source/WebCore/platform/graphics/transforms/TransformState.h:
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:
* Source/WebCore/platform/graphics/win/FontCustomPlatformData.h:
* Source/WebCore/platform/network/NetworkStorageSession.h:
* Source/WebCore/platform/network/curl/CurlContext.h:
* Source/WebCore/platform/network/curl/CurlRequest.h:
* Source/WebCore/platform/network/curl/CurlStreamScheduler.h:
* Source/WebCore/platform/win/BitmapInfo.h:
* Source/WebCore/platform/win/WebCoreBundleWin.h:
* Source/WebCore/platform/win/WindowMessageBroadcaster.h:
* Source/WebCore/platform/win/WindowsKeyNames.h:
* Source/WebCore/rendering/RenderTheme.h:

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




More information about the webkit-changes mailing list