[webkit-changes] [WebKit/WebKit] 5651f9: Build fix when LAYER_BASED_SVG_ENGINE is off

2024-03-04 Thread tKnmori
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5651f991dcb7da30b961f3bbf70b5fc3c3954344
  
https://github.com/WebKit/WebKit/commit/5651f991dcb7da30b961f3bbf70b5fc3c3954344
  Author: Takashi Komori 
  Date:   2024-03-04 (Mon, 04 Mar 2024)

  Changed paths:
M Source/WebCore/rendering/svg/RenderSVGResourceMarker.h
M Source/WebCore/rendering/svg/RenderSVGResourceMasker.h
M Source/WebCore/svg/SVGClipPathElement.cpp
M Source/WebCore/svg/SVGMaskElement.cpp

  Log Message:
  ---
  Build fix when LAYER_BASED_SVG_ENGINE is off
https://bugs.webkit.org/show_bug.cgi?id=270213

Reviewed by Fujii Hironori.

Build fix by checking LAYER_BASED_SVG_ENGINE option.

* Source/WebCore/rendering/svg/RenderSVGResourceMarker.h:
* Source/WebCore/rendering/svg/RenderSVGResourceMasker.h:
* Source/WebCore/svg/SVGClipPathElement.cpp:
* Source/WebCore/svg/SVGMaskElement.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] ed1571: Build fix when SERVICE_WORKER is disabled

2023-11-17 Thread tKnmori
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ed1571ff480ce80acff17a25d0d0588d916f0580
  
https://github.com/WebKit/WebKit/commit/ed1571ff480ce80acff17a25d0d0588d916f0580
  Author: Takashi Komori 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  ---
  Build fix when SERVICE_WORKER is disabled
https://bugs.webkit.org/show_bug.cgi?id=264902

Reviewed by Don Olmstead.

When SERVICE_WORKER is dsabled, building webkit fails.
Functions below in GeneratedSerializers.cpp should be disabled when 
SERVICE_WORKER is off.

isValidEnum
isValidEnum

* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 35b96c: Build fix when SERVICE_WORKER is disabled

2023-11-10 Thread tKnmori
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35b96c2acd0cf87228119d36439236a7d4417ee8
  
https://github.com/WebKit/WebKit/commit/35b96c2acd0cf87228119d36439236a7d4417ee8
  Author: Takashi Komori 
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
M Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h

  Log Message:
  ---
  Build fix when SERVICE_WORKER is disabled
https://bugs.webkit.org/show_bug.cgi?id=264383

Reviewed by Chris Dumez.

When SERVICE_WORKER is disabled, building WebKit fails because 
WorkerGlobalScope.h
is not included in Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h

* Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h:

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


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes