[webkit-changes] [WebKit/WebKit] 790be6: [html] Port PredefinedColorSpace to the new IPC se...

Claudio Saavedra noreply at github.com
Sun Dec 24 10:09:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 790be614997f866247b1b23d86f54a1813ae4cdc
      https://github.com/WebKit/WebKit/commit/790be614997f866247b1b23d86f54a1813ae4cdc
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2023-12-24 (Sun, 24 Dec 2023)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/html/canvas/PredefinedColorSpace.h
    M Source/WebCore/inspector/InspectorCanvasCallTracer.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  [html] Port PredefinedColorSpace to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=266769

Reviewed by Tim Nguyen.

Remove the EnumTraits for this enum, make it inherit from uint_8 explicitly,
and port it to use the generator for serialization.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/html/canvas/PredefinedColorSpace.h:
* Source/WebCore/inspector/InspectorCanvasCallTracer.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list