1: <p><b>Corrections</b>
2:
3: <p>This page contains a list of corrections to be made in the next printing of
4: the book. If you have suggestions for changes or find errors in the text,
5: feel free open a <a href="bugs.html">bug</a> with a report of the problem, post a message in the User Notes
6: section on the chapter pages, or send a message to the <a
7: href="mailto:reviewers@mozdev.org">reviewers@mozdev.org</a> mailing list.
8:
9:
10: <a name="preface">
11: <p><b>Preface</b>
12:
13: <ul>
14:
15: <li>In Preface (p xiv) 'http://www.oreilly.com/mozilla/' has been changed
16: to 'http://www.oreilly.com/catalog/mozilla/'<br><br>
17:
18: </ul>
19:
20:
21: <a name="ch1">
22: <p><b>Chapter 1</b>
23:
24: <ul>
25:
26: <li>In Chapter 1 (p 7) 'applications web built using XPFE' has been
27: changed to 'applications built using XPFE'<br><br>
28:
29: </ul>
30:
31:
32: <a name="ch2">
33: <p><b>Chapter 2</b>
34:
35: <ul>
36:
37: <li>In Chapter 2 (p 12) '<window
38: xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
39: />' has been changed to '<window
40: xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">'<br><br>
41:
42: <li>In Chapter 2 (p 14) Removed an extra '>' from example code<br><br>
43:
44: <li>In Chapter 2 (p 17) 'selecting File > Open File > from' has been
45: changed to 'selecting File > Open File from'<br><br>
46:
47: <li>In Chapter 2 (p 20) 'CenterWindoOnScreen( ) function' has been changed
48: to 'CenterWindowOnScreen( ) function'<br><br>
49:
50: </ul>
51:
52:
53: <a name="ch3">
54: <p><b>Chapter 3</b>
55:
56: <ul>
57:
58: <li>In Chapter 3 (p 40) '<toolbarbutton id="printBtn" label="Open"
59: oncommand="doPrint( );" />' has been changed to '<toolbarbutton
60: id="printBtn" label="Print" oncommand="doPrint( );" >'<br><br>
61:
62: </ul>
63:
64: <a name="ch08">
65: <p><b>Chapter 8</b>
66:
67: <ul>
68: <li>In Chapter 8 (p 239) Example 8-15 has been changed to <br/>
69:
70: <xmp>
71: DEPTH = ../../..
72: topsrcdir = ../../..
73: srcdir = .
74: VPATH = .
75:
76: include $(DEPTH)/config/autoconf.mk
77:
78: MODULE = xpcom
79: XPIDL_MODULE = simple
80: LIBRARY_NAME = simple
81: IS_COMPONENT = 1
82: MODULE_NAME = nsSimpleModule
83: REQUIRES = string \
84: xpcom \
85: $(NULL)
86:
87:
88: CPPSRCS = \
89: nsSimple.cpp \
90: nsSimpleModule.cpp \
91: $(NULL)
92:
93: XPIDLSRCS = nsISimple.idl
94:
95: include $(topsrcdir)/config/config.mk
96:
97: LIBS += \
98: $(XPCOM_LIBS) \
99: $(NSPR_LIBS) \
100: $(NULL)
101:
102: include $(topsrcdir)/config/rules.mk
103:
104: EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
105:
106: install:: $(TARGETS)
107: </xmp>
108: </li>
109:
110: </ul>
111:
112:
113: <a name="ch10">
114: <p><b>Chapter 10</b>
115:
116: <ul>
117: <li>In Chapter 10 (p 297) 'http://www.jslib.mozdev.org' has been changed
118: to 'http://jslib.mozdev.org'<br><br></li>
119: </ul>
120:
121:
122: <a name="ch12">
123: <p><b>Chapter 12</b>
124:
125: <ul>
126:
127: <li>In Chapter 12 (p 339) A new 'Certificate Authorities and Digital
128: Signatures' section is being written with drafts available on <a
129: href="http://certs.mozdev.org">http://certs.mozdev.org</a><br><br>
130:
131: </ul>
132:
133:
134: <a name="appa">
135: <p><b>Appendix A</b>
136:
137: <ul>
138:
139: <li>In Appendix A (p 365) 'http://www.mozilla.org/source.tml' has been
140: changed to 'http://www.mozilla.org/source.html'<br><br>
141:
142: </ul>
143:
144: <br><br>
145:
146: <!-- ?php require(NOTES); ? -->
147: <?php $post_to_list=NO; $author='reviewers@mozdev.org'; $target_page='corrections'; require(NOTES); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>