dougt%netscape.com
2ce9ab7d5e
Fixes bug
2001-06-06 00:02:56 +00:00
wtc%netscape.com
8231092572
Bugzilla bug #82436 : assert that lock is not NULL in PR_Lock and PR_Unlock
...
to avoid crashing in an assertion statement like
PR_ASSERT(lock->owner != me) if lock is NULL.
2001-06-05 23:55:55 +00:00
oeschger%netscape.com
2fceed6502
home button images for help window, NOT PART OF BUILD
2001-06-05 23:41:12 +00:00
leaf%mozilla.org
0acafd32e1
update user agent and mac version, r=jj, a=asa bug 83999
2001-06-05 23:05:32 +00:00
ftang%netscape.com
e80fffe834
fix 82793. add additional entry for gbk-1988.1989-1
...
r=nhotta/bstll sr=kin a=blizzard
2001-06-05 22:41:37 +00:00
ccarlen%netscape.com
8708c4be01
Bug 83687 - The keys NS_XPCOM_CURRENT_PROCESS_DIR and NS_OS_CURRENT_PROCESS_DIR were defined identically. They should be different. r=valeski/sr=jband/a=asa
2001-06-05 22:19:19 +00:00
gerv%gerv.net
c4d23bd566
Bug 81094 - re-introduce the ability to set the DPI value to "Ask X server"; i18n fixes, general clean-up and also make the Fonts prefs panel slightly more clear by adding a separator. r=mcafee, sr=alecf, a=blizzard.
2001-06-05 21:38:24 +00:00
valeski%netscape.com
c52208ee11
r=pavlov, sr=vidur, a=blizzard. 84162. making nsImgManager a nsIContentPolicy which allows it to play in the image blocking arena again. this fixes image blocking.
2001-06-05 21:37:48 +00:00
nhotta%netscape.com
6fa84f613e
Changed nsFilePicker::Show to set a larger buffer for the directory name string and make sure to free the memory returned by GetPath(),
...
bug 83345, r=law, sr=blizzard, a=blizzard.
2001-06-05 21:30:17 +00:00
valeski%netscape.com
221edc8f1a
r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.
2001-06-05 21:25:57 +00:00
locka%iol.ie
356874855d
Implement ConfirmCheck so PSM doesn't abort form submits. b=84024 r=waterson@netscape.com sr=blizzard@mozilla.org a=tor@acm.org
2001-06-05 21:02:48 +00:00
pschwartau%netscape.com
574227aab1
Initial add.
2001-06-05 20:56:40 +00:00
pschwartau%netscape.com
84e11af973
Making test a little more demanding -
2001-06-05 20:56:07 +00:00
ashuk%eng.sun.com
fd01cfb507
author=ashuk
...
files modified :
motif/MotifBrowserControlCanvas.cpp
changed include "ns_util.h" to
include "../ns_util.h"
This was a simple path resolution problem fix in the
include statement.
2001-06-05 20:43:57 +00:00
pavlov%netscape.com
f82787cd6d
fixing bug 82520 r=jag sr=hyatt a=tor
2001-06-05 20:22:52 +00:00
shrutiv%netscape.com
8c9555549a
Bug 79557: Missing Installer background (r=bobj)
...
"Customize the Installer" screen of the wizard will not be displayed
2001-06-05 20:20:18 +00:00
shrutiv%netscape.com
4a8a756213
Bug 77613: Title Bar Text doesn't have to be appended by "- config name"? (r=bobj)
...
Default browser value is displayed if the title bar field is empty
2001-06-05 19:42:43 +00:00
shrutiv%netscape.com
b0316db07e
Bug 75230: CCK should be updated to work with Netscape 6.1 (r=bobj)
...
Correcting component name
2001-06-05 19:32:47 +00:00
peterv%netscape.com
a959d297d9
Fix for bug 82955 (XML unable to load stylesheets without type="text/css" attribute). r=scc, sr=jst, a=asa.
2001-06-05 19:21:32 +00:00
dougt%netscape.com
f98f885905
Fixes 81709. Allows for compares between different nsIURI impl. r=rpotts, sr=darin, a=asa
2001-06-05 19:01:44 +00:00
darin%netscape.com
4dd3a27d43
Fixes bug 82200 "crashes [@ PL_strnchr] called from ParseChunkRemaining"
...
r=dbaron,gagan a=chofmann,blizzard
2001-06-05 18:21:53 +00:00
rods%netscape.com
f8b424129b
Fixed up reload to it will correctly reflow to w/h of zero
...
Bug 58220 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 18:09:13 +00:00
peterlubczynski%netscape.com
7a86b26f77
Fix for BASE HREF not affecting applet bug 59430 patch by alexsavulov r=peterl sr=attinasi a=blizzard
2001-06-05 17:58:31 +00:00
nboyd%atg.com
ea784f1262
Patches from Igor:
...
-----
The patch adds to NativeArray.put a check for (this == start) so the
length field or a dense array element would not be updated if this !=
start. The following script exposes the problem:
function Test() { }
var array = new Array(0, 0); // Trigger dense mode
Test.prototype = array;
var test = new Test();
array[0] = 1;
test[0] = 2;
print(array[0]); // Should print 1, not 2
-----
When initially I switched NativeDate to use IdScritable, I made
toGMTString just an alias to toUTCString. Later I realized that it could
cause troubles if someone would check Date.prototype.toGMTString.name to
get "toUTCString" so I made the code to allocate a separated IdFunction
to toUTCString. Now when I read ecma 3 appendixes I see that the initial
behavior is what actually Ecma 3 requires. Here is an extract from B.2.6:
The Function object that is the initial value of
Date.prototype.toGMTString is the same Function
object that is the initial value of Date.prototype.toUTCString.
Sometimes doing nothing is the best solution...
The attached patch fixes that and inlines many 1-3 lines functions as
optimization that java compilers typically do not want to do...
2001-06-05 17:39:58 +00:00
rods%netscape.com
4947ca2fd5
removed "! important" for input text so allows users to tailer border sizes
...
This reopens bug 25580, which I have marked won't fix
Fixes Bug 55336 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 12:52:37 +00:00
sgehani%netscape.com
0d975b7985
Remove extra whitespace after "nsIPasswordManager.idl \"
2001-06-05 12:37:01 +00:00
sgehani%netscape.com
12f46ec2dd
Fix unix bustage: remove whitespace after "nsIPasswordManager.idl \"
2001-06-05 12:34:54 +00:00
sgehani%netscape.com
2f3845ee70
Removing obsolete nsIPasswordManager.idl which now lives solely in
...
netwerk/base/public.
b = 76095
r = morse
sr = sfraser
a = drivers
2001-06-05 11:45:29 +00:00
sgehani%netscape.com
5f6a281b23
Stop building nsIPasswordManager.idl in extensions/wallet and start building it in netwerk/base.
b = 76095
r = morse
sr = sfraser
a = drivers
2001-06-05 11:43:40 +00:00
locka%iol.ie
080c320023
Made a couple of tweaks on behalf of wtc@netscape.com to allow control to build when the MS Platform SDK is installed. b=83976 r=adamlock@netscape.com sr/a=blizzard@mozilla.org
2001-06-05 11:42:38 +00:00
bstell%netscape.com
9c5f89d735
fix HPUX bustage
2001-06-05 08:58:07 +00:00
bstell%netscape.com
5787e192de
remove forward struct declaration to fix HPUX/AIX/IRIX compile bustage
2001-06-05 07:26:31 +00:00
bstell%netscape.com
830bafb4db
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
add hooks to intercept the XKeyPressedEvent/XKeyReleasedEvent
so we can simulate the Mode_switch bit
2001-06-05 06:14:48 +00:00
bstell%netscape.com
c13e76c8c6
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
Code to note when the Mode_switch keycode is pressed/released.
When the Mode_Switch key is down set the Mode_switch bit in the
XKeyPressedEvent.
2001-06-05 06:06:04 +00:00
bstell%netscape.com
27a65018e5
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
pref allow user to control the Mode_switch workaround, current enabled
Use to disabled the workaround when the X server is finally fixed.
2001-06-05 06:01:17 +00:00
bstell%netscape.com
e8b0546be6
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
Code to note when the Mode_switch keycode is pressed/released.
When the Mode_Switch key is down set the Mode_switch bit in the
XKeyPressedEvent.
2001-06-05 05:58:14 +00:00
dougt%netscape.com
ee2f32d386
Allows FTP to create RAW content. r=gagan, sr=darin, a=blizzard
2001-06-05 05:37:00 +00:00
leaf%mozilla.org
539ac7b8f3
Automated update
2001-06-05 05:14:40 +00:00
bstell%netscape.com
05a148f5bc
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
2001-06-05 05:07:19 +00:00
wtc%netscape.com
1b1eda1a54
Bugzilla bug #30746 : in combined MxN thread model, let the primordial
...
thread remain a native thread. Create a separate CPU thread to run
the local threads.
Modified files: prucpu.c, pruthr.c
2001-06-05 04:51:46 +00:00
ducarroz%netscape.com
5e8526edd4
Fix for bug 84054. Appledouble files weren't correctly detected and AppleSingle weren't correctly generated if they don't have a datafork. R=varada, SR=bienvenu, A=chofmann
2001-06-05 04:50:10 +00:00
wtc%netscape.com
ff6de2908b
Bugzilla bug #84100 : we need to write our own accept method to copy
...
the PRFilePrivate structure.
2001-06-05 04:31:20 +00:00
shanjian%netscape.com
8245c4c8bf
#19265 [TEXT] Word-wrap improperly breaks before space following last word [INLINE]
...
r = waterson
r/sr=attinasi a=asa
2001-06-05 02:40:27 +00:00
ben%netscape.com
5101639dca
Make tree widgets in search sidebar panel use the correct classes for
...
improved visuals.
r=matt, sr=blake, a=asa, bug 83954
2001-06-05 02:17:48 +00:00
ben%netscape.com
96d0c33bd7
Fix X-server crash by preventing drags from menus on non-Win32 platforms.
...
r=hyatt, sr=blake, a=asa, bug 79003.
2001-06-05 02:15:12 +00:00
mkaply%us.ibm.com
551dcaddeb
More REQUIRES bustage - need mimetype in libpr0n
2001-06-05 02:08:59 +00:00
mkaply%us.ibm.com
8b0a85ff0f
Dumb OS/2 only bustage. I messed with the wrong short name.
2001-06-05 02:06:12 +00:00
pschwartau%netscape.com
d884af8a23
Initial add.
2001-06-05 01:28:04 +00:00
pschwartau%netscape.com
4e4e073308
Added two new sections to the test.
2001-06-05 01:26:59 +00:00
hyatt%netscape.com
96c68a8c35
Fix for 83642. r=jag, sr=blake, a=tor
2001-06-05 01:08:31 +00:00