Difference between revisions of "Mozilla.dev.tech.js-engine"
(→FAQ) |
Davenrathh (talk | contribs) (→FAQ) |
||
Line 22: | Line 22: | ||
* [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_frm/thread/9a2c9872a3e5c94e Can I call functions in Mozilla extensions from web page?] | * [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_frm/thread/9a2c9872a3e5c94e Can I call functions in Mozilla extensions from web page?] | ||
No, accessing anything in the web page's script may lead to security problems. | No, accessing anything in the web page's script may lead to security problems. | ||
+ | |||
+ | *Is there a specific issue with ActiveX and Instance | ||
+ | Handling I am not aware of? What could I do to get it working, any ref | ||
+ | material or hints? |
Revision as of 14:14, 4 October 2006
Contents
Newsgroup
JS-Engine on Google groups
Authors
- Dejan Tolj
- David Bertenshaw
Weekly Summaries
FAQ
2-byte aligned check the JSVAL macros at the top of jsapi.h
No, accessing anything in the web page's script may lead to security problems.
- Is there a specific issue with ActiveX and Instance
Handling I am not aware of? What could I do to get it working, any ref material or hints?