commit | b0fcacd2453f5d51a5cc46a3e68d27df55bf36f9 | [log] [tgz] |
---|---|---|
author | Andy Phan <andyphan@chromium.org> | Thu Nov 30 23:39:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 30 23:39:34 2023 |
tree | 2ac286e091a54758e554ea148a0383c51ff47288 | |
parent | c1b3adc000c6cd0fb2d07c86dd2135b71cd53766 [diff] |
[OOPIF PDF] Add utility functions for PDF frames and extension tests Add utility functions in PdfExtensionTestBase and pdf_extension_test_util that will be used in future CLs for OOPIF PDF viewer tests. GetOnlyPdfExtensionHost() is intended to eventually replace GetOnlyMimeHandlerView(), as most use cases of the latter are to get the PDF extension host and its WebContents. The PDF extension host is the same for both GuestView and OOPIF PDF viewer. Bug: 1445746 Change-Id: I7dae7f52f45939c3d6868bef842276b0a275885b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5055198 Commit-Queue: Andy Phan <andyphan@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1231612}
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.