[webkit-changes] [WebKit/WebKit] 5be732: Port DiagnosticLoggingDictionary & ViewportConstra...

Gavin noreply at github.com
Thu Aug 24 03:26:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5be7328da3ef8c3382b03c8b29174a87e7fe8903
      https://github.com/WebKit/WebKit/commit/5be7328da3ef8c3382b03c8b29174a87e7fe8903
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M Source/WebCore/page/scrolling/ScrollingConstraints.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Port DiagnosticLoggingDictionary & ViewportConstraints to the new IPC format
https://bugs.webkit.org/show_bug.cgi?id=260614
rdar://114326541

Reviewed by Alex Christensen.

This change ports DiagnosticLoggingDictionary & ViewportConstraints to the
new IPC serialization format. It also includes: FixedPositionViewportConstraints
and StickyPositionViewportConstraints.

* Source/WebCore/page/scrolling/ScrollingConstraints.h:
(WebCore::ViewportConstraints::ViewportConstraints):
(WebCore::FixedPositionViewportConstraints::FixedPositionViewportConstraints):
(WebCore::StickyPositionViewportConstraints::StickyPositionViewportConstraints):
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<DiagnosticLoggingDictionary>::encode): Deleted.
(IPC::ArgumentCoder<DiagnosticLoggingDictionary>::decode): Deleted.
(IPC::ArgumentCoder<FixedPositionViewportConstraints>::encode): Deleted.
(IPC::ArgumentCoder<FixedPositionViewportConstraints>::decode): Deleted.
(IPC::ArgumentCoder<StickyPositionViewportConstraints>::encode): Deleted.
(IPC::ArgumentCoder<StickyPositionViewportConstraints>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list