1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: update the test suite to reflect the change that property access errors now says `TypeError: can\'t access property` More... over 1 year ago
WIP: bug in defining the debugger global object, disable pmdb for now More... over 1 year ago
fix: `JSErrorReport`'s `filename` property should now be a `JS::ConstUTF8CharsZ` instead of a pure `char*` after upgrading SpiderMonkey to mozilla-central tip More... over 1 year ago
fix: forcibly enable FinalizationRegistry and iterator helpers More... over 1 year ago
feat: SpiderMonkey now supports APIs for one-byte latin1 JSExternalStrings More... over 1 year ago
fix: `setWeakRefsEnabled` and `setIteratorHelpersEnabled` no longer present on `JS::RealmCreationOptions` after upgrading SpiderMonkey to mozilla-central tip More... over 1 year ago
fix: `JSErrorReport`'s `filename` property is now a `JS::UniqueChars` (`mozilla::UniquePtr<char[], ...>`) instead of a pure `char[]` after upgrading SpiderMonkey to mozilla-central tip More... over 1 year ago
fix: for `JS::NewExternalArrayBuffer`, the custom destructor is now wrapped in a `mozilla::UniquePtr` instead of passing it directly to the function More... over 1 year ago
fix: extending `JS::JobQueue` class now needs to implement the `isDrainingStopped` virtual method after upgrading SpiderMonkey to mozilla-central tip More... over 1 year ago
fix: passing a column number offset for JS source code now requires the use of `JS::ColumnNumberOneOrigin` class after upgrading SpiderMonkey to mozilla-central tip More... over 1 year ago
chore: WIP: ignore Windows builds for now More... over 1 year ago
chore: change back to the tip commit More... over 1 year ago
chore: force the build system not to verify the macOS SDK version More... over 1 year ago
Revert "chore: try SpiderMonkey 120" More... over 1 year ago
Revert "chore: switch back to SpiderMonkey 115 should be fail-proof" More... over 1 year ago
chore: rollback More... over 1 year ago
chore: switch back to SpiderMonkey 115 should be fail-proof More... over 1 year ago
chore: try SpiderMonkey 120 More... over 1 year ago
chore: SpiderMonkey 125 should be good as it switched to macOS 14.4 SDK in 126 alpha More... over 1 year ago
chore: WIP: can macOS 13 actually use SDK version 14.4? More... over 1 year ago
chore: WIP: only macOS 14 runners can use SDK 14.4 (XCode 15.3) More... over 1 year ago
chore: update `setup.sh` More... over 1 year ago
Revert "chore: force the SpiderMonkey build system not to verify the macOS SDK version" More... over 1 year ago
chore: force the SpiderMonkey build system not to verify the macOS SDK version More... over 1 year ago
chore: Rust v1.76 is required to build the latest SpiderMonkey More... over 1 year ago
chore: `mozcentral.version` file is required for building from source More... over 1 year ago
chore: build SpiderMonkey from mozilla-central More... over 1 year ago
Merge pull request #361 from Distributive-Network/caleb/fix/variadic More... almost 2 years ago
Merge branch 'main' into caleb/fix/variadic More... almost 2 years ago
Merge pull request #365 from Distributive-Network/Xmader/fix/Future-exception-never-retrieved More... almost 2 years ago