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

Restore navigator.plugins and navigator.mimeTypes as PDF-focused #6738

Merged
merged 9 commits into from
Jul 13, 2021

Commits on Jun 4, 2021

  1. Take 1

    - Adds window.pdfSupported
    - Either 0, 2, or 3 MIME types (the third is PostScript)
    - 1 Plugin, with implementation-defined name
    domenic committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4042477 View commit details
    Browse the repository at this point in the history
  2. Remove optional PostScript support

    Nice simplification
    domenic committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f47fe2d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Add all the Plugin objects

    domenic committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    08b39bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e9543 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    3f223dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d35db View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Fixes in response to review

    domenic committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1e587f3 View commit details
    Browse the repository at this point in the history
  2. Oops

    domenic committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    ecf2b88 View commit details
    Browse the repository at this point in the history