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

feat(ext/canvas): enhance createImageBitmap specification compliance #25517

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. support 8bit JPG

    Hajime-san committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b9fe5e8 View commit details
    Browse the repository at this point in the history
  2. handling unsuportted situation

    - adding `DOMExceptionInvalidStateError` in global due to handling not supported image format
    - animation image is not supported currently
    Hajime-san committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    77703e8 View commit details
    Browse the repository at this point in the history
  3. fmt

    Hajime-san committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    22cf2f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d71f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    827e7b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. port to rust

    Hajime-san committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0de8a9b View commit details
    Browse the repository at this point in the history
  2. support animated PNG

    Hajime-san committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d0da79e View commit details
    Browse the repository at this point in the history
  3. support animated WebP

    Hajime-san committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d255518 View commit details
    Browse the repository at this point in the history
  4. support animated GIF

    Hajime-san committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    396c09c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d3e39d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6604c1 View commit details
    Browse the repository at this point in the history
  7. clean up unit test

    Hajime-san committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1e21467 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. clean up

    Hajime-san committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1f7524a View commit details
    Browse the repository at this point in the history
  2. add unit test

    Hajime-san committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    98e9304 View commit details
    Browse the repository at this point in the history
  3. update README

    Hajime-san committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4bc517e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbac50d View commit details
    Browse the repository at this point in the history
  5. fix error handling

    Hajime-san committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f0895c6 View commit details
    Browse the repository at this point in the history
  6. update README

    Hajime-san committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    86f0000 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 15, 2024

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

Commits on Sep 17, 2024

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

Commits on Sep 21, 2024

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

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    2d58fd1 View commit details
    Browse the repository at this point in the history
  2. clean up

    Hajime-san committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d258914 View commit details
    Browse the repository at this point in the history
  3. fmt

    Hajime-san committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fa01320 View commit details
    Browse the repository at this point in the history
  4. avoid copying vector

    Hajime-san committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8d8d726 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc4064e View commit details
    Browse the repository at this point in the history
  6. avoid copying string

    Hajime-san committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fb6b87d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3beb65b View commit details
    Browse the repository at this point in the history