version 1.13, 2002/10/04 21:04:34
|
version 1.26, 2002/12/04 13:23:05
|
Line 1
|
Line 1
|
<p><b>Corrections</b> |
<p><b>Corrections</b> |
|
|
<p>This page contains a list of corrections made to the original text of the book. If you have suggestions for changes or find errors | <p>This page contains a list of corrections to be made in the next printing of |
in the text, feel free to post a note below or send a message to the <a href="mailto:reviewers@mozdev.org">reviewers@mozdev.org</a> mailing list. | the book. If you have suggestions for changes or find errors in the text, |
| feel free open a <a href="bugs.html">bug</a> with a report of the problem, post a message in the User Notes |
| section on the chapter pages, or send a message to the <a |
| href="mailto:reviewers@mozdev.org">reviewers@mozdev.org</a> mailing list. |
| |
| |
| <a name="preface"> |
| <p><b>Preface</b> |
|
|
<ul> |
<ul> |
|
|
<li>In Preface (p xiv) 'http://www.oreilly.com/mozilla/' has been changed to 'http://www.oreilly.com/catalog/mozilla/'<br><br> | <li>In Preface (p xiv) 'http://www.oreilly.com/mozilla/' has been changed |
| to 'http://www.oreilly.com/catalog/mozilla/'<br><br> |
|
|
<li>In Chapter 1 (p 7) 'applications web built using XPFE' has been changed to 'applications built using XPFE'<br><br> | </ul> |
|
|
<li>In Chapter 2 (p 17) 'selecting File > Open File > from' has been changed to 'selecting File > Open File from'<br><br> |
|
|
|
<li>In Chapter 2 (p 20) 'CenterWindoOnScreen( ) function' has been changed to 'CenterWindowOnScreen( ) function'<br><br> | <a name="ch1"> |
| <p><b>Chapter 1</b> |
|
|
<li>In Chapter 10 (p 297) 'http://www.jslib.mozdev.org' has been changed to 'http://jslib.mozdev.org'<br><br> | <ul> |
|
|
<li>In Appendix A (p 365) 'http://www.mozilla.org/source.tml' has been changed to 'http://www.mozilla.org/source.html'<br><br> | <li>In Chapter 1 (p 7) 'applications web built using XPFE' has been |
| changed to 'applications built using XPFE'<br><br> |
|
|
</ul> |
</ul> |
|
|
<br><br> |
|
|
|
<!-- ?php require(ANNOTATE); ? --> | <a name="ch2"> |
| <p><b>Chapter 2</b> |
| |
| <ul> |
| |
| <li>In Chapter 2 (p 12) '<window |
| xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
| />' has been changed to '<window |
| 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>In Chapter 2 (p 17) 'selecting File > Open File > from' has been |
| changed to 'selecting File > Open File from'<br><br> |
| |
| <li>In Chapter 2 (p 20) 'CenterWindoOnScreen( ) function' has been changed |
| to 'CenterWindowOnScreen( ) function'<br><br> |
| |
| </ul> |
| |
| |
| <a name="ch3"> |
| <p><b>Chapter 3</b> |
| |
| <ul> |
| |
| <li>In Chapter 3 (p 40) '<toolbarbutton id="printBtn" label="Open" |
| oncommand="doPrint( );" />' has been changed to '<toolbarbutton |
| id="printBtn" label="Print" oncommand="doPrint( );" >'<br><br> |
| |
| </ul> |
| |
| <a name="ch5"> |
| <p><b>Chapter 5</b> |
| |
| <ul> |
| <li>In Chapter 5(p 120) |
| <xmp> |
| dump(l+'\n'); |
| </xmp> |
| has been changed to |
| <xmp> |
| dump(len+'\n'); |
| </xmp> |
| </li> |
| </ul> |
| |
| <a name="ch08"> |
| <p><b>Chapter 8</b> |
| |
| <ul> |
| <li>In Chapter 8 (p 239) Example 8-15 has been changed to <br/> |
| |
| <xmp> |
| DEPTH = ../../.. |
| topsrcdir = ../../.. |
| srcdir = . |
| VPATH = . |
| |
| include $(DEPTH)/config/autoconf.mk |
| |
| MODULE = xpcom |
| XPIDL_MODULE = simple |
| LIBRARY_NAME = simple |
| IS_COMPONENT = 1 |
| MODULE_NAME = nsSimpleModule |
| REQUIRES = string \ |
| xpcom \ |
| $(NULL) |
| |
| |
| CPPSRCS = \ |
| nsSimple.cpp \ |
| nsSimpleModule.cpp \ |
| $(NULL) |
| |
| XPIDLSRCS = nsISimple.idl |
| |
| include $(topsrcdir)/config/config.mk |
| |
| LIBS += \ |
| $(XPCOM_LIBS) \ |
| $(NSPR_LIBS) \ |
| $(NULL) |
| |
| include $(topsrcdir)/config/rules.mk |
| |
| EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) |
| |
| install:: $(TARGETS) |
| </xmp> |
| </li> |
| |
| </ul> |
| |
| |
| <a name="ch10"> |
| <p><b>Chapter 10</b> |
| |
| <ul> |
| <li>In Chapter 10 (p 297) 'http://www.jslib.mozdev.org' has been changed |
| to 'http://jslib.mozdev.org'<br><br></li> |
| </ul> |
| |
| |
| <a name="ch12"> |
| <p><b>Chapter 12</b> |
| |
| <ul> |
| |
| <li>In Chapter 12 (p 339) A new 'Certificate Authorities and Digital |
| Signatures' section is being written with drafts available on <a |
| href="http://certs.mozdev.org">http://certs.mozdev.org</a><br><br> |
| |
| </ul> |
| |
| |
| <a name="appa"> |
| <p><b>Appendix A</b> |
| |
| <ul> |
| |
| <li>In Appendix A (p 365) 'http://www.mozilla.org/source.tml' has been |
| changed to 'http://www.mozilla.org/source.html'<br><br> |
| |
| </ul> |
| |
| <br><br> |
|
|
<?php $post_to_list=NO; require(ANNOTATE); ?> | <!-- ?php require(NOTES); ? --> |
| <?php $post_to_list=NO; $author='reviewers@mozdev.org'; $target_page='corrections'; require(NOTES); ?> |