commit | 0d747cd65ef03260f28c0d214af1ce541d0e532c | [log] [tgz] |
---|---|---|
author | Yuwei Huang <yuweih@chromium.org> | Mon Mar 28 18:49:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 28 18:49:09 2022 |
tree | ac5c00c5dccf4ed3e4da4ad48876c7a266f92b83 | |
parent | f7f91c43cd6cca3af3f140c10ead1b0ef9e117b0 [diff] |
[remoting host][open url] Convert file path back to file URL It appears that in some Linux environments a file:// URL will be converted to an absolute file path when it's being passed to the remote_open_url binary. This CL converts such path back to a file:// URL and open it using the fallback browser. We could technically just pass the argument string to RemoteOpenUrlClient::Delegate::OpenUrlOnFallbackBrowser() directly, but that requires changing a few platform-specific implementations, so I've found it easier to just convert the path back to a file:// URL. Bug: b/226384663 Change-Id: Ie0b25ebde95360b53fba3c803ab50afd9935a770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3551873 Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#986069}
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.