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

112659 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com dfc3a21a75 Renaming member variables in nsTimeoutImpl from 'foo' to 'mFoo'. rs=brendan@mozilla.org 2002-11-28 01:35:45 +00:00
jst%netscape.com aa20bdfceb Fixing bug 178810. Original idea for the fix proposed by keeda@hotpop.com, complete fix written by me. Fix reference counting goofup that is triggerd by timeouts that run while a timeout is executing (due to a bug that lets timeouts fire while modal windows are open). r=peterv@netscape.com, sr=brendan@mozilla.org 2002-11-28 01:04:18 +00:00
sspitzer%netscape.com 820a94b974 fix for #173915. add print preview sub menu to print button in mailnews.
fix title for print preview.  thanks to neil@parkwaycc.co.uk for the patch.
r/sr=sspitzer
2002-11-28 01:00:32 +00:00
curt%netscape.com eaeb0a93ea Merging in Sean's fix from bug #182195
(This script isn't part of the build yet.)
2002-11-28 00:28:36 +00:00
jkeiser%netscape.com 97a7c37934 Make testcase reflect its comments (bug 130834), r=timeless, sr=bzbarsky 2002-11-27 23:50:40 +00:00
sspitzer%netscape.com 1d230ad935 fix for bug #180477. fix crasher and other problems with toggling junk
state from the advanced search dialog.  and some code cleanup.
r/sr=bienvenu
2002-11-27 23:36:38 +00:00
ssu%netscape.com 2ade9eb1fc fixing bug 182195 - XP Start Menu displays $ProductNameInternal$ instead of Mozilla for the default browser. r=dveditz sr=leaf 2002-11-27 23:25:02 +00:00
akkana%netscape.com 1a8bd4f0ed 169615: Get rid of MOZILLA_FIVE_HOME warning. r=dmose sr=sspitzer 2002-11-27 23:02:17 +00:00
curt%netscape.com 2fd3ad014b New installers build process which will not become part of the build
until Leaf flips the switch on the nightly automation process.
2002-11-27 21:50:46 +00:00
mkaply%us.ibm.com ae35f1d68f #182014
r=me, sr=blizzard (platform specific code)
OS/2 only - regession caused by webdings code - forgot to set convertcodepage in unicode case
2002-11-27 21:33:37 +00:00
darin%netscape.com da270177d5 attempted fix for compilation error w/ GCC 2.91.66 2002-11-27 20:21:12 +00:00
shanjian%netscape.com 88779aee96 #168582 POST document is not displayed correctly in new window
carry over charset to new window.
r=ftang, sr=jst
2002-11-27 19:53:56 +00:00
jake%bugzilla.org 4d920129ae Bug 67077 - We now include the timezone (as configured in editparams.cgi) on every time we display.
r=justdave
a=justdave
2002-11-27 16:00:44 +00:00
mikep%oeone.com 76b784fca4 Fixing up JS warnings, as per bug 162166. 2002-11-27 15:20:28 +00:00
mikep%oeone.com 7d54408bd3 Fixing bug 173028, allowing multiple selection of importing files. 2002-11-27 14:53:38 +00:00
bugreport%peshkin.net 438aef1538 Bug 173761 Need ability to always require login
patch by joel
r=gerv, a=justdave
2002-11-27 14:46:06 +00:00
ere%atp.fi 184532a39b Bug 24064: Need ability to specify Trash folder
r=Henry.Jia
sr=bienvenu
2002-11-27 12:20:37 +00:00
henry.jia%sun.com 729b7067ca Bug 161085: get rid of m_onlineBaseFolderExists, it's not used
r=antonio.xu@sun.com, sr=bienvenu@netscape.com
2002-11-27 04:02:00 +00:00
dbradley%netscape.com 03dbe4ab1c Bug 180182 - crash[@ 0x10101010 - js_GetSlotThreadSafe - JS_GetPrivate]
This was caused by GC occuring within JS_CloneFunctionObject, and the jsval passed in wasn't protected. r=dbradley, sr=jst, patch=jband
2002-11-27 03:55:17 +00:00
bzbarsky%mit.edu 37d1492f3b Remove fishy logic with the advisory type. Bug 155421, r=sicking, sr=dbaron 2002-11-27 03:42:37 +00:00
wtc%netscape.com 7c3bd3bd72 Bug 162358: added NSPR file I/O functions that take UTF16 pathnames. The
patch is contributed by Roy Yokoyama <yokoyama@netscape.com>.
Modified Files: config/config.mk prio.h prtypes.h _win95.h primpl.h
                prdir.c prfile.c w95io.c ptio.c
2002-11-27 03:17:13 +00:00
blizzard%redhat.com ce808586a1 Oops, that debugging code shouldn't have been checked in. 2002-11-27 03:02:40 +00:00
blizzard%redhat.com 76ba45f9af Bug 177405. Scrollbars look funny of they have been resized to infinite. Fix the size at infinity to 1 so the bar fills up the entire length of the scrollbar. 2002-11-27 02:56:11 +00:00
dmose%netscape.com baf766e1ad Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
blizzard%redhat.com ac51fd1fe5 Bug #182130. Fix crashes with gtk2 and realvideo plugin. Check to make sure that the window in question is an Xt window before using it. Not part of the default build. 2002-11-27 02:46:39 +00:00
brendan%mozilla.org 48668108fd Fix rt->checkObjectAccess call in fun_getProperty to avoid non-object-accessing calls (r=waterson). 2002-11-27 02:11:53 +00:00
blythe%netscape.com acb0e5e12a Not part of build.
Script to help determine where uuids are declared and who uses them.
2002-11-27 02:09:05 +00:00
depstein%netscape.com ab28846ffc cosmetic string change. not part of the build. 2002-11-27 01:28:51 +00:00
wtc%netscape.com 0def6ffdbe Bug 181878: fixed two more bugs in the new code to support multiple email
addresses per certificate.  r=nelsonb.
2002-11-27 01:28:03 +00:00
pschwartau%netscape.com d204006dad Removing an extraneous line. 2002-11-27 01:12:21 +00:00
pschwartau%netscape.com baf6f364fe Initial add. Regression test for bug 154693. 2002-11-27 01:00:29 +00:00
cmanske%netscape.com 411cfc84da Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser 2002-11-27 00:35:09 +00:00
jrgm%netscape.com a7ad930ed8 'Remove 'Done' in browser statusbar after first link hover' [bug 181689], (and remove some dead code), r=caillon, sr=jag 2002-11-26 23:43:25 +00:00
ssu%netscape.com 918d4f620d checking in patches for bugzilla2@farside.demon.co.uk for bug 169159 - Inconsistency in the WinXP Start Menu item (version in one not in other). r=ssu, sr=dveditz 2002-11-26 23:21:07 +00:00
wtc%netscape.com b78a21a145 Bug 182086: on Mac OS X, ranlib needs to be rerun after static libraries
are moved.
2002-11-26 23:05:56 +00:00
akkana%netscape.com e6706d6b93 162083: fix ctrl-delete to delete by words, not to end of line. r=brade sr=bzbarsky 2002-11-26 23:01:12 +00:00
peterlubczynski%netscape.com 283a157c6a Fixing bug 137535, supporting BP_GetSupportedMIMETypes on Mach-O for MPEGS to work r=sdagley sr=beard 2002-11-26 22:28:39 +00:00
akkana%netscape.com b0bfc05f8e 110378: Don't lose data when head is rewritten to HEAD. r=brade sr=kin 2002-11-26 22:15:30 +00:00
relyea%netscape.com c40360b6a9 More review changes,
Fix incorrect return in pcertdb.c
2002-11-26 22:14:56 +00:00
bienvenu%netscape.com ef464bccd9 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:47:27 +00:00
bienvenu%netscape.com 859a783300 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:41:44 +00:00
caillon%returnzero.com 357b689f08 182084 - Use the preprocessor to turn off slider debugging rather than a run-time check.
r=cbiesinger, sr=bzbarsky
2002-11-26 21:38:18 +00:00
neeti%netscape.com 535ca56710 fix for bug 163941-resolving shorcuts, r=rpotts,sr=darin 2002-11-26 21:37:58 +00:00
gerv%gerv.net 815700592c Bug 114179 - Concentration, improvement, and templatisation of Bugzilla general user help system. Patch by gerv; r,a=justdave. 2002-11-26 21:11:23 +00:00
gerv%gerv.net 9018e58b6c Bug 181221 - CSV reports on 2-d tables have header messed up. Patch by gerv; r=joel, a=justdave. 2002-11-26 21:09:09 +00:00
relyea%netscape.com 25a292272c Incorporate some of Nelson's review changes.
Collapse all the profile data into an array for easier processing when printing out.
2002-11-26 21:03:18 +00:00
relyea%netscape.com 7ee6bebcae Move mac build changes from 3.6 branch back to the trunk 2002-11-26 21:00:31 +00:00
shanjian%netscape.com 837ccf451e #171813 Universal auto detector doesn't work well on sohu news page
adjust the detecting parameter.
r=ftang, sr=jst
2002-11-26 20:56:08 +00:00
shanjian%netscape.com be00d6e8b3 #180988 ���������������������������������������� in text causes universal AD to display in Big5
count every char for total.
yokoyama: review+
bzbarsky: superreview+
2002-11-26 20:03:30 +00:00
pschwartau%netscape.com cef2fed562 Rearranging section order for greater readability. 2002-11-26 19:55:34 +00:00