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

Implement HTMLImageElement decode #31269

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

Commits on Jun 10, 2024

  1. Implement HTMLImageElement decode

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ba35908 View commit details
    Browse the repository at this point in the history
  2. Fix Decode doc link

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dba5dad View commit details
    Browse the repository at this point in the history
  3. Temp

    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    781fda5 View commit details
    Browse the repository at this point in the history
  4. Decode HTML Image

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5daf5c5 View commit details
    Browse the repository at this point in the history
  5. Fix doc link

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ea11e15 View commit details
    Browse the repository at this point in the history
  6. Move image decode to process_image_response_for_environment_change

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    445f368 View commit details
    Browse the repository at this point in the history
  7. Update some wpt test result

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1782dea View commit details
    Browse the repository at this point in the history
  8. Handle multiple image decode promises

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    46b054a View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary promise calls

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d15fbb5 View commit details
    Browse the repository at this point in the history
  10. Update more wpt test result

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    aee6e84 View commit details
    Browse the repository at this point in the history
  11. Undo body-size-cross-origin.https.html.ini changes

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    aae04c6 View commit details
    Browse the repository at this point in the history
  12. Reject decode when src and srcset are missing

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c117c01 View commit details
    Browse the repository at this point in the history
  13. Revert "Reject decode when src and srcset are missing"

    This reverts commit 1b57ab9.
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3bf6a5b View commit details
    Browse the repository at this point in the history
  14. Drain promises vec and run update_the_image_data when element is created

    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d6b7b70 View commit details
    Browse the repository at this point in the history
  15. resolve decode promise in abort_request when request is CompletelyAva…

    …ilable
    
    Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
    Taym95 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1526af1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update wpt test

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