[webkit-changes] [WebKit/WebKit] e86541: Split out IPC EnumTraits and Persistence EnumTrait...

Gavin noreply at github.com
Mon Dec 12 07:08:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e865417a3903cd2f2dc5f3d0ec16331eb08bd757
      https://github.com/WebKit/WebKit/commit/e865417a3903cd2f2dc5f3d0ec16331eb08bd757
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M Source/WTF/wtf/EnumTraits.h
    M Source/WTF/wtf/Forward.h
    M Source/WTF/wtf/persistence/PersistentDecoder.h
    M Source/WebCore/Modules/fetch/FetchHeaders.h
    M Source/WebCore/loader/FetchOptions.h
    M Source/WebCore/platform/ReferrerPolicy.h
    M Source/WebCore/platform/WebCorePersistentCoders.cpp
    M Source/WebCore/platform/generic/KeyedEncoderGeneric.h
    M Source/WebCore/platform/network/ResourceLoadPriority.h
    M Source/WebCore/platform/network/ResourceRequestBase.h
    M Source/WebCore/platform/network/ResourceResponseBase.h

  Log Message:
  -----------
  Split out IPC EnumTraits and Persistence EnumTraits so we can start porting the IPC usages to the new serialization format

https://bugs.webkit.org/show_bug.cgi?id=248874
<rdar://problem/103120664>

Reviewed by Alex Christensen.

Split out IPC EnumTraits and Persistence EnumTraits so we can start
porting the IPC usages to the new serialization format.

* Source/WTF/wtf/EnumTraits.h:
(WTF::isValidEnumForPersistence):
* Source/WTF/wtf/Forward.h:
* Source/WTF/wtf/persistence/PersistentDecoder.h:
(WTF::Persistence::Decoder::operator>>):
* Source/WebCore/Modules/fetch/FetchHeaders.h:
* Source/WebCore/loader/FetchOptions.h:
* Source/WebCore/platform/ReferrerPolicy.h:
* Source/WebCore/platform/WebCorePersistentCoders.cpp:
* Source/WebCore/platform/generic/KeyedEncoderGeneric.h:
* Source/WebCore/platform/network/ResourceLoadPriority.h:
* Source/WebCore/platform/network/ResourceRequestBase.h:
* Source/WebCore/platform/network/ResourceResponseBase.h:

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




More information about the webkit-changes mailing list