f364fc10b1e89b514e79f6b04ad01f2fc71cfbb5

ActiveVerifier instances are passed across module boundaries. This means that whole program analysis cannot see all uses and not all optimizations that we can apply to classes only used in a single module can be correctly applied. This change moves ActiveVerifier into its own header file, renames it to ScopedHandleVerifier, and annotates it with clang::lto_visibility_public to inform the compiler that the class is used outside the current module. This avoids a crash we were seeing in base_unittests. This change also removes ActiveVerifier from the CFI blacklist. R=brucedawson, pcc, robliao, thakis Bug: 798546 Change-Id: I8f6ff5303ff5f339aedbfb72488875d5d54d3a9a Reviewed-on: https://chromium-review.googlesource.com/889644 Reviewed-by: Peter Collingbourne <pcc@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Robert Liao <robliao@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#536458}
…
…
…
Chromium
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Languages
C++
74.4%
Java
8.2%
Objective-C++
4.6%
TypeScript
4%
Python
2.5%
Other
6.1%