[webkit-changes] [WebKit/WebKit] 887ce2: Re-land 255499 at main

Commit Queue noreply at github.com
Thu Nov 3 23:13:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 887ce26d210b05a9b5ebee1abc46da02901b8586
      https://github.com/WebKit/WebKit/commit/887ce26d210b05a9b5ebee1abc46da02901b8586
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Shared/SessionState.cpp
    M Source/WebKit/Shared/SessionState.h
    A Source/WebKit/Shared/SessionState.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    M Source/WebKit/UIProcess/API/glib/WebKitWebViewSessionState.cpp
    M Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Source/WebKit/WebProcess/WebCoreSupport/SessionStateConversion.cpp

  Log Message:
  -----------
  Re-land 255499 at main
https://bugs.webkit.org/show_bug.cgi?id=247476
rdar://101097050

Reviewed by Tim Horton.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/SessionState.cpp:
(WebKit::FrameState::validateDocumentState):
(WebKit::FrameState::setDocumentState):
(WebKit::HTTPBody::Element::encode const): Deleted.
(WebKit::isValidEnum): Deleted.
(WebKit::HTTPBody::Element::decode): Deleted.
(WebKit::HTTPBody::encode const): Deleted.
(WebKit::HTTPBody::decode): Deleted.
(WebKit::FrameState::encode const): Deleted.
(WebKit::FrameState::decode): Deleted.
(WebKit::PageState::encode const): Deleted.
(WebKit::PageState::decode): Deleted.
(WebKit::BackForwardListItemState::encode const): Deleted.
(WebKit::BackForwardListItemState::decode): Deleted.
(WebKit::BackForwardListState::encode const): Deleted.
(WebKit::BackForwardListState::decode): Deleted.
(WebKit::FrameState::validateDocumentState const): Deleted.
* Source/WebKit/Shared/SessionState.h:
* Source/WebKit/Shared/SessionState.serialization.in: Added.
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<RefPtr<WebCore::SerializedScriptValue>>::encode):
(IPC::ArgumentCoder<RefPtr<WebCore::SerializedScriptValue>>::decode):
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/UIProcess/API/glib/WebKitWebViewSessionState.cpp:
(toHTMLBodyElementType):
(encodeHTTPBody):
(decodeHTTPBody):
(toHTTPBodyElementType): Deleted.
* Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp:
(WebKit::encodeFormDataElement):
(WebKit::encodeFrameStateNode):
(WebKit::decodeFormDataElement):
(WebKit::isValidEnum): Deleted.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/WebCoreSupport/SessionStateConversion.cpp:
(WebKit::toHTTPBody):
(WebKit::toFormData):

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




More information about the webkit-changes mailing list