dougt%netscape.com
d3be11ab85
Fixes bug
2001-06-06 00:02:56 +00:00
wtc%netscape.com
f864ebcadb
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
21b77a4d22
home button images for help window, NOT PART OF BUILD
2001-06-05 23:41:12 +00:00
leaf%mozilla.org
56755a9ae9
update user agent and mac version, r=jj, a=asa bug 83999
2001-06-05 23:05:32 +00:00
ftang%netscape.com
83f1a361ab
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
443e1c7a99
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
3babcec0f3
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
96b8bdb98e
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
d5a92356a7
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
5892765fc6
r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.
2001-06-05 21:25:57 +00:00
locka%iol.ie
401b4e2a1d
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
8cc759fb23
Initial add.
2001-06-05 20:56:40 +00:00
pschwartau%netscape.com
80f20e863c
Making test a little more demanding -
2001-06-05 20:56:07 +00:00
ashuk%eng.sun.com
bcd2e19d3e
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
11c8370603
fixing bug 82520 r=jag sr=hyatt a=tor
2001-06-05 20:22:52 +00:00
shrutiv%netscape.com
9dca9726d1
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
43d2c38d48
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
094be57618
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
d4091f8963
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
0d7ec78037
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
c9b2b663e2
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
1879e17fa4
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
bf605eb2f2
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
fb69c14ae4
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
b935b2ac50
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
44bb9f39f3
Remove extra whitespace after "nsIPasswordManager.idl \"
2001-06-05 12:37:01 +00:00
sgehani%netscape.com
c2dd4cf85f
Fix unix bustage: remove whitespace after "nsIPasswordManager.idl \"
2001-06-05 12:34:54 +00:00
sgehani%netscape.com
2543cf5ef3
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
ca316912d6
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
dd18e2f1f7
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
6e76b39490
fix HPUX bustage
2001-06-05 08:58:07 +00:00
bstell%netscape.com
fee7bf8776
remove forward struct declaration to fix HPUX/AIX/IRIX compile bustage
2001-06-05 07:26:31 +00:00
bstell%netscape.com
b570037d8d
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
39762aedc2
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
ad36b468db
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
4788b98853
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
2c1f3574d7
Allows FTP to create RAW content. r=gagan, sr=darin, a=blizzard
2001-06-05 05:37:00 +00:00
leaf%mozilla.org
f5a23c92d2
Automated update
2001-06-05 05:14:40 +00:00
bstell%netscape.com
0b938d8818
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
83f5e097b0
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
3ddf96bad8
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
90cb8dbf91
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
e34e0f10e9
#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
8eed2acab4
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
cf38989bdd
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
119d23f310
More REQUIRES bustage - need mimetype in libpr0n
2001-06-05 02:08:59 +00:00
mkaply%us.ibm.com
fc596d78ba
Dumb OS/2 only bustage. I messed with the wrong short name.
2001-06-05 02:06:12 +00:00
pschwartau%netscape.com
971aeaeabb
Initial add.
2001-06-05 01:28:04 +00:00
pschwartau%netscape.com
f553a16ec4
Added two new sections to the test.
2001-06-05 01:26:59 +00:00
hyatt%netscape.com
dcd5777197
Fix for 83642. r=jag, sr=blake, a=tor
2001-06-05 01:08:31 +00:00