93387 Commits

Author SHA1 Message Date
seawood%netscape.com
e6eef97328 Set -DFUNCPROTO=15 when compiling against X so that the X headers use the fully qualified ANSI-C prototypes.
Bug #112873 r=bryner
2001-12-01 22:15:20 +00:00
bryner%netscape.com
5db83d7f60 Removing unused silentdownload prefs. r=shaver, rs=ben. 2001-12-01 21:03:12 +00:00
leaf%mozilla.org
7ed4d287fb Automated update 2001-12-01 18:57:50 +00:00
seawood%netscape.com
995026559f Revert to using standard config.sub & config.guess entries for OS/2.
Thanks to pedemont@us.ibm.com (Javier Pedemonte) for the patch.
Bug #112244 r=cls
2001-12-01 18:54:36 +00:00
seawood%netscape.com
012b7434ff Disable universalchardet tests when DISABLE_TESTS is set.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #111528 r=cls
2001-12-01 18:49:06 +00:00
nhotta%netscape.com
10919378a6 Attempt to fix the Mac bustage. 2001-12-01 18:28:15 +00:00
nhotta%netscape.com
89c29421d0 Added default charset to nsIMsgCompFields, removed nsMsgI18NGetDefaultMailCharset, bug 110127, r=ducarroz, sr=bienvenu. 2001-12-01 17:39:17 +00:00
nhotta%netscape.com
16a527d0a8 For search, cache default charset to the class. For eudora, changed to get a pref directly,
bug 110127, r=naving, sr=bienvenu.
2001-12-01 17:36:35 +00:00
bienvenu%netscape.com
3d86d24c3c clear cached thread object when folder tries to clear db (fix for bloat when switching folders) r=naving, sr=sspitzer 95685 2001-12-01 17:25:33 +00:00
mkaply%us.ibm.com
bf6d951735 put PL_strtok_r in to try to fix HPUX bustage 2001-12-01 14:58:54 +00:00
roc+%cs.cmu.edu
c88233916b Bug 73382. Clean up view manager interfaces, 2nd attempt. r=kmcclusk,rs=attinasi 2001-12-01 14:31:45 +00:00
jst%netscape.com
25f910bd7e Fixing bug 113008. Marking nsIDOMNodeFilter as a 'function' so that JS functions can be passed as nsIDOMNodeFilters. r=dbaron@fas.harvard.edu, sr=jband@netscape.com 2001-12-01 09:24:36 +00:00
leaf%mozilla.org
43092699dc Automated update 2001-12-01 08:42:51 +00:00
dbaron%fas.harvard.edu
60a6064696 Back out failed attempt to fix HP bustage. 2001-12-01 08:37:37 +00:00
dbaron%fas.harvard.edu
9fc4084ce5 nsBookmarksService.h now depends on nkcache. Fixing bustage. b=108809 2001-12-01 08:34:11 +00:00
ben%netscape.com
ac3182d4be fix build bustage. add nkcache dependency. 2001-12-01 08:01:08 +00:00
leaf%mozilla.org
03aa2c79b8 Automated update 2001-12-01 07:27:49 +00:00
rjc%netscape.com
e1f24c6ab1 Fix bug #108809. r=ben sr=hyatt 2001-12-01 07:23:21 +00:00
dbaron%fas.harvard.edu
a431ba0436 Fix HP bustage from bug 112708 by testing for strtok_r in C++ rather than C. 2001-12-01 07:16:07 +00:00
jst%netscape.com
ff8d7d7359 Adding 'raises(...)' to a few methods to make our interfaces match the W3C DOM Events ones closer. No review, these changes are meaningless in mozilla for now. 2001-12-01 06:45:32 +00:00
hewitt%netscape.com
f1e43d5019 101958 - outliner drag-n-drop without changing columns sorts on that column, r=jag, sr=blake 2001-12-01 06:38:42 +00:00
jst%netscape.com
75a30742b5 Whitespace changes to make these interfaces match the styling in the other DOM interfaces. 2001-12-01 06:36:12 +00:00
mcafee%netscape.com
db9228a596 comment hints for mail test 2001-12-01 06:01:33 +00:00
seawood%netscape.com
67606b7924 Remove mozilla/security/makefile.win from PSM pull as it's still breaking things.
bug #109581
2001-12-01 04:50:26 +00:00
seawood%netscape.com
bbda020bce More fun with CVS' Emptydir feature. Pull NSS before PSM like win32 does.
Bug #109581
2001-12-01 04:39:04 +00:00
ian%hixie.ch
09282c5818 Fixed a bug in the main run loop whereby the objects array wasn't freed until shutdown, which sometimes meant objects got destroyed after the application, which is bad when the objects use the application to find services, etc. (This doesn't happen with services since services are not allowed to store references to the application, either directly or indirectly through references to objects or service instances.) Fixed the logout code to wait until the user tries to do something that requires login before clearing the logging out flag. This fixes a bug with HTTP whereby if a user logged out then his UA wouldn't ever be sent a 401 so wouldn't ever lose the authentication info, because browsers send the authentication info regardless of whether a page needs it or not. Also took the opportunity to remove a potential bug in the input validator code: store the admin message instead of a reference to the user object which might end up with a lifetime longer than expected. 2001-12-01 04:37:26 +00:00
rko%netscape.com
0324923ec4 Testing cvs upgrade 2001-12-01 04:34:21 +00:00
ian%hixie.ch
ac14fa1708 Removed an outdated comment. It is now safe to have a single module be a service, one or more service instances, and one or more objects all at the same time. 2001-12-01 04:29:20 +00:00
law%netscape.com
ec72763964 Enhance compareNav so it handles jar/nojar configurations 2001-12-01 03:54:14 +00:00
seawood%netscape.com
94c063a625 Pull mozilla/security/makefile.win now that the cvs server has been upgraded. bug #109581 2001-12-01 03:45:14 +00:00
waldemar%netscape.com
76bb17b62b Recent ECMA grammar changes: deleted the x.class operator and prohibited super from being a direct operand of the delete operator. 2001-12-01 03:31:46 +00:00
waldemar%netscape.com
7a644b1692 Fixed Mac warnings 2001-12-01 03:30:13 +00:00
pschwartau%netscape.com
d06c77d845 Added more cases to test; updated the license at top. 2001-12-01 03:29:24 +00:00
seawood%netscape.com
9e69ecb451 Post CVS server upgrade test 2001-12-01 03:23:13 +00:00
dp%netscape.com
e486c522ff make this work with cygwin 2001-12-01 01:51:41 +00:00
vidur%netscape.com
0227e5c64a Better handling of progress indicator. [not part of build] 2001-12-01 01:20:46 +00:00
vidur%netscape.com
4328fcb009 Ensure that we call NS_TermEmbedding on shutdown. [not part of build] 2001-12-01 01:20:02 +00:00
waterson%netscape.com
4b6c563890 First checked in. 2001-12-01 01:07:39 +00:00
morse%netscape.com
db89ac4cdf bug 112934, fix regression caused by patch in bug 77073, r=sgehani, sr=alecf 2001-12-01 00:58:59 +00:00
mscott%netscape.com
41bd0681d8 add missing file 2001-12-01 00:58:48 +00:00
law%netscape.com
8d5da9c852 Updating old .bat files to key off nav window visibility; adding tools to run with alternative .jars and calculate stats 2001-12-01 00:51:12 +00:00
dp%netscape.com
37ff37c371 bug 112312 Removing 32k-1 allocs when reading jar files. Saves a bunch
of time (about 10% on win2k) on startup. r=cathleen,dveditz sr=darin
2001-12-01 00:50:13 +00:00
akkana%netscape.com
51beac606d 91388: fix some link checker regressions (debug menu only), track change in backend apis. r=brade,cmanske sr=kin 2001-12-01 00:44:30 +00:00
jaggernaut%netscape.com
dfdd46cc9e Bug 99501: JS error in viewZoomOverlay.js at startup. r=sfraser, sr=hewitt 2001-12-01 00:43:22 +00:00
hewitt%netscape.com
91ae0b8bc3 97253 - XBL Default Content Bug in LocateInstance, r=jag, sr=hyatt 2001-12-01 00:32:07 +00:00
hewitt%netscape.com
192315b544 112772 - DOM Inspector leaks a whole document, r=dbaron, sr=hyatt 2001-12-01 00:25:01 +00:00
bryner%netscape.com
7e8137a340 Bug 41119 - Don't waste time notifying the frame manager about frame destruction if it is happening from nsFrameManager::Destroy. r=dbaron, sr=waterson. 2001-12-01 00:22:00 +00:00
rayw%netscape.com
48824e5c20 Fixed errors in mustUnderstand attribute of header block.
Not part of default build.
2001-12-01 00:03:57 +00:00
mscott%netscape.com
9536328502 Bug #112724 --> reduce the duplicate copies of messenger's contents.rdf
by creating a new chrome package called messenger-mapi.
r=bienvenu
sr=sspitzer
2001-12-01 00:01:02 +00:00
rpotts%netscape.com
24f10f2a28 i'm a doofus!! all of the LoadURI calls started looking the same :-) 2001-11-30 23:54:30 +00:00