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

From CDOT Wiki
Jump to: navigation, search
(FAQ)
(Weekly Summaries)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Newsgroup ==
 
== Newsgroup ==
  
JS-Engine on [http://groups.google.com/group/mozilla.dev.tech.js-engine Google groups]
+
Google Groups [http://groups.google.com/group/mozilla.dev.tech.js-engine mozilla.dev.tech.js-engine]
  
[http://developer.mozilla.org/en/docs/JavaScript  JavaScript on MDC]
+
News Group [news://news.mozilla.org/mozilla.dev.tech.javascript mozilla.dev.tech.javascript]
 +
 
 +
News Group [news://news.mozilla.org/netscape.public.mozilla.jseng netscape.public.mozilla.jseng]
 +
 
 +
[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine JS-ENGINE on MDC]
  
 
== Authors ==
 
== Authors ==
Line 12: Line 16:
 
== Weekly Summaries ==
 
== Weekly Summaries ==
  
* [[Newsgroup summaries:mozilla.dev.tech.js-engine:2006-09-22| 2006-09-22]]
+
*[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla.dev.tech.js-engine:2006-09-22   2006-09-22]
* [[Newsgroup summaries:mozilla.dev.tech.js-engine:2006-09-29| 2006-09-29]]
+
*[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla.dev.tech.js-engine:2006-09-29   2006-09-29] (no summary)
 +
*[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-10-06 2006-10-06] (no summary)
 +
*[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-10-13 2006-10-13] (no summary)
 +
* 2006-10-20 *No updates see FAQ instead
 +
* 2006-10-27 *No updates see FAQ instead
 +
* [http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-11-03 2006-11-03]
 +
* [http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-11-10 2006-11-10]
 +
* [http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-11-17 2006-11-17]
 +
* [http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-11-24 2006-11-24]
 +
* [http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:2006-12-01 2006-12-01]
  
 
== FAQ ==
 
== FAQ ==
 
+
[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-tech-js-engine:JS-ENGINE_FAQ  JS-ENGINE]
*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.
 
 
 
* [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_frm/thread/3e840becb09acccb How long are private pointers? ]
 
 
 
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.
 

Latest revision as of 20:15, 2 December 2006

Newsgroup

Google Groups mozilla.dev.tech.js-engine

News Group mozilla.dev.tech.javascript

News Group netscape.public.mozilla.jseng

JS-ENGINE on MDC

Authors

  • Dejan Tolj
  • David Bertenshaw

Weekly Summaries

FAQ

JS-ENGINE