robinf%netscape.com
54dd6691c8
removed product name references; fixed WinNt widget display bugs
1999-09-24 18:59:51 +00:00
slamm%netscape.com
14f87d98bc
Add back extra columns within comments. No bug number (they are just comments). a=chofmann.
1999-09-24 18:56:51 +00:00
robinf%netscape.com
1ce895a063
edited text in New Configuration dialog per Bijal's comments; removed last paragraph.
1999-09-24 18:54:13 +00:00
norris%netscape.com
4c9c27afaa
Implement the "cast" of java class objects so that js objects in java adapters can
...
use 'this' for the implemented java interface.
1999-09-24 18:20:08 +00:00
slamm%netscape.com
96c3481ea5
Send stocks privately. A number of people including me would rather not see the stock number flying by all the time.
1999-09-24 18:19:01 +00:00
beard%netscape.com
45eaa0a35f
Added "generateSuper" which generates a method called "super$method()" which when called calls "super.method()." This is provided to support full sub-classing of Java classes from JavaScript.
1999-09-24 18:17:05 +00:00
ducarroz%netscape.com
d24b56da9b
Need to populate personal addressbook
...
Fix for bug 14568, R=mscott, A=chofmann
1999-09-24 17:38:49 +00:00
kipp%netscape.com
da5609e4b9
Refixed bug #10496 - a=choffman, r=troy
1999-09-24 17:23:33 +00:00
troy%netscape.com
7e6db4684e
Fix for bug #14814 . Changed GetFloaterContainingBlock() to also check for floated
...
or absolutely positioned inline elements
1999-09-24 17:14:19 +00:00
beard%netscape.com
6c69fd36dc
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
d06b137123
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
6708def373
Added a Release.. to fix a leak
1999-09-24 13:49:12 +00:00
dcone%netscape.com
29b739396d
Took out some Addrefs, causing leaks
1999-09-24 13:48:40 +00:00
nisheeth%netscape.com
0c537f8bad
Use NSPR logging rather than printf's for stopwatch output.
1999-09-24 08:57:36 +00:00
nisheeth%netscape.com
f12537e9dd
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
7594dce35d
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
d4a69386fa
a=chofmann. Include time spent in ProbePseudoStyleFor() in time measurement of style resolution.
1999-09-24 07:16:20 +00:00
nisheeth%netscape.com
e5c2d7b172
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
23449e2072
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
06e3be3316
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
8cee8d6b8e
Releasing servMgr if one is passed in to match NS_InitXPCOM()
1999-09-24 06:26:17 +00:00
mscott%netscape.com
b29a765f15
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
79ce792d99
Removing unused servMgr.
1999-09-24 06:07:19 +00:00
dp%netscape.com
2f6ae048f1
Removing unused servicemanager in Init and Shudown XPCOM.
1999-09-24 06:05:28 +00:00
pinkerton%netscape.com
6db65d4f6e
remove references to cmd/macfe in the access paths.
1999-09-24 05:56:50 +00:00
waterson%netscape.com
557cbd4169
Bug 11661. Fix <menu> templates to include <menupopup> children.
1999-09-24 05:44:04 +00:00
waterson%netscape.com
d8a85328e7
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
189ce71353
Fix for 14804 -- make double-click handling better. r pierre, a chofmann.
1999-09-24 04:52:04 +00:00
pinkerton%netscape.com
2a6348e0b1
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
0240183dd9
Removed hack for jdk
...
updated readme file
1999-09-24 04:12:09 +00:00
idk%eng.sun.com
a057352358
Added PlugletPolicy class.
...
Granted AllPermissions for each pluglet
1999-09-24 04:10:00 +00:00
troy%netscape.com
19b7877ab3
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
0dc3695919
fix build bustage for dp.
1999-09-24 02:52:46 +00:00
nisheeth%netscape.com
c3a1494f88
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
4f7306b578
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
30c6dcea98
Assertion to ensure proper xpcom shutdown.
1999-09-24 01:40:18 +00:00
dp%netscape.com
c39d8df3c8
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
f8ef0a4dcf
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
688346020d
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
8d00fc1ccd
remove printfs
1999-09-24 00:37:58 +00:00
pavlov%netscape.com
ead8983801
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
d473b85559
Need to fix up inits of NODE structures
1999-09-24 00:25:10 +00:00
cmanske%netscape.com
b954f4ef27
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
cafc412562
fix for #14699 , history tree should be inside divs r=waterson, a=leaf
1999-09-24 00:13:02 +00:00
vidur%netscape.com
b9b49ebfe5
global object no longer has an unused constructor.
1999-09-23 23:52:09 +00:00
vidur%netscape.com
e2135cd12d
Fixed setTimeout bustage with the introduction of nsIScriptContext::CallFunction
1999-09-23 23:51:38 +00:00
sfraser%netscape.com
c4b1ea02d7
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
3047adb17f
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
d24347f48f
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
ea8c38f83a
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