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

[WIP] Firefox WebExtension #715

Merged
merged 2 commits into from
Sep 22, 2017

Conversation

teddyzeenny
Copy link
Contributor

@teddyzeenny teddyzeenny commented Sep 4, 2017

Continues the work started by @clarkbw in #667. cc @rpl

Remaining things:

  • Late Iframe detection (which Chrome does via chrome.devtools.inspectedWindow.onResourceAdded but FF doesn't support it at the moment). [REMOVED SUPPORT IN FF].
  • Transition the old inspector snapshot to use FF WebExtension as well so it doesn't break for users of old Ember versions. DONE IN FF WebExtensions Ember < 2.7 #716.
  • Cleanup

This was referenced Sep 4, 2017
teddyzeenny added a commit that referenced this pull request Sep 9, 2017
Update the old snapshot (for Ember < 2.7) to the new FF WebExtension API.

Part of #715
@@ -1,5 +1,21 @@
import WebExtension from "./web-extension";

export default WebExtension.extend({
name: 'chome'
name: 'chome',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be chrome?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

clarkbw and others added 2 commits September 22, 2017 11:39
- Added meta charset utf-8 tag to html pages
- Set the devtools icon to base off the PANE_ROOT
- Updated WebExtension APIs to use chrome.runtime from chrome.extension
@teddyzeenny teddyzeenny merged commit 1862cc9 into emberjs:master Sep 22, 2017
@teddyzeenny teddyzeenny deleted the firefox-webextension branch September 22, 2017 09:26
@topaxi
Copy link

topaxi commented Sep 22, 2017

Woohoo thanks everyone for the awesome work! 💯 🎉 ❤️

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

4 participants