Commit Graph

42469 Commits

Author SHA1 Message Date
beard%netscape.com
5185946b51 added a prototype field, so that a wrapped JavaAdapter can preserve the delegate object's original prototype chain. 1999-09-24 16:52:23 +00:00
beard%netscape.com
24a3e9d1a9 setAdapterProto: now splices in wrapper's prototype, rather than replacing object's original prototype chain. seems to work fine. 1999-09-24 16:51:25 +00:00
dcone%netscape.com
0d650e898c Added a Release.. to fix a leak 1999-09-24 13:49:12 +00:00
dcone%netscape.com
ae9532ab74 Took out some Addrefs, causing leaks 1999-09-24 13:48:40 +00:00
nisheeth%netscape.com
38d524ab94 Use NSPR logging rather than printf's for stopwatch output. 1999-09-24 08:57:36 +00:00
nisheeth%netscape.com
5632c588a9 a=chofmann. Add NSPR logging facilities to the stopwatch code. Make Print() dump stopwatch info to the NSPR log. Set NSPR_LOG_MODULES=gecko_timing:1 in your environment to get timing logs printed to the file specified in the NSPR_LOG_FILE environment variable. 1999-09-24 08:39:43 +00:00
nisheeth%netscape.com
8c1a201503 Move the message that announces that time is being measured for layout processes from the content sink to the webshell. 1999-09-24 07:19:44 +00:00
nisheeth%netscape.com
bebdebac72 a=chofmann. Include time spent in ProbePseudoStyleFor() in time measurement of style resolution. 1999-09-24 07:16:20 +00:00
nisheeth%netscape.com
d986ce991e Stop printing out the total time measurement in the parser. Do this measurement up in the webshell. 1999-09-24 07:14:42 +00:00
nisheeth%netscape.com
d0bb69aaaa a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell. 1999-09-24 07:13:39 +00:00
mscott%netscape.com
d755e21e91 Bug #14816 --> we were leaking a nsIPrincipal object in AddScriptEventListener which could be remedied using a nsCOMPtr.
Also clean up for insufficient rv useage, un-commoned JSPRINCIPALS_DROP and improving the control flow for readability.

These changes are actually Brendan's...i'm checking this in on his behalf.
r=mscott. a=brendan
1999-09-24 06:49:33 +00:00
dp%netscape.com
96c1197169 Releasing servMgr if one is passed in to match NS_InitXPCOM() 1999-09-24 06:26:17 +00:00
mscott%netscape.com
54e572a820 Bug #14815 --> fix some ref counting problems between nsJSPrincipal and nsCodebasePrincipal. nsCodeBasePrinciapl
was always getting leaked. And since it held onto the document's nsIURI, our uri's were getting leaked to.
r=brendan,a=chofmann.
1999-09-24 06:18:55 +00:00
dp%netscape.com
5118758633 Removing unused servMgr. 1999-09-24 06:07:19 +00:00
dp%netscape.com
e2b0e5ab83 Removing unused servicemanager in Init and Shudown XPCOM. 1999-09-24 06:05:28 +00:00
pinkerton%netscape.com
2d11e55f3c remove references to cmd/macfe in the access paths. 1999-09-24 05:56:50 +00:00
waterson%netscape.com
f36c2ce6d4 Bug 11661. Fix <menu> templates to include <menupopup> children. 1999-09-24 05:44:04 +00:00
waterson%netscape.com
b0745b2f14 Bug 11661. Make nsPopupMenuFrame override DidReflow() because we want to do our own special view management. Fix nsMenuFrame::Dirty() to compute the correct 'incrementalChild'. 1999-09-24 05:22:55 +00:00
sfraser%netscape.com
128581e5a2 Fix for 14804 -- make double-click handling better. r pierre, a chofmann. 1999-09-24 04:52:04 +00:00
pinkerton%netscape.com
cd06745581 fix for bug #14782 (reflowing window chrome mousing over links with long urls). rev sdagley, appr chofmann. 1999-09-24 04:45:16 +00:00
idk%eng.sun.com
aed47e4f8d Removed hack for jdk
updated readme file
1999-09-24 04:12:09 +00:00
idk%eng.sun.com
af6e47a770 Added PlugletPolicy class.
Granted AllPermissions for each pluglet
1999-09-24 04:10:00 +00:00
troy%netscape.com
55585684cb Fix for bug #14737. Made sure that captionFrame is initialized before
we use it
1999-09-24 03:15:49 +00:00
mscott%netscape.com
0c4f5eb9c9 fix build bustage for dp. 1999-09-24 02:52:46 +00:00
nisheeth%netscape.com
19143aa5fe bug 13630, r=troy, a=leaf, Added a null check to prevent a crash. 1999-09-24 01:58:32 +00:00
wtc%netscape.com
5a207c767a Bugzilla bug #14603: simple fix for OpenVMS contributed by Colin Blake
<colin@theblakes.com>.
1999-09-24 01:55:12 +00:00
dp%netscape.com
e74b8d75ca Assertion to ensure proper xpcom shutdown. 1999-09-24 01:40:18 +00:00
dp%netscape.com
0642f2e13a Fixing jsloader not to hold reference to component manager. (shaver)
Some initialization of members and checking at desctruction. (dp)
1999-09-24 01:37:44 +00:00
gordon%netscape.com
ffea4b2e20 Add data.mcp and dataIDL.mcp to buildlist for bug#13697 and #8649. Reviewed by warren, approved by chofmann. 1999-09-24 00:47:30 +00:00
gordon%netscape.com
f7f8b0a361 Change target directory for xpt file. For bug#13697. Reviewed by Warren, approved by chofmann. 1999-09-24 00:46:00 +00:00
pavlov%netscape.com
c9c010813a remove printfs 1999-09-24 00:37:58 +00:00
pavlov%netscape.com
169d45b9e9 fix for 13140, make painting on linux not suck. a=leaf r=ramiro i=rule 1999-09-24 00:36:00 +00:00
selmer%netscape.com
aea9ba9359 Need to fix up inits of NODE structures 1999-09-24 00:25:10 +00:00
cmanske%netscape.com
d3f77cb9cd Fixed M11 bugs 14720 and 10666 (a=chofmann), bug 11097 (a=leaf). All approved by buster (Steve Clark) 1999-09-24 00:25:01 +00:00
alecf%netscape.com
28e7b3ebb4 fix for #14699, history tree should be inside divs r=waterson, a=leaf 1999-09-24 00:13:02 +00:00
vidur%netscape.com
395670b5ed global object no longer has an unused constructor. 1999-09-23 23:52:09 +00:00
vidur%netscape.com
019876d613 Fixed setTimeout bustage with the introduction of nsIScriptContext::CallFunction 1999-09-23 23:51:38 +00:00
sfraser%netscape.com
ccc067210c Fix for bug 14640 -- unregister the selection listener when we get more than one reload in the editor. coded buster, r sfraser, a leaf. 1999-09-23 23:46:23 +00:00
terry%mozilla.org
816293b6a4 The port to perl caused this to generate times several hours off (due to timezone follies). 1999-09-23 23:34:59 +00:00
beard%netscape.com
568fe5021e bug #7774: added SetViewAutoZIndex to support CSS2 auto z-indexing. a=leaf, r=troy 1999-09-23 23:26:57 +00:00
beard%netscape.com
a725e87b49 bug #7774: added SetViewAutoZIndex to support CSS2 auto z-indexing. bug# 14601: assertion cleanup, using #ifdef instead of if (gsDebug). a=leaf, r=troy 1999-09-23 23:26:55 +00:00
beard%netscape.com
9ce828e930 bug #7774: added new bit NS_VIEW_PUBLIC_FLAG_AUTO_ZINDEX, SetAutoZIndex/GetAutoZIndex to support CSS2 auto z-indexing. a=leaf, r=troy 1999-09-23 23:26:54 +00:00
beard%netscape.com
0cc9f5ea7f bug #10503: override SetZIndex to propagate to child views. a=leaf, r=troy 1999-09-23 23:26:49 +00:00
beard%netscape.com
331a31bd12 bug #6251: added UpdateAllViews(PRUint32 aUpdateFlags), which will force a complete refresh of all views owned by an nsIViewManager. a=leaf, r=troy 1999-09-23 23:26:47 +00:00
pinkerton%netscape.com
eae6916b01 don't invalidate the control if it's already enabled. (rev sfraser/appr leaf) 1999-09-23 23:26:37 +00:00
beard%netscape.com
f5d90bf87d bug #10503: added SetZIndex & GetZIndex. a=leaf, r=troy 1999-09-23 23:26:25 +00:00
gordon%netscape.com
13382d47fa First Checked In. 1999-09-23 23:25:14 +00:00
rogerl%netscape.com
167a47ffdb New error for wacky array lengths, ECMA 3 1999-09-23 23:19:00 +00:00
cbegle%netscape.com
fc84d5f9c3 update script to report an error if no tests passed. 1999-09-23 23:00:38 +00:00
cbegle%netscape.com
9476968b49 just changing the section name so it doesn't break norris's script. 1999-09-23 22:59:20 +00:00