Commit Graph

126665 Commits

Author SHA1 Message Date
tor%cs.brown.edu
bbf2ef596f Bug 208314 - remove use of iostreams to allow building with compilers
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
wchang0222%aol.com
bf2c5e5f16 Bugzilla bug 225808: 1. Use a 32-bit integer type for cert->nsCertType so
that it can be safely passed to PR_AtomicSet on all platforms.  Note that
we still use an unsigned type to avoid introducing signed/unsigned compiler
warnings.  2. Added a (PRInt32 *) cast to eliminate a pre-existing
signed/unsigned warning.  r=nelsonb.
Modified Files: certdb.c certt.h
2004-02-07 01:41:15 +00:00
bienvenu%nventure.com
e040b470c9 add ability to set smtp password to be same as imap or pop3 password, off by default sr=mscott 219200 2004-02-07 01:17:03 +00:00
wchang0222%aol.com
5c995a5d18 Bugzilla bug 233239: do not include cmd/zlib and cmd/lib headers and
libraries in NSS binary releases.
Modified Files:
	lib/Makefile lib/manifest.mn makepqg/manifest.mn zlib/Makefile
	zlib/manifest.mn
2004-02-07 00:26:02 +00:00
pinkerton%aol.net
8a832c79ca copy plists for objdir build (sr=bryner, bug 233310) 2004-02-07 00:10:19 +00:00
mostafah%oeone.com
5c16c58303 Fixed bug 230617: Jan 9 Build will not create new Calendar, Event, or Task for *first time* installation 2004-02-06 23:36:48 +00:00
dbaron%dbaron.org
9e5fb4244d Get rid of empty damage rect warning; better to check at callee than caller. Add const to fix DEBUG-only warnings about string constants being used as non-const. b=233292 r+sr=roc 2004-02-06 23:11:46 +00:00
dbaron%dbaron.org
8b7d5f0145 Synthesized mouse moves shouldn't fire DOM mousemove events. b=20022 r=roc sr=bryner 2004-02-06 23:10:32 +00:00
cbiesinger%web.de
6084008627 fixing bustage 2004-02-06 23:05:40 +00:00
cbiesinger%web.de
9382bd3029 Bug 233169 [windows] It's impossible to set helper applications for executables
r=bzbarsky sr=darin
2004-02-06 22:32:29 +00:00
scott%scott-macgregor.org
45a253d63e Bug #229879, 208196 --> Thunderbird/Mozilla does not properly display attachments sent from a mac when they are
encoded via apple/double.

Always look for the file name from the data fork then the resource fork.

sr=bienvenu
2004-02-06 20:48:56 +00:00
darin%meer.net
f19f25fa1a adding a JS testcase for server sockets (see bug 92928) 2004-02-06 20:36:58 +00:00
neil%parkwaycc.co.uk
fb39b7532e Bug 231499 Cookie manager could only delete contiguous selections r=dwitte sr=darin 2004-02-06 20:32:48 +00:00
mostafah%oeone.com
e92c3a39b4 Fixing minor problem with xpi build script 2004-02-06 20:28:59 +00:00
igor%mir2.org
ec7de43908 Fixing bug 233274: for/in loop goes through array elements in wrong order
Fix: populate ids array in NativeArray with dense indexes first

Since array literals in Rhino creates instances of NativeArray with the
internal dense array containing literal elements, the patch changes
NativeArray.getIds to return ids array with dense indexes coming first and
indexes for elements added later after that.
2004-02-06 20:16:36 +00:00
ccarlen%mac.com
90910fcb46 Bug 161982 - need an autobuffer impl available to all code. This is a template version of nsSpillableStackBuffer, which is defined in more than 1 place. r=brade/sr=bryner 2004-02-06 20:15:59 +00:00
neil%parkwaycc.co.uk
b1484f8d86 Bug 209037 JS error invalid instanceof operand trying to content.find() r=timeless sr=jag 2004-02-06 20:14:38 +00:00
mostafah%oeone.com
3bbbae9018 Fixed bug 212520: Calendar xpi should follow the standar xpi structure 2004-02-06 20:13:15 +00:00
scott%scott-macgregor.org
bbc5609769 Bug #229855 --> check filename extension before Appledouble-encoding attachment having insignificant resource fork
sr=bienvenu
2004-02-06 19:30:33 +00:00
cbiesinger%web.de
822a291d22 Bug 231886 Allow extensions to add extension->type mappings by adding an entry
in the "ext-to-type-mapping" category, where the name is the extension and the
value the mime type.
r=bzbarsky sr=darin
2004-02-06 18:43:27 +00:00
mostafah%oeone.com
6dd0174ab3 Removing unneeded makefile.win 2004-02-06 18:32:32 +00:00
neil%parkwaycc.co.uk
098fafeb6c Bug 189430 JS strict warning reference to undefined property window.arguments[2] p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:30:42 +00:00
neil%parkwaycc.co.uk
8e7b059db0 Bug 162432 JS error redeclaration of const MOZILLA_CONTENT_PACK p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:29:03 +00:00
neil%parkwaycc.co.uk
1692abfa7e Bug 231595 Remove obsolete showSidebarMenu entity p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:27:18 +00:00
neil%parkwaycc.co.uk
f9f469589c Bug 232597 JS error redeclaration of const kPersonalAddressBookURI p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:25:05 +00:00
neil%parkwaycc.co.uk
88e0c1f93e Bug 232755 JS strict warning assignment to undeclared variable prevDefaultPort p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:23:11 +00:00
daniel%glazman.org
3255664481 fixes annoying assertion in the editor: b=217906, r=brade, sr=kin 2004-02-06 14:34:54 +00:00
cbiesinger%web.de
15d25b1008 bug 225570. make nsMsgCompose use GetTypeFromFile
r=bzbarsky sr=mscott
2004-02-06 13:49:22 +00:00
ian%hixie.ch
2fc58d69c0 We should never try to ask _ourselves_ what stuff is, that's just silly! 2004-02-06 12:19:13 +00:00
ian%hixie.ch
a465568412 Oops, must reply to status in round 1. Make the Told handlers slightly happier about replying early. 2004-02-06 12:03:37 +00:00
axel%pike.org
d15e10e1a5 txStylesheetCompiler should not error on mRV, r=sicking, sr=peterv 2004-02-06 11:33:45 +00:00
jshin%mailaps.org
0f9983b873 bug 229705: make CStringArray:CStringAt accept nsACString& as out param. (r=alecf, sr=bz) 2004-02-06 09:49:22 +00:00
bryner%brianryner.com
1c2a40ffa9 Install default.xpm to the right place. 2004-02-06 08:47:03 +00:00
bmlk%gmx.de
cbc9e79487 col frames should not have child frames. bug 230138 r=dbaron sr=bzbarsky 2004-02-06 05:27:57 +00:00
jst%mozilla.jstenback.com
75d15492c5 Fixing regression bug 233191. Make sure we fire the correct document notifications when inserting/appending children to a DOM node through the DOM APIs. r=mscott@mozilla.org, sr=bzbarsky@mit.edu 2004-02-06 02:26:10 +00:00
scott%scott-macgregor.org
0de6750d91 fix some more UI glitcheds in the 3-pane. Patch by theboyjenkins 2004-02-06 02:17:36 +00:00
wchang0222%aol.com
91ad07e7f5 Bugzilla bug 123693: improved the fix for this bug. Maintain the
consistency between the slot hash table and slot list when the
creation of a slot fails. r=relyea,nelsonb.
2004-02-06 02:04:48 +00:00
cbiesinger%web.de
fe64d21a2c removing unused include 2004-02-06 00:12:38 +00:00
scott%scott-macgregor.org
a1f2939862 Bug #230577 --> mail address autocompletion chooses three addresses from address book entries of a certain form.
Remove the header parser's code that breaks names based on spaces so it won't break:

Scott, John Smith, Peter

r=neil, sr=bienvenu
2004-02-05 21:30:54 +00:00
bienvenu%nventure.com
9fe00adc1f fix 228597 news article article always gets sent to the first account's server when sharing identities between accounts, patch by ch.ey@gmx.net, r=me, sr=mscott 2004-02-05 21:15:10 +00:00
cbiesinger%web.de
7bf3df9f49 Bug 233153 symlinking to mozilla startup script broken
patch by roland.mainz@nrubsig.org r=ajschult sr=bsmedberg
2004-02-05 20:32:05 +00:00
neil%parkwaycc.co.uk
53269c7bf7 Backing out workarounds in bug 196755 and 206668 now that the correct fix has landed r=jst sr=jag 2004-02-05 20:31:10 +00:00
bienvenu%nventure.com
baa4febec9 fix 231133 only parse the current response line for auth capapility, not the whole response text, patch by ch.ey@gmx.net, r/sr=me 2004-02-05 19:59:09 +00:00
neil%parkwaycc.co.uk
9d35d88349 Bug 233158 Make tree content view notify tree when all rows are removed r=varga sr=alecf 2004-02-05 19:53:40 +00:00
cbiesinger%web.de
41c589bbc6 checking in right patch for bug 63117 - numbers in prefs accepted in octal when they start with 0, in hex when they start with 0x
r=neil sr=alecf, patch by eddyk@netscape.com/durbacher@gmx.de
2004-02-05 19:46:42 +00:00
cbiesinger%web.de
4e7bd03cba backing out wrong patch for bug 63117 2004-02-05 19:45:16 +00:00
mkaply%us.ibm.com
3efe4c594a #227914
r=pedemont, sr=blizzard (platform specific)
Patch from ganesh -only substitute Helvetica for WarpSans when printing
2004-02-05 19:37:48 +00:00
mkaply%us.ibm.com
6206603b03 #231435
r=mkaply, sr=blizzard (platform specific)
Patch from ganesh - Don't recycle compose windows on OS/2
2004-02-05 19:27:53 +00:00
bienvenu%nventure.com
136ef6999b fix 229044 don't add - divider if signature already contains one, patch by ch.ey@gmx.net, r=me, sr=mscott 2004-02-05 19:17:18 +00:00
bienvenu%nventure.com
71c4d6be4a fix palm build bustage from last checkin (shouldn't affect tbox since I don't think it builds palm sync) 2004-02-05 19:03:00 +00:00