I am doing some development on the firefox both with javascript and C++ for some XPCOM components开发者_开发问答.
May be duplicate. I would like to write javascript which can execute linux command in firefox (seems to be impossible but asking w开发者_运维百科ith hope)
Does Mozillas CSP block to execute Javascr开发者_如何学编程ipt from a bookmark by default? Can it be configured to do so?As of 2017, the answer is still a definitive \"maybe\" - just like when this a
I\'ve got a webpage for reading books online. I\'d like to save the position inside the document so when a user resumes his reading, he starts in the point 开发者_StackOverflow社区where he previously
I want to programmatically list all properties of JS object from C++ code (I am using Mozilla\'s JSAPI). I know I can go up the prototype chain 开发者_如何学运维with JS_GetPrototype, then enumerate ea
Are there any Visual Studio de开发者_如何转开发bugger visualizers for Mozilla objects (e.g. nsString)?
Anyone know where is some usable XPJS, or XPCOM in JS, documentation for recent versions of Firefox/Gecko? And sample code/ tutorials would be great too.
Is there any way to customize Google Chrome? Which technology/language would be used? Is it possible to build a customized version with no toolbars and a webpage inside (I\'m inter开发者_C百科ested in
I wonder, is there some way to console.log or alert running function name. I mean can I override all the function execution, and append something like console.log(this.arguments.callee.name from Mozil
I\'ve got Dom Inspector installed on Fennec on my desktop, and sometimes the cmd+shift+i hotkey works and someti开发者_JS百科mes it doesn\'t (or maybe I\'m forgetting it?).. so I\"m wondering if anyon