81355 Commits

Author SHA1 Message Date
rginda%netscape.com
8810f8447e - not built -
add invalidate() method to jsdIScript
rework jsdIScriptHook interface
2001-05-01 21:37:24 +00:00
rginda%netscape.com
1092c0297b - not built -
add debug instance counter for jsdScript
add mValid flag to jsdScript
2001-05-01 21:35:06 +00:00
rginda%netscape.com
ff2e6466f4 - not built -
validate integrity of jsdScript data to guard against calling into a destroyed script.
queue up script deletes that happen during the JS GC cycle, call them when GC finishes (bug 76979.)
don't NS_IF_ADDREF objects that we get using *::FromPtr()
add jsdScript::Invalidate()
2001-05-01 21:33:43 +00:00
leaf%mozilla.org
6503b82703 fix for 78317, sr=alecf r=rbs 2001-05-01 21:03:38 +00:00
sfraser%netscape.com
2bef0eadc7 Fix for 78194; add find.xpt to the package files for Unix and Windows (Mac is OK already). a=leaf 2001-05-01 19:06:35 +00:00
ashuk%eng.sun.com
4b0b25a613 author=ashuk
Bug=73085
Files modified = mozilla/java/makefiles

this fix makes it so configure creates the makefile in java/build

Index: makefiles
===================================================================
RCS file: /cvsroot/mozilla/java/makefiles,v
retrieving revision 1.3
diff -u -r1.3 makefiles
--- makefiles   2000/08/03 21:32:54     1.3
+++ makefiles   2001/05/01 18:46:47
@@ -1,6 +1,7 @@
 java/Makefile
 java/util/Makefile
 java/util/classes/Makefile
+java/build/Makefile
 java/webclient/Makefile
 java/webclient/classes_spec/Makefile
 java/webclient/src_share/Makefile
2001-05-01 18:48:57 +00:00
dmose%netscape.com
0cf99c7b52 Fixing MOZ_TRACK_MODULE_DEPS (eg senna on the Ports page) build bustage. 2001-05-01 17:28:30 +00:00
beard%netscape.com
e58e72baa7 Now builds two sub-projects, jscore.mcp, jstools.mcp and merges the resulting jar files into js.jar. This uses the new source tree organization. 2001-05-01 17:24:48 +00:00
beard%netscape.com
9499e65b11 Builds org.mozilla.javascript.tools.* classes. 2001-05-01 17:19:16 +00:00
beard%netscape.com
3f651fabb5 Builds core org.mozilla.* classes. 2001-05-01 17:18:14 +00:00
bienvenu%netscape.com
9d6b4a6734 remove unneeded assert introduced yesterday - it's ok not to have listeners sr=sspitzer 2001-05-01 14:54:45 +00:00
mkaply%us.ibm.com
fb3fb5733d #76670
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-01 14:28:48 +00:00
rods%netscape.com
08ec9c9982 backing out changes, more testing needs to be done 2001-05-01 13:29:14 +00:00
karnaze%netscape.com
9516920471 bug 5522 - initialize max element size. sr=attinasi, r=peterl. 2001-05-01 12:42:53 +00:00
jdunn%netscape.com
863ecb03f2 adding newline to fix tinderbox bustage 2001-05-01 12:38:29 +00:00
rods%netscape.com
bd0f380a56 ducarroz's patch for mapping <ctrl> keys
Bug 50255 r=rods, sr=attinasi
2001-05-01 12:28:37 +00:00
rods%netscape.com
b00c541af1 greg@lauckhart.com patch for rounding correctly when the logFont height is negative
Bug 64331, r=rods sr=attinasi
2001-05-01 10:07:25 +00:00
sspitzer%netscape.com
9cdfaf0347 fix for ##48409. prevent mac from crashing when using the subscribe dialog.
I was recursing over the internal tree to generate the hostinfo.dat.
win32 and linux were ok, but all hell broke loose on the mac.
256K of stack is not enough for my approach.  I've switched
to keep a duplicate list of the groups on the server.  also fix some minor
subscribe issues.

sr=bienvenu
2001-05-01 08:50:07 +00:00
ssu%netscape.com
a4b4bdd587 fixing bug #76719 - SaveAs->file Template menu items don't work on standalone window. r=varada, sr=sspitzer 2001-05-01 07:23:54 +00:00
markh%activestate.com
acd66bb39f Adding placeholders for new files introduced in the XPCDOM_20010420_BASE
branch.  Not part of the build.
2001-05-01 07:03:27 +00:00
sdagley%netscape.com
396146d600 #73157 - missing break. r=jband (nobody's building this yet AFAIK) 2001-05-01 06:29:28 +00:00
waterson%netscape.com
a209763985 Add .cvsignore file. 2001-05-01 05:42:17 +00:00
naving%netscape.com
5f73320c4d 78277; r=suresh sr=sspitzer; The default value of gNextMessageViewIndexAfterDelete should be different in order to know when to clear the message pane. 2001-05-01 05:25:49 +00:00
waterson%netscape.com
6584908739 Bug 77414. Break nsBlockReflowState out into its own files. sr=attinasi 2001-05-01 04:22:57 +00:00
waterson%netscape.com
8f8aee371f Remove everything but nsBlockReflowStat implementation, part 2. Not part of the build. 2001-05-01 03:43:41 +00:00
waterson%netscape.com
873a8472d6 Remove everything but nsBlockReflowStat implementation, part 1. Not part of the build. 2001-05-01 03:41:11 +00:00
waterson%netscape.com
e492f8163a Remove everything bug nsBlockReflowState declaration. Not part of the build. 2001-05-01 03:40:32 +00:00
blakeross%telocity.com
e3b6cc2379 Wrong context menu for column headers (69802, patch by walk84@usa.net). r=blake sr=ben 2001-05-01 03:22:26 +00:00
chuang%netscape.com
a0f5ef2243 Bug64937 Display number of entries in an address book, R=ducarroz, sr=sspitzer 2001-05-01 03:22:12 +00:00
blakeross%telocity.com
bcb010be4c View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi 2001-05-01 03:19:46 +00:00
sspitzer%netscape.com
ce46a7fd38 fix for #11387. save as draft on an existing should remove the old draft.
fix by cavin@netscape.com r=ducarroz, bienvenu.  sr=sspitzer.
2001-05-01 03:17:47 +00:00
idk%eng.sun.com
1263d16db6 *not part of the build*
fix for 78288
2001-05-01 03:10:03 +00:00
sspitzer%netscape.com
c81d02d1db fix for #77506. r=varada, sr=bienvenu
prevent the bad state where we are supressing message display, but the message pane
is not hidden.
2001-05-01 03:05:02 +00:00
mkaply%us.ibm.com
812b81fa9b OS/2 and AIX breakage - use of true instead of PR_TRUE 2001-05-01 02:58:50 +00:00
idk%eng.sun.com
57e30ff1e7 *not part of the build*
fix for 56738
2001-05-01 02:56:29 +00:00
sspitzer%netscape.com
795fb27691 fix #76626. leaking nsXULDocument and nsXULTemplateBuilder slows down
subscribe dialog the second time, and asserts like mad in debug builds.
r=varada, sr=bienvenu (and waterson)
2001-05-01 02:56:12 +00:00
sspitzer%netscape.com
f1af8e314e back out blake's 4-5-01 removal of this script include. it's necessary to
extend message display.  sr=bienvenu
2001-05-01 02:54:57 +00:00
pavlov%netscape.com
29c400c954 fixing bug 78109 r=jband sr=brendan 2001-05-01 02:53:27 +00:00
sspitzer%netscape.com
33fe5b1595 fix for #71891. r=hewitt sr=bienvenu. fix the search / filter dialog from showing
all three pickers at once in the search term.
2001-05-01 02:48:17 +00:00
idk%eng.sun.com
f5aaaf1e56 *not part of the build*
fix for 56728
2001-05-01 02:42:30 +00:00
rbs%maths.uq.edu.au
c7bc0268e6 For GFX-Win32, the list of symbolic fonts that are recognized can now be extended without re-compilation b=73273 r=erik sr=brendan 2001-05-01 02:35:39 +00:00
danm%netscape.com
871cd075b6 flush persistent state in destroy method. bug 75657 r=hyatt,pavlov 2001-05-01 01:25:49 +00:00
idk%eng.sun.com
88e2071520 *not part of the build*
fix for 56706
2001-05-01 01:13:28 +00:00
idk%eng.sun.com
3d0fc5e90d *not part of the build*
fix for 78281
2001-05-01 01:05:14 +00:00
idk%eng.sun.com
60a87bd3a7 *not part of the build*
fix for 56740
2001-05-01 01:00:00 +00:00
danm%netscape.com
86fe4d027d focus the whole window if there is no tabbable content. bug 50881 r=attinasi,bryner,hyatt,saari 2001-05-01 00:30:33 +00:00
relyea%netscape.com
8b5d6059c9 Add .asm to the vpath as well. 2001-05-01 00:22:30 +00:00
nhotta%netscape.com
341d06dee5 Change for a charset of reply/forward inline, check the availability of the charset converter,
if no converter for the original mail's charset then set to default charset, also did some code clean up,
bug 50724, r=ducarroz, sr=bienvenu.
2001-05-01 00:09:42 +00:00
cmanske%netscape.com
2b11cbf638 Fixed context menu problem when > 1 cell selected, b=55991, r=akkana, sr=kin 2001-04-30 23:58:55 +00:00
cmanske%netscape.com
47fa1663fb Use user's pref for monospace font in HTML source, b=76191, r=bzbarsky, sr=kin 2001-04-30 23:55:59 +00:00