dougt%netscape.com
506b430caa
Fixes XPCOM from using the wrong GRE define tag. r=chak, sr=dveditz, b=185113
2002-12-12 23:48:51 +00:00
pschwartau%netscape.com
cc94cf3b6d
Added 'compile functions with dynamic scope' feature of Rhino to the test. Necessary to expose the bug.
2002-12-12 23:31:44 +00:00
cbiesinger%web.de
ce88084032
182554 r=caillon sr=roc+moz cleanup nsImageMap.cpp
2002-12-12 23:22:17 +00:00
locka%iol.ie
e57b39458d
Detabbed file. No code changes.
2002-12-12 23:14:24 +00:00
locka%iol.ie
d75f173614
Implement headers arg on nsIWebNavigation::loadURI b=181903 r=bryner@netscape.com sr=rpotts@netscape.com
2002-12-12 23:10:59 +00:00
seawood%netscape.com
ee4e706b3a
Rename ical libraries to have _lgpl suffix (to be consistent with libart).
...
Fix .def files so that the dynamic libs compile on win32 (thanks to Mostafa Hosseini <mostafah@oeone.com> for the patch)
Bug #178798 r=blizzard
2002-12-12 23:03:26 +00:00
bryner%netscape.com
58cb265c3c
Use the correct GtkStyle for painting dropdown arrows. This fixes the problem of the arrow not painting with some themes. Bug 184583, r=blizzard, sr=ben.
2002-12-12 22:59:14 +00:00
jkeiser%netscape.com
3ae0157a84
Select not reframing when size changes (bug 170446), r=rods@netscape.com, sr=bzbarsky@mit.edu
2002-12-12 22:58:48 +00:00
cbiesinger%web.de
92e7881dc4
184983 patch by timeless r=biesi rs=bz
...
QT ONLY - Make QT port build w/ Qt2
2002-12-12 22:56:04 +00:00
cbiesinger%web.de
2b7a28b12f
bug 184982 patch by timeless and me, r=biesi/timeless
...
QT ONLY - Make PostScript module optional for QT
2002-12-12 22:43:27 +00:00
sfraser%netscape.com
6ea8115c60
Remove duplicate text services files, which fixes a bug with the mac build picking up the wrong source and header files (bug 184935). This fixes bugscape bug 21720.
2002-12-12 22:42:53 +00:00
harishd%netscape.com
ed0d2f8b55
Reduce the size of CStartToken. b=179523, r=heikki sr=jst.
...
Added a couple of testcases to the parser regression test suite
2002-12-12 22:38:40 +00:00
jst%netscape.com
570c874023
Fixing bug 183604. Making the DOM code reuse the timer for interval timeouts in stead of creating a new timeout every time. r=caillon@returnzero.com, sr=peterv@netscape.com
2002-12-12 22:37:07 +00:00
cltbld%netscape.com
130cb1d1d7
Adding quotes for different shell support. r=blythe, mcafee checking in as cltlbd
2002-12-12 22:35:15 +00:00
cbiesinger%web.de
0f9167e31b
184901 r=timeless rs=bz
...
QT ONLY - unresolved symbols in QT GFX -> fails to load
2002-12-12 22:28:04 +00:00
blizzard%redhat.com
8bd336ef0e
Bug #178834 . Startup script clobbers MOZ_PLUGIN_PATH. a=peter
2002-12-12 20:28:27 +00:00
peterv%netscape.com
06900ef9b1
Bustage fix.
2002-12-12 20:01:59 +00:00
kin%netscape.com
805d8eec7d
sfraser's fix for commercial blocker bugscape bug 21720 (Spell checker fails find misspelled words (crash on exit from spellchecker)), which is caused by bugzilla bug 184935 (Mac build picks up the wrong nsTextServicesDocument.cpp; spell checking busted)
...
This patch fixes the editor project to search mozilla/editor/txtsvc before
mozilla/libeditor/, adds nsFilteredContentIterator.cpp, and adds #error to the
unused files.
r=jfrancis@netscape.com sr=kin@netscape.com
2002-12-12 18:04:31 +00:00
caillon%returnzero.com
379703ef0a
Bug 179269 - New page opens which should display tabular data. Error message in new page instead of data.
...
Fix contributed by Harshal <keeda@hotpop.com>
r=caillon sr=jst
2002-12-12 15:48:30 +00:00
wtc%netscape.com
f8ddc84d33
Bug 176881: we should also look at the high 32 bits of the performance
...
counter frequency. Ignoring the high part of the frequency will cause
our interval timer code to malfunction if the high part is not zero.
Also took the opportunity to simplify the arithmetics.
2002-12-12 14:51:20 +00:00
timeless%mozdev.org
68c3f9904b
Bug 182171 "Javascript" should be "JavaScript " and more...
...
patch by bugzilla@gemal.dk r=caillon sr=alecf
2002-12-12 12:13:04 +00:00
bryner%netscape.com
9a0fac967c
Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build.
2002-12-12 11:55:38 +00:00
bryner%netscape.com
aa8cff95d3
Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build.
2002-12-12 11:34:25 +00:00
igor%mir2.org
f4cfc98e4d
I removed InterpretedFunction.itsClosure as it was effectively used only itsClosure != null test and the effect can be done via setting InterpretedFunction.useDynamicScope to false.
2002-12-12 10:46:52 +00:00
sspitzer%netscape.com
4b0f00697f
fix some minor whitespace changes that I had sitting in my tree.
...
r/sr=no one.
2002-12-12 06:25:17 +00:00
sspitzer%netscape.com
8e30e39bb5
real fix for #59638 . for the stand alone msg window, the way to get
...
"next unread" to work is to do the work after we get the "folder loaded"
event notification. r/sr=bienvenu
2002-12-12 06:16:20 +00:00
nelsonb%netscape.com
d442ab6107
Support SHA256, SHA384, and SHA512 hashes in NSS.
2002-12-12 06:05:45 +00:00
depstein%netscape.com
35b683c17e
Added post-AsyncOpen() tests to OnStartRequest() impl in BrowserImpl.cpp. not part of the build.
2002-12-12 02:38:49 +00:00
wtc%netscape.com
163a973243
Bug 180293: moved the OpenVMS build from the POSIX subsystem to native VMS
...
(GNV). The patch is contributed by Colin Blakes <colin@theblakes.com>.
Modified Files: configure configure.in rules.mk pr/include/md/Makefile
openvms.c
Added Files: plds_symvec.opt plc_symvec.opt nspr_symvec.opt
2002-12-12 01:41:31 +00:00
asasaki%netscape.com
b60ab98714
168580: unhardcode versions in embedding files. r=cls, build changes
...
with r=cls don't require sr=.
2002-12-12 01:18:52 +00:00
jfrancis%netscape.com
25ccf2ef3f
fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa
2002-12-12 01:05:53 +00:00
timeless%mozdev.org
5e38259aae
Bug 180995 nsStatusBarBiffManager::~nsStatusBarBiffManager() unconditionally releases a null member
...
r=sspitzer sr=bz
2002-12-12 00:46:45 +00:00
wtc%netscape.com
fc21af26c1
Bug 180293: ported nsinstall.c to native VMS (GNV) environment. The patch
...
is contributed by Colin Blakes <colin@theblakes.com>. r=brendan.
2002-12-12 00:28:25 +00:00
leaf%mozilla.org
7d4366f053
Automated update
2002-12-12 00:15:11 +00:00
seawood%netscape.com
20bc93ff48
Add $(LDFLAGS) to the local nsinstall link command.
...
Bug #88283 r=wtc
2002-12-12 00:13:46 +00:00
timeless%mozdev.org
efdeb3b566
Bug 172633 [RFE]link plugindoc.mozdev.org in help about plugins
...
r=biesi sr=bz
2002-12-12 00:12:16 +00:00
colin%theblakes.com
8a6d411d14
OpenVMS build changes. b=180290. r=cls
2002-12-12 00:08:59 +00:00
kin%netscape.com
f71e222a68
Fix for commercial blocker bug (bugscape bug 21716 (Spell checker fails to open))
...
Added missing txtsvc.xpt to packgages-* files:
mozilla/xpinstall/packager/packages-mac
mozilla/xpinstall/packager/packages-os2
mozilla/xpinstall/packager/packages-static-unix
mozilla/xpinstall/packager/packages-static-win
mozilla/xpinstall/packager/packages-unix
mozilla/xpinstall/packager/packages-win
This was fallout from the checkin for bugzilla bug 173046.
2002-12-12 00:04:22 +00:00
wtc%netscape.com
763ea9c25e
Bug 166412: ported NSPR to AIX 5.1. AIX 5.1 is the same as AIX 4.3 as far
...
as NSPR is concerned. Invented a new macro AIX4_3_PLUS to indicate AIX 4.3
or higher.
Modified files: configure configure.in _pth.h prnetdb.c
2002-12-11 23:10:41 +00:00
wtc%netscape.com
3812d064b4
Bug 175423: fixed the problems pointed out by gcc's -pedantic-errors flag.
...
Modified files: prwin16.h unix.c
2002-12-11 23:03:31 +00:00
igor%mir2.org
d652c3179a
I moved itsUseDynamicScope from InterpreterData to InterpretedFunction as this flag affects only functions, not scripts and to initialize this flag not during script compilation but during function creation which happens at the start of script execution. It allows to alter the flag for already compiled scripts before their execution.
2002-12-11 22:28:00 +00:00
relyea%netscape.com
b96f690161
Don't break solaris or linux (add the ';')
2002-12-11 17:56:49 +00:00
relyea%netscape.com
3fbd2fdc4d
Export new command to pull for token change events.
2002-12-11 17:53:20 +00:00
relyea%netscape.com
0a024139f7
Program to test smartcard removal and insertion detection.
2002-12-11 17:44:53 +00:00
relyea%netscape.com
2c6c4ceeae
Add token removal blocking function.
2002-12-11 17:43:24 +00:00
dbaron%fas.harvard.edu
1a01999234
Fix uninitialized variable introduced last night. b=1777
2002-12-11 15:59:24 +00:00
peterv%netscape.com
7ade523ba0
Bustage fix.
2002-12-11 15:06:40 +00:00
timeless%mozdev.org
3b53418399
Bug 133714 Probably harmless typo.... (PresShell::SetCaretReadOnly Unreachable statement)
...
patch by riceman+bmo@mail.rit.edu r=timeless sr=bz
2002-12-11 15:04:26 +00:00
peterv%netscape.com
c8c3b38f06
Bustage fix.
2002-12-11 14:58:13 +00:00
seawood%netscape.com
2060f55e49
Use mkstemp instead of tempnam. Potential security issue.
...
Bug #173178 r=syd sr=dveditz
2002-12-11 14:50:15 +00:00