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: jsdom/jsdom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19.0.0
Choose a base ref
...
head repository: jsdom/jsdom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.0.0
Choose a head ref
  • 8 commits
  • 34 files changed
  • 6 contributors

Commits on Apr 24, 2022

  1. Revise timer GC test to be more lenient

    Recent changes to Node.js have made it so that less memory appears to be freed when clearing timers. Let's say that as long as at least 70% of the memory is freed, we don't have the bug this was testing against.
    domenic authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4c7eed1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    6c1f058 View commit details
    Browse the repository at this point in the history
  2. Update parse5 to 7.0.0

    This removes a variety of hacks that were necessary in previous versions, and fixes one test failure.
    fb55 authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2e35526 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    136c2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebce3fe View commit details
    Browse the repository at this point in the history
  3. Fix the :root pseudoclass when used in selectors

    This may fix other things, as the way we were initializing nwsapi was not correct.
    hughes-ch authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    9fca1df View commit details
    Browse the repository at this point in the history
  4. Implement HTMLFormControlsCollection and RadioNodeList

    Agostino Cavarero authored and domenic committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    28ed587 View commit details
    Browse the repository at this point in the history
  5. Version 20.0.0

    domenic committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    6d7ccf2 View commit details
    Browse the repository at this point in the history
Loading