-
Notifications
You must be signed in to change notification settings - Fork 123
Upgrade to SpiderMonkey 137 #584
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
Open
jdm
wants to merge
44
commits into
servo:main
Choose a base branch
from
jdm:137up
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d795685
Update SpiderMonkey
jdm c2e1acc
Update COMMIT.
jdm 98d52d9
Update patches.
jdm 076fa9e
Apply patches.
jdm 8c1ba1b
Update handwritten glue.
jdm 8f6a375
Support generate_wrappers.sh work on macOS.
jdm 3b6a2fa
Update jsapi wrappers.
jdm 56410df
Build fixes.
jdm 5ac3213
Formatting.
jdm c4c59e6
Set pending exception in panic unit test to avoid assertion.
jdm 53147fa
Expose glue for using EnvironmentChain instances.
jdm a5d7405
Downgrade NDK requirement.
jdm 4f754e6
Run clang-format on C++ code.
jdm bffb380
Set LIBCLANG_PATH in CI.
jdm f0e6a76
Upgrade macOS SDK minimum version.
jdm 1fa2501
Update mozilla-esr references and package version.
jdm 1c905be
Format rust code.
jdm aecd9ba
Update macOS CI hosts.
jdm d614cdc
fixup! Downgrade NDK requirement.
jdm ac5d36d
Use latest stable Xcode on macOS CI.
jdm 9161087
Add more packed attributes.
jdm 5e8de5b
Attempt to use a newer libclang.
jdm 588cc9b
Work around Android build failure by removing failing static assert.
jdm dc74b4a
Windows build debug output.
jdm de37b0a
Upgrade NDK.
jdm 26f9961
More windows debugging.
jdm bac97b3
More windows debugging.
jdm e9e945c
Update supported NDK.
jdm 79a059d
Upgrade NDK.
jdm 92ee540
Force library list on windows.
jdm 3eca21f
Try another clang path.
jdm 7f6fea9
Attempt different clang installation.
jdm ee15f94
More windows debugging.
jdm ab1efa7
Use clang 15.
jdm 275fb22
More windows debugging.
jdm 4399855
debugmozjs debugging.
jdm 9f6c152
Fix.
jdm 756f1bc
Fix use of temporary file when testing ar support.
jdm c7aef80
Remove hacks.
jdm 80ecbcf
Reorder output.
jdm c62fe31
Upgrade clang.
jdm d35fa2d
Explicitly define __ANDROID_API__ when the api level is provided.
jdm 2154194
Comment out problematic assert.
jdm ec7a8ab
Make android build succeed.
jdm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f4b6f95e39503cb356c42e71fffa0a21e949fbd8 | ||
7a8941c8c2cbdd3a4d352d8b732f7b5eeefbfd2d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/python/mozboot/mozboot/android.py b/python/mozboot/mozboot/android.py | ||
index c9f978796..0e20faeec 100644 | ||
--- a/python/mozboot/mozboot/android.py | ||
+++ b/python/mozboot/mozboot/android.py | ||
@@ -20,8 +20,8 @@ from tqdm import tqdm | ||
# variable. | ||
from mozboot.bootstrap import MOZCONFIG_SUGGESTION_TEMPLATE | ||
|
||
-NDK_VERSION = "r28" | ||
+NDK_VERSION = "r26c" | ||
CMDLINE_TOOLS_VERSION_STRING = "19.0" | ||
CMDLINE_TOOLS_VERSION = "13114758" | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to do this in servo's CI too.