gabrielg-xultestrunner 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. data/VERSION +1 -1
  2. data/xulapp/application.ini +2 -2
  3. data/xulapp/chrome/content/interface/boot.xul +1 -1
  4. data/xulapp/chrome/content/interface/testharness.html +2 -2
  5. data/xulapp/chrome/content/vendor/xpcomcore/LICENSE +21 -0
  6. data/xulapp/chrome/content/vendor/xpcomcore/README +11 -15
  7. data/xulapp/chrome/content/vendor/xpcomcore/Rakefile +69 -2
  8. data/xulapp/chrome/content/vendor/xpcomcore/VERSION.yml +5 -0
  9. data/xulapp/chrome/content/vendor/xpcomcore/bootstrapper.js +32 -0
  10. data/xulapp/chrome/content/vendor/xpcomcore/components/XPCOMCore.js +120 -0
  11. data/xulapp/chrome/content/vendor/xpcomcore/doc/Kernel.html +648 -0
  12. data/xulapp/chrome/content/vendor/xpcomcore/doc/LoadError.html +262 -0
  13. data/xulapp/chrome/content/vendor/xpcomcore/doc/SelfConceptError.html +262 -0
  14. data/xulapp/chrome/content/vendor/xpcomcore/doc/allclasses-frame.html +49 -0
  15. data/xulapp/chrome/content/vendor/xpcomcore/doc/allclasses-noframe.html +48 -0
  16. data/xulapp/chrome/content/vendor/xpcomcore/doc/help-doc.html +160 -0
  17. data/xulapp/chrome/content/vendor/xpcomcore/doc/index-all.html +263 -0
  18. data/xulapp/chrome/content/vendor/xpcomcore/doc/index.html +22 -0
  19. data/xulapp/chrome/content/vendor/xpcomcore/doc/overview-summary-kernel.js.html +371 -0
  20. data/xulapp/chrome/content/vendor/xpcomcore/doc/overview-summary.html +179 -0
  21. data/xulapp/chrome/content/vendor/xpcomcore/doc/overview-tree.html +127 -0
  22. data/xulapp/chrome/content/vendor/xpcomcore/doc/stylesheet.css +39 -0
  23. data/xulapp/chrome/content/vendor/xpcomcore/lib/kernel.js +146 -36
  24. data/xulapp/chrome/content/vendor/xpcomcore/test/kernel_test.js +5 -1
  25. data/xulapp/components/bootstrap.js +87 -102
  26. data/xultestrunner.gemspec +18 -4
  27. metadata +18 -4
  28. data/xulapp/chrome/content/vendor/xpcomcore/bootstrap.js +0 -108
  29. data/xulapp/chrome/content/vendor/xpcomcore/lib/loader.js +0 -16
@@ -0,0 +1,49 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2
+ <!--NewPage-->
3
+ <HTML>
4
+ <HEAD>
5
+ <TITLE>
6
+ XPCOMCore All Classes
7
+ </TITLE>
8
+ <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
9
+ </HEAD>
10
+ <SCRIPT>
11
+ function asd()
12
+ {
13
+ parent.document.title="XPCOMCore All Classes";
14
+ }
15
+ </SCRIPT>
16
+ <BODY BGCOLOR="white" onload="asd();">
17
+
18
+ <IMG SRC="./"/>
19
+
20
+ <H3 class="FrameHeadingFont"><B>XPCOMCore</B></H3>
21
+ <FONT size="+1" CLASS="FrameHeadingFont">
22
+ <B><a href="overview-summary.html" target="classFrame">All Classes</a></B></FONT>
23
+ <BR>
24
+
25
+ <TABLE BORDER="0" WIDTH="100%">
26
+
27
+
28
+ <TR>
29
+ <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="Kernel.html" TARGET="classFrame">Kernel</A>
30
+ <BR>
31
+ </FONT></TD>
32
+ </TR>
33
+
34
+ <TR>
35
+ <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="LoadError.html" TARGET="classFrame">LoadError</A>
36
+ <BR>
37
+ </FONT></TD>
38
+ </TR>
39
+
40
+ <TR>
41
+ <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="SelfConceptError.html" TARGET="classFrame">SelfConceptError</A>
42
+ <BR>
43
+ </FONT></TD>
44
+ </TR>
45
+
46
+ </TABLE>
47
+
48
+ </BODY>
49
+ </HTML>
@@ -0,0 +1,48 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2
+ <HTML>
3
+ <HEAD>
4
+ <TITLE>
5
+ XPCOMCore All Classes
6
+ </TITLE>
7
+ <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
8
+ </HEAD>
9
+ <SCRIPT>
10
+ function asd()
11
+ {
12
+ parent.document.title="XPCOMCore All Classes";
13
+ }
14
+ </SCRIPT>
15
+ <BODY BGCOLOR="white" onload="asd();">
16
+
17
+ <IMG SRC="./"/>
18
+
19
+ <H3 CLASS="FrameHeadingFont">XPCOMCore</H3>
20
+ <FONT size="+1" CLASS="FrameHeadingFont">
21
+ <B><a href="overview-summary.html">All Classes</a></B></FONT>
22
+ <BR>
23
+
24
+ <TABLE BORDER="0" WIDTH="100%">
25
+
26
+
27
+ <TR>
28
+ <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="Kernel.html" >Kernel</A>
29
+ <BR>
30
+ </FONT></TD>
31
+ </TR>
32
+
33
+ <TR>
34
+ <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="LoadError.html" >LoadError</A>
35
+ <BR>
36
+ </FONT></TD>
37
+ </TR>
38
+
39
+ <TR>
40
+ <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="SelfConceptError.html" >SelfConceptError</A>
41
+ <BR>
42
+ </FONT></TD>
43
+ </TR>
44
+
45
+ </TABLE>
46
+
47
+ </BODY>
48
+ </HTML>
@@ -0,0 +1,160 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2
+ <HTML>
3
+ <HEAD>
4
+ <TITLE>
5
+ XPCOMCore API Help
6
+ </TITLE>
7
+ <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
8
+ </HEAD>
9
+ <SCRIPT>
10
+ function asd()
11
+ {
12
+ parent.document.title=" API Help";
13
+ }
14
+ </SCRIPT>
15
+ <BODY BGCOLOR="white" onload="asd();">
16
+
17
+ <!-- ========== START OF NAVBAR ========== -->
18
+ <A NAME="navbar_top"><!-- --></A>
19
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
20
+ <TR>
21
+ <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
22
+ <A NAME="navbar_top_firstrow"><!-- --></A>
23
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
24
+ <TR ALIGN="center" VALIGN="top">
25
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
26
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">File</FONT>&nbsp;</TD>
27
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
28
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
29
+ <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD-->
30
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
31
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
32
+ </TR>
33
+ </TABLE>
34
+ </TD>
35
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
36
+ <B>XPCOMCore</B>
37
+ </EM>
38
+ </TD>
39
+ </TR>
40
+
41
+ <TR>
42
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
43
+ &nbsp;PREV&nbsp;
44
+ &nbsp;NEXT</FONT></TD>
45
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
46
+ <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
47
+ &nbsp;<A HREF="help-doc.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp;
48
+ &nbsp;
49
+ <SCRIPT>
50
+ <!--
51
+ if(window==top) {
52
+ document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
53
+ }
54
+ //-->
55
+ </SCRIPT>
56
+ <NOSCRIPT>
57
+ <A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
58
+ </NOSCRIPT>
59
+ </FONT></TD>
60
+ </TR>
61
+ </TABLE>
62
+ <!-- =========== END OF NAVBAR =========== -->
63
+
64
+ <HR>
65
+ <CENTER>
66
+ <H1>
67
+ How This API Document Is Organized</H1>
68
+ </CENTER>
69
+ This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
70
+ Class</H3>
71
+ <BLOCKQUOTE>
72
+
73
+ <P>
74
+ Each class has its own separate page. Each of these pages has three sections consisting of a class description, summary tables, and detailed member descriptions:<UL>
75
+ <LI>Class inheritance diagram<LI>Direct Subclasses<LI>Class declaration<LI>Class description
76
+ <P>
77
+ <LI>Field Summary<LI>Constructor Summary<LI>Method Summary
78
+ <P>
79
+ <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
80
+ Each summary entry contains the first sentence from the detailed description for that item. </BLOCKQUOTE>
81
+ <!--H3>
82
+ Tree (Class Hierarchy)</H3>
83
+ <BLOCKQUOTE>
84
+ There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all classes. The hierarchy page contains a list of classes. The classes are organized by inheritance structure starting with <code>Object</code>.<UL>
85
+ </BLOCKQUOTE-->
86
+ <!-- H3>
87
+ Deprecated API</H3>
88
+ <BLOCKQUOTE>
89
+ The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE-->
90
+ <H3>
91
+ Index</H3>
92
+ <BLOCKQUOTE>
93
+ The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, constructors, methods, and fields.</BLOCKQUOTE>
94
+ <H3>
95
+ Prev/Next</H3>
96
+ These links take you to the next or previous class, interface, package, or related page.<H3>
97
+ Frames/No Frames</H3>
98
+ These links show and hide the HTML frames. All pages are available with or without frames.
99
+ <P>
100
+ <FONT SIZE="-1">
101
+ <EM>
102
+ This help file applies to API documentation generated using the standard doclet.</EM>
103
+ </FONT>
104
+ <BR>
105
+ <HR>
106
+
107
+ <!-- ========== START OF NAVBAR ========== -->
108
+ <A NAME="navbar_bottom"><!-- --></A>
109
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
110
+ <TR>
111
+ <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
112
+ <A NAME="navbar_bottom_firstrow"><!-- --></A>
113
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
114
+ <TR ALIGN="center" VALIGN="top">
115
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
116
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">File</FONT>&nbsp;</TD>
117
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
118
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><b>Tree</b></FONT></A>&nbsp;</TD>
119
+ <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD-->
120
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
121
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
122
+ </TR>
123
+ </TABLE>
124
+ </TD>
125
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
126
+ <B>XPCOMCore</B>
127
+ </EM>
128
+ </TD>
129
+ </TR>
130
+
131
+ <TR>
132
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
133
+ &nbsp;PREV&nbsp;
134
+ &nbsp;NEXT</FONT></TD>
135
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
136
+ <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
137
+ &nbsp;<A HREF="help-doc.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp;
138
+ &nbsp;
139
+ <SCRIPT>
140
+ <!--
141
+ if(window==top) {
142
+ document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
143
+ }
144
+ //-->
145
+ </SCRIPT>
146
+ <NOSCRIPT>
147
+ <A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
148
+ </NOSCRIPT>
149
+ </FONT></TD>
150
+ </TR>
151
+ </TABLE>
152
+ <!-- =========== END OF NAVBAR =========== -->
153
+
154
+ <HR>
155
+ <FONT SIZE="-1">
156
+
157
+ </FONT>
158
+ <div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/" target="_parent">JSDoc</a> on Mon Sep 14 12:39:13 2009</div>
159
+ </BODY>
160
+ </HTML>
@@ -0,0 +1,263 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2
+ <!--NewPage-->
3
+ <HTML>
4
+ <HEAD>
5
+ <TITLE>
6
+ Index ()
7
+ </TITLE>
8
+ <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
9
+ </HEAD>
10
+ <SCRIPT>
11
+ function asd()
12
+ {
13
+ parent.document.title="Index ()";
14
+ }
15
+ </SCRIPT>
16
+ <BODY BGCOLOR="white" onload="asd();">
17
+
18
+ <!-- ========== START OF NAVBAR ========== -->
19
+ <A NAME="navbar_top"><!-- --></A>
20
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
21
+ <TR>
22
+ <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
23
+ <A NAME="navbar_top_firstrow"><!-- --></A>
24
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
25
+ <TR ALIGN="center" VALIGN="top">
26
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
27
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">File</FONT>&nbsp;</TD>
28
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
29
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
30
+ <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD-->
31
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
32
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
33
+ </TR>
34
+ </TABLE>
35
+ </TD>
36
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
37
+ <B>XPCOMCore</B>
38
+ </EM>
39
+ </TD>
40
+ </TR>
41
+
42
+ <TR>
43
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
44
+ &nbsp;PREV&nbsp;
45
+ &nbsp;NEXT</FONT></TD>
46
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
47
+ <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
48
+ &nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp;
49
+ &nbsp;
50
+ <SCRIPT>
51
+ <!--
52
+ if(window==top) {
53
+ document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
54
+ }
55
+ //-->
56
+ </SCRIPT>
57
+ <NOSCRIPT>
58
+ <A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
59
+ </NOSCRIPT>
60
+ </FONT></TD>
61
+ </TR>
62
+ </TABLE>
63
+ <!-- =========== END OF NAVBAR =========== -->
64
+
65
+ <!--
66
+ Listing of letters
67
+ -->
68
+ &nbsp;<A HREF="index-all.html#__C__">C</A>&nbsp;<A HREF="index-all.html#__K__">K</A>&nbsp;<A HREF="index-all.html#__L__">L</A>&nbsp;<A HREF="index-all.html#__P__">P</A>&nbsp;<A HREF="index-all.html#__R__">R</A>&nbsp;<A HREF="index-all.html#__S__">S</A>
69
+ <HR>
70
+ <!-- End letter listing -->
71
+
72
+ <A NAME="__C__"><!-- --></A><H2>
73
+ <B>C</B></H2>
74
+
75
+ <DL>
76
+ <DT><A HREF="Kernel.html#Cc"><B>Cc</B></A> -
77
+ Instance field in class <A HREF="Kernel.html">Kernel</A>
78
+ <DD>&nbsp;
79
+ </DL>
80
+
81
+ <DL>
82
+ <DT><A HREF="Kernel.html#Ci"><B>Ci</B></A> -
83
+ Instance field in class <A HREF="Kernel.html">Kernel</A>
84
+ <DD>&nbsp;
85
+ </DL>
86
+
87
+ <DL>
88
+ <DT><A HREF="Kernel.html#Cr"><B>Cr</B></A> -
89
+ Instance field in class <A HREF="Kernel.html">Kernel</A>
90
+ <DD>&nbsp;
91
+ </DL>
92
+
93
+ <DL>
94
+ <DT><A HREF="Kernel.html#Cu"><B>Cu</B></A> -
95
+ Instance field in class <A HREF="Kernel.html">Kernel</A>
96
+ <DD>&nbsp;
97
+ </DL>
98
+
99
+ <DL>
100
+ <DT><A HREF="Kernel.html#CURRENT_FILE"><B>CURRENT_FILE()</B></A> -
101
+ Instance method in class <A HREF="Kernel.html">Kernel</A>
102
+ <DD>&nbsp;
103
+ </DL>
104
+
105
+ <HR>
106
+
107
+ <A NAME="__K__"><!-- --></A><H2>
108
+ <B>K</B></H2>
109
+
110
+ <DL>
111
+ <DT><A HREF="Kernel.html#"><B>Kernel</B></A> -
112
+ class <A HREF="Kernel.html">Kernel</A>
113
+ <DD>&nbsp;
114
+ </DL>
115
+
116
+ <DL>
117
+ <DT><A HREF="Kernel.html#constructor_detail"><B>Kernel(mixinScope)</B></A> -
118
+ Constructor in class <A HREF="Kernel.html">Kernel</A>
119
+ <DD>&nbsp;
120
+ </DL>
121
+
122
+ <HR>
123
+
124
+ <A NAME="__L__"><!-- --></A><H2>
125
+ <B>L</B></H2>
126
+
127
+ <DL>
128
+ <DT><A HREF="Kernel.html#load"><B>load(featurePath)</B></A> -
129
+ Instance method in class <A HREF="Kernel.html">Kernel</A>
130
+ <DD>&nbsp;
131
+ </DL>
132
+
133
+ <DL>
134
+ <DT><A HREF="Kernel.html#LOAD_PATH"><B>LOAD_PATH</B></A> -
135
+ Instance field in class <A HREF="Kernel.html">Kernel</A>
136
+ <DD>&nbsp;
137
+ </DL>
138
+
139
+ <DL>
140
+ <DT><A HREF="Kernel.html#LOADED_FEATURES"><B>LOADED_FEATURES</B></A> -
141
+ Instance field in class <A HREF="Kernel.html">Kernel</A>
142
+ <DD>&nbsp;
143
+ </DL>
144
+
145
+ <DL>
146
+ <DT><A HREF="LoadError.html#"><B>LoadError</B></A> -
147
+ class <A HREF="LoadError.html">LoadError</A>
148
+ <DD>&nbsp;
149
+ </DL>
150
+
151
+ <DL>
152
+ <DT><A HREF="LoadError.html#constructor_detail"><B>LoadError(message)</B></A> -
153
+ Constructor in class <A HREF="LoadError.html">LoadError</A>
154
+ <DD>&nbsp;
155
+ </DL>
156
+
157
+ <HR>
158
+
159
+ <A NAME="__P__"><!-- --></A><H2>
160
+ <B>P</B></H2>
161
+
162
+ <DL>
163
+ <DT><A HREF="Kernel.html#print"><B>print(str)</B></A> -
164
+ Instance method in class <A HREF="Kernel.html">Kernel</A>
165
+ <DD>&nbsp;
166
+ </DL>
167
+
168
+ <DL>
169
+ <DT><A HREF="Kernel.html#puts"><B>puts(str)</B></A> -
170
+ Instance method in class <A HREF="Kernel.html">Kernel</A>
171
+ <DD>&nbsp;
172
+ </DL>
173
+
174
+ <HR>
175
+
176
+ <A NAME="__R__"><!-- --></A><H2>
177
+ <B>R</B></H2>
178
+
179
+ <DL>
180
+ <DT><A HREF="Kernel.html#require"><B>require(feature)</B></A> -
181
+ Instance method in class <A HREF="Kernel.html">Kernel</A>
182
+ <DD>&nbsp;
183
+ </DL>
184
+
185
+ <HR>
186
+
187
+ <A NAME="__S__"><!-- --></A><H2>
188
+ <B>S</B></H2>
189
+
190
+ <DL>
191
+ <DT><A HREF="SelfConceptError.html#"><B>SelfConceptError</B></A> -
192
+ class <A HREF="SelfConceptError.html">SelfConceptError</A>
193
+ <DD>&nbsp;
194
+ </DL>
195
+
196
+ <DL>
197
+ <DT><A HREF="SelfConceptError.html#constructor_detail"><B>SelfConceptError(message)</B></A> -
198
+ Constructor in class <A HREF="SelfConceptError.html">SelfConceptError</A>
199
+ <DD>&nbsp;
200
+ </DL>
201
+
202
+ <HR>
203
+
204
+ <!--
205
+ Listing of letters
206
+ -->
207
+ &nbsp;<A HREF="index-all.html#__C__">C</A>&nbsp;<A HREF="index-all.html#__K__">K</A>&nbsp;<A HREF="index-all.html#__L__">L</A>&nbsp;<A HREF="index-all.html#__P__">P</A>&nbsp;<A HREF="index-all.html#__R__">R</A>&nbsp;<A HREF="index-all.html#__S__">S</A>
208
+
209
+
210
+ <!-- ========== START OF NAVBAR ========== -->
211
+ <A NAME="navbar_top"><!-- --></A>
212
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
213
+ <TR>
214
+ <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
215
+ <A NAME="navbar_top_firstrow"><!-- --></A>
216
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
217
+ <TR ALIGN="center" VALIGN="top">
218
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
219
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">File</FONT>&nbsp;</TD>
220
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
221
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><b>Tree</b></FONT></A>&nbsp;</TD>
222
+ <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD-->
223
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
224
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
225
+ </TR>
226
+ </TABLE>
227
+ </TD>
228
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
229
+ <B>XPCOMCore</B>
230
+ </EM>
231
+ </TD>
232
+ </TR>
233
+
234
+ <TR>
235
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
236
+ &nbsp;PREV&nbsp;
237
+ &nbsp;NEXT</FONT></TD>
238
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
239
+ <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
240
+ &nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp;
241
+ &nbsp;
242
+ <SCRIPT>
243
+ <!--
244
+ if(window==top) {
245
+ document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
246
+ }
247
+ //-->
248
+ </SCRIPT>
249
+ <NOSCRIPT>
250
+ <A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
251
+ </NOSCRIPT>
252
+ </FONT></TD>
253
+ </TR>
254
+ </TABLE>
255
+ <!-- =========== END OF NAVBAR =========== -->
256
+
257
+ <HR>
258
+ <FONT SIZE="-1">
259
+
260
+ </FONT>
261
+ <div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/">JSDoc</a> on Mon Sep 14 12:39:13 2009</div>
262
+ </BODY>
263
+ </HTML>