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

Open a devtools panel in Firefox #343

Merged
merged 2 commits into from
May 1, 2017
Merged

Open a devtools panel in Firefox #343

merged 2 commits into from
May 1, 2017

Commits on May 1, 2017

  1. Guard against file protocol message in Firefox

    Firefox doesn’t have the same requirement for the file:// protocol
    access, as well as Firefox has yet to implement the necessary
    chrome.devtools.inspectedWindow.getResources API needed.  This change
    avoids the use of that API in Firefox as it is unnecessary.
    clarkbw committed May 1, 2017
    Configuration menu
    Copy the full SHA
    3c0903d View commit details
    Browse the repository at this point in the history
  2. Use better Firefox detection

    clarkbw committed May 1, 2017
    Configuration menu
    Copy the full SHA
    0cf6830 View commit details
    Browse the repository at this point in the history