Commit Graph

48912 Commits

Author SHA1 Message Date
cls%seawood.org
b86bdbfe72 Not sure if this should go under bug #20529 or #19330, who's patch I apparently stole. :) Anyways, rumor has it that OpenBSD has /dev/random too.
git-svn-id: svn://10.0.0.236/trunk@55370 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 11:01:32 +00:00
waterson%netscape.com
efef32ce6e Support skins. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@55369 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:48:41 +00:00
hyatt%netscape.com
85fa6d507e Making editor skin-compliant.
git-svn-id: svn://10.0.0.236/trunk@55368 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:43:20 +00:00
waterson%netscape.com
f056c26c3c Make wallet editor skinnable. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@55367 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:34:31 +00:00
hyatt%netscape.com
92e15f8c3b XPInstall is a mess. At least making sure it has the global skin until something better can be done.
git-svn-id: svn://10.0.0.236/trunk@55366 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:31:37 +00:00
hyatt%netscape.com
6663542fca Treecells can now have src set on them for images.
git-svn-id: svn://10.0.0.236/trunk@55365 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:21:25 +00:00
rgoodger%ihug.co.nz
904e8dfba3 importing global skin into package skin file, bug 19562
git-svn-id: svn://10.0.0.236/trunk@55364 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:15:17 +00:00
rgoodger%ihug.co.nz
69cfc3a581 imported package skin (profile.css) into these files. (bug 19562)
git-svn-id: svn://10.0.0.236/trunk@55363 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:14:48 +00:00
hyatt%netscape.com
ff1e9211fe Making messengercompose compliant.
git-svn-id: svn://10.0.0.236/trunk@55362 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:10:47 +00:00
waterson%netscape.com
da7cd80889 Move import outside of comment.
git-svn-id: svn://10.0.0.236/trunk@55361 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:07:11 +00:00
waterson%netscape.com
13ceb41576 Remove related-panel.css.
git-svn-id: svn://10.0.0.236/trunk@55360 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:04:02 +00:00
hyatt%netscape.com
ff46654732 Bringing address book into compliance with master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55359 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 09:00:10 +00:00
cls%seawood.org
7685824c32 Defining RTLD_NOW if not defined by system. Bug #20529
git-svn-id: svn://10.0.0.236/trunk@55358 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:53:00 +00:00
hyatt%netscape.com
d5295d7b10 Making the directory component compliant with master skin file rules. r=goodger
git-svn-id: svn://10.0.0.236/trunk@55357 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:52:26 +00:00
hyatt%netscape.com
5d86e14eda Making history compliant with master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55356 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:45:01 +00:00
hyatt%netscape.com
f556dc2114 Package compliance for messenger.
git-svn-id: svn://10.0.0.236/trunk@55355 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:28:56 +00:00
hyatt%netscape.com
5cbe773170 Bringing messenger into compliance with master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55354 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:27:37 +00:00
hyatt%netscape.com
bb7b3ba135 Related links master skin file compliance.
git-svn-id: svn://10.0.0.236/trunk@55353 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:17:15 +00:00
hyatt%netscape.com
be773295ae Making the related package compliant with the master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55352 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:10:26 +00:00
hyatt%netscape.com
db00ef793b Making sidebar package compliant with skin master file rules.
git-svn-id: svn://10.0.0.236/trunk@55351 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 08:09:21 +00:00
cls%seawood.org
7ae9896327 Added empty throw() on operator new so that gcc 2.95+ doesn't complain about returning NULL.
git-svn-id: svn://10.0.0.236/trunk@55350 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 07:29:35 +00:00
waterson%netscape.com
820584eef4 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.
git-svn-id: svn://10.0.0.236/trunk@55349 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 07:29:25 +00:00
cls%seawood.org
ec38667076 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.
git-svn-id: svn://10.0.0.236/trunk@55348 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 07:26:46 +00:00
cls%seawood.org
ff063a65a9 Added THREAD_FLAG to OS_CFLAGS.
git-svn-id: svn://10.0.0.236/trunk@55347 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:49:44 +00:00
cls%seawood.org
f26e7d057e Add "-p1" to aix's DSO_LDOPTS. Make aix use DSO_LDOPTS when making shared libs.
git-svn-id: svn://10.0.0.236/trunk@55346 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:24:12 +00:00
hyatt%netscape.com
cfa29e85b7 Bring related links package into compliance with master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55345 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:17:25 +00:00
cls%seawood.org
3634b4908f 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?)
git-svn-id: svn://10.0.0.236/trunk@55344 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:16:51 +00:00
hyatt%netscape.com
9e4be4cdca Fix Mac bustage.
git-svn-id: svn://10.0.0.236/trunk@55343 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:10:35 +00:00
sdagley%netscape.com
e3a0197217 Fix build bustage. hyatt removed contentframe.xul from the tree but didn't update the MANIFEST. Bad hyatt.
git-svn-id: svn://10.0.0.236/trunk@55342 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:03:23 +00:00
hyatt%netscape.com
81e58c6c55 Bringing bookmarks into compliance with master skin file rules.
git-svn-id: svn://10.0.0.236/trunk@55341 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 06:01:51 +00:00
hyatt%netscape.com
4f92e21cc4 Bringing navigator package into compliance regarding master skin files.
git-svn-id: svn://10.0.0.236/trunk@55340 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:18:53 +00:00
sspitzer%netscape.com
d3ad1a51a2 fix warnings, also use #ifdef NOISY instead of if (gNoisy).
why generate code you aren't going to execute?


git-svn-id: svn://10.0.0.236/trunk@55339 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:15:24 +00:00
hyatt%netscape.com
7eefbb611d Shifting scrollbar rules around so that they are loaded always and not just
a part of the global skin.


git-svn-id: svn://10.0.0.236/trunk@55338 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:14:48 +00:00
hyatt%netscape.com
e2ffa1474b Making sure the "navigator" package picks up the global skin properly.
git-svn-id: svn://10.0.0.236/trunk@55337 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:14:24 +00:00
hyatt%netscape.com
7e1bb9e358 No longer loading the global skin implicitly.
git-svn-id: svn://10.0.0.236/trunk@55336 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 05:13:55 +00:00
hyatt%netscape.com
3d70eed61d Removing build warnings.
git-svn-id: svn://10.0.0.236/trunk@55335 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 04:57:13 +00:00
rginda%netscape.com
ec40cdfc6a Backing out.
git-svn-id: svn://10.0.0.236/trunk@55334 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 04:34:15 +00:00
cls%seawood.org
822df69500 Instead of testing if /dev/zero is a file, just check if it is readable. Bug #16942 r=granrose
git-svn-id: svn://10.0.0.236/trunk@55333 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 03:50:53 +00:00
rginda%netscape.com
9d18559818 -- 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


git-svn-id: svn://10.0.0.236/trunk@55332 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 03:47:18 +00:00
rginda%netscape.com
f775b525e1 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.


git-svn-id: svn://10.0.0.236/trunk@55331 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 03:36:59 +00:00
tbogard%aol.net
9622913ee0 Fixed the JS console in viewer.
git-svn-id: svn://10.0.0.236/trunk@55330 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 03:02:55 +00:00
syd%netscape.com
565b4458eb Move structure in Windows implementation over to mac and gtk. r=pavlov. All
#if 0 for now. r=Pavlov


git-svn-id: svn://10.0.0.236/trunk@55329 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 02:48:27 +00:00
hyatt%netscape.com
d7908baef5 Fix Linux bustage.
git-svn-id: svn://10.0.0.236/trunk@55328 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 02:24:02 +00:00
rginda%netscape.com
a2d6c52697 * 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


git-svn-id: svn://10.0.0.236/trunk@55327 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 02:15:22 +00:00
erik%netscape.com
61709561e8 Grabbing the next ID. Does not affect build.
git-svn-id: svn://10.0.0.236/trunk@55326 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 02:14:46 +00:00
hyatt%netscape.com
3443fbb03c Fix Mac bustage.
git-svn-id: svn://10.0.0.236/trunk@55325 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 01:47:15 +00:00
jfrancis%netscape.com
c211707ae9 fix for bug 19130 - hitting escape during ime entry can leave editor without a caret. r=kin
git-svn-id: svn://10.0.0.236/trunk@55324 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 00:29:34 +00:00
blizzard%redhat.com
c031503852 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 ).


git-svn-id: svn://10.0.0.236/trunk@55323 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 00:19:04 +00:00
cls%seawood.org
4b448ed210 Revert my previous change to use CFLAGS & CXXFLAGS when linking.
git-svn-id: svn://10.0.0.236/trunk@55322 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-04 23:52:55 +00:00
hyatt%netscape.com
7e24c61109 Implementing a generalized recycler and arena for all layout frames. Hoping to improve
bug #9489.  Should also definitely fix bug #15916. r=troy


git-svn-id: svn://10.0.0.236/trunk@55321 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-04 23:49:50 +00:00