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 JXL support with jxl-oxide #89

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

Commits on Oct 8, 2024

  1. Servo initial downstream commit

    Any ancestors of this commit are from upstream mozilla-central, with
    some filtering and renaming. Our patches and sync tooling start here.
    
    The sync tooling has all been squashed into this commit, based on:
    https://github.com/servo/stylo/commits/64731e10dc8ef87ef52aa2fb9f988c3b2530f3a7
    delan authored and Loirooriol committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fdecb2c View commit details
    Browse the repository at this point in the history
  2. Commit our changes on top of upstream Stylo

    This is a rebase of a8cc501
    delan authored and Loirooriol committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8722a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fixup for https://phabricator.services.mozilla.com/D220285

    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7587827 View commit details
    Browse the repository at this point in the history
  2. Fixup for https://phabricator.services.mozilla.com/D222328

    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ee40b64 View commit details
    Browse the repository at this point in the history
  3. Fixup for https://bugzilla.mozilla.org/show_bug.cgi?id=1918093

    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8d05108 View commit details
    Browse the repository at this point in the history
  4. Fixup for https://phabricator.services.mozilla.com/D222533

    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ebd1832 View commit details
    Browse the repository at this point in the history
  5. Fixup for https://phabricator.services.mozilla.com/D222534

    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8f9898c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Implement transition-behavior (servo#84)

    Also removes some code that isn't present upstream.
    
    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e3406b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Allow parsing transition-behavior value in transition shorthand (s…

    …ervo#85)
    
    In servo#84 I forgot to enable the pref, so the shorthand was still rejecting
    `transition-behavior` values.
    
    Signed-off-by: Oriol Brufau <[email protected]>
    Loirooriol authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    789ab89 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Delete size_of_test crate (servo#87)

    Signed-off-by: Nico Burns <[email protected]>
    nicoburns authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    65c8130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c069c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Implement JXL support with jxl-oxide

    Signed-off-by: Mitchel Stewart <[email protected]>
    Quackdoc committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9afed33 View commit details
    Browse the repository at this point in the history