102176 Commits

Author SHA1 Message Date
seawood%netscape.com
0db1ea6b9e Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components

Bug #56601 r=leaf
2002-04-25 20:40:00 +00:00
alecf%netscape.com
81dcaa0ff8 band-aid patch for bug 134523, so that embeddors can still download files even if they don't have a progress dialog implementation
sr=blake, r=ccarlen
2002-04-25 20:36:46 +00:00
khanson%netscape.com
dd8c0773df Reverse of Patch 66477 for bug #121744. Bug #131348, r=shaver, sr=brendan. 2002-04-25 20:33:33 +00:00
mscott%netscape.com
b73ad8ff93 Bug #134745 --> take a stab at fixing the yellow triangle icon on win98. remove the discarable attribute
on the new mail notification icon.

rs=sspitzer
2002-04-25 20:16:48 +00:00
gerv%gerv.net
a3c0d1b746 Bug 140110 - remove 273 lines of redundant code from CGI.pl. Patch by gerv; 2xr=ddk. 2002-04-25 19:43:50 +00:00
gerv%gerv.net
9fae438c01 Remove confusing comment referring make_options, which this CGI no longer calls. No bug number. 2002-04-25 19:40:59 +00:00
ian.mcgreer%sun.com
05bc7f4136 bug 138626, remove deleted cert from cache even if references still exist 2002-04-25 19:37:30 +00:00
ian.mcgreer%sun.com
2e14215952 reorganize token cache so that cache entries for imported objects are created from the token, not from the user-supplied template 2002-04-25 19:33:47 +00:00
darin%netscape.com
5a6dcbc584 fixes bug 137692 "This URL create a BLANK screen (instead of 3 frames)"
patch=antonio.xu@sun.com, r=bbaetz, sr=darin
2002-04-25 19:31:45 +00:00
bienvenu%netscape.com
dff58d499c fix handling of download for offline use when imap no select folder is configured for offline use r=naving, sr=sspitzer 133951 2002-04-25 19:08:40 +00:00
blizzard%redhat.com
f9321fdebd Update to the most recent fontconfig and Xft code from the xfree cvs repository. Not part of the default build. 2002-04-25 19:03:37 +00:00
bienvenu%netscape.com
42042324cb fix crash deleting news server and adding it back r=naving, sr=sspitzer 80869 2002-04-25 19:02:37 +00:00
blizzard%redhat.com
dd2a0f214c Update to freetype 2.1.0. Not part of the default build. 2002-04-25 19:02:24 +00:00
blizzard%redhat.com
c9e3ee4977 Update to freetype 2.1.0 - not part of the build. 2002-04-25 18:58:00 +00:00
sspitzer%netscape.com
b4293a3227 fix for #101527. moveTo() of directories leaves subdirectories behind on win2k.
r=dougt, sr=bienvenu
2002-04-25 18:56:04 +00:00
relyea%netscape.com
b02d968215 NSS 3.4 has branch, that makes the tip at least NSS 3.5 2002-04-25 18:51:45 +00:00
ducarroz%netscape.com
22a832f1e1 Fix for bug 138619. We must initialize rv before using it!. R=srilatha, SR=bienvenu 2002-04-25 18:50:15 +00:00
smeredith%netscape.com
a9a7e71714 Support UTF-8 in pref editor XML file and extended chars in pref editor UI. http://bugscape.netscape.com/show_bug.cgi?id=12978
Fixed Components list should not jump when lower items unchecked. http://bugzilla.mozilla.org/show_bug.cgi?id=84541
Removed some obsolete files.
2002-04-25 18:43:33 +00:00
relyea%netscape.com
0008ea5125 Don't set the Token value before fetching CRL attributes. This code is fetching
attributes from a known CRL, not looking up new attributes (I'm pretty sure that
CVS apropos would show I checked in the previously wrong code).

bob
2002-04-25 18:33:45 +00:00
heikki%netscape.com
9645dafc8e Bug 138138, attempting to fix smoketest/topcrasher again. Patch from jst, r=varga@utcru.sk, sr=heikki, a=lpham. 2002-04-25 18:18:12 +00:00
gerv%gerv.net
6768648711 Bug 139928 - cvs remove templates from template/default directory. These templates now all live in template/en/default, for l10n purposes. 2002-04-25 17:22:37 +00:00
peterlubczynski%netscape.com
a51efc3a41 Fixing crash with default plugin, r=av, sr=waterson, bug 139529 2002-04-25 14:07:46 +00:00
axel%pike.org
569c7cc9fb bug 139989, Fieldset needs prettier default border, patch by mabus@runbox.no, r=me, sr=ben. 2002-04-25 12:28:39 +00:00
peterv%netscape.com
f1d35b4a9d Fix for bug 129006 (Invalid xml crashes mozilla after reload [@nsXMLContentSink::Observe]). r=Pike, sr=jst. 2002-04-25 11:58:08 +00:00
hyatt%netscape.com
54ec945d6f Fix popup positioning when window is scrolled. 2002-04-25 09:22:07 +00:00
hyatt%netscape.com
d90533ed4b Add support for smooth text toggling. 2002-04-25 08:50:02 +00:00
igor%mir2.org
4de1175e71 Links update 2002-04-25 06:46:47 +00:00
michael.lowe%bigfoot.com
99159f5a84 Order autocomplete completion candidates by time or frequency. bug 78270. author=me, cbsears_sf@yahoo.com, alecf; r=blake; sr=alecf 2002-04-25 06:10:42 +00:00
bryner%netscape.com
8a1bce249c Backing out the patch for bug 136495 because it caused regression bug 139801. 2002-04-25 05:59:02 +00:00
leaf%mozilla.org
14b6237cb7 Automated update 2002-04-25 03:11:17 +00:00
seawood%netscape.com
d4aee86107 Oops. The 'make install' changes were from bug #56601 r=leaf 2002-04-25 02:59:07 +00:00
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
danm%netscape.com
21f3adb9f8 force popup widget to be invisible when the menu is not explicitly open. bug 120155 r=bryner,hyatt a=scc 2002-04-25 01:22:13 +00:00
sonja.mirtitsch%sun.com
adb8e67a58 trying a version that can test tip as default for tinderbox and 341
as default for nightly QA
2002-04-25 01:04:10 +00:00
kestes%walrus.com
04e0a048ea fixes to make sure that the automated tests work. mostly ignoring files
which are new but do not apply to the test.
2002-04-25 00:57:07 +00:00
kestes%walrus.com
ec2c7dad9d ignore files in the src tree beginning with dot. 2002-04-25 00:56:10 +00:00
kestes%walrus.com
35b8011ac0 fixes to make it compile. 2002-04-25 00:55:49 +00:00
nhotta%netscape.com
81a713186e Adding a localization comment to a property file not to translate the strings,
bug 139615, r=rchen.
2002-04-25 00:48:50 +00:00
relyea%netscape.com
8747bf72ad Don't crash if our cache entry is not found. 2002-04-25 00:45:42 +00:00
kestes%walrus.com
7956254a85 add get/set functions to access the handlers. 2002-04-25 00:36:46 +00:00
kestes%walrus.com
c8f0c141a8 whops forgot a '}', code did not compile. 2002-04-25 00:31:30 +00:00
relyea%netscape.com
35695b7987 Turn off caching for non-hardware tokens for now until we fix some of our
tokens which can be updated out-of-band to use the proper 'removable token'
semantics.
2002-04-25 00:25:58 +00:00
kestes%walrus.com
066eae0142 the sample would not compile. 2002-04-25 00:15:03 +00:00
kestes%walrus.com
ea68d8c238 add information about perl libraries needed. 2002-04-25 00:14:36 +00:00
kestes%walrus.com
0ff7616b55 update 2002-04-25 00:14:07 +00:00
kestes%walrus.com
8eee375c8a add support for tinderboxprint strings from build machines. build.pm now keeps most recent
build if the builds are started too quickly but loggs the error.
2002-04-25 00:13:48 +00:00
kestes%walrus.com
44c93f885a fixes to allow unit tests to work again (ignore files which are inapplicable to the test) 2002-04-25 00:12:56 +00:00
kestes%walrus.com
776e2563b7 add data to test TinderboxPrint code. 2002-04-25 00:12:13 +00:00
kestes%walrus.com
80d49ff213 test was time zone dependent, comment it out for now. 2002-04-25 00:11:51 +00:00
bryner%netscape.com
220c07adc3 Tidying up the removal of before/afterselected attributes before we remove a tab (bug 137836). r=pink, sr=blake, thanks to neil@parkwaycc.co.uk for the suggestion. 2002-04-24 23:57:30 +00:00