-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 24.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jsdom/jsdom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 20 files changed
- 4 contributors
Commits on Aug 19, 2024
-
Temporarily comment out subtests
Due to a Node.js v22 vm issue (nodejs/node#54436), some subtests are failing that should pass, and some passing that should fail. Instead of trying to add per-subtest per-Node-version disable/enable functionality, let's just mark the whole test as failing for now, leaving the intended subtests in commented out.
Configuration menu - View commit details
-
Copy full SHA for 98c38d3 - Browse repository at this point
Copy the full SHA 98c38d3View commit details
Commits on Aug 24, 2024
-
Setup Window prototype in vm context
This includes a revert of commit 98c38d3. The new version works on both the latest Node versions and the older ones. This also introduces the intermediate WindowProperties object, although we don't properly put the named properties there yet.
Configuration menu - View commit details
-
Copy full SHA for 439a43e - Browse repository at this point
Copy the full SHA 439a43eView commit details -
This also audits the tests currently marked as flaky and updates their expectations, and raises the timeout to try to deal with Element-matches.html somehow taking longer now.
Configuration menu - View commit details
-
Copy full SHA for 065abcb - Browse repository at this point
Copy the full SHA 065abcbView commit details
Commits on Aug 25, 2024
-
They should not set relatedTarget. And we should not fire focus/focusin on the document.
Configuration menu - View commit details
-
Copy full SHA for 3383805 - Browse repository at this point
Copy the full SHA 3383805View commit details -
Refactor Window object setup code
Restructure Window.js to be less convoluted, with a single createWindow function and no fake Window constructor that operates on a this object but then manually sets is prototype chain anyway.
Configuration menu - View commit details
-
Copy full SHA for 07fab37 - Browse repository at this point
Copy the full SHA 07fab37View commit details -
These landed upstream in web-platform-tests/wpt@c06e959.
Configuration menu - View commit details
-
Copy full SHA for c3a9aed - Browse repository at this point
Copy the full SHA c3a9aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for a241df6 - Browse repository at this point
Copy the full SHA a241df6View commit details -
Fix postMessage referenced as a bare property
Closes #3755. Also inlines it into Window.js since that's the general pattern for the mess of global functions we currently have.
Configuration menu - View commit details
-
Copy full SHA for 46d5d5c - Browse repository at this point
Copy the full SHA 46d5d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0314f1e - Browse repository at this point
Copy the full SHA 0314f1eView commit details -
Set EventTarget.prototype to the jsdom's Object.prototype
Previously it was set to the Node.js outer realm's Object.prototype.
Configuration menu - View commit details
-
Copy full SHA for 784c8a5 - Browse repository at this point
Copy the full SHA 784c8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53efc8 - Browse repository at this point
Copy the full SHA c53efc8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 24.1.1...25.0.0