commit | a1fec6273f3ad7c73b35bb420a5540355df35b74 | [log] [tgz] |
---|---|---|
author | Ovidio Ruiz-Henríquez <odejesush@chromium.org> | Thu May 25 19:27:54 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 19:27:54 2023 |
tree | fcdb5239e24564d725a3e6333034741857fce694 | |
parent | f103edb8dc89fd780cd374ca34707617f49d0303 [diff] |
controlledframe: Fix start up crash This commit applies a fix from mail@maciej.szmigiero.name to prevent a null reference error in GetControlledFrameFeatureList(). The fix is to add static to `feature_list` so that the object lives past this function. BUG=1447422 Change-Id: I22879831ec879ce7d6a178760540f88106b3ded4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4555985 Commit-Queue: Ovidio Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Reviewed-by: Chase Phillips <cmp@chromium.org> Auto-Submit: Ovidio Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/main@{#1149296}
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.