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

Core: Simplify code post browser support reduction #5296

Merged
merged 11 commits into from
Sep 19, 2023

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    1f39ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2f89d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3136283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47e982 View commit details
    Browse the repository at this point in the history
  5. Tests: Drop an unused localfile.html file

    Modern browsers don't support the `file:` protocol this way, there's no point
    in keeping the file around.
    mgol committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b1cfa7d View commit details
    Browse the repository at this point in the history
  6. Effects: Remove a redundant !fn check

    `fn || !fn && easing` is equivalent to `fn || easing`; simplify the code.
    mgol committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7e122bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9595591 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    359ecee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c90e69 View commit details
    Browse the repository at this point in the history
  10. Tests: Fix a buggy WebKit regex

    mgol committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e124e80 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Manipulation: Remove a TODO comment in favor of tracking in jquerygh-…

    …5298
    
    jquerygh-5298 is about analysing `push.apply` & `jQuery.merge` usage more
    comprehensively.
    mgol committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    256c65f View commit details
    Browse the repository at this point in the history