commit | 30f42921b0ee116923b8ffe41e97543b03568438 | [log] [tgz] |
---|---|---|
author | David Landell <david.landell@xperi.com> | Tue Apr 08 07:06:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 08 07:06:11 2025 |
tree | f145efd0784beb8043b6de502845e1b143693aa8 | |
parent | fe375b2bf6280bb6076128a0512c36f8c39ed3a9 [diff] |
[DIPS] Don't RazeAndPoison sqlite db if open failed Failing to open the sqlite db can result in an error callback while the internal db handle is null. Calling RazeAndPoision if the internal db handle is null will cause a failed DCHECK. To avoid that bail out of the error handler if the database is not open. Bug: 402564638 Change-Id: Ic350ff3b99b754d88a9902777c2bca1696a9a624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6333358 Reviewed-by: Joshua Hood <jdh@chromium.org> Reviewed-by: Bo Liu <boliu@chromium.org> Commit-Queue: David Landell <david.landell@xperi.com> Cr-Commit-Position: refs/heads/main@{#1443960}
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.