Граф коммитов

2013 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com ce9e9903a5 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
jgaunt%netscape.com 801e2fcb23 bug 139621 get accessiblity in the mac & unxi installer stub
r=dprice
sr=dveditz
2002-04-24 21:40:17 +00:00
jgaunt%netscape.com d9d7e761ed bug 139621 accessiblilty libs not included when installing using the stub
r=dprice
sr=dveditz
2002-04-24 21:38:54 +00:00
dprice%netscape.com 363a076238 130428 r=syd sr=dveditz
xpi's triggered with query strings now work on win32
2002-04-23 04:24:05 +00:00
morse%netscape.com 1c365f5237 bug 132641, -killAll to shutdown everything, r=law, sr=jag 2002-04-23 02:23:56 +00:00
dprice%netscape.com 598a6c074b 118216 r=syd sr=dveditz
fixes a crasher in xpinstall
2002-04-20 08:55:02 +00:00
dcone%netscape.com d9b85d21ac bug=90751 r=peterl sr=attinasi a=asa. JJ Esner tested this part
for the building of the Mac application.  This is the final part of the patch
that will put the plugin into the application bundle. This will not effect tinderbox,
but will come into play when the Mac application is built and bundled up.
2002-04-17 02:27:14 +00:00
dprice%netscape.com afb5d264a9 136497 r=jfrancis sr=dveditz
carbonize XPICleanup
2002-04-16 22:54:39 +00:00
jj%netscape.com 006b0dfc01 landing fix for #134227 on the trunk: Updated Mozilla installer strings to 1.0.0+. r=leaf, sr=granrose 2002-04-16 22:16:15 +00:00
bnesse%netscape.com 76e2f653aa Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
alecf%netscape.com e60e07296f fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
syd%netscape.com 33196ac65f Fix for smoketest blocker 13768. r=dveditz 2002-04-11 21:17:15 +00:00
dprice%netscape.com 47d28142c0 123649 r=mjudge sr=dveditz a=rjesup adt=putterman
fixes crasher in xpi_prepareprocessarguments
2002-04-11 03:13:54 +00:00
shanjian%netscape.com a8c2712fd0 #91305 add univerialchardet into unix default extensions list
r=cls sr=hewitt a=rjesup@wgate.com
2002-04-10 22:47:01 +00:00
dprice%netscape.com c9570a4f13 115883 - r=curt sr=dveditz a=asa adt1.0.0
remove obsolete ren8dot3 stuff from the installer
2002-04-09 03:44:58 +00:00
curt%netscape.com d71fe374ae Updated readme.
(Bug #72037, r=imajes, sr=dveditz, a=asa)
2002-04-08 04:28:34 +00:00
dprice%netscape.com f7c8e2c606 102600 r=curt sr=dveditz a=rjesup@wgate.com adt1.0.0
add winreg.enumKeys and winreg.enumValueNames to nsInstall
2002-04-06 02:31:44 +00:00
curt%netscape.com b062f05aff Update.
(Bug 72037, r=imajes, sr=dveditz, a=asa)
2002-04-06 00:57:28 +00:00
bbaetz%student.usyd.edu.au ac1102934a Bug 102118 - solaris 2.7, gcc 3.0.1 bustage
patch=cls, r=dveditz, sr=alecf, a=rjesup
2002-04-04 00:13:06 +00:00
dveditz%netscape.com 5c710f229c forgot to remove these when I checked in fixes for bug 105085 2002-04-03 10:59:52 +00:00
dprice%netscape.com 090982c461 105087 r=dveditz, sr=mscott, a=asa
hook up the installer and the directory service
2002-04-02 23:56:43 +00:00
seawood%netscape.com 4e6c9470e4 Put files in appropriate SRCS lists even though same compiler is used for each.
win32 gmake build only
2002-04-02 09:28:55 +00:00
seawood%netscape.com e2d6c3d8cb More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
dveditz%netscape.com c2d6d8f262 Bug 76424 Enter button selects OK even when focus on Cancel button r=curt/sr=hewitt/a=asa 2002-03-31 05:19:39 +00:00
dveditz%netscape.com 8d967116cc Bug 74522 locally found .xpi should not override a bundled one r=ssu/sr=mscott/a=asa 2002-03-31 05:15:18 +00:00
srilatha%netscape.com a65e726634 Fix for bug # 78585. Import local folders from 4.x.
r=racham@netscape.com,ccarlen@netscape.com,cavin@netscape.com, ducarroz@netscape.com
sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-31 03:08:42 +00:00
seawood%netscape.com e390b504fc Use tar instead of cp to copy dist/bin & resolve symlinks.
Bug #133168 r=jdunn a=asa
2002-03-30 01:44:44 +00:00
dbaron%fas.harvard.edu d5630e1b57 Packaging changes for hewitt's outliner to tree conversion. 2002-03-29 17:52:17 +00:00
hewitt%netscape.com 07d96867f1 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
sspitzer%netscape.com 5f9f54b81c landing changes for MDN Return Receipts feature, bug #16241
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa.  Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
dmose%netscape.com c5b9a24630 Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:38 +00:00
curt%netscape.com 0b5a805441 Comments about newly supported ATTRIBUTES.
(Bug 122697, r=ssu, sr=dveditz, a=asa)
2002-03-27 05:26:45 +00:00
curt%netscape.com 58004fbbf2 Supports overriding certain component default attributes for different
Setup Types.  This especially allows us to have different components displayed
in the Additional Components dialog for different Setup Types.
  (Bug 122607, r=ssu, sr=dveditz, a=asa)
2002-03-27 05:24:26 +00:00
darin%netscape.com 05620967a8 fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
darin%netscape.com 6774091263 backing out changes (for bug 116365) to fix btek page-loader crash. 2002-03-26 08:47:10 +00:00
darin%netscape.com 7f9b2ed250 fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
caillon%returnzero.com 78e29a4942 Bug 127833, Entry point not found - library xpcom.dll (?GetSharedBufferHandle@nsPrivateSharableString@@UBEPBV?@G@@XZ)... Patch by Matthias Versen <Matti@epost.de> - r=curt@netscape.com, sr=dveditz, a=asa 2002-03-26 00:54:15 +00:00
cathleen%netscape.com a1ae6c2317 fix linux static build installer. bug 128507, bug 130995, bug 130998 r=seawood sr=dveditz a=asa (verbal) 2002-03-26 00:53:30 +00:00
dprice%netscape.com 3a0ceac580 97334 r=dougt sr=dveditz a=asa
adding WIN_SYSTEM_FILE flag to addFile
2002-03-26 00:04:05 +00:00
curt%netscape.com 93a0246a08 Added space to Status Retry text
(Bug 83450, r=ssu, sr=dveditz)
2002-03-25 23:08:09 +00:00
curt%netscape.com 2756176333 Useful comments for the user, but no impact on the build. 2002-03-25 22:57:25 +00:00
mscott%netscape.com 51a5314501 Adding alerts.xpt to the windows packaging list since I forgot to do that Friday when
the alerts branch landed.
2002-03-25 07:30:45 +00:00
dbaron%fas.harvard.edu 2a4007a526 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:03:32 +00:00
mkaply%us.ibm.com 87e39f98d4 Adding newlines at the end of these files to proactively prevent HPUX bustage 2002-03-23 15:02:41 +00:00
mkaply%us.ibm.com e53e0c48a5 HPUX bustage 2002-03-23 15:00:32 +00:00
dveditz%netscape.com cd26f593d4 Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers 2002-03-23 12:14:51 +00:00
dveditz%netscape.com 17ec7454ac bug 110946 install-script cleanup, r=curt,a=scc 2002-03-23 10:02:54 +00:00
syd%netscape.com f687f655e6 Fix for 110877, defer requesting user to shutdown other mozilla browsers until after the download has completed. r=sgehani, sr=dveditz, testing by gbush@netscape.com, a=asa 2002-03-23 01:54:38 +00:00
dprice%netscape.com 975002d55e backing out for now 2002-03-22 23:57:54 +00:00
curt%netscape.com 42a6558aca Adding recapture homepage functionality, but turning it off for mozilla in
the config.it.
  (Bug #122684, r=ssu, sr=dveditz, qa=gbush, a=dbaron)
2002-03-22 23:38:56 +00:00