Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: A11yance/aria-query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fff6f07
Choose a base ref
...
head repository: A11yance/aria-query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee003d2
Choose a head ref
  • 13 commits
  • 24 files changed
  • 4 contributors

Commits on Apr 1, 2024

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

Commits on Jul 4, 2024

  1. Remove dequal from the project (#554)

    * Remove impossible codepath when building the elementRoleMap.
    
    Previously the code was comparing
    ElementARIARoleRelationTuple to a ARIARoleRelationConcept which would always be false, flatten the code based on this finding.
    LCOV similarly also shows that this codepath was never utilized.
    
    * Remove dequal dep from the project.
    
    Unroll the equality check inside of the file for the specifc type comparision.
    samccone authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f5b8f4c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 7, 2024

  1. Fix defect in calling code when building the ElementRoleMap

    As discovered in #554
    
    Address the defect introduced f7f6120#r143856081
    
    This change depends on #558 which when applied (as in this PR makes the teset cases pass)
    samccone authored and ljharb committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    037e621 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    db69abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443861d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf831c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    b0bcd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a34cec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ff3d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7f0a606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0d722 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. v5.3.1

    ljharb committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ee003d2 View commit details
    Browse the repository at this point in the history
Loading