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

(feat) Add option to fetch Firefox Nightly #5467

Merged
merged 9 commits into from Mar 10, 2020

Commits on Feb 28, 2020

  1. (feat) Add option to fetch Firefox Nightly

    Add Firefox support to BrowserFetcher and the install script.
    By default, the latest Firefox Nightly is downloaded
    directly from archive.mozilla.org (dmg, tar.bz2 and zip)
    
    This also required changes that impact `puppeteer.launch()`
    and `puppeteer.executablePath()`
    
    Fixes puppeteer#5151
    mjzffr committed Feb 28, 2020
    Copy the full SHA
    fb5e25c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Update docs/api.md

    Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
    mjzffr and mathiasbynens committed Mar 2, 2020
    Copy the full SHA
    9341cd5 View commit details
    Browse the repository at this point in the history
  2. Update docs/api.md

    Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
    mjzffr and mathiasbynens committed Mar 2, 2020
    Copy the full SHA
    bb73b39 View commit details
    Browse the repository at this point in the history
  3. Update docs/api.md

    Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
    mjzffr and mathiasbynens committed Mar 2, 2020
    Copy the full SHA
    a9587a8 View commit details
    Browse the repository at this point in the history
  4. Clean up revision promise

    mjzffr committed Mar 2, 2020
    Copy the full SHA
    37ee8dd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d47db6f View commit details
    Browse the repository at this point in the history
  6. Remove matchAll

    mjzffr committed Mar 2, 2020
    Copy the full SHA
    3435a1e View commit details
    Browse the repository at this point in the history
  7. Use explicit octal mode

    mjzffr committed Mar 2, 2020
    Copy the full SHA
    40c48e5 View commit details
    Browse the repository at this point in the history
  8. Update .gitignore

    mjzffr committed Mar 2, 2020
    Copy the full SHA
    973e900 View commit details
    Browse the repository at this point in the history