[webkit-changes] [WebKit/WebKit] 1bf71c: Port types relating to SVG and ContentRule's to th...

Gavin noreply at github.com
Tue Feb 21 05:51:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1bf71c6c8b3007c849bcfbf1ebcb03581d9271a3
      https://github.com/WebKit/WebKit/commit/1bf71c6c8b3007c849bcfbf1ebcb03581d9271a3
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M Source/WebCore/contentextensions/ContentRuleListResults.h
    M Source/WebCore/svg/SVGPreserveAspectRatioValue.h
    M Source/WebCore/svg/graphics/filters/SVGFilterExpressionReference.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Port types relating to SVG and ContentRule's to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=251864
rdar://105133824

Reviewed by Alex Christensen.

Continues port of IPC types to the new serialization format. This change
includes:
    - SVGFilterExpressionNode
    - SVGPreserveAspectRatioValue
    - ContentRuleListResults::Result
    - ContentRuleListResults::Summary
    - ContentRuleListResults

* Source/WebCore/contentextensions/ContentRuleListResults.h:
(WebCore::ContentRuleListResults::Result::shouldNotifyApplication const):
(WebCore::ContentRuleListResults::shouldNotifyApplication const):
(WebCore::ContentRuleListResults::encode const): Deleted.
(WebCore::ContentRuleListResults::decode): Deleted.
(WebCore::ContentRuleListResults::Result::encode const): Deleted.
(WebCore::ContentRuleListResults::Result::decode): Deleted.
(WebCore::ContentRuleListResults::Summary::encode const): Deleted.
(WebCore::ContentRuleListResults::Summary::decode): Deleted.
* Source/WebCore/svg/SVGPreserveAspectRatioValue.h:
(WebCore::SVGPreserveAspectRatioValue::encode const): Deleted.
(WebCore::SVGPreserveAspectRatioValue::decode): Deleted.
* Source/WebCore/svg/graphics/filters/SVGFilterExpressionReference.h:
(WebCore::SVGFilterExpressionNode::encode const): Deleted.
(WebCore::SVGFilterExpressionNode::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list