version 1.25, 2002/12/04 12:59:58
|
version 1.39, 2002/12/10 16:22:55
|
Line 12 href="mailto:reviewers@mozdev.org">revie
|
Line 12 href="mailto:reviewers@mozdev.org">revie
|
|
|
<ul> |
<ul> |
|
|
<li>In Preface (p xiv) 'http://www.oreilly.com/mozilla/' has been changed | <li>On page xiv: 'http://www.oreilly.com/mozilla/' has been changed |
to 'http://www.oreilly.com/catalog/mozilla/'<br><br> |
to 'http://www.oreilly.com/catalog/mozilla/'<br><br> |
|
|
</ul> |
</ul> |
Line 23 to 'http://www.oreilly.com/catalog/mozil
|
Line 23 to 'http://www.oreilly.com/catalog/mozil
|
|
|
<ul> |
<ul> |
|
|
<li>In Chapter 1 (p 7) 'applications web built using XPFE' has been | <li>On page 7: 'applications web built using XPFE' has been |
changed to 'applications built using XPFE'<br><br> |
changed to 'applications built using XPFE'<br><br> |
|
|
</ul> |
</ul> |
Line 34 changed to 'applications built using XPF
|
Line 34 changed to 'applications built using XPF
|
|
|
<ul> |
<ul> |
|
|
<li>In Chapter 2 (p 12) '<window | <li>On page 12: '<window |
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
/>' has been changed to '<window |
/>' has been changed to '<window |
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">'<br><br> |
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">'<br><br> |
|
|
<li>In Chapter 2 (p 14) Removed an extra '>' from example code<br><br> | <li>On page 14: Removed an extra '>' from example code<br><br> |
|
|
<li>In Chapter 2 (p 17) 'selecting File > Open File > from' has been | <li>On page 17: 'selecting File > Open File > from' has been |
changed to 'selecting File > Open File from'<br><br> |
changed to 'selecting File > Open File from'<br><br> |
|
|
<li>In Chapter 2 (p 20) 'CenterWindoOnScreen( ) function' has been changed | <li>On page 20: 'CenterWindoOnScreen( ) function' has been changed |
to 'CenterWindowOnScreen( ) function'<br><br> |
to 'CenterWindowOnScreen( ) function'<br><br> |
|
|
</ul> |
</ul> |
Line 55 to 'CenterWindowOnScreen( ) function'<br
|
Line 55 to 'CenterWindowOnScreen( ) function'<br
|
|
|
<ul> |
<ul> |
|
|
<li>In Chapter 3 (p 40) '<toolbarbutton id="printBtn" label="Open" | <li>On page 40: '<toolbarbutton id="printBtn" label="Open" |
oncommand="doPrint( );" />' has been changed to '<toolbarbutton |
oncommand="doPrint( );" />' has been changed to '<toolbarbutton |
id="printBtn" label="Print" oncommand="doPrint( );" >'<br><br> |
id="printBtn" label="Print" oncommand="doPrint( );" >'<br><br> |
|
|
</ul> |
</ul> |
|
|
|
<a name="ch5"> |
|
<p><b>Chapter 5</b> |
|
|
|
<ul> |
|
<li>(p 113) |
|
<xmp> |
|
Changed footnote link to |
|
http://developer.netscape.com/docs/manuals/index.html?content=javascript.html |
|
</xmp> |
|
</li> |
|
<li>(p 120) |
|
<xmp> |
|
dump(l+'\n'); |
|
has been changed to |
|
dump(len+'\n'); |
|
</xmp> |
|
</li> |
|
<li>(p 137) |
|
<xmp> |
|
var connection = Components.classes ["@mozilla.org/network/ldap-connection;1"; // create an object from the nsILDAPConnection interface; |
|
has been changed to |
|
var connection = Components.classes ["@mozilla.org/network/ldap-connection;1"]; // create an object from the nsILDAPConnection interface; |
|
</xmp> |
|
</li> |
|
<li>(p 140) |
|
<xmp> |
|
Changed load(`chrome/jslib/jslib.js'); |
|
To load('chrome/jslib/jslib.js'); |
|
</xmp> |
|
</li> |
|
</ul> |
|
|
<a name="ch08"> |
<a name="ch08"> |
<p><b>Chapter 8</b> |
<p><b>Chapter 8</b> |
|
|
<ul> |
<ul> |
<li>In Chapter 8 (p 239) Example 8-15 has been changed to <br/> | <li>(p 211) Root Interfaces<br/> |
| Changed 2nd sentence QueryInterace to QueryInterface. |
| </li> |
| <li>(p 222) Example 8-4 |
| <code>mName: "a default value"</code> should be <code>mName: "a default value",</code> |
| </li> |
| <li>(p 222) Example 8-4 |
| <xmp> |
| this.myCID, |
| "My JS Component", |
| this.myProgID, fileSpec, |
| location, true, true, |
| type); |
| </xmp> |
| Should be |
| <xmp> |
| compMgr.registerComponentWithType( |
| this.myCID, |
| "My JS Component", |
| this.myProgID, fileSpec, |
| location, true, true, |
| type); |
| </xmp> |
| </li> |
| <li>(p 222, p 223) Example 8-4 |
| <xmp> |
| Removed double lines |
| dump(" ***** Registering: Simple JS component! ****\n"); |
| and |
| if (outer != null) |
| </xmp> |
| </li> |
| <li>(p 239) Example 8-15 has been changed to <br/> |
|
|
<xmp> |
<xmp> |
DEPTH = ../../.. |
DEPTH = ../../.. |
Line 114 install:: $(TARGETS)
|
Line 178 install:: $(TARGETS)
|
<p><b>Chapter 10</b> |
<p><b>Chapter 10</b> |
|
|
<ul> |
<ul> |
<li>In Chapter 10 (p 297) 'http://www.jslib.mozdev.org' has been changed | <li>On page 297: 'http://www.jslib.mozdev.org' has been changed |
to 'http://jslib.mozdev.org'<br><br></li> |
to 'http://jslib.mozdev.org'<br><br></li> |
</ul> |
</ul> |
|
|
Line 124 to 'http://jslib.mozdev.org'<br><br></li
|
Line 188 to 'http://jslib.mozdev.org'<br><br></li
|
|
|
<ul> |
<ul> |
|
|
<li>In Chapter 12 (p 339) A new 'Certificate Authorities and Digital | <li>On page 339: A new 'Certificate Authorities and Digital |
Signatures' section is being written with drafts available on <a |
Signatures' section is being written with drafts available on <a |
href="http://certs.mozdev.org">http://certs.mozdev.org</a><br><br> |
href="http://certs.mozdev.org">http://certs.mozdev.org</a><br><br> |
|
</li> |
|
|
|
<li>(p 336) Use of backtics instead of single quote. |
|
<xmp> |
|
print ` <checkbox label="%s" />' % form['op1'].value |
|
print ` <checkbox label="%s" />' % form['op2'].value |
|
print ` <checkbox label="%s" />' % form['op3'].value |
|
Should be: |
|
print ' <checkbox label="%s" />' % form['op1'].value |
|
print ' <checkbox label="%s" />' % form['op2'].value |
|
print ' <checkbox label="%s" />' % form['op3'].value |
|
</xmp> |
|
</li> |
</ul> |
</ul> |
|
|
|
|
Line 136 href="http://certs.mozdev.org">http://ce
|
Line 212 href="http://certs.mozdev.org">http://ce
|
|
|
<ul> |
<ul> |
|
|
<li>In Appendix A (p 365) 'http://www.mozilla.org/source.tml' has been | <li>On page 365: 'http://www.mozilla.org/source.tml' has been |
changed to 'http://www.mozilla.org/source.html'<br><br> |
changed to 'http://www.mozilla.org/source.html'<br><br> |
|
|
</ul> |
</ul> |