scott%scott-macgregor.org
ad60f3a3b4
change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef in order to help thunderbird build on linux.
2003-04-24 06:25:12 +00:00
scott%scott-macgregor.org
e5ba01986e
Bug #194315 --> moz_thunderbird ifdef to not build many of the pieces in xpfe/components.
...
Should have 0 effect on Seamonkey builds. All of the changes are inside MOZ_THUNDERBIRD ifdef.
sr=bryner
2003-04-24 06:10:00 +00:00
scott%scott-macgregor.org
9e85171aac
Bug #194315 --> temporary MOZ_THUNDERBIRD hack to force all non mail urls out to the system default applications.
...
This is #ifdef MOZ_THUNDERBIRD and has no effect on the Seamonkey build.
sr=bryner
2003-04-24 06:05:13 +00:00
kyle.yuan%sun.com
38f4fc5217
Bug 201308 [Webclient] support nsIWindowCreator::CreateChromeWindow
...
r=edburns
2003-04-24 05:55:22 +00:00
bsmedberg%covad.net
037d48c62a
Fix for mac build bustage, with ccarlen. Cleanup from bug 201034.
2003-04-24 05:27:10 +00:00
bsmedberg%covad.net
5c359c6889
Attempting to fix Mac build bustage.
2003-04-24 03:29:19 +00:00
scott%scott-macgregor.org
440aedcb27
Land the new Thunderbird start page courtesty of David Tenser.
...
More packaging changes including the addition of the icon decoder for windows
Merge several trunk bug fixes over.
2003-04-24 01:55:17 +00:00
bsmedberg%covad.net
85dedad033
Bug 201034 non-const enumeration in nsBaseHashtable, add
...
nsTHashtable::RawRemove. Add a hashtable test-suite, and
clean up some codesize issues. Also fixes bug 203030 and
hopefully SunOS build bustage. r=jkeiser sr=alecf a=asa
2003-04-24 01:54:57 +00:00
ssu%netscape.com
a792f402ca
fixing bug 67067 - unable-to-create-directory dialog is titleless. r=curt, sr=dmose, a=asa
2003-04-24 01:34:31 +00:00
rginda%netscape.com
f062819284
bump version number
2003-04-24 01:12:07 +00:00
rginda%netscape.com
cfc250b00b
bug 203114 "find in this file" does not work, a=asa@mozilla.org
...
fixes a typo in cmdFindString, and cleans up some whitespace issues
2003-04-24 01:10:51 +00:00
sspitzer%netscape.com
4a333032b1
fix for regression bug #201652 , caused by my fix for bug #199360
...
when opening a link in an existing browser window, focus it
to bring it to front, or if minimized, to show it.
r/sr=bryner, a=sspitzer
2003-04-24 00:13:12 +00:00
darin%netscape.com
4ef6352e18
make it work on linux r=dougt
2003-04-23 23:44:48 +00:00
ssu%netscape.com
7821f89ab7
fixing bug 195136 - Palm Sync readme file needs to be packaged and installed with mail.xpi. r=sgehani, sr=dmose, a=asa
2003-04-23 23:39:11 +00:00
rogerl%netscape.com
775c2420b7
Adding some support for packages, fixes for missing ES4 classes.
2003-04-23 22:48:50 +00:00
gordon%netscape.com
b447b8a097
Fix AIX bustage. patch=jdunn, r=gordon, sr=darin, a=mkaply.
2003-04-23 21:43:12 +00:00
ssu%netscape.com
b99053aa38
fixing bug 202606 - Need a way to disable showing of bitmap in dialog. r=sgehani, rs=dmose, a=asa
2003-04-23 20:54:14 +00:00
ssu%netscape.com
3276cf2748
fixing bug 198947 - instaling xpi again, create *.old files (from this package) in place orginal. r=darin, sr=dmose, a=asa
2003-04-23 20:42:09 +00:00
cltbld%netscape.com
cdcc78cfed
Look in $Settings::ProductName.app/ on Mac. bryner checking in as cltbld.
2003-04-23 19:54:55 +00:00
chanial%noos.fr
3125f4f56a
name change part 2, a=brendan
2003-04-23 19:28:12 +00:00
chanial%noos.fr
56126c646e
Adding brand.dtd and brand.properties in mozilla/browser.
...
These files are left in mozilla/toolkit with a generic 'Mozilla Application' name and are overwritten in toolkit.jar during the build. Now, phoenix has no special privilege over mozilla/toolkit.
Name change, part 1: 'Mozilla Firebird', a=brendan
2003-04-23 19:07:32 +00:00
preed%sigkill.com
ddc8d08469
Bug 190893 - Release the beautification script used for Bugzilla status reports; contrib, so no r=, a=tara
2003-04-23 18:31:58 +00:00
chanial%noos.fr
8e87d4bf0c
re-hook the undo/redo menu listeners
2003-04-23 18:08:25 +00:00
sspitzer%netscape.com
c2de2a4696
fix for bug #186081
...
Printing doesn't work after Print Preview a mail message.
thanks to psolanki@netscape.net for the fix.
r=neil, sr=sspitzer, a=sspitzer
2003-04-23 18:01:54 +00:00
chanial%noos.fr
980f9eff57
Don't scroll to row=1 in the bookmarks manager
2003-04-23 17:57:26 +00:00
pinkerton%netscape.com
673eb4171b
fix titles on cookie prompt dialog to be more descriptive.
2003-04-23 17:31:25 +00:00
chanial%noos.fr
c1fdbb0350
keep the selection active after a DND in the bookmark manager
2003-04-23 17:29:05 +00:00
brendan%mozilla.org
61e651bfec
Remove copy-pasted scope qualifier for ReadSegments decl, jdunn says HP aCC barfs on it (a=leaf).
2003-04-23 16:48:08 +00:00
pinkerton%netscape.com
f169106684
make a textedit cell that leaves room for the proxy icon so that we
...
can use a regular NSTextField for the url bar. from nhamblen@mac.com
(bug 198095)
2003-04-23 16:47:11 +00:00
chanial%noos.fr
352cc766af
dropping folder group support
2003-04-23 15:05:10 +00:00
igor%mir2.org
3f7db604b7
Replacing try { cast } catch (ClassCastException ex) { action if not instance } by if (instanceof) { } else { action if not instance }.
...
Such optimization wins very little with modern JVMs if cast succeeds and produces very big overhead if cast fails. Moreover, it may prevent jits from doing more aggressive optimizations and makes class files bigger.
The change also made code in many places smaller since insanceof check take ensure that object is not null as well and with ClassCastException such check had to be done explicitly.
2003-04-23 14:47:09 +00:00
chanial%noos.fr
11718937dc
bug 202879: importing and exporting bookmarks are broken + code clean up
2003-04-23 14:10:49 +00:00
chanial%noos.fr
833673cbbb
enabling "Memory cache should be based on amount of physical RAM" (bug 105344 by gordon).
2003-04-23 13:48:59 +00:00
ben%netscape.com
b0751f58b6
Remove rogue TM symbol that's causing many sites (including NYT) not to work
2003-04-23 11:36:34 +00:00
neil%parkwaycc.co.uk
8b627e3f8a
Bug 202391 Unnecessary QI in <tree> contentView getter (DOM class info) r=varga sr=jag
2003-04-23 08:33:25 +00:00
neil%parkwaycc.co.uk
774dfb7b61
Bug 202338 font dropdown should be disabled unless body has focus r=brade sr=sspitzer
2003-04-23 08:25:34 +00:00
seawood%netscape.com
ccf6f72738
Removing extra ^Ms
...
Fixing irix bustage
2003-04-23 08:25:11 +00:00
sspitzer%netscape.com
51e8713cfb
fix for bug #176016
...
Sending an email can reveal the name of the profile directory secret .slt name
r/sr=bienveu
2003-04-23 06:38:08 +00:00
darin%netscape.com
6026a4294c
fixing opt bustage
2003-04-23 06:37:36 +00:00
varga%netscape.com
0c1154f57d
Fix for bug 160140. sort in xul treecol does not use locale sensitive sorting.
...
r=neil, sr=jag
2003-04-23 06:01:50 +00:00
sspitzer%netscape.com
2a05bc5c94
whitespace change, no bug.
2003-04-23 05:49:35 +00:00
bolian.yin%sun.com
a6b3d071a2
Bug 202085, Combine mai code into accessible/src/atk.
...
r=kyle.yuan@sun.com . This is NOT for default build.
2003-04-23 05:28:41 +00:00
sspitzer%netscape.com
bb62319ad0
fix for security bug #199088
...
r/sr=bienvenu
2003-04-23 05:21:18 +00:00
gordon%netscape.com
c1c3cb1197
Fix bug 105344 "Memory cache should be based on amount of physical RAM"
...
This allows the cache to use a lot more memory than previously.
r=saari, sr=darin.
2003-04-23 05:15:48 +00:00
gordon%netscape.com
fe2d32fd4e
Fix bug 105344. r=saair, sr=darin.
2003-04-23 05:13:31 +00:00
gordon%netscape.com
0ea329c8ad
Fix bug 105344. r=saari, sr=darin.
2003-04-23 05:11:58 +00:00
gordon%netscape.com
40094b39d9
Fix bug 105344. r=saari, sr=darin.
2003-04-23 05:05:16 +00:00
mkaply%us.ibm.com
b5af105e51
OK, should be final - need PR_CALLBACK here
2003-04-23 04:51:42 +00:00
mkaply%us.ibm.com
12349a4614
Putting this back because I think it might break stuff - OS/2 will be broke however
2003-04-23 04:42:35 +00:00
mkaply%us.ibm.com
6e43d449b9
OS/2 bustage - I know there are other compilers that have trouble with inline in the header without a defintion
2003-04-23 04:39:34 +00:00