jake%acutex.net
00a0bd35b2
Bug 112914 - This test was relying on the existance of the unix "cat" command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32.
...
git-svn-id: svn://10.0.0.236/trunk@111359 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 16:04:09 +00:00
jdunn%netscape.com
be8b031465
trying an AIX ifdef to see if this is our startup slowdown problem
...
a=waterson@netscape.com
# 112824
git-svn-id: svn://10.0.0.236/trunk@111358 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 15:03:43 +00:00
rods%netscape.com
b78c7e1112
Better algorithm for getting and setting the dfault printer
...
Bug 117819 r-dcone sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@111357 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 14:46:26 +00:00
seawood%netscape.com
352af44feb
Hack around problem of default rules expecting IMPORT_LIBRARY to be built on win32 gmake builds when setuprsc doesn't build one.
...
Bug #58981
git-svn-id: svn://10.0.0.236/trunk@111356 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 14:18:49 +00:00
nboyd%atg.com
02b78fef78
Update implemenation version date.
...
git-svn-id: svn://10.0.0.236/trunk@111355 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 14:04:42 +00:00
nboyd%atg.com
f18dd09b71
Fix bug reported by rathje40@yahoo.com
...
We are converting from spidermonkey to rhino and it appears that the
name property for the constructor function returns "constructor" for
all builtin types. Spidermonkey would return "Date" or "Array" or
whatever. Is there a workaround? This code needs to work with both
interpreters.
Here is an example of the rhino behavior:
js> var i=new Date;
js> i.constructor.name
constructor
js> Date.name
constructor
js> function bob(){}
js> bob.name
bob
js> var i = new Array();
js> i.constructor.name
constructor
js>
git-svn-id: svn://10.0.0.236/trunk@111354 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 14:04:01 +00:00
nboyd%atg.com
63eddaafb9
Remove override that is duplicate of superclass.
...
git-svn-id: svn://10.0.0.236/trunk@111353 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 14:02:36 +00:00
nboyd%atg.com
594c536e31
Print implementation version when starting up interactive mode.
...
git-svn-id: svn://10.0.0.236/trunk@111352 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 14:02:02 +00:00
mkaply%us.ibm.com
beec915215
#101771
...
r=pinkerton, sr=hyatt
Make menus clipsibling
git-svn-id: svn://10.0.0.236/trunk@111351 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 11:04:17 +00:00
bernd.mielke%snafu.de
f39c6bf178
bug 112010 fix build warnings r=karnaze sr=attinasi
...
git-svn-id: svn://10.0.0.236/trunk@111350 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 10:52:48 +00:00
peterv%netscape.com
f6e21102ba
Make SOAP build again on Mac. Doesn't affect default build.
...
git-svn-id: svn://10.0.0.236/trunk@111349 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 08:50:30 +00:00
peterv%netscape.com
e19197ff68
Keep SOAP building on mac. Not part of the default build.
...
git-svn-id: svn://10.0.0.236/trunk@111348 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 08:49:27 +00:00
dp%netscape.com
d69c8b61af
bug 115986 Thread safe zlib allocator. r=waterson, sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@111347 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 05:46:48 +00:00
wtc%netscape.com
88b8616fc4
Bugzilla bug 110356: check in the generated files (oiddata.h and oiddata.c)
...
to work around concurrent build failures on Unix and the generation of
these files on the Mac.
Modified files: Makefile manifest.mn
Added files: oiddata.c oiddata.h
git-svn-id: svn://10.0.0.236/trunk@111346 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 05:22:07 +00:00
blizzard%redhat.com
d43d232705
Bug #115764 . sporadic Trunk crashes in [@ nsWindow::OnDragMotionSignal] w/drag'n'drop. Use cool and smooth native gtk timers instead of cranky fake-o XP timers that don't have a deterministic order in the mainloop. r=bryner, sr=shaver (2!)
...
git-svn-id: svn://10.0.0.236/trunk@111345 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 05:07:44 +00:00
mjudge%netscape.com
2cc46377d6
118023 r=saari fix for transaction manager being missing from embedded components. no reason edit fields shouldnt work. just undo will not.
...
git-svn-id: svn://10.0.0.236/trunk@111344 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 03:53:21 +00:00
danm%netscape.com
63af87aec1
refuse to spawn new windows if you're currently being destroyed. bug 115969 r=jaggernaut,jst
...
git-svn-id: svn://10.0.0.236/trunk@111342 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 02:34:02 +00:00
danm%netscape.com
4c25db3f8a
allow nsXULWindow::CreateNewWindow to fail; don't fall back on the appshell. bug 115969 r=jaggernaut,jst
...
git-svn-id: svn://10.0.0.236/trunk@111341 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 02:32:48 +00:00
hewitt%netscape.com
d6869f712e
115757 - null check for win2k, r=bryner, sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@111340 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 01:04:13 +00:00
ducarroz%netscape.com
e1de2e506a
Patch submited by Denis Antrushin <adu@sparc.spb.su>
...
Fix for bug98199. Don't change the real name of a forwarded message to "ForwardedMessage.eml" anymore. R=ducarroz, SR=bienvenu
git-svn-id: svn://10.0.0.236/trunk@111339 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 01:03:22 +00:00
ducarroz%netscape.com
e25807192e
fix for bug 93481. Do not remove the whole line that contains the META tag but rather remove just the charset portion of it. Also, the new code avoid duplicating the line which could be hudge in some case. R=cavin, SR=mscott
...
git-svn-id: svn://10.0.0.236/trunk@111338 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 00:49:44 +00:00
ftang%netscape.com
fb7d98af36
fix bug 116143 . make cp1252 conversion round trip. r=shanjian sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@111337 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 00:38:18 +00:00
hyatt%netscape.com
2e88971c9c
Checking in 115757, enabling of Windows XP Theme Support under Classic skin.,r=bryner,sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@111336 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 00:28:01 +00:00
sonja.mirtitsch%sun.com
320e4e298d
fixed qa_stat following an enhancement, that causes unexpected messaegs in the output.log
...
git-svn-id: svn://10.0.0.236/trunk@111335 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 00:24:28 +00:00
morse%netscape.com
71aae56596
bug 116714 can't unencrypt saved data, r=sgehani, sr=alecf
...
git-svn-id: svn://10.0.0.236/trunk@111334 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 00:18:31 +00:00
naving%netscape.com
cafe13748f
117858, 117859 r=ducarroz sr=bienvenu. fix leaking char* on reading messages
...
git-svn-id: svn://10.0.0.236/trunk@111333 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 00:17:48 +00:00
sonja.mirtitsch%sun.com
8121e60402
fix for enhancemet request 114964
...
git-svn-id: svn://10.0.0.236/trunk@111332 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:58:23 +00:00
timeless%mac.com
d9701dfce5
Bug 56369 pref-policies.xul has an empty <script> </script>
...
r=akkana sr=blake
git-svn-id: svn://10.0.0.236/trunk@111331 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:50:52 +00:00
timeless%mac.com
344a6cf3f9
Bug 116793 Mismatched Allocator/Deallocator in nsSupportsIDImpl::ToString
...
r=waterson sr=jst
git-svn-id: svn://10.0.0.236/trunk@111330 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:47:55 +00:00
dmose%netscape.com
c2e1a63645
Fix bug 108366: xmozillausehtmlmail LDAP attributes does not work. Patch from John Marmion <john.marmion@ireland.sun.com> . r=dmose@netscape.com, sr=sspitzer@netscape.com.
...
git-svn-id: svn://10.0.0.236/trunk@111329 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:25:48 +00:00
srilatha%netscape.com
8bec22cce2
checking in for rdayal
...
Bug # 104672 and 106137 r=dougt, sr=sspitzer, sr=mscott.
Making MAPI part of the build. Landing modified makefile and resource file changes.
git-svn-id: svn://10.0.0.236/trunk@111328 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:20:11 +00:00
dmose%netscape.com
35b74aef86
Fix bug 105103: LDAP attributes should not be case-sensitive. Patch from John Marmion <john.marmion@ireland.sun.com> . r=dmose@netscape.com, sr=sspitzer@netscape.com.
...
git-svn-id: svn://10.0.0.236/trunk@111327 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:18:28 +00:00
rbs%maths.uq.edu.au
35b346c868
Reset the stretchy flags of underscript/overscript frames when their geometry is expected to be like subscript/superscirpt frames
...
git-svn-id: svn://10.0.0.236/trunk@111326 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 23:18:01 +00:00
varga%utcru.sk
93f5c80abc
80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
...
80548 - outliner scroll bar "disappears" in 3 stages
111101 - No scrollbox / slider / thumb in thread pane scrollbar
116269 - white scrollbars briefly show up in folder pane
116432 - Sometimes the twisty won't update after a click
116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt
99715 - convert category tree to use outliner
r=hixie
sr=blake
git-svn-id: svn://10.0.0.236/trunk@111324 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 22:58:23 +00:00
ian.mcgreer%sun.com
b986c9fa14
only free slot if funrction returns correctly
...
git-svn-id: svn://10.0.0.236/trunk@111323 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 22:49:02 +00:00
mkaply%us.ibm.com
cc27ea5ad0
#108280
...
r=mkaply, sr=blizzard
OS/2 only - more fallout from 99010
git-svn-id: svn://10.0.0.236/trunk@111322 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 22:42:10 +00:00
mkaply%us.ibm.com
4eb4e379df
#117919
...
r=rods,mkaply sr=blizzard
OS/2 only - implement AvailablePrinters
git-svn-id: svn://10.0.0.236/trunk@111321 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 22:08:04 +00:00
sspitzer%netscape.com
c3b30c1a7b
fix for js strict warning. patch by alex vincent (jscript@pacbell.net)
...
r=bzbarsky, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@111320 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:59:28 +00:00
srilatha%netscape.com
8fca81ddfe
checking in for rdayal.
...
Bug # 115307, second patch. r = ducarroz, sr=bienvenu.
Adding a new notification method in nsIMsgSendListener when the compose window is closed
without clicking on Send.
git-svn-id: svn://10.0.0.236/trunk@111319 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:56:36 +00:00
andreww%netscape.com
81253a9e8c
bugzilla bug 116382 r=shliang sr=hewitt toolbars/statusbar lost their black borders
...
git-svn-id: svn://10.0.0.236/trunk@111318 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:44:09 +00:00
ftang%netscape.com
7d46a14e09
fix bug 115519. r= shanjian sr= sfraser . make the convert return NS_OK
...
when it really did it's job.
git-svn-id: svn://10.0.0.236/trunk@111317 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:43:12 +00:00
rginda%netscape.com
f1dce49889
chatzilla only, patch=_basic@yahoo.com, r=me, bug 102186
...
remove spacer box from between tabs to avoid strict warnings.
git-svn-id: svn://10.0.0.236/trunk@111316 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:42:34 +00:00
dsirnapalli%netscape.com
568601718b
*** empty log message ***
...
git-svn-id: svn://10.0.0.236/trunk@111315 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:35:52 +00:00
morse%netscape.com
f404ef1779
bug 117155 garbage characters in cookie/signon manager dialogs, bug 117023 fix js errors in cookie/signon dialogs, r=sgehani, sr=alecf
...
git-svn-id: svn://10.0.0.236/trunk@111314 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:30:27 +00:00
harishd%netscape.com
e4e2a1571e
95487 - document.write shouldn't be interrupted. r=kmcclusk, sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@111313 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:25:33 +00:00
sspitzer%netscape.com
445330b9db
fix for crasher bug #117478 . I goofed when converting from strcmp to Equals().
...
this code is there to handle the migration case where our "old" sortedColumn is no
longer a valid column. r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@111312 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:24:06 +00:00
dsirnapalli%netscape.com
28b2b70882
*** empty log message ***
...
git-svn-id: svn://10.0.0.236/trunk@111311 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 21:21:50 +00:00
ian%hixie.ch
7762bef97e
Changed the order of the commands for the bookmarks context menu items. Also renamed separator to bm_separator in bookmarksOverlay.js to match the bookmarks.xml code and made the two consistent in their list of available commands for certain bookmark types (in particular IE bookmarks). b=102340, r=doron, sr=blake. The changes in this patch are covered by the NPL 1.1/GPL 2.0/LGPL 2.1 licenses.
...
git-svn-id: svn://10.0.0.236/trunk@111310 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 20:31:07 +00:00
ian.mcgreer%sun.com
52cc9b8b36
fix aix bustage
...
git-svn-id: svn://10.0.0.236/trunk@111309 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 20:19:55 +00:00
ian.mcgreer%sun.com
f85961a3de
move handling of certificate reference counting into Stan. NSS 3.4 needs to maintain persistent references of both temp and perm certs in order to replicate the old temp database.
...
git-svn-id: svn://10.0.0.236/trunk@111308 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-03 20:09:30 +00:00