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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    d562ddf View commit details
    Browse the repository at this point in the history
  2. app-launch-context: Rename files to follow the prefix-name rule

    Moves the files from launch-context to xdp-app-launch-context because it
    implements the XdpAppLaunchContext class.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cecaee9 View commit details
    Browse the repository at this point in the history
  3. restore-token: Move the PersistMode enum to XdpSessionPersistence

    It is defined and used in this namespace so rename it to
    XdpSessionPersistenceMode.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    add208f View commit details
    Browse the repository at this point in the history
  4. session-persistence: Rename files to follow the prefix-name rule

    The files implement functions in the XdpSessionPersistence namespace so
    rename the files accordingly.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ec3be03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62a1a6a View commit details
    Browse the repository at this point in the history
  6. portal-impl: Rename files to follow the prefix-name rule

    Renames the portal-impl files to xdp-portal-impl.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fb9f46a View commit details
    Browse the repository at this point in the history
  7. call: Move it to the xdp namespace

    Rename the Call class to XdpCall and adjust the function names
    accordingly.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7bccbdc View commit details
    Browse the repository at this point in the history
  8. call: Rename files to follow the prefix-name rule

    Renames the call files to xdp-call.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e33e091 View commit details
    Browse the repository at this point in the history
  9. request: Move it to the xdp namespace

    Rename the Request class to XdpRequest and adjust the function names
    accordingly.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d4920a3 View commit details
    Browse the repository at this point in the history
  10. request: Rename files to follow the prefix-name rule

    Renames the request files to xdp-request.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7397b64 View commit details
    Browse the repository at this point in the history
  11. session: Move it to the xdp namespace

    Rename the Session class to XdpSession and adjust the function names
    accordingly.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ce389ad View commit details
    Browse the repository at this point in the history
  12. session: Rename files to follow the prefix-name rule

    Renames the session files to xdp-session.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    42930e6 View commit details
    Browse the repository at this point in the history
  13. permission: Move it to the xdp namespace

    Rename the Permission enum and related functions to have an XDP prefix.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e351086 View commit details
    Browse the repository at this point in the history
  14. permission: Rename files to follow the prefix-name rule

    Renames the permission files to xdp-permission.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b595a07 View commit details
    Browse the repository at this point in the history
  15. documents: Move it to the xdp namespace

    Rename the DocumentFlags enum and related functions to have an XDP
    prefix.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    36ad89a View commit details
    Browse the repository at this point in the history
  16. documents: Rename files to follow the prefix-name rule

    Renames the documents files to xdp-documents.
    swick committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4a58630 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    06dd35c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5d3edd9 View commit details
    Browse the repository at this point in the history