[webkit-changes] [WebKit/WebKit] 90fd7c: Remove EnumTraits specialization for WebKit::Injec...

Žan Doberšek noreply at github.com
Tue Jan 16 00:28:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 90fd7c4d3a835fe67c2d99e3dd9ddbe10a90b438
      https://github.com/WebKit/WebKit/commit/90fd7c4d3a835fe67c2d99e3dd9ddbe10a90b438
  Author: Žan Doberšek <zdobersek at igalia.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Source/WebKit/WebProcess/UserContent/InjectUserScriptImmediately.h
    A Source/WebKit/WebProcess/UserContent/InjectUserScriptImmediately.serialization.in

  Log Message:
  -----------
  Remove EnumTraits specialization for WebKit::InjectUserScriptImmediately
https://bugs.webkit.org/show_bug.cgi?id=267527

Reviewed by Chris Dumez.

Remove the custom EnumTraits specialization for the InjectUserScriptImmediately
enumeration, replacing it with the serialization specification for the
bool-based enum in a dedicated input file.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/UserContent/InjectUserScriptImmediately.h:
* Source/WebKit/WebProcess/UserContent/InjectUserScriptImmediately.serialization.in: Added.

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




More information about the webkit-changes mailing list