cavin%netscape.com
017e742618
Fix for #119441 . Recplaced pDst->Write() call with EscapeFromSpaceLine() when body text is > 8K. r=ducarroz, sr=sspitzer, a=asa.
2002-03-06 01:07:53 +00:00
kmcclusk%netscape.com
66b228317f
Sample the system clock only once out of every 200 tokens when in the low frequency parser interruption mode to improve page load time on large pages. bug 124697 r=harishd sr=attinasi a=asa
2002-03-06 01:00:48 +00:00
sspitzer%netscape.com
ca3c769ae8
fix for #73995 . hide the print engine xul window when printing.
...
it really confuses users, who think maybe it's a print preview dialog.
this hiding piggy backs on the work of ducarroz and rods for bug #109081
also, fix the interCaps of the interface while I'm here.
thanks to rods for the initial patch. r=ducarroz, sr=bienvenu, a=asa
2002-03-06 00:53:45 +00:00
bzbarsky%mit.edu
e343fa70bc
"Sync Xlib gfx with GTK+ gfx source." Bug 128748, patch by
...
Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz), r=timeless,
sr=attinazi, a=asa
2002-03-06 00:48:31 +00:00
av%netscape.com
bce77010d5
Threaded plugin sample code, not part of the build
2002-03-06 00:34:36 +00:00
blakeross%telocity.com
905734c306
Download manager. Not part of build. a=asa
2002-03-06 00:34:15 +00:00
blakeross%telocity.com
c02dbcaa2c
Download manager. Not part of build. a=asa
2002-03-06 00:17:32 +00:00
ducarroz%netscape.com
7ba4a97e33
Fix for bug 113050. Patch submitted by Denis Antrushin <adu@sparc.spb.su>. Need to add every message url as attachment when forwarding messages. R=ducarroz, SR=bienvenu, A=asa
2002-03-06 00:14:23 +00:00
mhammond%skippinet.com.au
bffa705a32
Add clobber:: rule.
...
Not part of the build.
2002-03-06 00:07:22 +00:00
shanjian%netscape.com
72abd0f113
#127129 The above page is displayed many blank areas
...
When converting from unicode to GB2312GL, we need to clear 8bit. That is skipped
in patch for 101998. Add it back.
r=ftang, sr=alecf, a=asa
2002-03-06 00:01:35 +00:00
mhammond%skippinet.com.au
fff2ce6a4e
Move Linux to the new loader system. This requires a shared library
...
version of Python (rather than the static lib generally built.)
The simplest way to get a shared library version is to install
ActivePython.
Not part of the build.
2002-03-06 00:01:12 +00:00
nhotta%netscape.com
69edaa3577
Adding a check after the conversion to check the consumed length, changed nsMsgI18N7bit_data_part,
...
bug 128908, r=ducarroz, sr=sspitzer, a=asa.
2002-03-05 23:57:01 +00:00
mhammond%skippinet.com.au
7eb11246a6
Use new module init/term functions for Linux.
...
Not part of the build.
2002-03-05 23:55:25 +00:00
bzbarsky%mit.edu
cce8c86279
Fix printing on linux if screen is 72dpi. Bug 103145, r=dcone,
...
sr=roc+moz, a=asa
2002-03-05 23:52:49 +00:00
mhammond%skippinet.com.au
0c75d1af36
Fix the makefile for the loader.
...
Not part of the build (a=drivers, though :)
2002-03-05 23:52:14 +00:00
rjc%netscape.com
630f5e88f9
Fix bug # 128678: Mac OS X window toolbar widget regression. r=brade sr=hewitt a=asa
2002-03-05 23:49:39 +00:00
timeless%mac.com
8333188a5e
Bug 120282�javascript error in metadata.js (Link Properties doesn't work)
...
patch by neil.marshall@sympatico.ca r=timeless sr=alecf a=asa
2002-03-05 23:34:53 +00:00
naving%netscape.com
c17c0d94c4
104484 r=bienvenu sr=smcott a=asa. Set the name of the non-ascii folder correctly
...
so that the sortKey doesn't mess-up.
2002-03-05 23:32:59 +00:00
heikki%netscape.com
5f530db87d
Bug 129109, abort() was partially implemented. r=harishd, sr=darin, a=asa.
2002-03-05 23:30:09 +00:00
blakeross%telocity.com
1d6533365e
Download manager. Not part of build. a=asa
2002-03-05 23:23:53 +00:00
bzbarsky%mit.edu
fa26557def
Speed up text measurement inside <pre> (major win for view source). Bug
...
98118, r=shanjian, sr=roc+moz, a=asa
2002-03-05 23:23:09 +00:00
locka%iol.ie
ba29037e90
Properly fixup URLs containing http:// string in as form submit values. b=126181 r=bzbarsky@mit.edu sr=mscott@netscape.com a=asa@mozilla.org
2002-03-05 23:17:47 +00:00
bzbarsky%mit.edu
0ce51c8d44
Make FindBackground not QI to nsIHTMLBodyElement -- this makes it much
...
faster. Bug 129079, r=rjesup@wgate.com , sr=jst, a=asa
2002-03-05 23:17:32 +00:00
ssu%netscape.com
993271c759
fixing bug 126609 - Labels pref page could need some cleanup. r=racham sr=mscott a=asa.
2002-03-05 23:13:32 +00:00
pinkerton%netscape.com
1e4ee3992a
first pass at basebrowser for macCFM. r=ccarlen/sr=sfraser/a=asa. bug 127341.
2002-03-05 23:12:45 +00:00
heikki%netscape.com
c41e05a3b1
Bug 123953, crash when using XMLSerializer on 'orphaned' node. r=harishd, sr=vidur, a=asa.
2002-03-05 22:52:45 +00:00
hwaara%chello.se
d0fea38384
#128663 , "Exit" menuitem doesn't work.
...
r=bzbarsky, sr=hewitt, a=asa
2002-03-05 22:45:21 +00:00
locka%iol.ie
65718827b7
Display an authorization prompt when shift-click to save password protected URIs. b=116279 r=brade@netscape.com sr=darin@netscape.com a=asa@mozilla.org
2002-03-05 22:45:20 +00:00
bzbarsky%mit.edu
6e6c5db6c2
Build simple mapi again. Bug 122725, patch by rdayal@netscape.com,
...
r=cathleen, sr=mscott, a=roc+moz
2002-03-05 22:42:52 +00:00
bzbarsky%mit.edu
94cc734f34
Fix bug 57524, r=peterv, sr=jst, a=asa
2002-03-05 22:39:40 +00:00
bzbarsky%mit.edu
ec123f674a
fix regression of bug 124741. r=law, sr=alecf, a=asa
2002-03-05 22:35:56 +00:00
bzbarsky%mit.edu
2900587f75
Fix compiler warnings. Bug 127592, r=hwaara, sr=shaver, a=asa
2002-03-05 22:33:54 +00:00
cavin%netscape.com
27b53c51be
Fix for 128543. Convert server msg which contains key word "exceed max record" to a more user-friendly one. r=ducarroz, sr=mscott, a=asa.
2002-03-05 22:33:00 +00:00
blakeross%telocity.com
58d9f58b87
128969 - necessary dir/profile-related download manager changes. r=ccarlen sr=ben a=asa
2002-03-05 22:30:28 +00:00
blakeross%telocity.com
06d0f7ee05
128669 - sidebar panels should use <browser> not <iframe> r=sgehnani sr=hewitt a=asa
2002-03-05 22:28:24 +00:00
blakeross%telocity.com
084c0e84b7
Download manager. Not part of build.
2002-03-05 22:26:41 +00:00
blakeross%telocity.com
b7816a8a43
Download manager. Not part of build. a=asa
2002-03-05 22:17:06 +00:00
relyea%netscape.com
0134bfdc65
Initialize result to SECSuccess before we return.
2002-03-05 22:14:44 +00:00
alecf%netscape.com
908cf40db4
fix for blocker bugt 57866 from kairo@kairo.at
...
sr=alecf, a=alecf (sheriff) to get the tree open
2002-03-05 19:19:04 +00:00
cbiesinger%web.de
a4da703164
bug 120850 r=neil@parkwaycc.co.uk sr=jag a=asa
...
truncate status bar urls in the middle instead of at the end
2002-03-05 19:08:09 +00:00
samuel%sieb.net
744fa5222d
Bug 128311 - can't drag links from chatzilla
...
r=rginda a=roc+moz
chatzilla only
2002-03-05 18:13:41 +00:00
ian.mcgreer%sun.com
2e2c9211fe
missed part of last patch
2002-03-05 16:54:16 +00:00
ian.mcgreer%sun.com
7819af3f00
bug 125112, don't alloc return array if there are no certs found
2002-03-05 16:08:53 +00:00
beard%netscape.com
8d87f23bdb
Universal config file for Darwin.
2002-03-05 15:52:37 +00:00
wtc%netscape.com
d0a5d7f2a8
Bugzilla bug 128915: the first part of the previous change is not
...
necessary, so replace it with an assertion. r=mcgreer.
2002-03-05 15:49:33 +00:00
karnaze%netscape.com
92168ba210
bug 43039 - allow col to get next col in different col group for border collapse calc. sr=attinasi, r=alexsavulov
2002-03-05 15:23:28 +00:00
wtc%netscape.com
b0961a0c1d
Temporary workaround to make 'depend' do a 'clean' in NSS. This is for
...
the landing described in bug 128593.
Modified Files: Makefile.in security/manager/Makefile.in
security/nss/makefile.win
2002-03-05 15:22:48 +00:00
beard%netscape.com
f99920681d
fix for bug #59686 , a=asa@mozilla.org, r=rogerl, sr=shaver.
2002-03-05 15:09:05 +00:00
oeschger%netscape.com
a75ed629b7
adding help buttons to cookie manager, bug=118834, r=morse, sr=alecf, a=asa/drivers
2002-03-05 14:59:12 +00:00
mikep%oeone.com
dc26d4f9d1
Fixing bug 128823.
2002-03-05 14:52:40 +00:00