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

Conversation

clarkbw
Copy link
Contributor

@clarkbw clarkbw commented May 1, 2017

The DevTools panel work has landed in Fx 54 (DevEdition) and seems to be working well for Redux DevTools.

I found one issue, reported in #9 #9 (comment) and this PR fixes that by guarding against the currently unimplemented devtools.inspectedWindow.getResources call which isn't needed for Firefox anyway.

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.
@zalmoxisus zalmoxisus merged commit ec5b076 into zalmoxisus:master May 1, 2017
@zalmoxisus
Copy link
Owner

Your contribution is much appreciated! I'll publish a new version these days.

@clarkbw clarkbw deleted the firefox-webextension branch September 17, 2017 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants