Граф коммитов

118235 Коммитов

Автор SHA1 Сообщение Дата
ssu%netscape.com 428508f7bb 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 b390775570 Look in $Settings::ProductName.app/ on Mac. bryner checking in as cltbld. 2003-04-23 19:54:55 +00:00
chanial%noos.fr c3b55034c4 name change part 2, a=brendan 2003-04-23 19:28:12 +00:00
chanial%noos.fr fc8134fcbf 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 7685734aed 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 69480294c0 re-hook the undo/redo menu listeners 2003-04-23 18:08:25 +00:00
sspitzer%netscape.com 6e987524d8 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 d69472529c Don't scroll to row=1 in the bookmarks manager 2003-04-23 17:57:26 +00:00
pinkerton%netscape.com f3155a9199 fix titles on cookie prompt dialog to be more descriptive. 2003-04-23 17:31:25 +00:00
chanial%noos.fr 62eba4e4b3 keep the selection active after a DND in the bookmark manager 2003-04-23 17:29:05 +00:00
brendan%mozilla.org 784eab4a1d 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 feee4cd410 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 46b563aa5e dropping folder group support 2003-04-23 15:05:10 +00:00
igor%mir2.org 2356e59c9d 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 7d763c3c4b bug 202879: importing and exporting bookmarks are broken + code clean up 2003-04-23 14:10:49 +00:00
chanial%noos.fr e367dbbc21 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 04b437e2af 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 857b380dd0 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 53fd18c7ca 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 f5c6d0cbd2 Removing extra ^Ms
Fixing irix bustage
2003-04-23 08:25:11 +00:00
sspitzer%netscape.com c9c716aca0 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 d8202eb048 fixing opt bustage 2003-04-23 06:37:36 +00:00
varga%netscape.com 03791fb613 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 90f3d8ea61 whitespace change, no bug. 2003-04-23 05:49:35 +00:00
bolian.yin%sun.com 53b89b7094 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 5599c46767 fix for security bug #199088
r/sr=bienvenu
2003-04-23 05:21:18 +00:00
gordon%netscape.com 39bed19679 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 2ecc9ece0f Fix bug 105344. r=saair, sr=darin. 2003-04-23 05:13:31 +00:00
gordon%netscape.com 890ddacffe Fix bug 105344. r=saari, sr=darin. 2003-04-23 05:11:58 +00:00
gordon%netscape.com d83534770a Fix bug 105344. r=saari, sr=darin. 2003-04-23 05:05:16 +00:00
mkaply%us.ibm.com fcc51f8013 OK, should be final - need PR_CALLBACK here 2003-04-23 04:51:42 +00:00
mkaply%us.ibm.com 2df9fd3c2d 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 42e1d7aade 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
darin%netscape.com da773638fd hoping to fix bustage w/ my own version of configure generated using autoconf-2.13 2003-04-23 04:39:04 +00:00
mkaply%us.ibm.com 43cb1a0e6d One more PR_CALLBACK 2003-04-23 04:38:40 +00:00
bienvenu%netscape.com 2be94dc53b add cram-md5 support to pop, patch by Christian Eyrich, r=me, sr=sspitzer 202442 2003-04-23 04:37:44 +00:00
mkaply%us.ibm.com 93f248fd4f OS/2 bustage - PR_CALLBACK stuff 2003-04-23 04:33:14 +00:00
mkaply%us.ibm.com 4c6419aa49 IRIX bustage 2003-04-23 04:28:41 +00:00
sspitzer%netscape.com 219049caae fix for bug #202996.
don't create junk mail folder unless we have "move to junk" enabled

also, default target account / target folder pickers to junk on local folders
which we will create if it doesn't exist.

r/sr=bienvenu
2003-04-23 04:01:42 +00:00
darin%netscape.com c61486ff0b patch for bug 191970 "necko configuration options for footprint reduction" r=seawood sr=dbaron 2003-04-23 03:47:43 +00:00
jake%bugzilla.org dab604cbb4 Missed a couple of SGML references that should have been changed. 2003-04-23 03:23:04 +00:00
smontagu%netscape.com d7f8e0fffa Better default Hebrew fonts for Windows. Bug 149796, r=mkaply, sr=jag. 2003-04-23 03:15:13 +00:00
jake%bugzilla.org 6d2dfd10e5 Realphabetize the directory list. 2003-04-23 03:15:10 +00:00
ssu%netscape.com 0bcc14b7a9 fixing bug 202984 - Right clicking on Mozilla and selecting Preferences does not work. r/sr=jag. 2003-04-23 02:52:56 +00:00
jake%bugzilla.org 1b1454bb41 Recompile the docs from the XML source in anticipation of the 2.17.4 release. 2003-04-23 02:33:00 +00:00
jake%bugzilla.org 6535561639 Updating date for the 2.17.4 release. 2003-04-23 02:24:39 +00:00
jake%bugzilla.org 4f6272ff24 The source files for the Bugzilla Guide have long been using the XML version of DocBook but still residing in the sgml/ directory with an extension of .sgml.
In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
2003-04-23 02:04:28 +00:00
harishd%netscape.com 13e997dbf1 Fixing potential build bustage. 2003-04-23 01:53:51 +00:00
harishd%netscape.com e9a6d023b7 Fixing bustage 2003-04-23 01:31:59 +00:00
rbs%maths.uq.edu.au ca039d0ff3 Still wrestling with bug 118600, turn static class into pointer and s/./->/g accordingly 2003-04-23 01:08:40 +00:00