danShumway / vAnalyze.js

A middleware script that seeks to allow functions in local javascript to be automatically wrapped in custom code wrappers. These can then be used to aid profiling/error checking/code understanding.
GNU General Public License v2.0
4 stars 1 forks source link

Bug: code injection not working with Chrome #7

Closed danShumway closed 9 years ago

danShumway commented 10 years ago

We have everything packaged for submission as a chrome extension, but because Chrome's sandboxing of extensions is more extensive than we even previously thought. We'll need to find some way of getting around the sandbox - there exist some code samples online from 2012 that seemingly do it, but I haven't had any luck with them.

In the meantime, I don't think we should upload the extension in its current state to the marketplace.