Tim Nguyen
Tim Nguyen
Since the add-on is already using HTML for it's UI and not abusing of XPCOM, the switch will be pretty easy once the obstacles are cleared.
@yfdyh000 I had a WIP that simply adds a simple devtools panel: https://github.com/nt1m/devtools-prototyper/tree/webextension This add-on is lower priority than VivaldiFox, so it might not get attention right away.
I may take a look later.
@mdibaiee Just took a look at this. Looks like the add-on SDK doesn't support injecting a content script from the parent process to the child process (the prototype.html page runs...
Yeah, this should work. Maybe we can make it span vertically instead of horizontally ? We can also have an icon-grid like the cubic bezier editor.
@mdibaiee Yep, I'm running `grunt eslint`. And it displays the warning for all the files not having the "use strict" header.
About 25 warnings are dedicated to `strict`
@mdibaiee I should be sleeping right now ;) Here's my `grunt eslint` result : https://gist.github.com/nt1m/5d7cca0d4bbf73474b8c (I have some changes locally, but they only give 1 or 2 extra warnings) Maybe...
@mdibaiee Me too, I wonder what's going on.
@mdibaiee Yep. Will likely be easier once the React refactoring is done.