Commit Graph

52809 Commits

Author SHA1 Message Date
hyatt%netscape.com
b5b62cd858 Fix for PDT+ bug #26217.
Having to call ProcessReflowCommands within the tree widget code to bypass the
asynchronous reflow code that has busted the tree widget.  (Would call
FlushPendingNotifications, but it won't do that if I call it inside a
reflow lock.)

This wants a better fix later, but for now it will have to do.
2000-02-08 01:42:20 +00:00
sspitzer%netscape.com
d3ff9276a9 fix -mail (and others). r=mscott 2000-02-08 01:41:24 +00:00
mccabe%netscape.com
278d8d2829 Added comment recommending rooting of new script objects, to address problems experienced by netscape.public.mozilla.jseng developers.
Also verbiage refactory.

r=brendan
2000-02-08 01:38:20 +00:00
mscott%netscape.com
2a539efa45 Optimize our use of monitors in this class because it gets called from multiple threads. This means
using nsAutoCMonitor instead of NS_LOCK/UNLOCK_INSTANCE. I also went through and removed the locks from
methods which are only called from one thread.
r=bienvenu.
2000-02-08 01:36:07 +00:00
vidur%netscape.com
7b323ad68c Fix for bug 19212. InsertRow in an empty table used to create a TBODY but not notify on its insertion. r=pollmann 2000-02-08 01:32:23 +00:00
scc%netscape.com
b444759136 fix build bustage 2000-02-08 01:31:57 +00:00
av%netscape.com
20adb1ce82 Cleaning up. No changes in executable code. 2000-02-08 01:31:16 +00:00
sspitzer%netscape.com
0bcc6e83ad add a debugging printf 2000-02-08 01:29:22 +00:00
rogerl%netscape.com
1b01852975 r=brendan@mozilla.org
Bug #14462, lot's of discussin there about these changes, but here's
Brendan's description :
In order, changes in the patch are:

- Rename JSSLOT_ITR_STATE to be JSSLOT_ITER_STATE (avoid cybercrud abbreviation
as cbrcrd, no more six-char id limits!).

- Property cache tests must occur with the object's scope-lock held, to close a
race with delete (js_DestroyProperty, always called with the property's scope
locked).  Once the cache has been hit, and before the lock is released, the
property's refcount must be bumped.  This requires re-acquisition of the lock
and js_DropScopeProperty afterward.

- Reworked js_FindProperty to use a do-while loop, as cx->fp->scopeChain must be
non-null.  This avoids a gratuitous lastobj init done to "Suppress gcc warning"
in the old revision.

- Akin to the property cache hit cases in jsinterp.c and jsobj.c's
js_FindProperty, code to hold and drop the scope-property by its refcount that
was #ifdef JS_THREADSAFE must be unconditional, now that user-defined getters
and setters may delete the property id they're getting or setting.

- Fixed overlong continuation line in jsobj.h.

/be
2000-02-08 01:24:53 +00:00
scc%netscape.com
1039f7dca5 fix build bustage 2000-02-08 01:24:07 +00:00
waterson%netscape.com
f288e61251 Use SYMBOLIC-LINK instead of SYM-LINK to bring in-line with lou's spec. 2000-02-08 01:20:46 +00:00
dougt%netscape.com
b16046f5a0 Fix for 26850 by Andreas Otte. This fixes complex uri parsing, specifically
defined in the mentioned bug.
2000-02-08 01:20:33 +00:00
waterson%netscape.com
b21cefd4df Bug 12587. Tweak CSS and JS to make directories into links. Fix symlink stuff to be conditions off of SYMBOLIC-LINK, per lou's spec. 2000-02-08 01:20:01 +00:00
bienvenu%netscape.com
85ee28a198 more fixes for double byte folder names, including create and rename, r=putterman,jefft 2000-02-08 01:20:00 +00:00
waterson%netscape.com
bd07ef4b98 Cleanup: collapse some QueryInterface implementations into macros; re-write ProcessData() to avoid hitting the heap more than necssary. 2000-02-08 01:17:27 +00:00
waterson%netscape.com
f8347ec3fb Bug 17586. Use more robust condition to determine stream length ('-1') for HTTP-index streams on directories. Add lots of logging along the way. r=syd,valeski. 2000-02-08 01:16:09 +00:00
rhp%netscape.com
8cc87b679d Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft 2000-02-08 01:15:54 +00:00
vidur%netscape.com
0970222b53 Optimize the case for container content with only a single child (the most common case). Now we only allocate a nsVoidArray if there's more than one child. r=troy 2000-02-08 01:12:59 +00:00
sspitzer%netscape.com
9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
mscott%netscape.com
1151b9cac4 Remove some wastefule NS_LOCK_INSTANCE useages in this class because
the class only runs on the UI thread...no need to use these locks
r=sspitzer
2000-02-08 01:10:21 +00:00
mscott%netscape.com
6940ec22be disable the save all button for attachments because that isn't implemented yet...
r=sspitzer
2000-02-08 01:09:16 +00:00
sspitzer%netscape.com
ff4cb04602 workaround fix for #26885. changes for ben to the nsIProfile interface
r=ben@netscape.com
2000-02-08 01:04:41 +00:00
hyatt%netscape.com
f280862dfb Bug fixes. 2000-02-08 01:02:47 +00:00
sfraser%netscape.com
d6a1917e8a Fix NSStdLib exports for Pro 5. r=scc 2000-02-07 23:58:38 +00:00
varada%netscape.com
463daeff17 fix for bug#26449 - because of the presence of the two \ it was not possible to bring up the filedialogbox. 2000-02-07 23:55:29 +00:00
terry%mozilla.org
1e283d69ce Don't lock up mysqld if a lot of addcheckin processes pile up. 2000-02-07 23:48:17 +00:00
terry%mozilla.org
410c63285a Added DisconnectFromDatabase() routine. 2000-02-07 23:46:07 +00:00
sfraser%netscape.com
ed0c5e7aba Remove PowerPlant dependencies, by temporarily #if 0 out some code. r=beard, scc 2000-02-07 23:38:28 +00:00
scc%netscape.com
c372526fe5 Pro5 update 2000-02-07 23:12:23 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
sfraser%netscape.com
ca3f09f0e8 Fix NSRuntime and NSStdLib exports for Pro 5. r=scc 2000-02-07 22:39:34 +00:00
scc%netscape.com
ff27587bd0 Pro5 update; mustn't un-define _INT16, et al. r=beard 2000-02-07 22:34:09 +00:00
scc%netscape.com
7592f488ec Pro5 update; eliminate dependcies on PowerPlant r=beard 2000-02-07 22:32:40 +00:00
scc%netscape.com
cde0495559 Pro5 update 2000-02-07 22:29:52 +00:00
terry%mozilla.org
775039658f Make the "mail a new password" text be a param. 2000-02-07 22:11:55 +00:00
buster%netscape.com
2b193cb97b bug 26241
all I did was initialize an out-param.  no reviewer.
2000-02-07 15:50:25 +00:00
troy%netscape.com
a1ed8d02de b=26727 r=jfrancis@netscape.com Changed MarkLineDirty() to always mark the
line dirty even if it also marks the preceding line dirty
2000-02-07 15:36:08 +00:00
jefft%netscape.com
015ed59aa6 fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp 2000-02-07 15:15:14 +00:00
dcone%netscape.com
bbff46ffb3 Converted decent into a negative value. r=rods 2000-02-07 14:02:01 +00:00
scc%netscape.com
424433c86b bug #25621: didn't check for null before |AddRef()|. Converted |NS_ADDREF|-->|NS_IF_ADDREF|. No code review. 2000-02-07 10:05:14 +00:00
rbs%maths.uq.edu.au
3c6bae46a2 Added some maction examples 2000-02-07 09:35:21 +00:00
rjc%netscape.com
11a0e3b5f5 Fix another simple warning. 2000-02-07 08:59:41 +00:00
rbs%maths.uq.edu.au
b45922c8b1 [#ifdef MATHML]. Hook for the <maction> tag 2000-02-07 08:55:51 +00:00
alecf%netscape.com
eb71a72b2b fix for #26762 - I forgot to check in this file, just make sure to pass in the event to the delete handler.
r=sspitzer
2000-02-07 08:54:59 +00:00
rbs%maths.uq.edu.au
28487ae920 Added more atoms (actiontype, other, selection) 2000-02-07 08:52:22 +00:00
rbs%maths.uq.edu.au
69eabfc7ca Consolidation 2000-02-07 08:51:10 +00:00
rbs%maths.uq.edu.au
d866cb1475 Enable the <maction> tag -- pending issue: a dynamic action that reduces the number of lines of screen does not totally erase the last line on a half-full screen 2000-02-07 08:47:48 +00:00
rjc%netscape.com
d3f1ff5f73 Simple warning fix. 2000-02-07 08:45:51 +00:00
rjc%netscape.com
c765c57d7f Part of fix for bug # 25034: need to be able to support foreign charsets when searching. 2000-02-07 08:43:44 +00:00
alecf%netscape.com
299cc6fa08 don't leak an atom (forgot NS_OK)
r=hyatt
2000-02-07 08:02:22 +00:00