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 persistentDeviceId to PointerEvent #495

Merged
merged 17 commits into from
Aug 14, 2024
Merged

Commits on Jan 11, 2024

  1. Add deviceId to PointerEvent spec

    This change proposes the introduction of a new attribute to the PointerEvent interface - deviceId. See: https://github.com/WICG/pointer-event-extensions/blob/main/pointer-event-device-id-explainer.md
    sahirv authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    53aa55e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    abe761f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Switch to deviceProperties

    sahirv committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    55a1acc View commit details
    Browse the repository at this point in the history
  2. Fix example numbering

    sahirv committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bcd5db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06be8e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add constructor

    sahirv committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fe6a97d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Address feedback

    sahirv committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dd4ea5a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    453da9f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix example

    sahirv committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b2d7e83 View commit details
    Browse the repository at this point in the history
  2. Fix default value in dict

    sahirv committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eefea6e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4d14be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7744cb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Change caps on must

    sahirv committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    60bf3dc View commit details
    Browse the repository at this point in the history
  2. Change invalid id from -1 to 0

    sahirv committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0282bae View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. deviceProperties null in init

    sahirv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b485c11 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    cc41fc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Switch to persistentDeviceId

    sahirv committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8853ccf View commit details
    Browse the repository at this point in the history