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

Add xdp prefixes and move portal implementations to new directory #1438

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

swick
Copy link
Contributor

@swick swick commented Sep 23, 2024

This renames a bunch of classes, enums and functions to have the XDP prefix. The portal implementations are moved into the portals subdir. Sources for helper binaries are moved to the new helpers subdir.

A lot of code movement but no functional changes.

Moves the files from launch-context to xdp-app-launch-context because it
implements the XdpAppLaunchContext class.
It is defined and used in this namespace so rename it to
XdpSessionPersistenceMode.
The files implement functions in the XdpSessionPersistence namespace so
rename the files accordingly.
Renames the portal-impl files to xdp-portal-impl.
Rename the Call class to XdpCall and adjust the function names
accordingly.
Renames the call files to xdp-call.
Rename the Request class to XdpRequest and adjust the function names
accordingly.
Renames the request files to xdp-request.
Rename the Session class to XdpSession and adjust the function names
accordingly.
Renames the session files to xdp-session.
Rename the Permission enum and related functions to have an XDP prefix.
Renames the permission files to xdp-permission.
Rename the DocumentFlags enum and related functions to have an XDP
prefix.
Renames the documents files to xdp-documents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

1 participant