briano%netscape.com
ff465452e6
Fixes for OpenVMS provided by Colin Blake (colin@theblakes.com).
1999-07-31 00:31:50 +00:00
briano%netscape.com
11ae450c90
Automated update
1999-07-31 00:30:12 +00:00
dp%netscape.com
ba5c8a9d98
Using nsCRT instead of PL_str*()
1999-07-31 00:28:51 +00:00
jband%netscape.com
eab48df1ca
1) fix the xpconnect factories to not use static objects.
...
2) add a test that acts as a sample for doing oberloaded methods on xpconnect wraped natives.
3) add a NOT_IMPLEMENTED method to wrapped native for getting the prototype JS object.
4) Set the global object of the JSContext as the wrapped native JSObject's parent when creating this JSObject. This makes JS code compiled against the wrapper actuall work!
5) fix the refcounting on factories in the tests/components module
1999-07-31 00:26:35 +00:00
briano%netscape.com
70e2e6884c
Minor change for OpenVMS.
1999-07-31 00:24:25 +00:00
jband%netscape.com
009da53086
copy in most of the better error reporter from js.c
1999-07-31 00:19:50 +00:00
gagan%netscape.com
7226dc69b4
Fix MLK. Freeing up previous versions of mPath/mScheme
1999-07-31 00:15:49 +00:00
jband%netscape.com
ff192b13a2
fix this macro that no one is using so that I can use it in my factory in xpconnect
1999-07-31 00:14:55 +00:00
dp%netscape.com
9a96223724
Removed ASSERTION. Added comments for shutdown.
1999-07-31 00:07:31 +00:00
briano%netscape.com
2a20744a97
Fix for platforms with no --whole-archive flags.
1999-07-31 00:07:17 +00:00
waterson%netscape.com
e13ecb674a
Allow datasources= attribute on _any_ XUL content.
1999-07-31 00:05:03 +00:00
waterson%netscape.com
a0ea173e2f
Bugs 10640, 10689. Fix assertions when opening a folder. Crude performance improvement for asynchronously generated content in tree controls.
1999-07-31 00:03:45 +00:00
dveditz%netscape.com
cb8dbafe50
warning cleanup
1999-07-30 23:59:53 +00:00
Jerry.Kirk%Nexwarecorp.com
43f88e77b2
Fix Move and Resize methods change from PRUint to PRInt
1999-07-30 23:58:35 +00:00
neeti%netscape.com
28c948b2a0
fix for bug 9853
1999-07-30 23:56:51 +00:00
rjc%netscape.com
bf5f87de9b
Fix bug #10751 : use short date format.
1999-07-30 23:54:56 +00:00
dveditz%netscape.com
340c1d9c62
removing LITENESS
1999-07-30 23:54:36 +00:00
waterson%netscape.com
e061d025ea
Fix icons in sidebar.
1999-07-30 23:54:16 +00:00
waterson%netscape.com
c92ca26b90
Add dummy-flash.rdf for testing.
1999-07-30 23:54:04 +00:00
waterson%netscape.com
8cd0b6f9bc
Fix flash panel so flashes show up.
1999-07-30 23:53:47 +00:00
waterson%netscape.com
6bdc098bbf
Stop assertions when sidebar is opened.
1999-07-30 23:53:33 +00:00
pavlov%netscape.com
f60786e94f
minimize/maximize/restore code
1999-07-30 23:53:17 +00:00
jefft%netscape.com
c887b3033c
more on pop3 vs imap4 undo move/copy messages work
1999-07-30 23:53:01 +00:00
waterson%netscape.com
c14fdc9f9e
Fix nsRDFSerivce.cpp so that it can be unloaded.
1999-07-30 23:52:47 +00:00
av%netscape.com
244d54562a
Cleaning memory allocation bug #9855
1999-07-30 23:51:53 +00:00
jefft%netscape.com
f46ee84a0f
make sure to reset the current file position and header start position when setting new envelope position
1999-07-30 23:50:56 +00:00
dveditz%netscape.com
a8cf8a0550
config cleanup, LCFLAGS->CFLAGS, commenting, removing LITENESS
1999-07-30 23:50:03 +00:00
waterson%netscape.com
be565bc0ca
Stop assertions-on-startup when sidebar is opened.
1999-07-30 23:49:02 +00:00
jefft%netscape.com
d99c149f2c
fixed move messages not working problem
1999-07-30 23:48:56 +00:00
akkana%netscape.com
2a0454f835
10525: Only handle plaintext paste in base and text editors
1999-07-30 23:46:18 +00:00
rjc%netscape.com
8ddef160e8
Add persist attribute on "open" attribute. Also, get bookmark icons back on the left of the text.
1999-07-30 23:43:29 +00:00
danm%netscape.com
e30f7e7efb
stop neglecting to specify an URL to open in the prefs window. fixes bug 10589.
1999-07-30 23:42:43 +00:00
rjc%netscape.com
931e33f799
Hook up persistent (via the localstore).
1999-07-30 23:42:41 +00:00
akkana%netscape.com
9843a58b25
Fix 10621: write NS_LINEBREAK when we see the html whitespace tag
1999-07-30 23:40:57 +00:00
dveditz%netscape.com
c0d62790f4
add dependency checking to default target, stop abort in clobber_all if dist doesn't exist
1999-07-30 23:40:42 +00:00
rjc%netscape.com
567cf8e445
Use GetValueConst a bit.
1999-07-30 23:40:30 +00:00
pnunn%netscape.com
bbf125de9c
Implemented 8 bit mask depth. Not used until switch turned on in imglib. pnunn.
1999-07-30 23:39:36 +00:00
bruce%cybersight.com
02d5c96f85
ANSI C++ fix. Fixes HP-UX build with aCC. Use 'friend class nsFoo' rather than 'friend nsFoo'.
1999-07-30 23:39:28 +00:00
akkana%netscape.com
a20696b16d
Fix Paste as Quotation label
1999-07-30 23:38:16 +00:00
akkana%netscape.com
f7081dc5da
Fix compile warning
1999-07-30 23:37:57 +00:00
pnunn%netscape.com
307e653e58
Changes needed for alpha. pnunn.
1999-07-30 23:37:49 +00:00
briano%netscape.com
818c65a8a4
No longer need the three MOZ_LIBS_whatever_PREFIX macros.
1999-07-30 23:37:42 +00:00
pnunn%netscape.com
57592219c0
changes needed for alpha. pnunn.
1999-07-30 23:37:16 +00:00
briano%netscape.com
0212559fff
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
mscott%netscape.com
64e328d953
Fix Bug #10706 . Restore menus to chrome urls that are opened using window.open from the task manager. r=danm
1999-07-30 23:35:19 +00:00
edburns%acm.org
4ccdbe13ce
Neither of these changes impact the SeaMonkey build.
...
buildpkg.bat, outofdate.pl:
Fixed so that java can build on win32.
config.mak
updated JAVA_ZIP macro.
1999-07-30 22:04:08 +00:00
edburns%acm.org
dd929fddc0
Made changes to allow building on jdk1.1.7 or jdk1.2. Basically, accounted
...
for the presence or absence of a classes.zip file.
1999-07-30 22:00:20 +00:00
briano%netscape.com
c375d4b4b4
Added a newline to the end of file to fix the Unix native compiler builds.
1999-07-30 22:00:06 +00:00
briano%netscape.com
24c649b4b4
Added a newline to the end of file to fix the Unix native compiler builds.
1999-07-30 21:49:32 +00:00
nisheeth%netscape.com
913f2d21a1
Fix for bug 10829. Removed an extra ADDREF to the content sink which was causing leakage of sinks and webshells.
1999-07-30 20:13:07 +00:00