commit | 4e6814c0c7c21e239b2ca0baede33f3f7840016c | [log] [tgz] |
---|---|---|
author | Chu-Hsuan Yang <chuhsuan@chromium.org> | Thu May 02 02:31:51 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 02 02:31:51 2024 |
tree | 325df1b2728ca2e24e7ae574515ac10fcfa777c1 | |
parent | 065dde8ba2255aca57e890cda05f11eef0fecf0d [diff] |
PDF: Return earlier when important tasks in Searchify fail Skip further tasks whenever: - The `perform_ocr_callback` passed to `Searchify` returns null. - FPDFPage_GenerateContent() fails. Bug: 331592549 Test: pdf_unittests --gtest_filter="PDFiumEngineExportsTest*" Change-Id: If33bcc050c3527111b437541160b80ba97790567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5491175 Commit-Queue: Chu-Hsuan Yang <chuhsuan@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1295238}
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.