Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fix when SERVICE_WORKER is disabled #20566

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

tKnmori
Copy link
Contributor

@tKnmori tKnmori commented Nov 15, 2023

ed1571f

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<WebCore::BackgroundFetchFailureReason, void>
isValidEnum<WebCore::BackgroundFetchResult, void>

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

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

1ad9174

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe βœ… πŸ›  wincairo
βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ§ͺ wpe-wk2
βœ… πŸ§ͺ webkitperl βœ… πŸ§ͺ ios-wk2 βœ… πŸ§ͺ api-mac βœ… πŸ§ͺ api-wpe
βœ… πŸ§ͺ ios-wk2-wpt βœ… πŸ›  gtk
βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk2 βœ… πŸ§ͺ gtk-wk2
βœ… πŸ›  tv βœ… πŸ§ͺ mac-AS-debug-wk2 βœ… πŸ§ͺ api-gtk
βœ… πŸ›  tv-sim
βœ… πŸ›  πŸ§ͺ merge βœ… πŸ›  watch
βœ… πŸ›  watch-sim

@donny-dont donny-dont added the safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks label Nov 16, 2023
@donny-dont donny-dont self-assigned this Nov 17, 2023
@donny-dont donny-dont added the Service Workers Component for Service Workers bugs. label Nov 17, 2023
@webkit-ews-buildbot webkit-ews-buildbot added merge-queue Applied to send a pull request to merge-queue and removed safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks labels Nov 18, 2023
@webkit-ews-buildbot
Copy link
Collaborator

Safe-Merge-Queue: Build #3641.

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<WebCore::BackgroundFetchFailureReason, void>
isValidEnum<WebCore::BackgroundFetchResult, void>

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

Canonical link: https://commits.webkit.org/270920@main
@webkit-commit-queue
Copy link
Collaborator

Committed 270920@main (ed1571f): https://commits.webkit.org/270920@main

Reviewed commits have been landed. Closing PR #20566 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit ed1571f into WebKit:main Nov 18, 2023
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Service Workers Component for Service Workers bugs.
Projects
None yet
5 participants