Commit Graph

42126 Commits

Author SHA1 Message Date
shaver%netscape.com
1c47d14cd9 talk about JS components, remove gratuitous 'netscape' from progID 1999-09-21 21:23:02 +00:00
rods%netscape.com
256480c581 Added nsIRollupListener for rolling up the dropdown 1999-09-21 21:20:50 +00:00
chuang%netscape.com
390f6a305f Remove unused variable 1999-09-21 21:20:07 +00:00
dcone%netscape.com
dd719f42fc *** empty log message *** 1999-09-21 21:19:03 +00:00
rods%netscape.com
d58242ce78 fixed up the processing of rollup events 1999-09-21 21:18:46 +00:00
dcone%netscape.com
0960b12391 Support of Rollup code 1999-09-21 21:18:45 +00:00
shaver%netscape.com
a3aa568ef2 add JS version of nsISample component 1999-09-21 21:11:29 +00:00
buster%netscape.com
0bb4192dde fixed link handling in editor by making links only grab focus when
the pres context has a link handler.  bug 14455
1999-09-21 21:10:34 +00:00
scc%netscape.com
a1ff4d8cc5 take action to prevent re-entering the destructor 1999-09-21 21:10:22 +00:00
sspitzer%netscape.com
0876983aaf I suck. 1999-09-21 21:05:58 +00:00
sfraser%netscape.com
c41f951090 Remove unneeded MANIFESTS in cmd/macfe 1999-09-21 21:05:30 +00:00
putterman%netscape.com
7272cb2fa1 Only reroot if the folder notification we receive is for the folder that's currently the loading folder. 1999-09-21 21:04:52 +00:00
mscott%netscape.com
14af4ec4c1 Fix a crash when running a local mail filter --> if you moved the message and then had another filter fire
after we moved the message we would crash.
1999-09-21 21:04:43 +00:00
sspitzer%netscape.com
d6d7a5e883 fix build bustage 1999-09-21 21:04:34 +00:00
sfraser%netscape.com
b15861f35e Removed some obsolete files that are no longer needed (allxpstr.c, xp_foo.c, pwcapi.c etc) 1999-09-21 21:04:21 +00:00
sspitzer%netscape.com
0c50f83986 I need to put down the crack pipe. the 4.x uri was ok, but the 4.x mail.directory pref was not. 1999-09-21 21:02:02 +00:00
buster%netscape.com
1ee85a7538 fixed a problem with asserts trying to merge empty aggregate transactions.
if the aggregate transaction is empty, don't execute it.  It's not technically
illegal, but it's a waste, and it causes the assert.
1999-09-21 20:46:36 +00:00
valeski%netscape.com
57cc4f180e removed dependency on ctype.h and made a few optimizations 1999-09-21 20:37:01 +00:00
sspitzer%netscape.com
9c7bb3c346 turns out this isn't necessary. on all three platforms in 4.x, the uri's are in UNIX style slashes, as they should be. #10583 fixed now. 1999-09-21 20:36:01 +00:00
terry%mozilla.org
82f7d53541 Patches by Scott Heavner <sheavner@adaclabs.com> -- wording, wasn't displaying correct directory name. 1999-09-21 20:30:38 +00:00
akkana%netscape.com
3d1013a83e Fix a warning 1999-09-21 20:29:12 +00:00
alecf%netscape.com
b4afac8afd when we refresh the account list, clear the item selection (workaround for bug in the tree widget) 1999-09-21 20:26:36 +00:00
alecf%netscape.com
caf40ba426 when we refresh the folder pane, clear the selection (workaround for bug in the tree widget) 1999-09-21 20:25:52 +00:00
sspitzer%netscape.com
5d4a6f9ee0 fix warning 1999-09-21 20:25:46 +00:00
scc%netscape.com
ac2969608f Made a protected method for severing weak references early 1999-09-21 20:20:04 +00:00
tague%netscape.com
a6ed808eb5 Export to correct module, not that it matters anymore. 1999-09-21 20:13:56 +00:00
terry%mozilla.org
fda3004860 This is a perl script to help import bugs from a GNATS database into a
Bugzilla database.  Contributed by Tom Schutter <tom@platte.com>
1999-09-21 20:12:46 +00:00
terry%mozilla.org
1dc7fd856a Added a directory for contributed software. 1999-09-21 20:11:56 +00:00
shaver%netscape.com
18c939e245 turn on JS loader for Mac 1999-09-21 20:10:20 +00:00
shaver%netscape.com
1a3efafe34 turn on JS loader on Windows 1999-09-21 20:08:38 +00:00
putterman%netscape.com
c3de5f7fdb Implement init ins nsMessage. 1999-09-21 20:03:37 +00:00
putterman%netscape.com
938698c4b0 Put back in changes to cache rdf service. 1999-09-21 20:02:50 +00:00
cls%seawood.org
842ca6f808 file nsprincl.sh.in was initially added on branch AUTOCONF_NSPR_WIN32_XCOMPILE_19990621_BRANCH. 1999-09-21 19:54:59 +00:00
cls%seawood.org
16330cb7bc file nsprincl.mk.in was initially added on branch AUTOCONF_NSPR_WIN32_XCOMPILE_19990621_BRANCH. 1999-09-21 19:54:58 +00:00
shaver%netscape.com
4a5a6fe48f fixed Windows makefile goop and fixed __stdcall issue 1999-09-21 19:42:09 +00:00
rods%netscape.com
b6d508aebe changed mulitple to mulitple 1999-09-21 19:34:53 +00:00
bienvenu%netscape.com
09dc99eb6d cache references for performance improvement 1999-09-21 19:10:37 +00:00
joki%netscape.com
95bc014f1b Fix bug 6258, release of null content pointer due to reentrant event 1999-09-21 19:00:55 +00:00
neeti%netscape.com
3abee225ec read user.js on startup after prefs.js is read. #12423 1999-09-21 18:59:41 +00:00
rogerl%netscape.com
d6ea115852 ECMA errors as exceptions changes - conformance to latest spec for
hierarchy and names etc. Added attempt to make the base exceptions be
instanceof equal across contexts.
1999-09-21 18:58:51 +00:00
shaver%netscape.com
aacd538f0b Errors-as-Exceptions and catchguards, because people want/need them 1999-09-21 18:48:43 +00:00
slamm%netscape.com
98847f09af Rename some functions. Do not save the style and the box; fix splitter state instead. 1999-09-21 18:26:06 +00:00
slamm%netscape.com
93ae0f0b05 Fix reload (bug 14289). 1999-09-21 18:25:03 +00:00
slamm%netscape.com
f8c7bac1a8 Fix sidebar hide (bug 14193). Fix snap to close behaviour by seeting min-width. 1999-09-21 18:24:25 +00:00
putterman%netscape.com
25cf84cfac Fix mail crashes. Approved for checkin by leaf. 1999-09-21 17:53:25 +00:00
brade%netscape.com
efff4a9f90 not currently part of the build (a=leaf); add libraries for xpcom and js so optimized will link 1999-09-21 15:55:56 +00:00
brade%netscape.com
97aaae768d First Checked In. 1999-09-21 14:55:39 +00:00
shaver%netscape.com
b472e3d9ce define some key names locally until we export them properly from xpcom 1999-09-21 14:54:39 +00:00
shaver%netscape.com
32d3521175 remove unused file and add initial windows build foo 1999-09-21 14:43:45 +00:00
shaver%netscape.com
fae1a32ebc add include of nsIModule.h -- why was this working before? 1999-09-21 14:38:50 +00:00