commit | 1b84727cb8ed4af6b316795390c36be88427aac7 | [log] [tgz] |
---|---|---|
author | Min Qin <qinmin@chromium.org> | Fri Mar 08 18:39:35 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 08 18:39:35 2024 |
tree | 90c077bee475b6fd511905d9d253317e9ae073bd | |
parent | f7aea3bf52ef4d7fc6882178c4b53b16998b4267 [diff] |
Don't create URL loader for pdf on Android in some cases Android will handle the pdf URL by itself, so no need for URLLoader. This is similar to other chrome-native schemes by passing the URLLoader on Android. Inline pdf design doc: https://docs.google.com/document/d/1ExV4ZC7fBxsVdHKn0I70KUWxKwqBiP9xKgzypsE9SuU/edit?resourcekey=0-5lnGi6py-kxM8KffxR-b1g&tab=t.0 Bug: b:327275975,41496422 Change-Id: I2fd859d5216d3e378f91c0039cc36022511e3ddc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5329948 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1270300}
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.