44915 Commits

Author SHA1 Message Date
rickg%netscape.com
ae0ced2411 fixed FMM (in debug code); r=kmcclusk 1999-10-24 23:48:00 +00:00
mcafee%netscape.com
d9bb4109c1 Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest. 1999-10-24 22:37:34 +00:00
gagan%netscape.com
91fa3a6003 Fixed bug 15963. Host: headers were not including port numbers. r=mozbot,a=self. (/msg mozbot do these diffs look ok to you? Should I continue with my checkin? <CR> mozbot: That is interesting. Please continue. ) 1999-10-24 22:20:52 +00:00
warren%netscape.com
3fda695ea8 Fixed up dll loading for Windows. It was silently failing. 1999-10-24 22:01:09 +00:00
dp%netscape.com
e40d9fc076 bug#16742 Fixing delete on nsISupports. Thanks for patch from
<heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing
operating on refcnt directly. r=troy r=dp
1999-10-24 16:19:42 +00:00
tonyr%fbdesigns.com
64e8943a58 Updated address book cls id names that changed 1999-10-24 16:09:21 +00:00
rods%netscape.com
f472b7f71c added more tests 1999-10-24 16:04:17 +00:00
rods%netscape.com
9549e59a9e updated test 1999-10-24 15:07:41 +00:00
rods%netscape.com
dde0ac7b3f added file 1999-10-24 15:07:25 +00:00
rods%netscape.com
0c518c26f0 added more tests 1999-10-24 14:05:44 +00:00
ramiro%fateware.com
1a9a8a4e60 Simplify the package list file. 1999-10-24 13:44:34 +00:00
pavlov%netscape.com
861eeb630e remove registry.rdf r=hyatt 1999-10-24 09:57:49 +00:00
pavlov%netscape.com
1af6af4250 fix build problems on linux r=hyatt 1999-10-24 09:20:49 +00:00
warren%netscape.com
8cbce82f94 Fixed logic for XPCOM_MEM_LOG_CLASSES case. 1999-10-24 09:13:52 +00:00
hyatt%netscape.com
31706324ba chrome registry can now be dynamically built from RDF fragments t=pavlov 1999-10-24 09:00:41 +00:00
hyatt%netscape.com
94eccb5b2f making chrome registry not be a single uber datasource anymore r=pavlov 1999-10-24 07:27:12 +00:00
rpotts%netscape.com
5b6eec640d Backing out the fix for bug #15560. This fixes the editor regression - bug #16937 1999-10-24 07:26:54 +00:00
pavlov%netscape.com
ab6fd0a0fa rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt 1999-10-24 07:16:45 +00:00
pavlov%netscape.com
082e489cce rename to be happy with the chrome registry r=hyatt 1999-10-24 07:07:04 +00:00
pavlov%netscape.com
03e5de578b renaming file to be consistant with chrome registry 1999-10-24 07:00:53 +00:00
hyatt%netscape.com
68251762d8 make registry work without needing an rdf datasource r=pavlov 1999-10-24 06:59:30 +00:00
hyatt%netscape.com
fd2ce33fe8 renaming skin.css to global.css r=pavlov 1999-10-24 06:58:38 +00:00
dp%netscape.com
b17616fba6 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-24 04:41:17 +00:00
beard%netscape.com
80c30c7e5f changed GC_abort() to call ExitToShell() rather than abort(). bug=15906 1999-10-24 03:26:10 +00:00
rods%netscape.com
4999da72d0 Simple changed from COLOR_DESKTOP to COLOR_APPWORKSPACE for appworkspace enum
for css 2 color setting
fixes bug 16853,r=none
1999-10-24 03:03:38 +00:00
beard%netscape.com
fb3b49b8a6 removed obsolete access paths. r=sfraser 1999-10-24 02:45:17 +00:00
varada%netscape.com
4db4a53950 fix to bug #16981 changed Text field to editbox so that value can be enterred 1999-10-24 02:23:44 +00:00
varada%netscape.com
7cf5697c54 fix to bug#16973 - nci file editor field is made dynamic text - can be changed only using file browsing 1999-10-24 02:18:17 +00:00
varada%netscape.com
239024405e fix for bug #7850 - have to call function depend on the Next button on the ini file 1999-10-24 02:04:37 +00:00
ssu%netscape.com
58b8fdaf7c fixes bugs #15394, #15603, part of #15644, and #15487. r=sgehani. The
xpinstall fileops functions have been updated to perform error detection
as much as it can prior to executing the command.
1999-10-24 01:07:45 +00:00
mscott%netscape.com
36ca47b5c7 Bug #16927 add GetMessageUrlFromUri to nsIMsgMessageService
r=sspitzer
1999-10-23 23:39:57 +00:00
mscott%netscape.com
8028448766 Bug #16927 implement GetMessageUrlFromUri
r=sspitzer
1999-10-23 23:39:28 +00:00
troy%netscape.com
29963d8875 Changed nsTextFrame to be derived from nsFrame instead of nsSplittableFrame.
nsTextFrame now has only a next-in-flow pointer and no prev-in-flow pointer.
Subclass nsContinuingTextFrame is used for continuing text frames; it has a
prev-in-flow pointer. This saves 4 bytes
1999-10-23 23:19:14 +00:00
troy%netscape.com
e828d1c0f3 Space reductions for nsTableRowFrame. Changed mInitializedChildren to be a
frame state bit, and changed mMinRowSpan and mRowIndex to be packed into
one 32-bit field. Total savings of 8 bytes per row frame
1999-10-23 23:08:30 +00:00
dp%netscape.com
164208885d bug#16742 Fixing delete on nsISupports. Thanks for patch from
<heikki@citec.fi> r=dp
1999-10-23 17:34:55 +00:00
dp%netscape.com
038812ce67 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-23 17:33:29 +00:00
duncan%be.com
9b01e1026a Make profile manager build under BeOS.
r=sspitzer
1999-10-23 17:13:55 +00:00
beard%netscape.com
725fbb5c6b never consider code offsets greater than the offset of the instruction, which ensures that the returned file offset is always correct. bug=15906 1999-10-23 15:57:31 +00:00
tbogard%aol.net
f94d9d6ce3 Framed out nsWebBrowser implementation. Basically just added all the interface functions. Code now has a place to live. 1999-10-23 07:56:27 +00:00
tbogard%aol.net
07f0b924ff Added some includes of the interfaces that make up nsCWebBrowser 1999-10-23 07:55:39 +00:00
tbogard%aol.net
53f735ac1f Just changed some comments and function ordering. 1999-10-23 07:51:45 +00:00
jband%netscape.com
2353651fe4 r=mccabe
Primarily fixes to properly handle nsIXPCSecurityManager vetos of
xpconnect activities.

- The code was not propagating security manager vetos of native wrapping up
through xpconnect internals. So, xpconnect was erroneously masking the
security exception with its own 'failed to convert param' exception.
This effects the signatures of nsXPCWrappedNative::GetNewOrUsedWrapper
and nsXPCWrappedJSClass::GetNewOrUsedClass.

- This propagation also helps with the problem that sometimes interfaces
are not set as [scriptable] and we did not make that clear as the source
of xpconnect's failure to convert a param in calling a method. Now this
specific class of exceptions is indicated in the JS exception object when
this happens.

- Added an explicit call to js_ForceGC on shutdown of xpcshell to aid in
avoiding 'false positives' in leak detection

- Return JS_FALSE rather than JS_TRUE when an exception is thrown in
xpcjsid to make the jsengine notices the exception.

- Move #includes that others added in xpcmodule.cpp to xpcprivate.h in
order to maintain the include conventions of this module.

- Avoid throwing an exception if it represents a security manager veto
and the security manager set an exception already.

- Replace uses of nsCOMTypeInfo<> added by scc with NS_GET_IID macros.

- Fixed a methodname misspelling because reviewers care about stuff
like that :)
1999-10-23 07:20:04 +00:00
tbogard%aol.net
8d8ce920cb Just added support for an NS_IMPL_ISUPPORTS6. 1999-10-23 06:55:45 +00:00
dp%netscape.com
7a91a1a650 bug# 16742 Fixing delete on nsISupports Thanks for patch from <heikki@citec.fi>. r=dp 1999-10-23 06:15:31 +00:00
dp%netscape.com
e4b3bffbde bug#16742 Fixing delete on nsISupports. Thanks for patch from
<heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing
operating on refcnt directly. r=dp
1999-10-23 05:45:41 +00:00
dp%netscape.com
c2b8308891 bug#16762 Removing delete on a nsISupports. Thanks to
<heikki@citec.fi> Plus changes to use DECL_ and IMPL_ macros and not
hand define mrefcnt. r=dp
1999-10-23 05:31:46 +00:00
ducarroz%netscape.com
677cd2f18d Bug 14258, implement Send Page, R=alecf 1999-10-23 04:51:40 +00:00
dougt%netscape.com
cfd61bd0f8 Modification based on design review.
(THIS IS NOT PART OF THE BUILD YET)
1999-10-23 04:51:35 +00:00
ducarroz%netscape.com
61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
varada%netscape.com
56b2ddf147 fix for bug #10806 1999-10-23 03:41:41 +00:00