commit | 905eaa62484bcc7cae2afe3527254545b2690c18 | [log] [tgz] |
---|---|---|
author | Alex Gough <ajgo@chromium.org> | Fri Apr 18 01:56:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 18 01:56:40 2025 |
tree | 62a766f6065a0e165ef07fb6ae605ed0d26d8f1d | |
parent | ae9b60ec2d9223cf5f6921d4110c38ceb445729c [diff] |
Disable dllexports from simdutf in chrome.exe Before: ordinal hint RVA name 1 0 001AB510 ?get_active_implementation@simdutf... 2 1 001AB3B0 ?get_available_implementations@simdutf... 3 2 0009EB60 GetHandleVerifier 4 3 0009DFC0 GetPakFileHashes 5 4 000AD790 IsSandboxedProcess After: ordinal hint RVA name 1 0 0005BF30 GetHandleVerifier = ?Get@ScopedHandleVerifier... 2 1 00001000 GetPakFileHashes = GetPakFileHashes 3 2 00199EE0 IsSandboxedProcess = IsSandboxedProcess Bug: 411452028 Change-Id: I61be4b2d6a9f89fa5f73c6599aac6440bd37bcaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6470850 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Auto-Submit: Alex Gough <ajgo@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1448711}
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.