[webkit-changes] [WebKit/WebKit] 7bb974: [JSC] Port enum classes to new serialization format

Claudio Saavedra noreply at github.com
Thu Dec 7 19:48:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7bb974912a5e68c176c876e3ce7ba59149e056b5
      https://github.com/WebKit/WebKit/commit/7bb974912a5e68c176c876e3ce7ba59149e056b5
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/ConsoleTypes.h
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources.make
    A Source/WebKit/Shared/JavaScriptCore.serialization.in

  Log Message:
  -----------
  [JSC] Port enum classes to new serialization format
https://bugs.webkit.org/show_bug.cgi?id=265679

Reviewed by Alex Christensen.

Move JSC's console types to the new serialization format
and remove the EnumTraits for it. Use a new JavaScriptCore
serialization file to keep things tidy.

* Source/JavaScriptCore/runtime/ConsoleTypes.h:
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/JavaScriptCore.serialization.in: Added.

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




More information about the webkit-changes mailing list