Difference between revisions of "Mozilla.dev.tech.js-engine"

From CDOT Wiki
Jump to: navigation, search
(FAQ)
(FAQ)
Line 32: Line 32:
  
 
2-byte aligned check the JSVAL macros at the top of [http://lxr.mozilla.org/seamonkey/source/js/src/jsapi.h#71 jsapi.h ]
 
2-byte aligned check the JSVAL macros at the top of [http://lxr.mozilla.org/seamonkey/source/js/src/jsapi.h#71 jsapi.h ]
 +
 +
* [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.

Revision as of 19:42, 29 September 2006

Newsgroup

JS-Engine on Google groups

JavaScript on MDC

Authors

  • Dejan Tolj
  • David Bertenshaw

Weekly Summaries

FAQ

  • I'm curious to know if anyone is using XMLBeans in Rhino. For example, are you compiling an XMLSchema with XMLBeans and then validating an Rhino e4x xml document against the schema?

None as of yet.

  • Can I prematurely terminate a script's execution without affecting the life cycle of the thread running it so that the thread can be reused to run other scripts in the future? Is there a built in mechanism in the API for doing this?

None as of yet.

  • So my question, 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?

None as of yet.

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.