Commit Graph

33845 Commits

Author SHA1 Message Date
sspitzer%netscape.com
c204719c91 add some debugging printfs. cache if the folder is a host or not. no need to parse this every time. 1999-07-16 06:23:24 +00:00
sspitzer%netscape.com
b7e161ce37 code clean up. do a GetNewMessages() in GetMessages() so that when you select a newsgroup 1999-07-16 05:39:07 +00:00
mscott%netscape.com
445a7446cb this file shouldn't exist on the tip....i added it by mistake. 1999-07-16 04:51:07 +00:00
mscott%netscape.com
dd27a78fa7 Merging the tip into the branch. 1999-07-16 04:40:04 +00:00
hyatt%netscape.com
d1c277934a Laying the foundation for XUL Overlays. 1999-07-16 04:35:30 +00:00
jband%netscape.com
38990d5388 an inout of interface pointer test that illustrates that bug 9914 is not a bug 1999-07-16 04:29:49 +00:00
jband%netscape.com
8bd1437342 make the const things const so that strict compilers don't complain 1999-07-16 04:23:00 +00:00
jband%netscape.com
7bb0e677bc just setting the tab-width 1999-07-16 04:21:43 +00:00
waterson%netscape.com
e858075361 Performance tweaks to SetAttribute(): minimize string compares by using atoms to set up event listeners; silly fixes to broadcaster push code. 1999-07-16 04:05:53 +00:00
waterson%netscape.com
159456c774 Don't set up the composite datasource and XUL builder until immediately before we start to layout the document; this avoids a bunch of useless OnAssert()'s getting propogated and dropped. 1999-07-16 04:03:52 +00:00
waterson%netscape.com
4add36f4e8 Some performance tweaks. Inline string copy in GetUnicodeResource(); re-write GetResourcee() to avoid multiple trips to the component manager; use GetValueConst() to re-use the pointers inside resource/literal objects instead of making copies for keys. 1999-07-16 04:01:21 +00:00
jband%netscape.com
3e8f3a99d0 updating status page - not part of the build 1999-07-16 04:00:13 +00:00
ramiro%netscape.com
b5287043f0 Fix for the annoying viewer/apprunner problem that wouldnt let you make a
window small.
1999-07-16 03:53:06 +00:00
rhp%netscape.com
415d5a3728 cleanup for test programs 1999-07-16 03:48:58 +00:00
troy%netscape.com
7b9d24e898 Turned on the use of the digital search tree code 1999-07-16 03:32:09 +00:00
dveditz%netscape.com
026f203d60 Fix for 9963 locking crash 1999-07-16 03:16:29 +00:00
kipp%netscape.com
9bd5c53136 Refix the problem with maxElementSize pointing below the stack 1999-07-16 03:12:56 +00:00
norris%netscape.com
6563fb2291 Add new example. 1999-07-16 03:03:20 +00:00
dveditz%netscape.com
673b40763b not part of build. Still broken, but a little closer to resurrection 1999-07-16 03:01:25 +00:00
srinivas%netscape.com
455d8411ca OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>. 1999-07-16 02:35:57 +00:00
gagan%netscape.com
7703e6769b Removed obsolete files. 1999-07-16 02:33:44 +00:00
gagan%netscape.com
a552a0dd21 Switching to nsStdURL from nsStandardUrl. 1999-07-16 02:32:47 +00:00
gagan%netscape.com
d2e34e9cd9 Included the test for resource: protocol that was breaking apprunner. 1999-07-16 02:31:07 +00:00
bienvenu%netscape.com
1770000885 add class and prog id's for folder cache 1999-07-16 02:27:15 +00:00
bienvenu%netscape.com
4af5914b55 more folder cache stuff, not part of build 1999-07-16 02:25:24 +00:00
troy%netscape.com
b9d0bec0ea Fix for bug #9891: added NULL pointer check in ContentInserted() 1999-07-16 02:14:26 +00:00
pavlov%pavlov.net
51fc2a157a fix for bug 9618 1999-07-16 02:11:58 +00:00
beard%netscape.com
415fed0da9 Added nsIPricincipal.idl 1999-07-16 01:56:33 +00:00
law%netscape.com
c04c404462 New and improved find dialog implementation 1999-07-16 01:54:44 +00:00
bienvenu%netscape.com
b2c3ead607 turn off debug output 1999-07-16 01:46:36 +00:00
cbegle%netscape.com
7f486608b0 Remove more recursive calls to startTest. hm..
This is not part of the mozilla build and has no effect on its bustedness.
1999-07-16 01:39:07 +00:00
troy%netscape.com
49bd3ffac2 added files: mozilla/layout/html/base/src/nsDST.cpp 1999-07-16 01:33:06 +00:00
briano%netscape.com
0a5051b430 Automated update 1999-07-16 01:30:36 +00:00
cbegle%netscape.com
639a7136c4 Add a regression test case for #7224.
This is not part of the mozilla build and has no effect on build bustage.
1999-07-16 01:30:24 +00:00
cbegle%netscape.com
2110f64332 Remove a recursive call to startTest.
This file is not part of the client build.
1999-07-16 01:25:50 +00:00
troy%netscape.com
d281be8891 Fixed so it's correct C++ and it compiles on Solaris and AIX 1999-07-16 01:20:04 +00:00
mccabe%netscape.com
07f00c67ca Remove vestiges of XPIDL_JS_STUBS (no longer used or implemented by xpidl-generated files.) 1999-07-16 01:20:03 +00:00
norris%netscape.com
2aef8f4fcc Added CapsIDL.mcp to the IDL phase. 1999-07-16 01:17:32 +00:00
hyatt%netscape.com
472c4051c6 Added support for window.title (setting and getting). 1999-07-16 01:14:59 +00:00
mccabe%netscape.com
b32ef2d2a0 Fix to 9523. In the javascript Date implementation, check for unsupplied date argument to new Date(year, month, date) rather than clamping it to 1 if < 1. Previously we ignored negative values for the date argument, rather than subtracting from the resulting date, as per the ECMA-262 spec. for the JavaScript language.
Thanks go to Martin Honnen <martin.honnen@sector27.de> for spotting this difference from the spec.
1999-07-16 00:50:11 +00:00
sspitzer%netscape.com
9207931c7d taunt qa a little for losing to engineering at bowling. 1999-07-16 00:48:37 +00:00
sspitzer%netscape.com
04a7322f6b ignore the generated makefiles 1999-07-16 00:46:17 +00:00
mccabe%netscape.com
91f1c10d79 Fix to 9523.
Add an #if defined(__arm) check to tell jsdtoa.c about the (somewhat bizzare) endian-ness of the ARM architecture.

Thanks go to Stefan Hanske <sh990154@mail.uni-greifswald.de> for this fix.
1999-07-16 00:45:13 +00:00
gagan%netscape.com
b778e933c4 Changed status from nsresult to PRUint32. 1999-07-16 00:40:06 +00:00
sspitzer%netscape.com
dcc7e5ff9e use the password dialog to get the users password, since we don't migrate it yet. no turned on yet. 1999-07-16 00:38:33 +00:00
sspitzer%netscape.com
e3f00a58ef add newline to end of file to fix warning. 1999-07-16 00:37:56 +00:00
gagan%netscape.com
7da5059cdb Changed const char* to char* for GetStatus calls. 1999-07-16 00:32:50 +00:00
norris%netscape.com
f19bc1200f should fix the the missing nsICapsSecuritycallbacks error.(arielb) 1999-07-16 00:32:44 +00:00
srinivas%netscape.com
9353cd5d33 NetBSD/PowerPC port. Checkin for kei_sun@ba2.so-net.ne.jp 1999-07-16 00:30:32 +00:00
jdunn%netscape.com
f5547d6b40 Adding a newline, HP requires this 1999-07-16 00:27:34 +00:00