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

Merged
merged 23 commits into from
Jun 13, 2024

Commits on Jun 10, 2024

  1. Implement HTMLImageElement decode

    Signed-off-by: Bentaimia Haddadi <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    Taym95 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ac82081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5b00a View commit details
    Browse the repository at this point in the history
  3. Move storing promise in decode task

    Signed-off-by: Bentaimia Haddadi <[email protected]>
    Taym95 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    35aacbe View commit details
    Browse the repository at this point in the history
  4. Remove the resolve logic from decode task

    Signed-off-by: Bentaimia Haddadi <[email protected]>
    Taym95 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    eee6096 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Revert "Remove the resolve logic from decode task"

    This reverts commit eee6096.
    Taym95 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5020daa View commit details
    Browse the repository at this point in the history
  2. reject or reject current promise before storing it

    Signed-off-by: Bentaimia Haddadi <[email protected]>
    Taym95 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ee50459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f1410 View commit details
    Browse the repository at this point in the history
  4. Add comment to explain why resolve promise when state is CompletelyAv…

    …ailable
    
    Signed-off-by: Bentaimia Haddadi <[email protected]>
    Taym95 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d7d86d6 View commit details
    Browse the repository at this point in the history