bryner%netscape.com
5b3486f79b
Add support for opening multiple files with the unix filepicker (bug 167152). r=varga, sr=bzbarsky.
2003-03-16 09:20:40 +00:00
bbaetz%acm.org
9dbb0745e1
Bug 197656 - codesighs test doesn't handle relative objdirs
...
r=cls
2003-03-16 08:07:17 +00:00
bbaetz%acm.org
434d872d98
Bug 197631 - BloatTest2 diffs work only on windows
...
r=cls
2003-03-16 07:53:31 +00:00
sspitzer%netscape.com
2852d6a244
clean up the modern junk bar icon, now that the junk bar is a different color.
2003-03-16 07:32:48 +00:00
sspitzer%netscape.com
adce3a35d1
fix for bug #194238
...
the junk mail controls won't detect a message as junk until you mark a message as good.
the algorithm in "A Plan For Spam" assumes that you have a large good
corpus and a large junk corpus.
that won't be the case with users who first use the junk mail feature
so, we do certain things to encourage them to train.
r/sr=bienvenu
2003-03-16 07:09:41 +00:00
seawood%netscape.com
ad69e707e1
Force xpcom_compat to be shared again duue to win32 static build bustage.
2003-03-16 06:49:44 +00:00
cltbld%netscape.com
b1dc51e758
Automated update
2003-03-16 06:45:11 +00:00
seawood%netscape.com
01c1f82b5e
Remove -std1 flag from dec unix compiles to avoid conflicts with gtk headers when gtk isn't built with strict ansi compliance.
...
Bug #192213 r=wtc
2003-03-16 06:35:11 +00:00
bbaetz%acm.org
13621af54e
Bug 197180 - Long comment names not flagged as an error
...
r,a=justdave
2003-03-16 06:16:43 +00:00
sspitzer%netscape.com
5f9f295b63
fix for bug #96134
...
message Save As ignores selected file type, plus some code cleanup.
r/sr=bienvenu
2003-03-16 05:44:48 +00:00
dbaron%dbaron.org
20ae0c288c
No more experiments. Back to plain old macros. r+sr=roc b=196603
2003-03-16 04:51:56 +00:00
mkaply%us.ibm.com
05329eb6b6
OS/2 build doesn't come up if MOZILLA_HOME isn't set
2003-03-16 03:37:08 +00:00
seawood%netscape.com
fdbdaab2f1
Fix BeOS bustage
2003-03-16 03:03:06 +00:00
dbaron%dbaron.org
3564e9f7ae
Add MODULE_NAME line to fix build bustage (from rules.mk checkin by seawood).
2003-03-16 02:41:15 +00:00
cavin%netscape.com
f9c8130ef3
Fix for 70396. Use the directory description in prefs if it exists for the addrbook names. Copy 4.x .na2 files to 7.x directory during migration. r=ccarlen, sr=sspitzer.
2003-03-16 02:22:09 +00:00
seawood%netscape.com
1e4f46228e
Fixing BeOS bustage
2003-03-16 02:21:03 +00:00
dbaron%dbaron.org
5966b88a27
Well, the OS/2 compiler does not like the cool way of doing this, so on to the ugly way... b=197277
2003-03-16 01:34:48 +00:00
dbaron%dbaron.org
45a2292829
Fix operator precedence error in previous patch (which I reviewed, eek!). b=197277
2003-03-16 01:13:23 +00:00
dbaron%dbaron.org
156161466a
Fix operator precedence error in previous patch (which I reviewed, eek!). b=197277
2003-03-16 01:12:32 +00:00
dougt%netscape.com
0a7d66cd04
Fix bad export_lib line. r=cls
2003-03-16 01:09:52 +00:00
dbaron%dbaron.org
4861ed4f67
Fix operator precedence error in previous patch (which I reviewed, eek!). b=197277
2003-03-16 01:03:20 +00:00
sspitzer%netscape.com
a12aa97d06
code cleanup, no bug.
2003-03-16 00:31:15 +00:00
dbaron%dbaron.org
4aa4ac846f
Add MODULE_NAME line to fix build bustage (from rules.mk checkin by seawood).
2003-03-16 00:24:15 +00:00
dbaron%dbaron.org
c4811e9e52
Ensure that CalcStyleDifference populates the new context with all of the structs present on the old context to ensure that the PeekStyleData optimization is valid. Avoid copy-and-pasted code. b=196603 r+sr=roc
2003-03-16 00:20:21 +00:00
sfraser%netscape.com
86710f75e3
Fix static build target.
2003-03-15 23:20:00 +00:00
sfraser%netscape.com
bdf0e31a91
Fix static components after the MinoMo changes.
2003-03-15 23:16:33 +00:00
seawood%netscape.com
6e54a93688
Enforce MODULE_NAME requirement for static builds.
2003-03-15 22:56:35 +00:00
sspitzer%netscape.com
53da1fccd2
fix for bug #195666
...
make the "Mozilla thinks this messages is junk" bar be a different color, for discoverability.
rs=bienvenu.
2003-03-15 22:51:42 +00:00
sfraser%netscape.com
e9d6b8daec
Need to link with TK_LIBS on Mac, so that the static build gets Carbon symbols.
2003-03-15 22:51:39 +00:00
sfraser%netscape.com
1ea4769708
Fix some absolute paths that got in there by accident.
2003-03-15 22:48:19 +00:00
sspitzer%netscape.com
39faff3252
fix for bug #191042 .
...
clear the custom flags for the message
otherwise the old custom flags will stay around
thanks to ere@atp.fi (Ere Maijala) for the fix.
r/sr=sspitzer
2003-03-15 22:15:55 +00:00
dbaron%dbaron.org
ea3fcd2e6a
Oops! nsStyleSVG never had a GetStyleStructID method. b=196603
2003-03-15 21:54:49 +00:00
seawood%netscape.com
a270069056
All components must have a MODULE_NAME makefile variable that's the same as the generic module name of the component or static builds will fail.
...
Fixing static build bustage.
2003-03-15 21:49:53 +00:00
sspitzer%netscape.com
d3c2fcdb47
fix js error when clicking in thread pane, and no messages are selected.
...
no bug. rs=bienvenu
2003-03-15 20:08:27 +00:00
rogerl%netscape.com
ac2a48efe5
General GC-related fixes.
2003-03-15 20:05:32 +00:00
andreas.otte%debitel.net
1bf6cb18fb
fix bug 113032 [jar: anchors within pages drop the HTML file name] fix resolving relative jar urls, fix anchor handling in jar urls, r=darin, sr=bzbarsky
2003-03-15 20:00:20 +00:00
rogerl%netscape.com
fa8fca68e4
Instance & Dynamic property map changes to HashTable complete.
2003-03-15 19:36:12 +00:00
sfraser%netscape.com
d65e127cee
Fix project after dougt changes. Static build still likely broken.
2003-03-15 19:18:30 +00:00
dougt%netscape.com
e8ad668014
adding back layout_base. r=sfraser
2003-03-15 19:05:23 +00:00
dougt%netscape.com
de1529cfc5
Fixing 197566. r=me
2003-03-15 18:58:45 +00:00
mkaply%us.ibm.com
7afc448359
Last OS/2 bustage - HURRAH!
2003-03-15 18:53:38 +00:00
dougt%netscape.com
87e17084fe
Fixing 197566. r=me
2003-03-15 17:55:40 +00:00
mkaply%us.ibm.com
0dee744062
More OS/2 bustage - I'm starting to understand it now - nsIFileSpec.h was including other stuff and now that it is gone, we are discovering header dependencies
2003-03-15 16:58:22 +00:00
bzbarsky%mit.edu
fef48cc2d0
Fix a few inefficient callers of getElementsByTagName. Bug 191589,
...
r=neil@parkwaycc.co.uk , sr=jst
2003-03-15 16:30:09 +00:00
mkaply%us.ibm.com
a3f9865571
OS/2 bustage - need nsILocalFile.h
2003-03-15 15:40:59 +00:00
ian%hixie.ch
6f34ba8bd5
disabling a signal handler isn't done by using undef
2003-03-15 15:07:34 +00:00
ian%hixie.ch
a7bb820a34
fix the non-compiled case
2003-03-15 14:53:35 +00:00
ian%hixie.ch
56529c19a2
remove DESTROY code, rework the output system to use a single hash instead of passing arguments around, delay the loading of certain modules, fix some bugs with the removal of the built in property system, make the TemplateToolkit module only have one template object, and cache the precompiled documents, remove the HTTP output module, and other optimisations.
2003-03-15 14:14:21 +00:00
mkaply%us.ibm.com
a7154a78df
OS/2 bustage
2003-03-15 14:07:54 +00:00
mkaply%us.ibm.com
2365ec8408
Actually only Windows and BeOS need it - when was the last time that ever happened
2003-03-15 11:47:18 +00:00