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

WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings #31317

Commits on Feb 11, 2024

  1. WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 11, 2024
    Copy the full SHA
    5501d40 View commit details
    Browse the repository at this point in the history
  2. fmt

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 11, 2024
    Copy the full SHA
    4b90a71 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. introduce new_initialized_heap_typed_array function

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 12, 2024
    Copy the full SHA
    3c138a5 View commit details
    Browse the repository at this point in the history
  2. Remove unsed unsafe_code

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 12, 2024
    Copy the full SHA
    e206e70 View commit details
    Browse the repository at this point in the history
  3. Use doc comments for ImageData

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 12, 2024
    Copy the full SHA
    c395253 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Use get_internal instead of acquire_data

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 14, 2024
    Copy the full SHA
    4962214 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into WebIDL-Use-Uint8ClampedArray-instead-of-raw-…

    …JS_Object-in-bindings
    Taym95 committed Feb 14, 2024
    Copy the full SHA
    edfc2f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Handle JS errors in ImageData GetData and new_initialized_heap_typed_…

    …array
    
    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 15, 2024
    Copy the full SHA
    3442c88 View commit details
    Browse the repository at this point in the history
  2. Fix wrong assert that causes CRASH in test

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 15, 2024
    Copy the full SHA
    48a1220 View commit details
    Browse the repository at this point in the history
  3. Early return for error

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 15, 2024
    Copy the full SHA
    b5b756f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Address review comments

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Feb 16, 2024
    Copy the full SHA
    c56240c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into WebIDL-Use-Uint8ClampedArray-instead-of-raw-…

    …JS_Object-in-bindings
    Taym95 committed Feb 16, 2024
    Copy the full SHA
    779d109 View commit details
    Browse the repository at this point in the history