Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a doc.browser config option #9473

Merged
merged 5 commits into from
May 24, 2021
Merged

Add a doc.browser config option #9473

merged 5 commits into from
May 24, 2021

Commits on May 11, 2021

  1. Add a cargo-doc.browser config option

    The idea of this option is to allow cargo to use a separate browser from
    the rest of the system. My motivation in doing this is that I want to
    write a script that adds a symbolic link in some web root on my system
    such that I can access my docs via the http protocol to avoid the
    limitations of the file protocol that are accessibility problems for me.
    For instance, zoom is not retained across multiple pages and Stylus
    filters don't work well.
    lf- committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e840c8e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    6ea1eb3 View commit details
    Browse the repository at this point in the history
  2. test path and args

    lf- committed May 15, 2021
    Configuration menu
    Copy the full SHA
    ed46a9a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. testsuite/doc: Check the arguments used to invoke the browser

    Previously we apparently weren't doing this as we weren't checking
    stdout.
    lf- committed May 16, 2021
    Configuration menu
    Copy the full SHA
    50486be View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    6128b54 View commit details
    Browse the repository at this point in the history