commit | f15fac1f88c8d46ffd687aee10f293b043f53ccd | [log] [tgz] |
---|---|---|
author | Mohamed Heikal <mheikal@chromium.org> | Tue Mar 18 19:54:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 19:54:15 2025 |
tree | 61998ad870ae5df03af17c41a10e00ec2d0eca77 | |
parent | ab2c6ac7ca88b580612c58bf0beacd1d99e91675 [diff] |
Fix missing class failure in ByteCodeRewriter.java asm uses, unless otherwise overridden, the default classloader from java which uses the passed in -classpath. However we no longer send a -classpath since crrev.com/c/4877322 thus the missing class exceptions (it is unclear how it used to work since that cl landed). This cl just extends the asm ClassWriter class to use the custom classLoader we created for use elsewhere. Bug: 402434135 Change-Id: I3c0d53ab5401e8a80f4fc8b161d0e450cd3b80be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6368876 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1434360}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.