commit | 6077f2178fc9484c82988e874a8fb90b9397c4e6 | [log] [tgz] |
---|---|---|
author | Yuwei Huang <yuweih@chromium.org> | Mon May 10 19:12:23 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 10 19:12:23 2021 |
tree | 2b332ed546853c4850886edf1a3a86624666d333 | |
parent | a6d69d5243dd02afbd8ef02e5a5c557dd8c4a9e9 [diff] |
[remoting][linux host] Script to set up URL forwarder This CL implements a script to set up the URL forwarder, which basically copies the URL forwarder desktop entry to the user's app directory, alters some default browser settings, and back up the previous settings. The plan is to hook it up with the host so that the URL forwarder can be set up and restored whenever the RemoteOpenUrl datachannel opens and closes, and maybe also controllable by the host option UI on the client. Bug: b:183135000 Change-Id: Ifc4f928317fcaeb968c0b3f003113b8fab8f7860 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2877876 Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#881146}
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.