Граф коммитов

44881 Коммитов

Автор SHA1 Сообщение Дата
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
varada%netscape.com e030b013d3 fix for bug #5987 1999-10-23 03:30:43 +00:00
warren%netscape.com 744adae302 Fixed warnings. 1999-10-23 03:16:27 +00:00
warren%netscape.com 1fab60a752 Extended docs to talk about new env vars, and how to read bloat logs. 1999-10-23 03:16:23 +00:00
warren%netscape.com 8558ad745c Cleaned up nsTraceRefcnt environment variables. r=kipp,beard 1999-10-23 03:16:19 +00:00
troy%netscape.com 858aa1b3f9 Changed Run() to give priority to system messages when pumping
messsages. These are the same changes that I made to viewer's message
pump on 9/13/99
1999-10-23 03:09:30 +00:00
rickg%netscape.com ff94ca16ce fixed infinite-loop bug 17045 by conditioning control loop. r=buster 1999-10-23 03:06:19 +00:00
troy%netscape.com f5b5939e28 Changed Clear() to check for a shared node arena 1999-10-23 03:04:21 +00:00
troy%netscape.com 5fc05be5eb Removed a comment 1999-10-23 02:27:07 +00:00
nisheeth%netscape.com 04ee464ef6 r=troy. Siblings of frames get traversed iteratively during capturing/restoring of state. Earlier they were traversed recursively which was causing the call stack to grow too large. 1999-10-23 01:43:49 +00:00
slamm%netscape.com 8b15cc1741 Add bloat processing. Cleanup tacky code. 1999-10-23 01:43:28 +00:00
slamm%netscape.com 082bc322a8 Take out debug statement. 1999-10-23 01:35:40 +00:00
beard%netscape.com 87934f342c added line hiliting in -blame mode. 1999-10-23 01:33:42 +00:00
sspitzer%netscape.com 719d18a101 remove pref-select.html, it is obsolete. 1999-10-23 01:29:09 +00:00
sspitzer%netscape.com 2321af2ed0 remove PrefsWindow.html, it is obsolete. 1999-10-23 01:26:07 +00:00
slamm%netscape.com d64be2fda3 Parse build logs for bloat data from warren@netscape.com's bloat tool. 1999-10-23 01:22:41 +00:00
selmer%netscape.com 4100b9e57b Include IB into the wizard 1999-10-23 01:21:09 +00:00
slamm%netscape.com d43caa1460 Load bloat data. Clean up load_who(). 1999-10-23 01:18:25 +00:00
slamm%netscape.com 61a3493d1e Add bloat data to tree cells that have it. 1999-10-23 01:18:04 +00:00
pavlov%netscape.com 4105801cb0 add ScrollRect method to nsIWidget -- implimented on linux and stubbed in nsBaseWidget for mac and windows. Added ifdef'd scrolling code that makes scrolling really fast on linux. Updated nsIWidget.idl (not built) to merge some changes from a branch and added ScrollRect. Added ifdefs for using gtk_fixed instead of gtk_layout as part of the new scrolling code. 1999-10-23 01:17:20 +00:00
bienvenu%netscape.com 37905a8223 cleanup dbs at shutdown, r=mscott 1999-10-23 01:13:10 +00:00
morse%netscape.com e6b45e35c1 fix bug 16753, memory leak, r=rjc 1999-10-23 01:01:58 +00:00
gagan%netscape.com eaeac236aa Post requests are now only read upto the specified amount. Not in the build. 1999-10-23 00:47:24 +00:00
varada%netscape.com c9014a1aa9 fixes to bug#14014 1999-10-23 00:38:51 +00:00
varada%netscape.com 737e5f3953 fixes to bug #2794 1999-10-23 00:38:06 +00:00
beard%netscape.com 85c2fe3831 fixing breakage by #undef BlockAllocCat 1999-10-23 00:21:17 +00:00
ramiro%fateware.com 6e0ce90527 Add lots of comments. Deal with %dir. Deal with duplicate entries.
Properly call regxpcom each time components get installed.
Not part of SeaMonkey.
1999-10-23 00:15:23 +00:00
selmer%netscape.com e7dda67036 Fixups to makefile system for globals dll 1999-10-23 00:12:13 +00:00
selmer%netscape.com aaa3641759 Feeble first DLL for IB 1999-10-23 00:10:24 +00:00
pnunn%netscape.com d17bf98c60 fix for mac bustage. pnunn. 1999-10-23 00:10:14 +00:00
selmer%netscape.com 41735d96bb adding globals 1999-10-22 23:46:35 +00:00
selmer%netscape.com 94988fc228 globalizing includes 1999-10-22 23:45:20 +00:00
dmose%mozilla.org f05efcfdbc cmd/winfe lives on in the MozillaClassic branch only. removing from the trunk. a=leaf@mozilla.org 1999-10-22 23:44:52 +00:00
selmer%netscape.com ac08d3b09b globals into a dll 1999-10-22 23:42:02 +00:00
sspitzer%netscape.com dbd14302c9 make the xul look pretty by using html fieldsets and legends. 1999-10-22 23:31:05 +00:00