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

Port the VTT enums to the new IPC serialization format #20435

Conversation

csaavedra
Copy link
Member

@csaavedra csaavedra commented Nov 13, 2023

dfde53f

Port the VTT enums to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=264768

Reviewed by Chris Dumez.

Remove the EnumTraits enums in favor of the new IPC serialization
format.

Needed to pull a few headers included from VTTCue.h to the private
headers for this to work. Also added an alias to the last item
in two of the enums, for convenience when doing static-asserts.

* Source/WebCore/Headers.cmake:
* Source/WebCore/html/track/VTTCue.cpp:
* Source/WebCore/html/track/VTTCue.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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

f6a6c4f

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

@csaavedra csaavedra self-assigned this Nov 13, 2023
@csaavedra csaavedra added the Media Bugs related to the HTML 5 Media elements. label Nov 13, 2023
@csaavedra csaavedra force-pushed the eng/Port-the-VTT-enums-to-the-new-IPC-serialization-format branch from a9289d3 to f06ccbf Compare November 13, 2023 20:55
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Nov 13, 2023
@csaavedra csaavedra removed the merging-blocked Applied to prevent a change from being merged label Nov 13, 2023
@csaavedra csaavedra force-pushed the eng/Port-the-VTT-enums-to-the-new-IPC-serialization-format branch from f06ccbf to f6a6c4f Compare November 13, 2023 22:42
@csaavedra
Copy link
Member Author

Please review the xcode project changes, I'm not familiar with this.

@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Nov 14, 2023
@csaavedra csaavedra added merge-queue Applied to send a pull request to merge-queue and removed merging-blocked Applied to prevent a change from being merged labels Nov 14, 2023
https://bugs.webkit.org/show_bug.cgi?id=264768

Reviewed by Chris Dumez.

Remove the EnumTraits enums in favor of the new IPC serialization
format.

Needed to pull a few headers included from VTTCue.h to the private
headers for this to work. Also added an alias to the last item
in two of the enums, for convenience when doing static-asserts.

* Source/WebCore/Headers.cmake:
* Source/WebCore/html/track/VTTCue.cpp:
* Source/WebCore/html/track/VTTCue.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/270698@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Port-the-VTT-enums-to-the-new-IPC-serialization-format branch from f6a6c4f to dfde53f Compare November 14, 2023 08:47
@webkit-commit-queue
Copy link
Collaborator

Committed 270698@main (dfde53f): https://commits.webkit.org/270698@main

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

@webkit-commit-queue webkit-commit-queue merged commit dfde53f into WebKit:main Nov 14, 2023
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Nov 14, 2023
@csaavedra csaavedra deleted the eng/Port-the-VTT-enums-to-the-new-IPC-serialization-format branch December 12, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Media Bugs related to the HTML 5 Media elements.
Projects
None yet
5 participants