0
Go to file
inglorion f364fc10b1 Rename ActiveVerifier to ScopedHandleVerifier and add lto_visibility_public
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}
2018-02-13 20:39:33 +00:00
2018-02-13 06:22:40 +00:00
2018-02-13 06:22:40 +00:00
2018-02-13 07:09:34 +00:00
2018-02-13 06:22:40 +00:00
2018-02-12 21:30:03 +00:00
2018-02-13 06:22:40 +00:00
2018-02-09 22:41:13 +00:00
2018-02-13 06:22:40 +00:00
2018-01-19 02:53:08 +00:00
2018-02-09 08:57:52 +00:00
2018-02-12 09:03:34 +00:00
2017-12-01 20:15:13 +00:00

Logo 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
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%