cls%seawood.org
4199ed0d8d
Added empty throw() on operator new so that gcc 2.95+ doesn't complain about returning NULL.
1999-12-05 07:29:35 +00:00
waterson%netscape.com
72e0d22417
Bug 20786. Use function object, rather than function, as the thing which is executed, ensuring that the correct bindings are used when the function is shared across several contexts. This checkin is really brendan@mozilla.org; I'm just landing the code.
1999-12-05 07:29:25 +00:00
cls%seawood.org
d73476b966
I've been told that NetBSD has /dev/random as well. At worst, it should return 0 rather than fail with that undefined error anyways.
1999-12-05 07:26:46 +00:00
cls%seawood.org
6906f323ce
Added THREAD_FLAG to OS_CFLAGS.
1999-12-05 06:49:44 +00:00
cls%seawood.org
93568890a8
Add "-p1" to aix's DSO_LDOPTS. Make aix use DSO_LDOPTS when making shared libs.
1999-12-05 06:24:12 +00:00
hyatt%netscape.com
58511feb0f
Bring related links package into compliance with master skin file rules.
1999-12-05 06:17:25 +00:00
cls%seawood.org
9f000be7b0
Instead of testing if /dev/zero is a file, just check if it is readable. Bug #16942 r=granrose (Where are the automated configure checkins?)
1999-12-05 06:16:51 +00:00
hyatt%netscape.com
30e40a0eee
Fix Mac bustage.
1999-12-05 06:10:35 +00:00
sdagley%netscape.com
eef8478eff
Fix build bustage. hyatt removed contentframe.xul from the tree but didn't update the MANIFEST. Bad hyatt.
1999-12-05 06:03:23 +00:00
hyatt%netscape.com
77e6f3f51a
Bringing bookmarks into compliance with master skin file rules.
1999-12-05 06:01:51 +00:00
hyatt%netscape.com
ac22fe4382
Bringing navigator package into compliance regarding master skin files.
1999-12-05 05:18:53 +00:00
sspitzer%netscape.com
fe57494f11
fix warnings, also use #ifdef NOISY instead of if (gNoisy).
...
why generate code you aren't going to execute?
1999-12-05 05:15:24 +00:00
hyatt%netscape.com
1d713250d2
Shifting scrollbar rules around so that they are loaded always and not just
...
a part of the global skin.
1999-12-05 05:14:48 +00:00
hyatt%netscape.com
d864560a72
Making sure the "navigator" package picks up the global skin properly.
1999-12-05 05:14:24 +00:00
hyatt%netscape.com
38949ea8be
No longer loading the global skin implicitly.
1999-12-05 05:13:55 +00:00
hyatt%netscape.com
0d069a5c8c
Removing build warnings.
1999-12-05 04:57:13 +00:00
rginda%netscape.com
4a049b3cdb
Backing out.
1999-12-05 04:34:15 +00:00
cls%seawood.org
a60f31e93b
Instead of testing if /dev/zero is a file, just check if it is readable. Bug #16942 r=granrose
1999-12-05 03:50:53 +00:00
rginda%netscape.com
8f4b4ac5cf
-- CHATZILLA CHANGES ONLY --
...
* events.js, utils.js
Clean up "Function does not always return a value" errors.
* ircbot.js
Got rid of literal tabs
Assorted anti-bit-rot changes
1999-12-05 03:47:18 +00:00
rginda%netscape.com
23ea0358bd
Checking in JS Component changes for shaver
...
"<shaverAway> slamm reviewed, I made the diff, it's a tested fix"
I built and ran here as well.
1999-12-05 03:36:59 +00:00
tbogard%aol.net
cdca7dd4bb
Fixed the JS console in viewer.
1999-12-05 03:02:55 +00:00
syd%netscape.com
29aed3b5c8
Move structure in Windows implementation over to mac and gtk. r=pavlov. All
...
#if 0 for now. r=Pavlov
1999-12-05 02:48:27 +00:00
hyatt%netscape.com
260d64f5fc
Fix Linux bustage.
1999-12-05 02:24:02 +00:00
rginda%netscape.com
c353bf74f2
* runtests2.pl was renamed to jsDriver.pl
...
jsDriver.pl now supports multiple lists to be specified in the -l argument,
and directory names as well. Directory names can also be used in list files.
'Negative' lists are supported as well. They consist of a list of tests to skip, and are of the same format as the regular lists.
* README-jsDriver.html
man-like html page describing how to use jsDriver.pl
1999-12-05 02:15:22 +00:00
erik%netscape.com
eb35486ec5
Grabbing the next ID. Does not affect build.
1999-12-05 02:14:46 +00:00
hyatt%netscape.com
837e352c95
Fix Mac bustage.
1999-12-05 01:47:15 +00:00
jfrancis%netscape.com
c4212ffcdf
fix for bug 19130 - hitting escape during ime entry can leave editor without a caret. r=kin
1999-12-05 00:29:34 +00:00
blizzard%redhat.com
d2b3fa8d6f
clean up DestroyNativeChildren() so that it doesn't use an external
...
hash of children and uses the list of children of the nsIWidget. clean up some of the ambiguities of the focus window reference counting. make sure that
the mEventCallback isn't set to null until after the OnDestroy() signal is
sent. make sure that the OnDestroy() method is called when a
delete_event happens on a native widget ( not that we have any of those left, really ).
1999-12-05 00:19:04 +00:00
cls%seawood.org
f99c1f4d4a
Revert my previous change to use CFLAGS & CXXFLAGS when linking.
1999-12-04 23:52:55 +00:00
hyatt%netscape.com
16a944a1e3
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
...
bug #9489 . Should also definitely fix bug #15916 . r=troy
1999-12-04 23:49:50 +00:00
cls%seawood.org
26340cc7c7
Make the autoconf build use the same defines under Linux as the non-autoconf NSPR build.
1999-12-04 23:49:35 +00:00
joki%netscape.com
c68fbf669c
Fix for bug 20663, mem leak in event listeners. r:beard
1999-12-04 23:40:05 +00:00
drapeau%eng.sun.com
de7f48e5a5
Fix for minor bug that prevents the module "geturl.cpp" from compiling
...
with Sun's Workshop compiler. The error reported by Workshop:
"nsURLFetcher.h", line 92: Error: Declaration terminated incorrectly.
This is due to a line with only a semicolon on it, looks to be a typo
(extra semicolon).
1999-12-04 23:36:01 +00:00
ssu%netscape.com
2c01bb7237
fixes bug #17630 . this is not part of tinderbox.
...
r=sgehani
1999-12-04 23:23:53 +00:00
ssu%netscape.com
172d3ac5b9
fixes bug #17630 . allows the control of at most 3 lines of text on the
...
blue setup background to be displayed.
Affects only windows platforms.
r=sgehani@netscape.com
1999-12-04 23:21:26 +00:00
sspitzer%netscape.com
729304919b
fix warning.
1999-12-04 21:37:38 +00:00
sspitzer%netscape.com
a076c84de6
fix build warnings by using /* */ style comments instead of //
1999-12-04 21:06:49 +00:00
valeski%netscape.com
378377d4bc
r=mcafee. 20677 assistance. we now have a scriptable input stream for js
1999-12-04 20:31:38 +00:00
valeski%netscape.com
583acd6dae
added files: mozilla/xpcom/io/nsIScriptableInputStream.idl
1999-12-04 20:31:09 +00:00
valeski%netscape.com
09131a9133
added files: mozilla/xpcom/io/nsScriptableInputStream.cpp
1999-12-04 20:30:13 +00:00
valeski%netscape.com
7f46457968
r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray!
1999-12-04 20:29:42 +00:00
cata%netscape.com
6b0e23a664
Cleanup time: remove unused interface from build.
1999-12-04 19:59:28 +00:00
sspitzer%netscape.com
40a565e1d0
remove CanBeRenamed and CanCreateChildren. In most cases, these weren't
...
implemented or they were just stubs. I added CanRename and CanCreateSubfolder
(which follow the naming convention, so we'll keep them) without knowing these were there. I move over the additional logic for special folders (like INBOX, TRASH, etc) in CanBeRenamed to CanRename, and put the logic in one place, in nsMsgFolder::CanRename(), instead of in multiple places. thanks to alecf for pointing out that CanBeRenamed and CanCreateChildren were already there.
1999-12-04 19:56:06 +00:00
cata%netscape.com
ad65299c4e
Cleanup time: remove files not in build anymore.
1999-12-04 19:55:52 +00:00
sspitzer%netscape.com
e6608ff203
fix copy and paste errors: CanRename -> CanFileMessages.
...
It worked, because for nntp servers, both of those are always false.
fix the rename rules so that folders with no children that can't be
renamed are show, but disabled. remove the oncommand="" for menu items
that are generated as disabled.
1999-12-04 19:52:03 +00:00
cata%netscape.com
987102cdf1
Cleanup time: remove unused classes from build.
1999-12-04 19:51:56 +00:00
cata%netscape.com
a375334e3c
removed files: mozilla/intl/uconv/src/nsUnicodeDecodeUtil.cpp
1999-12-04 19:50:46 +00:00
cata%netscape.com
22f70cf11c
Cleanup time: remove files not in build anymore.
1999-12-04 19:41:50 +00:00
cata%netscape.com
5d2775fd71
Cleanup time: remove unused interface from build.
1999-12-04 19:37:29 +00:00
cata%netscape.com
dc2ee26fea
Cleanup time: remove files not in build anymore.
1999-12-04 19:30:22 +00:00