relyea%netscape.com
9e75e1c8d8
Make sure the array is big enough to handle all the cases.
2002-10-23 22:51:10 +00:00
rogerl%netscape.com
1ef77d67b7
Conditional & start parameter frame work.
2002-10-23 22:28:37 +00:00
gerv%gerv.net
6b542bceaf
Bug 171770 - check in Bugzilla Helper. Code by gerv; r=myk.
2002-10-23 22:15:16 +00:00
gerv%gerv.net
387edf5e1c
Bug 172874 - cvs remove old attachstatus templates. "patch" by gerv; r=myk.
2002-10-23 22:11:06 +00:00
nelsonb%netscape.com
8bacf2ad20
Include certi.h to resolve invocation of undeclared function.
2002-10-23 22:00:48 +00:00
chanial%noos.fr
e2780b1a1b
and more again 'open in tabs' menuitem fixing
2002-10-23 21:57:50 +00:00
chanial%noos.fr
517352c921
more 'open in tabs' menuitem fixing
2002-10-23 21:41:45 +00:00
mikep%oeone.com
6f19aafc1d
Fixing bug 172961, problem with doctype not matching root type.
2002-10-23 20:58:52 +00:00
nelsonb%netscape.com
b7a054c16f
Add 2 new functions to NSS, so an application can get a list of all
...
email addresses in a cert. Bug 152986.
Modified Files: lib/nss/nss.def lib/certdb/alg1485.c lib/certdb/cert.h
lib/certdb/certdb.c lib/certdb/certi.h
2002-10-23 20:50:51 +00:00
wtc%netscape.com
b368ead682
The version of the builtin root certs module is now specified in nssckbi.h.
2002-10-23 19:04:22 +00:00
blizzard%redhat.com
8fa55f53be
Bring spec files up to date. Not part of the default build.
2002-10-23 17:17:50 +00:00
rogerl%netscape.com
8261217c13
*** empty log message ***
2002-10-23 16:15:48 +00:00
blizzard%redhat.com
804e01dd5e
Backout unapproved checkin for bug #104371 .
2002-10-23 15:18:13 +00:00
glazman%netscape.com
f7659825e8
Composer's struct toolbar caused regression in mail composition + UI polish ; b=175276, fix by neil@parkwaycc.co.uk, r=glazman, sr=kin, a=asa
2002-10-23 12:09:02 +00:00
mkaply%us.ibm.com
19880b3866
#104371
...
r=mkaply, sr=blizzard
Corresponding OS/2 fix
2002-10-23 12:08:05 +00:00
chanial%noos.fr
7ac6f1b9e9
some cleanup
2002-10-23 11:56:40 +00:00
chanial%noos.fr
66264f60b0
don't override single tab when pref is 'append'
2002-10-23 10:57:20 +00:00
igor%mir2.org
d7a9329429
I modified Context.enter/Context.exit to remove explicit synchronization on threadContexts as implicit implicit synchronization when calling threadContexts.get/threadContexts.put/threadContexts.remove is enough to ensure thread safety. It reduces time spend in synchronized code so Context.enter/Context.exit is less problematic with script execution on many threads.
...
The change also allows with simple modifications of Context.getCurrentContext and Context.setThreadContext to use java.lang.ThreadLocal from JDK 1.2 to remove any synchronization on global data structures during Context.enter/Context.exit/Context.getCurrentContext.
2002-10-23 09:56:26 +00:00
bryner%netscape.com
43279dee45
Only build in themes/classic/global/unix on gtk and gtk2. In particular, don't go in there on Mac OS X, so that we don't override the Mac css with the Unix css. Bug 172022, r=cls, a=brendan.
2002-10-23 06:36:32 +00:00
rogerl%netscape.com
ccf6eddc0a
Fixed 'load' to load into global scope.
2002-10-23 05:47:43 +00:00
jay.yan%sun.com
65a9e15203
bug 146108, popup menu position wrong after opening tabs. patch=robin,r=blizzard,sr=bryner,a=asa
2002-10-23 04:24:57 +00:00
hyatt%netscape.com
f0fbe99df7
Fix for 104371, SHIFT not being set correctly in the DOM, i.e., the SHIFT+space
...
keybinding didn't work. r=blizzard,brade sr=blake
2002-10-23 03:15:42 +00:00
timeless%mac.com
1149aba64a
Bug 96994 Page info > Images doesn't list background images
...
patch by db48x@yahoo.com r=bz sr=jag a=asa
2002-10-23 03:08:10 +00:00
rogerl%netscape.com
b7a5891106
Error reporting fixes.
2002-10-23 03:02:53 +00:00
jpierre%netscape.com
c27e2ab55d
Up library number for TC roots - bug #169038
2002-10-23 01:38:57 +00:00
rogerl%netscape.com
7f481bca70
Error reporting fixups.
2002-10-22 23:44:32 +00:00
ducarroz%netscape.com
66d3a37205
Fix for bug 175223. We need to reset the stored message body before getting the new one from editor. R=varada, SR=sspitzer, A=asa
2002-10-22 23:23:56 +00:00
jfrancis%netscape.com
a32d075a30
mac port of layout-debug idl, plugin, and component
2002-10-22 21:59:34 +00:00
wtc%netscape.com
15cd36cd32
Bug 175668: merged the fix for the pointer aliasing bug from the 2001
...
version of dtoa.c. Removed the workaround of disabling compiler
optimizations on AIX.
Modified Files: Makefile.in prdtoa.c
2002-10-22 21:28:03 +00:00
igor%mir2.org
8bd679943a
Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=173180
...
Merges utf8ToOneUcs4Char body into the decode method and adds checks
for overlongs to follow SpiderMonkey.
2002-10-22 21:22:44 +00:00
blizzard%redhat.com
2702fe3102
Bug #144215 . gtk2 Mozarea not finalized on Destroy. Patch from mpeseng@tin.it. r=blizzard Not part of the default build.
2002-10-22 20:44:18 +00:00
sicking%bigfoot.com
84e9f2d3e5
Bug 158457: Properly call StartDocumentLoad when loading XSLT stylesheets and let that deal with stopping scripts and stylesheets from being loaded instead of manually stopping that in the XSL contentsink.
...
r=harishd sr=peterv a=asa
2002-10-22 20:09:13 +00:00
varga%netscape.com
6f3bb5cc46
Fix for bug 134824. Column Sorting in the Download Manager has no effect.
...
r=neil, sr=jag, a=asa
2002-10-22 19:49:29 +00:00
jaggernaut%netscape.com
60ebc3a2af
Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers
2002-10-22 19:48:59 +00:00
hyatt%netscape.com
33c10c3078
Enable marquee.
2002-10-22 19:10:34 +00:00
mostafah%oeone.com
634908caef
Renamed displayDateEnd to displayEndDate
2002-10-22 18:59:36 +00:00
varada%netscape.com
111babe8b8
fix for 135748;accesskeys for addressbook dialogs;r=cavin;sr=bienvenu;a=asa
2002-10-22 17:57:41 +00:00
varada%netscape.com
f766707457
fix for 24873;accesskeys for account wizard;r=cavin;sr=bienvenu;a=asa
2002-10-22 17:57:25 +00:00
mostafah%oeone.com
3fdff7f75f
Fixed backend for bug 133331 :[RFE] Allow events to span multiple days
2002-10-22 17:33:05 +00:00
mostafah%oeone.com
72306f7530
Frontend change to use the oeICalEventDisplay. Part of fix to bug 133331: [RFE] Allow events to span multiple days
2002-10-22 17:31:42 +00:00
kaie%netscape.com
07e7395168
b=175012 Mozilla don't support multipart/signed mail with md5 micalg parameter
...
r=ducarroz sr=darin a=asa
2002-10-22 14:48:14 +00:00
kaie%netscape.com
cb29428f21
b=175352 Account Manager should protect itself in case Shutdown gets called twice
...
r=bhuvan sr=mscott a=asa
2002-10-22 14:45:00 +00:00
ian.mcgreer%sun.com
754a241906
bug 174634, fix handling of authorityCertIssuer in chain construction
2002-10-22 14:43:08 +00:00
dbaron%fas.harvard.edu
e7af6753ae
Testing backout of bryner's changes (bug 22820) to see if it fixes pageload regression.
2002-10-22 10:22:19 +00:00
sicking%bigfoot.com
9684550ca6
Bug 64945: XML prettyprinting final stage. Implements document.removeBinding and drops the prettyprint binding when the document is modified. Also turn on prettyprinting by default.
...
r=jkeiser,hyatt,bz sr=rpotts a=asa
2002-10-22 06:07:52 +00:00
bugreport%peshkin.net
04bd65b1cb
Bugzilla Bug 175625 Timetracking columns are computed even if not displayed
...
Patch by jeff.hedlund
r=dkl,joel
2002-10-22 06:00:52 +00:00
bryner%netscape.com
11a7933e45
If the "src" attribute is changed on an image, and we don't have an image frame, use NS_STYLE_HINT_FRAMECHANGE so that an ImageFrame is constructed and the image is loaded (bug 22820). r=dbaron, sr=jst, a=roc.
2002-10-22 05:30:05 +00:00
sicking%bigfoot.com
afcc08f642
Bug 64945: XML prettyprinting final stage. Implements document.removeBinding and drops the prettyprint binding when the document is modified. Also turn on prettyprinting by default.
...
r=jkeiser,hyatt,bz sr=rpotts a=asa
2002-10-22 05:28:36 +00:00
seawood%netscape.com
e8c0071170
Fix platform detection and workaround bug in cygwin perl's FindBin module.
...
Thanks to Adam Lock <adamlock@netscape.com> for the patch.
Bug #166105 r=cls a=asa
2002-10-22 04:25:08 +00:00
bzbarsky%mit.edu
cb72983599
History sort order should persist. Bug 91417, patch by Oswald Fischer
...
<osfischer@gmx.de> and Wesha <wesha@mail.ru>, r=jag, sr=bzbarsky, a=roc+moz
2002-10-22 04:02:25 +00:00