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

108204 Коммитов

Автор SHA1 Сообщение Дата
mikep%oeone.com 89765efa78 Adding function names to help with JS debugger. 2002-09-06 14:47:03 +00:00
mikep%oeone.com 85b07ed260 Adding in function name to help with debugging. 2002-09-06 14:46:40 +00:00
mikep%oeone.com f7b0101580 Changing function name. 2002-09-06 14:46:09 +00:00
mikep%oeone.com 8c4bfc68fc Fixing function name. 2002-09-06 14:45:49 +00:00
mikep%oeone.com fd404cb2c2 Fixing bug 165693 2002-09-06 14:44:13 +00:00
ian.mcgreer%sun.com 9f45386530 additional patch for bug 166768 2002-09-06 14:10:14 +00:00
ian%hixie.ch dad696adbc Switch to using smart_encode, cos we are smart. Add support for <fault> in XML-RPC output to handle errors. 2002-09-06 10:37:17 +00:00
aaronl%netscape.com 4ab7e14e22 Bug 167022. Color prefs broken. r=caillon, sr=brendan, a=asa 2002-09-06 07:30:45 +00:00
rginda%netscape.com 7ec7c07562 bug 166967, "profile summary is incorrect"
fix profile summary format string to include avg call time.
also makes isURLFiltered return true for empty urls.
2002-09-06 06:54:07 +00:00
jpierre%netscape.com c3cf689d16 Fix for 162983 - consider all certs revoked if there is a bad CRL in the cache 2002-09-06 06:53:03 +00:00
darin%netscape.com daf6133e35 fixes bug 166396 "embedders should be able to override the default socket
type used for HTTP connections" r=dougt sr=rpotts a=chofmann
2002-09-06 06:36:17 +00:00
jkeiser%netscape.com ff46a64808 Fix race condition where iframe's frame is created after document is loaded and body is parsed (bug 153815), kin@netscape.com's patch, r=jkeiser@netscape.com, sr=jst@netscape.com 2002-09-06 05:44:31 +00:00
jfrancis%netscape.com 3b6daa5e6f fix for 166524: forward delete key changes line order. r=brade sr=kin a=asa 2002-09-06 04:27:06 +00:00
matty%chariot.net.au 6659d92c05 Spelling fixes. 2002-09-06 03:59:06 +00:00
wtc%netscape.com 6f0790c8a9 Bug 136804: initialize inFile to PR_STDIN instead of NULL so that we don't
crash if the -i option is not specified.  Added two assertions to avoid
closing PR_STDIN due to internal errors.
2002-09-06 03:52:49 +00:00
sspitzer%netscape.com 7870615d89 fix for bug #166899. auto detect and set redirector type to based on hostname
r=cavin, sr=bienvenu, a=asa
2002-09-06 03:45:00 +00:00
justdave%syndicomm.com 51b128043f Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing installations will need to add these manually in
localconfig.  Also corrects spelling from "MacOS X" to "Mac OS X" per Apple's encouraged usage.
r= caillon
2002-09-06 03:19:02 +00:00
timeless%mac.com c5b68dfcc8 Bug 52007 Menu accelerators don't work if alt held down patch by jruderman@hmc.edu r=akkana sr=kin a=asa 2002-09-06 03:15:55 +00:00
aaronl%netscape.com daafdb4744 Bug 166704. Alt-tabbing between apps can disable typeaheadfind. r=kyle, sr=jst, a=asa 2002-09-06 02:52:24 +00:00
ian%hixie.ch 7497e2844b Add a comment to remind others of what I forgot... (that you probably need a propertyImpliedAccessAllowed to use methodMissing) 2002-09-06 02:01:48 +00:00
ian%hixie.ch b591389b8c Normalise the command argument so that we don't choke if it has a dot in it or something. (We don't always control what the command is, e.g. for XMLRPC.) 2002-09-06 02:00:26 +00:00
ian%hixie.ch 9104a19a97 Silly typo: the constructor arguments don't go on the class, duh 2002-09-06 01:54:14 +00:00
wtc%netscape.com 770e66f405 Bug 166716: do not assert in the unimplemented memory-mapped file
functions.  It is sufficient for them to fail with the not implemented
error.
Modified Files: bmmap.c macio.c os2misc.c
2002-09-06 01:37:32 +00:00
aaronl%netscape.com 589efa669c Bug 165626. Get typeaheadfind packaged as part of default install. Leaving out of packages-mac for now. r=curt, sr=dveditz, a=asa 2002-09-06 00:45:00 +00:00
relyea%netscape.com 0a288a2975 UnwrapPubKeyWithFlags is supposed to be public!! 2002-09-06 00:43:25 +00:00
wtc%netscape.com b7abf3a369 Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.
The patch for this checkin is attached to bug 166785.
2002-09-06 00:27:52 +00:00
bryner%netscape.com b04e8d309d Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst. 2002-09-06 00:19:58 +00:00
relyea%netscape.com 0bbd765dc1 Remove key.db from the using the blob db code. The blob db code uses the cert7.db record format to
record blobs in the database, which is incompatible with the key3.db format. (key3 does not have
any record types).
2002-09-06 00:18:24 +00:00
aaronl%netscape.com ce929fb460 Bug 166955. Type ahead find causes typing failure in mail compose window after returning from browser. r=bz, sr=dbaron 2002-09-05 23:41:16 +00:00
leaf%mozilla.org e96a609fb5 bug 163086, update user agent string, a=asa 2002-09-05 23:27:30 +00:00
ian.mcgreer%sun.com 31ccfff6ef bug 166741, unitialized variables
r=wtc
2002-09-05 22:28:30 +00:00
brendan%mozilla.org e6a03af4bf Fix error.stack computation to avoid toString as well as toSource on objects (166743, r=rginda, a=rjesup). 2002-09-05 22:25:48 +00:00
alecf%netscape.com 2deb661f08 fix for bug 166681 - fix leak and lame string usage in global history
r=blake, sr=jag, a=asa
2002-09-05 22:14:51 +00:00
bienvenu%netscape.com 88d4215242 fix bad imap msg hdrs when downloading attachments, r=cavin, sr=sspitzer, a=asa 162342 2002-09-05 22:08:50 +00:00
dougt%netscape.com 07735d934c Fixes many compiler warnings from xpcom/ds/nsVoidArray.h. r=dougt, sr=darin, patch=colin@theblakes.com, a=asa, b=166427 2002-09-05 21:57:52 +00:00
stephend%netscape.com c10157eacc Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa. 2002-09-05 21:50:46 +00:00
wtc%netscape.com b445601b9f Bug 166933: added quickder.c. 2002-09-05 21:47:24 +00:00
stephend%netscape.com ab0dd43dcd Bug 44348. Search UI: reset only clears criteria rows, not results. r=naving@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org 2002-09-05 21:46:37 +00:00
wtc%netscape.com 321e297f8b Bug 166933: added dbmshim.c. 2002-09-05 21:46:26 +00:00
stephend%netscape.com 2a5e619096 Bug 166778. Number of results not cleared in the AB Advanced Search window. r=kerz@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org 2002-09-05 21:44:09 +00:00
ian%hixie.ch a5c4970a09 A wrapper around LWP::UserAgent and HTTP::Entities. (And maybe other things, in future.) 2002-09-05 21:16:24 +00:00
alecf%netscape.com bcb6b30a76 oops, extra methods
part of bug 163736, again not part of build
2002-09-05 21:16:04 +00:00
ian%hixie.ch 333894b4c8 Minor bug fixes: Make anonymous arguments start from 1 not 0; make a zero argument response have a response (a true boolean); make outputs with zero or one arguments be handled as outputs instead of implied property accesses. 2002-09-05 21:15:15 +00:00
rginda%netscape.com 3e58ef9ae7 - cview only, not part of the build -
change rec.show() to rec.unHide(), because there is no such thing as rec.show()
2002-09-05 21:06:16 +00:00
ian%hixie.ch 66ae1bdf88 Add a generic output: acknowledge. Used when nothing is particularily required as a response, e.g. for a one-way XMLRPC call. 2002-09-05 21:05:33 +00:00
ian.mcgreer%sun.com ade4f2e40b make dsa_SignDigest static (mentioned in bug 166722) 2002-09-05 20:44:09 +00:00
ian.mcgreer%sun.com 7c3721bae6 bugs 166722 and 166768, compiler warnings in blapitest
r=wtc
2002-09-05 20:37:44 +00:00
mikep%oeone.com 5d31a6c89d Fixing problems with selection with the new tree. 2002-09-05 20:33:48 +00:00
mikep%oeone.com 3489a648b6 Fixing problem with selecting events not showing in current view. 2002-09-05 20:09:51 +00:00
morse%netscape.com fadf215033 backout offending part of patch in bug 158216, a=asa 2002-09-05 20:09:20 +00:00