Commit Graph

113162 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
4b0b122935 Bug 131256: status bar doesn't reflect actual activity. Back out change that made us stop sending status change notifications for images in documents. r=bzbarsky, sr=darin. 2002-12-13 07:21:34 +00:00
sspitzer%netscape.com
7c4713620c fix for bug #73515. delete button should disable in advanced news searches
(as we don't allow you to delete (cancel) from that dialog.)

r/sr=bienvenu
2002-12-13 06:52:18 +00:00
sspitzer%netscape.com
bdb14cf763 fix for #185147. problems when you delete selected messages out from underneath the
advanced search dialog.  (similar to bug #172392)

also make it so when the number of advanced search
results changes (due to deletes) we update the status text.

r/sr=bienvenu
2002-12-13 06:33:45 +00:00
robin.lu%sun.com
45f53df243 for bug 180147 [gtk2] need to port over the null plugin.patch=robin.lu@sun.com
r=blizzard sr=bryner
2002-12-13 06:15:14 +00:00
nicolson%netscape.com
f5c66b92aa Fix 180827: Update version strings for JSS 3.3. 2002-12-13 06:12:30 +00:00
sspitzer%netscape.com
e65d4f0690 fix for bug #172392. delete from other views (like search window, stand alone msg window)
cause selection problems in thread pane, if deleted message was in the selection.
r/sr=bienvenu
2002-12-13 03:50:53 +00:00
blizzard%redhat.com
d0bdafbe51 Bug #184941. mozilla crashes while printing certain pages. Make sure that a widget has been created before moving it. Not part of the regular build. 2002-12-13 03:46:33 +00:00
sspitzer%netscape.com
38832437ca no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
seawood%netscape.com
c266e53388 Not all versions of cygpath support the convenient -m function. Too bad.
Fixing tinderbox bustage.
2002-12-13 03:38:39 +00:00
seawood%netscape.com
fae86e7a6e Fix typo. 2002-12-13 03:21:37 +00:00
seawood%netscape.com
58004c4a48 Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
mcafee%netscape.com
9ed009c750 Adding changes we made to autosummary.win.bash here, quote change for find/shells, dos2unix cleanup for tbox. 2002-12-13 02:11:27 +00:00
bryner%netscape.com
db1a60582b Don't apply a border to <toolbox> (bug 184588). r=blizzard, sr=ben. 2002-12-13 02:10:08 +00:00
mcafee%netscape.com
1ed178c74d oops, stomped on quote change. 2002-12-13 02:08:27 +00:00
wtc%netscape.com
d212358f78 Bug 185074: open the files we just did a "chmod -w" on once to work around
a Mac OS X NFS bug. Subsequent opens will see the file is readonly with no
delay.
2002-12-13 02:06:34 +00:00
mcafee%netscape.com
8f2e722a0a Adding quotes for some shells, dos2unix cleanup to keep the tinderbox server happy. r=blythe 2002-12-13 02:03:24 +00:00
leaf%mozilla.org
4e3268ca24 Automated update 2002-12-13 02:00:16 +00:00
seawood%netscape.com
55ef870eac Add check for ml.exe when building psm on win32.
Bug #164646 r=bryner
2002-12-13 01:47:12 +00:00
nelsonb%netscape.com
49ca4445ae Clean up command line options parsing and Usage message. 2002-12-13 01:25:45 +00:00
seawood%netscape.com
7ab8ea0ad7 Pull calendar & libical by default for mac builds too. 2002-12-13 00:52:10 +00:00
shanjian%netscape.com
fd06eca99b #182089 Extended hkscs.uf and hkscs.ut for HKSCS-2001 support
Tools written by Anthony (anthony@thizlinux.com) to generate the new conversion table for
hkscs. Not part of the build, just put here for future reference.
2002-12-13 00:47:38 +00:00
shanjian%netscape.com
714918d30b #182089, Extended hkscs.uf and hkscs.ut for HKSCS-2001 support
update unicode conversion table for HKSCS.
proposed by: Anthony Fok
r=shanjian, sr=blizzard.
2002-12-13 00:38:32 +00:00
harishd%netscape.com
6b2eccc420 Backing out my changes to see if it fixes the orangeness 2002-12-13 00:28:47 +00:00
relyea%netscape.com
88da4209b7 Use correct sense of the timeout value. 2002-12-13 00:25:21 +00:00
darin%netscape.com
863fb8ac17 fixes bug 184436 r=dougt sr=dveditz 2002-12-12 23:57:16 +00:00
dougt%netscape.com
ac32572e8a 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
c357ddc6fa 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
6bffce55e5 182554 r=caillon sr=roc+moz cleanup nsImageMap.cpp 2002-12-12 23:22:17 +00:00
locka%iol.ie
f46f5eda96 Detabbed file. No code changes. 2002-12-12 23:14:24 +00:00
locka%iol.ie
bcb309175f 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
899af55186 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
3397db2f53 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
15d60c8db3 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
f5d2630acc 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
884934869d 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
bc3050dae4 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
01c72c5364 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
e2f8a3ab91 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
9448c87895 Adding quotes for different shell support. r=blythe, mcafee checking in as cltlbd 2002-12-12 22:35:15 +00:00
cbiesinger%web.de
2697f1acf7 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
db2f5f2cce Bug #178834. Startup script clobbers MOZ_PLUGIN_PATH. a=peter 2002-12-12 20:28:27 +00:00
peterv%netscape.com
714428894a Bustage fix. 2002-12-12 20:01:59 +00:00
kin%netscape.com
932d3a3e86 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
4fc0180afb 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
a1631f6efa 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
ac4b3a1f9a 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
efdeb83af3 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
213a0b4218 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
3b3f720f15 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
0dda4638d6 fix some minor whitespace changes that I had sitting in my tree.
r/sr=no one.
2002-12-12 06:25:17 +00:00