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

1155 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 4952cc1a60 Build script update (NOT PART OF THE BUILD) 1. Make the build scripts pull by default, and remember the pull state in the build progress file (pulling is now just the first step of the build). 2. Allow a local prefs file at the root of the source tree to cause the scripts to not look in the prefs folder for a build prefs file. 3. Improve the input file parsing, to deal with trailing # as comments 4. Totally parse the checkout list file now before checking out, instead of parsing and checking out at line at a time. 5. Ensure that the build flag arrays and hashes are cleared out at the start of a build, so that mozilla-then-netscape builds don't get the union of the two sets of flags. 2000-11-02 02:38:20 +00:00
sfraser%netscape.com afc77d87ba Allowing 'pull all 1' in the prefs file to turn on pulling for the build scripts. Also change from using $0 to cwd() to enable calling scripts to work better. NOT PART OF THE BUILD 2000-10-27 20:42:24 +00:00
sfraser%netscape.com 19a4c10857 Minor output cleanup. NOT PART OF THE BUILD 2000-10-27 00:38:58 +00:00
sfraser%netscape.com 646b7f0b6e Use indirection to get to the build module file (so that different builds can use different names). Also clean up the root scripts to share more code. NOT PART OF THE BUILD 2000-10-26 20:00:34 +00:00
sfraser%netscape.com 91a3f9164f Add build time routines. NOT PART OF THE BUILD 2000-10-26 06:00:31 +00:00
sfraser%netscape.com a7edfdd5d8 Fix Jar::CreateJarFromManifest exporting. NOT PART OF THE BUILD 2000-10-26 03:53:51 +00:00
sfraser%netscape.com 118583dcf3 Tidy up CodeWarrior path stuff. NOT PART OF THE BUILD 2000-10-26 01:20:12 +00:00
sfraser%netscape.com 177c6d2d2f More better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 22:29:43 +00:00
sfraser%netscape.com 47cd5b831a Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 22:20:22 +00:00
sfraser%netscape.com e0b351ba06 Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 21:52:22 +00:00
sfraser%netscape.com e32949386b Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 21:43:23 +00:00
sfraser%netscape.com a6b6fc2670 Fix a problem with the universal interfaces version, and include the build flags module. NOT PART OF THE BUILD 2000-10-25 18:52:33 +00:00
sfraser%netscape.com 4518e0c93d Refactorying to allow for module reuse by other build systems (e.g. Netscape commercial build). NOT PART OF THE BUILD 2000-10-25 04:04:06 +00:00
sfraser%netscape.com 808051f67c Support for a text-based list of build flags, and configurable log file locations. NOT PART OF THE BUILD 2000-10-25 02:32:30 +00:00
sfraser%netscape.com 5694277917 Move the list of build flags into an external file, so that it can be easily replaced by a different list for a different build. NOT PART OF THE BUILD 2000-10-25 00:26:15 +00:00
sfraser%netscape.com fc9019705e Changes to allow for pref-file override of default file locations for the CodeWarrior and CVS session location files. NOT PART OF THE BUILD 2000-10-24 22:49:23 +00:00
sfraser%netscape.com a6af4b7f78 Changed error strings for better tinderbox error reporting. NOT PART OF THE BUILD. 2000-10-24 18:21:47 +00:00
Peter.VanderBeken%pandora.be 5fd7388239 Fixing bug 56794. a=granrose. 2000-10-23 18:50:23 +00:00
Peter.VanderBeken%pandora.be fa36e791f7 Jar up component viewer (bug 56794). r=cls, sr=scc. 2000-10-22 20:47:35 +00:00
sfraser%netscape.com 8d59bac830 Break ConfigureBuildSystem() into DoPrebuildCheck(), which is called before pulling, and ConfigureBuildSystem(), which requires a tree, and is called after pulling. Also move the code that creates DefinesConfig.h into a separate function. NOT PART OF THE BUILD 2000-10-22 06:07:29 +00:00
sfraser%netscape.com fcc34f61cd Put ScanForManifestFiles in here for safekeeping (it is no longer used). NOT PART OF THE BUILD 2000-10-22 06:05:14 +00:00
sfraser%netscape.com db45255519 Script changes to support writing MacPerl output to a file. NOT PART OF THE BUILD. 2000-10-21 00:56:01 +00:00
sfraser%netscape.com ce80041bcf Build number tweaking. FILES NOT PART OF BUILD. 2000-10-20 23:18:33 +00:00
sfraser%netscape.com e11d424466 Moved the build number functions around, and integrated cls's build number changes. FILES NOT PART OF BUILD. 2000-10-20 23:17:38 +00:00
sfraser%netscape.com 6c26bd4511 Added code to set variables in $main:: from the prefs file. Also test for empty prefs file name. FILES NOT PART OF BUILD. 2000-10-20 23:16:38 +00:00
sfraser%netscape.com c6761ede0e Removed an unneeded module usage, added MOZILLA_OFFICIAL, added the prefs file name param to RunBuild. FILES NOT PART OF BUILD. 2000-10-20 23:15:57 +00:00
cls%seawood.org ec11ea69a3 Evil temporary workaround fix for pull problem. Keep this file in sync with config/mozBDate.pm 2000-10-20 06:31:19 +00:00
cls%seawood.org 5e988eb824 Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc
Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
2000-10-20 05:21:40 +00:00
sfraser%netscape.com 992c99d5fa Build script update (NOT IN BUILD). Ensure we correctly save and restore the cwd when starting CodeWarrior. 2000-10-20 04:14:53 +00:00
sfraser%netscape.com d160a0c5db More build script updates. NOT PART OF THE BUILD. 2000-10-20 04:00:06 +00:00
sfraser%netscape.com 50c7c9a9e8 Update to new build scripts. NOT PART OF THE BUILD. 2000-10-20 01:58:10 +00:00
sfraser%netscape.com 5a584d371d Fix bug 53999 -- ensure that non-jar builds use the same override rules as jar builds. r=warren, sr=scc. 2000-10-11 23:32:10 +00:00
rjc%netscape.com e1da26d229 Fix RTM++ bug # 54320: copy "Search Plugins" folder into $DIST. r=warren sr=sfraser 2000-10-07 21:42:24 +00:00
sspitzer%netscape.com e4099a9a99 fix for bug #55193. get addressbook.css to package up in the classic jar. r=andreww, sr=alecf 2000-10-07 20:28:31 +00:00
hewitt%netscape.com 10381bbcd0 #51645 - theme preview images for all platforms, r=law, a=ben 2000-10-05 22:19:18 +00:00
sgehani%netscape.com dc748ee64e Merge pr3 branch to trunk:
Part of fix for "Plugins" -> "Plug-ins" for backward compatibility.

b=53976
r=ssu
a=sfraser,granrose
2000-09-28 17:32:05 +00:00
sfraser%netscape.com 408c4b2f00 Fix build scripts to work when using BuildNGLayout{Debug}.pl to both pull and build (configure after the checkout), and fix MozJar.pm to generate correct paths in installed-chrome.txt when not using jar files. 2000-09-26 02:24:55 +00:00
bryner%uiuc.edu 30ab9913bd Moving files out of security/base at request of security team. The new home for these files is in netwerk. Bug 53648. r=scc. a=gagan,brendan. 2000-09-22 04:42:20 +00:00
ccarlen%netscape.com 78aad48fe7 Adding mpfilelocprovider to build This lib is being used to fix #48981 r=bhuvan, mscott 2000-09-22 03:46:18 +00:00
ben%netscape.com e1bf5bdba1 make sure mac build system knows about extra jar.mn introduced by previous checkin... 2000-09-21 07:12:59 +00:00
sfraser%netscape.com aacaafaa47 More jar file landing script changes for Mac. New $options flags to control jar build, and some code to sanity check the combinations of options. 2000-09-21 01:36:34 +00:00
sfraser%netscape.com b919f7fdab Fixes from the jar branch; ensure we launch CodeWarrior before building, so that idepath.txt gets written out. 2000-09-20 20:03:34 +00:00
sfraser%netscape.com 100a7bee54 Fixing to pull SeaMonkey from teh trunk again. 2000-09-20 19:45:54 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
warren%netscape.com e651349bb0 Added build for themes:classic:messenger:mac:jar.mn 2000-09-18 22:36:59 +00:00
sfraser%netscape.com db5671d83a New Mac build scripts. NOT PART OF THE BUILD 2000-09-18 20:55:35 +00:00
sfraser%netscape.com 208abb4321 New Mac build scripts. NOT PART OF THE BUILD. 2000-09-18 20:54:48 +00:00
Peter.VanderBeken%pandora.be f019ffd8cf Enabling XSLT hooks in layout in default build. Bug #42228. r=axel@pike.org, a=waterson@mozilla.org. 2000-09-16 20:53:08 +00:00
sfraser%netscape.com cfbc0a8c22 Changes for jar packaging on Mac, currently turned off. Refactoring of chrome installation, new options for using jar.mn and making jar files. r=warren 2000-09-15 08:01:41 +00:00
sfraser%netscape.com 787cf9b14e Add security MANIFEST to fix build bustage. r=bryner 2000-09-14 20:41:33 +00:00
bryner%uiuc.edu caf7006acc This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
interfaces and resources that aren't specific to PSM have moved to security/base.  The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface.  Bug 18352.  r=brendan,pavlov,shaver.  a=brendan.
2000-09-14 19:27:23 +00:00
sfraser%netscape.com da6d310845 New files for Mac build enhancements. Not in build yet. 2000-09-14 05:47:21 +00:00
disttsc%bart.nl 6fc47afd94 Cleaning up the rest of viewSource.xul build ID mess. b=52085, r=scc, a=brendan 2000-09-11 19:56:28 +00:00
javi%netscape.com a19e024e60 Make Help work for PSM by copying the appropriate files to where PSM can find them. Bug#46447 2000-09-06 22:12:37 +00:00
valeski%netscape.com 173edaf1c1 46775 changing mac build script to *not* build all the xpfe components individually but to build the root component mcp file. 2000-09-06 02:22:40 +00:00
sfraser%netscape.com e12ee16abf Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen 2000-09-06 00:09:04 +00:00
dimator%netscape.com c02aff3231 Adding default localstore.rdf for new/mig. profiles. bug 44669. r=sspitzer 2000-09-01 18:52:08 +00:00
ben%netscape.com b764284851 Mac part of fix for 48205. 2000-08-30 02:34:49 +00:00
beard%netscape.com bec5b5ac60 Adding copy of "Mozilla Bloat URLs" command line file to dist. r=waterson 2000-08-26 07:37:16 +00:00
warren%netscape.com 6503ce0e7b Latest attempt. (Not in build yet.) 2000-08-26 04:36:57 +00:00
ben%netscape.com f4a445a88a 48205 2000-08-26 03:20:44 +00:00
pinkerton%netscape.com 3b6b068511 export filepicker.properties for file picker filters on mac. bug# 43932 2000-08-25 01:57:34 +00:00
ducarroz%netscape.com bb51490885 Fix for bug 17294. Export the resources to the right location. R=putterman 2000-08-22 23:39:27 +00:00
pavlov%netscape.com 545cb9a74c adding blue to mac build r=smfr 2000-08-19 06:54:06 +00:00
conrad%ingress.com 51199674b5 Added the building of appfilelocationprovider lib. r=sfraser 2000-08-11 20:21:09 +00:00
conrad%ingress.com b17ecae372 Added the building of appfilelocationprovider lib. r=sfraser 2000-08-10 04:36:59 +00:00
jj%netscape.com 2e1c872987 added xpt_link tool to the Mac build (if build{xptlink}=1) 2000-08-02 22:10:54 +00:00
ben%netscape.com 861c70831e update build lists for my previous checkin... 2000-07-30 06:38:22 +00:00
ben%netscape.com 7394288a0f 46803, XP keyboard accelerators for navigation. 2000-07-29 06:48:57 +00:00
sfraser%netscape.com b12dd3a75a Always export the instrumentation header now. 2000-07-28 23:48:18 +00:00
sfraser%netscape.com 955eea6f89 This file has moved to mozilla/lib/mac/Instrumentation 2000-07-28 23:47:30 +00:00
warren%netscape.com 169b89ecfe Fixed to now work. 2000-07-28 09:28:10 +00:00
warren%netscape.com 4e9f03b4cb Copied xpcom.properties to global/locale. 2000-07-25 06:10:47 +00:00
warren%netscape.com f56f5abe40 Temporarily taking out jar stuff. 2000-07-24 23:15:47 +00:00
warren%netscape.com 219b57862b Added jar packaging stuff. 2000-07-24 21:48:10 +00:00
warren%netscape.com 219d0a6033 First Checked In. 2000-07-24 21:47:51 +00:00
warren%netscape.com 52f3d004bc Added $build{jars} = 0; 2000-07-24 21:45:01 +00:00
Peter.VanderBeken%pandora.be 11ccc7bab0 Add build support for the SOAP part of xmlextras. Forgot to check this in. Doesn't affect default build. a/r=vidur. 2000-07-23 07:55:51 +00:00
waterson%netscape.com 871155f8ac Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH. Make plugins into a module. r=av. 2000-07-22 01:37:07 +00:00
tao%netscape.com e75381a635 41054: Bundle 2-3 langpacks with Seamonkey. r=sfraser. 2000-07-20 23:21:08 +00:00
pinkerton%netscape.com bead9e156f don't use webshell.mcp, use docshell.mcp. 2000-07-20 19:11:04 +00:00
brade%netscape.com c427ba73e3 move webshell shared library to Components for valeski (a=leaf) 2000-07-19 18:25:48 +00:00
pinkerton%netscape.com 8115432974 adding IDL project for webshell and a new manifest file for idl in webshell/public. r=valeski (bug 45723). 2000-07-18 23:11:05 +00:00
beard%netscape.com b78cac3061 Shouldn't be putting PSMStubs in Components, causes a crash. a=jj 2000-07-17 21:05:44 +00:00
Peter.VanderBeken%pandora.be 33c829c5f2 Import mathml.css into ua.css when building MathML. Not part of build. r=jj. a=waterson. 2000-07-11 06:47:53 +00:00
tor%cs.brown.edu e9aa28bc6f Turning on MNG decoder by default on all platforms.
configure.in change r=cls.  a=pnunn,brendan.
2000-07-07 21:52:23 +00:00
jab%atdot.org 6185ea15c3 The mac build was not getting my new MANIFEST file. I think this might fix it. 2000-07-01 11:05:41 +00:00
Peter.VanderBeken%pandora.be 7c661ab810 Corrected small typo. Doesn't affect regular build. 2000-06-28 23:46:12 +00:00
Peter.VanderBeken%pandora.be a4333b9d5e Adding build logic for MNG, LDAP and XML Extras. Turned off by default. Added/corrected build steps for Transformiix and cview. r=jj. 2000-06-28 23:16:49 +00:00
Peter.VanderBeken%pandora.be bcc67036b9 Adding option flags for MNG, LDAP and XML Extras. Turned off by default. r=jj. 2000-06-28 23:11:40 +00:00
gordon%netscape.com 3c8ca2c72d Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard. Remove redundant build commands for security. 2000-06-28 05:01:34 +00:00
gordon%netscape.com a586cec303 Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard. Added $build{security}. 2000-06-28 05:01:04 +00:00
gordon%netscape.com 0d4aa220b9 Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard. 2000-06-28 04:12:26 +00:00
gordon%netscape.com 4332e5ddbc Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard. Add PSM to build commands. Changed branch tags for pulling mozilla/security (on Mac only). 2000-06-28 04:12:04 +00:00
sspitzer%netscape.com 6629d1ac1f fix for #1144 (and various other bugs, I'm sure.)
export absync.properties on the Mac.  r=mscott
2000-06-26 21:03:55 +00:00
cltbld%netscape.com eafb07d820 added patches to build Mac with XSLT, SVG, MathML. fix for #39959. (activated by Options{} switches - default is off) --jj. 2000-06-24 00:06:58 +00:00
cltbld%netscape.com 857ed06fca added Options{} table. part of fix for #39959 -- jj. 2000-06-24 00:03:50 +00:00
sspitzer%netscape.com 49504e1c38 work for bug #38374
helperApps.rdf is now mimeTypes.rdf.
use the file locator to get the mimeTypes file.
fix the unix implementation of nsOSHelperAppService.cpp
to go to the base class to determine what application to launch.

r=mscott
2000-06-22 22:14:53 +00:00
mscott%netscape.com e205048a98 export the idl files for exthandler 2000-06-22 06:38:45 +00:00
sspitzer%netscape.com 73f32b0692 Bug #38374 --> more updates for external helper application support.
r=mscott
2000-06-21 01:16:32 +00:00
beard%netscape.com 5cca8adbe7 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
brade%netscape.com 1a7b2fff2b File Removed. 2000-06-20 21:19:10 +00:00
brade%netscape.com 008b206a84 File Removed. 2000-06-20 21:00:52 +00:00
pchen%netscape.com 0ee3c3efe4 Bug #41272. Turn on classic skin in build. r=don 2000-06-20 04:57:12 +00:00
ben%netscape.com 1ab7a4aa7e update build list 2000-06-17 03:45:34 +00:00
beard%netscape.com 320f83d2d9 bug 42100: removed toc file parameter from BuildOneProject, in preparation for landing bigger changes soon. r=sfraser 2000-06-17 00:58:07 +00:00
beard%netscape.com 552f64f3c5 bug 19119: remove build of PSMGlue which now depends on PSM.shlb. r=gordon 2000-06-16 23:07:07 +00:00
mccabe%netscape.com e831156e5c Build nsIScriptablePlugin.idl on the mac; remaining part of fix for 39911. a=beard,r=don 2000-06-16 08:23:28 +00:00
sspitzer%netscape.com 183217f4b0 fix error message in build log. this is not for the build bustage. 2000-06-15 06:40:36 +00:00
sfraser%netscape.com 602085e067 Fix Mac commercial build bustage by turning wchar_t support on. r=scc, pinkerton. 2000-06-13 19:20:55 +00:00
tao%netscape.com bc5a2876ca 33663: PLS copy bookmakrs.html, panels.rdf to bin/defaults/profile/en-US.
r=jbetak.
2000-06-09 01:24:07 +00:00
pchen%netscape.com 00e3b9f457 Partial fix bug#41272. If INCLUDE_CLASSIC_SKIN is defined in one of the Mac build perl scripts, copy classic skin resources to Chrome/skins directory in dist. r=pinkerton 2000-06-08 03:57:35 +00:00
morse%netscape.com b5f9ce0d57 fix bugs 41567 & 33542 again, moving stuff out of res directory, r=rjc 2000-06-08 01:04:24 +00:00
morse%netscape.com 77679d7e29 backing out my change in case it caused the bustage 2000-06-07 06:24:56 +00:00
morse%netscape.com 672395ed25 fixes for bugs 33542 and 41567, abandon res directory r=dveditz 2000-06-07 05:10:52 +00:00
ben%netscape.com aee61098ea update build list so mac builds relocated platform communicator files 2000-06-05 07:12:02 +00:00
attinasi%netscape.com 36e73369c4 Implemented QuirkMode style sheet and moved some initial quirk style rules from html.css to the new quirk.css. b=38026 r=rods a=karnaze 2000-06-02 21:45:06 +00:00
sfraser%netscape.com 45a6cc31f6 Build script cleanup, adding ability to control plugin building. r=beard 2000-06-02 00:51:09 +00:00
beard%netscape.com 2b58cbd16f bug #13848, build MRJ plugin in standard build. 2000-06-01 04:31:12 +00:00
saari%netscape.com fc3f6e9fcd fix for dogfood+ bug 40167, I broke chatzilla on the mac. r=pinkerton 2000-05-31 00:05:42 +00:00
brade%netscape.com fee4b68686 backout previous checkin; wrong file committed! a=leaf 2000-05-30 20:34:05 +00:00
brade%netscape.com 4870cf6dec backout previous checkin; wrong file committed! a=leaf 2000-05-30 20:33:09 +00:00
brade%netscape.com f2cd887e5c backout previous checkin; wrong file committed! a=leaf 2000-05-30 20:31:51 +00:00
brade%netscape.com ca03352b77 fix for autocomplete.xml file being in wrong location (blocker #41001) a=leaf; r=sfraser 2000-05-30 20:27:35 +00:00
brade%netscape.com 3502772e21 fix blocker #41001; autocomplete.xml is not in correct location a=leaf; r=sfraser 2000-05-30 20:21:18 +00:00
ben%netscape.com efd7b5e85c tell mac to put files in communicator, not global. d'oh 2000-05-29 08:36:18 +00:00
ben%netscape.com 876ce6a6b2 moving autocomplete to global/content 2000-05-29 05:44:12 +00:00
ben%netscape.com 74dd27316a update Mac build script to point to new folders 2000-05-29 04:09:11 +00:00
ben%netscape.com f8c2a641b3 disconnect global:resources:skin from build 2000-05-29 02:55:51 +00:00
saari%netscape.com 750cd845d7 fix for 40167 dogfood bug; missing menu items on MacOS. Removing chatzilla chrome stuff from the mac build since it isn't built on mac anyway. Caused confusion in the overlay load. r=danm 2000-05-26 21:19:44 +00:00
danm%netscape.com 1e63166cb8 installed chrome list now uses resource url instead of full file path. a=leaf r=saari 2000-05-22 22:13:44 +00:00
danm%netscape.com 2898e01923 chrome reorg. delete dist before using! code=saari r=me 2000-05-19 02:30:43 +00:00
tao%netscape.com 73ddca71ce BAck out hcange to 35121 (move searchplugins back tpo bin/) r=rjc 2000-05-18 22:39:29 +00:00
sfraser%netscape.com 36a15446e4 No longer build NetworkModular.mcp, since the timer code has now been moved to widget. 2000-05-17 08:44:02 +00:00
tao%netscape.com e56e2ccb26 35121: mocw sherlock files to under chrome/. 2000-05-17 00:28:03 +00:00
ducarroz%netscape.com 753e1bd0fb Add AbSync to the build system. R=rhp 2000-05-16 23:29:09 +00:00
cata%netscape.com 33e418ad87 Fixing bug #33669. 2000-05-16 00:19:29 +00:00
dougt%netscape.com ec95b11193 Turning on psm-glue and protocol/client security code. 2000-05-15 23:10:04 +00:00
beard%netscape.com 4f1339567d bug #13848, build the MRJ plugin as part of the standard build. Checking this, although it isn't turned on yet, so shouldn't affect the current build. 2000-05-13 03:37:40 +00:00
thayes%netscape.com 3f33bcf35d Change tag for security component to SECURITY_CLIENT_BRANCH 2000-05-11 18:58:10 +00:00
sspitzer%netscape.com b36bcb9d8b remove duplicate line. 2000-05-11 08:48:00 +00:00
sspitzer%netscape.com dc1fb2c318 fix mac. 2000-05-11 08:08:00 +00:00
sspitzer%netscape.com a226df8fed remove unused stuff. 2000-05-11 07:10:37 +00:00
sspitzer%netscape.com c2ba12c960 no more xpinstall skin here 2000-05-11 04:25:28 +00:00
sspitzer%netscape.com 83b1f5fe10 no more profile skin here 2000-05-11 04:23:05 +00:00
ben%netscape.com 957bb8a699 removing redundant skins directories 2000-05-11 04:19:28 +00:00
sspitzer%netscape.com 4e66b4037e editor skins no longer built. 2000-05-11 04:18:10 +00:00
sspitzer%netscape.com 0f50192003 stop building all the old mailnews skin crap. 2000-05-11 04:00:07 +00:00
sspitzer%netscape.com 4b546455cf message compose skins have moved 2000-05-11 03:54:27 +00:00
sspitzer%netscape.com 8dfab7a3bd remove old address book skins 2000-05-11 03:46:55 +00:00
sspitzer%netscape.com ca2386b42e it's skins:modern, not modern. 2000-05-11 02:51:11 +00:00
sfraser%netscape.com 0dbe01df1d Just reorder the $build array so that it matches the real build order 2000-05-10 19:54:07 +00:00
sspitzer%netscape.com 0b4508479a turn this on. 2000-05-10 01:47:55 +00:00
mccabe%netscape.com 7ea88da658 Add -jsconsole to Mac command-line-caller-thingie.
Thanks to Seth Spitzer for the pointer.
2000-05-09 04:03:03 +00:00
sspitzer%netscape.com 6c6059ff4d mozilla/themes is now part of the module,
so we don't need to check it out explictly anymore. a=leaf.
2000-05-08 16:32:10 +00:00
mccabe%netscape.com 082478de13 Put contents of MANIFEST from xpfe/components/console into Components folder. 2000-05-08 10:29:58 +00:00
jbetak%netscape.com 6750e537b7 32477 Accept-Language UI, changing location and name of the language string bundle, r=erik, ftang 2000-05-07 21:50:32 +00:00
warren%netscape.com dbc3daa1e3 Combined all necko dlls into 2. Bug 17031. 2000-05-06 09:16:29 +00:00
sfraser%netscape.com 36f82a04ba Add XML-RPC to the build, and move installing chatzilla and XML-RPC resources to the BuildExtensions function. 2000-05-05 21:27:08 +00:00
sfraser%netscape.com 051427a593 New routine to install skin files from mozilla/themes, by iterating through directories looking for MANIFEST files. It is expected that MANIFEST files in these dirs have a first line like #!dest chatzilla:skin that specifies the destination directory. Also pull mozilla/themes. 2000-05-04 21:35:47 +00:00
sfraser%netscape.com 705803f8b5 Space to tab conversion, redoing the badness that was done a few revisions ago. 2000-05-04 21:30:02 +00:00
sfraser%netscape.com c7792f30b6 Move the resouce copying to the end, so that we have fewer files in dist during the build process. This should speed up looking for include files. 2000-05-03 21:40:44 +00:00
erik%netscape.com f225b0365c bug 26237; added langGroups.properties to Mac build 2000-05-03 00:34:48 +00:00
jbetak%netscape.com 5f72fd4b94 5313 Accept-charset for form is not implemented, r=ftang, be 2000-05-02 05:19:19 +00:00
jj%netscape.com 0d49603d2d adding directory creation to complete rjc's checkin 2000-05-02 03:46:17 +00:00
jj%netscape.com 03890b0dce #37355: minor fixes & adjustments between debug/optimized scripts. 2000-05-02 01:21:07 +00:00
sfraser%netscape.com eba6803baa Make the checkout error messages a bit more gentle, put in a MakeJars stub method. 2000-05-01 21:57:11 +00:00
sfraser%netscape.com 516e7c03d1 Remove bogus string concat 2000-05-01 21:53:19 +00:00
sfraser%netscape.com e18e363ffc Print when checking out each module 2000-05-01 21:52:52 +00:00
jbetak%netscape.com a618dd8eeb 5313 Accept language UI is not implemented r=ftang, be 2000-05-01 03:31:30 +00:00
tonyr%fbdesigns.com 4f15489dfd Added uriloader/extprotocol to the build (again, now that we have InternetConfig back it should be OK now). 2000-05-01 01:21:17 +00:00
danm%netscape.com 20edef8d54 adding urlbarhistory for radha 2000-04-30 02:20:39 +00:00
ruslan%netscape.com a770c39c29 Add necko resource bundle manifests to MAC build, r=davidm 2000-04-28 06:38:26 +00:00
sspitzer%netscape.com a150bc9e43 change to get -chat to work for the mac. still need a "Mozilla Chat" file. 2000-04-25 06:53:49 +00:00
sfraser%netscape.com d7e6ef35b9 Just some doc updates, not in the build 2000-04-25 02:38:25 +00:00
sfraser%netscape.com 3a5227a170 First Checked In. 2000-04-25 02:18:30 +00:00
rjc%netscape.com 4ade085fbb Install search files into "$(DIST)Search Plugins" and "search.rdf" into default profile directory. 2000-04-23 06:34:52 +00:00
rjc%netscape.com a986fb23c0 Enable ability to do a copy instead of an alias. 2000-04-23 04:40:42 +00:00
hyatt%netscape.com c7953e733d Commdir. 2000-04-21 07:15:48 +00:00
mccabe%netscape.com 96cbf6a915 Remove builds of nsConsoleService binary, IDL and IDL-export projects from xpfe/components/console for the Mac. 2000-04-21 02:21:23 +00:00
beard%netscape.com 4a72f46c3f [Not part of build] Simple tool to emit information about the build system, to be consumed by the Perl build scripts. 2000-04-21 01:51:07 +00:00
jband%netscape.com f9a733be1f landing typelib loading improvements. bug 30753 2000-04-20 08:52:05 +00:00
wtc%netscape.com 3785e15ac8 Bugzilla bug #36250: updated the list of modules to check out for $pull(runtime). r=sfraser@netscape.com 2000-04-20 01:16:52 +00:00
beard%netscape.com 9d3aee255a Compatibility with Universal Headers 3.3 or later. a=leaf 2000-04-19 22:13:51 +00:00
saari%netscape.com 6904929898 dist... chrome restructuring 2000-04-19 21:54:45 +00:00
tonyr%fbdesigns.com ec60943b82 got rid of uriloader/extprotocol/mac projects until I figure out why they don't build 2000-04-14 14:58:28 +00:00
tonyr%fbdesigns.com 105e0e1849 added uriloader/extprotocol/mac projects 2000-04-14 14:31:09 +00:00
sfraser%netscape.com 9dd759ed94 Rename chrome:caps to chrome:security, and put the autocomplete stuff buck in that waqar stomped on. r=jj. Mac only. 2000-04-14 02:01:39 +00:00
waqar%netscape.com d895837c77 #=27745
r=pollmann
d=Adding Gecko useragent string
2000-04-13 20:09:47 +00:00
ducarroz%netscape.com fa587f9aa6 Add xpfe/components/autocomplete to the build. R=alecf. 2000-04-13 04:49:50 +00:00
beard%netscape.com 4a2876b52c preemptive bustage fix. 2000-03-31 02:17:04 +00:00
beard%netscape.com 34d5cd8501 landing xpfe/components/console build. r=mccabe 2000-03-31 02:10:14 +00:00
warren%netscape.com 7e5dcea7fc Removing resource: protocol from build -- obsolete. 2000-03-29 05:26:40 +00:00
putterman%netscape.com 56a4d7a88d added new files and directory for shift delete bug 16349, r=hangas 2000-03-25 00:57:51 +00:00
jj%netscape.com 7f8b912691 fix for bug #32896: make Build_Project case insensitive. Contribution from jlong@adobe.com. r=sfraser 2000-03-24 00:17:37 +00:00
pierre%netscape.com 34104d24a4 For Profiler builds: removed NSRuntimeDebug.shlb from debug targets in MIW.mcp and modified NGLayoutBuildList.pm to not build that project when the Profiler is on. 2000-03-22 03:50:15 +00:00
jj%netscape.com b2b8cf8311 renamed -url file "Mozilla Installer" to "Mozilla Profile Migration". landing fix for #29816 from the beta1_BRANCH. 2000-03-21 04:53:03 +00:00
sfraser%netscape.com 48128c4e91 I am such a poop head. Need to comment out just one more line. 2000-03-21 03:14:25 +00:00
sfraser%netscape.com 3b82fd0cfb Fix the build -- we're not quite ready for building PSM on Mac yet. 2000-03-21 02:42:59 +00:00
sfraser%netscape.com a470089e75 Fix for 31669: get the right PSMTaskMenu.xul on Mac. Also start building the PSM glue code on Mac. r=ducarroz 2000-03-21 01:36:30 +00:00
sfraser%netscape.com 1841bfdf83 Fix for blocker 31669 -- pull the mozilla/security module, and install resources from mozilla/extensions/psm-glue. r=dougt,a=granrose 2000-03-15 22:44:18 +00:00
danm%netscape.com 5428e07729 making webBrowser.mcp a component 2000-03-14 03:10:39 +00:00
sfraser%netscape.com e33c525278 Fix for 31710 -- install psm.js so that the mac build starts up. r=pavlov, a=granrose 2000-03-14 02:09:39 +00:00
danm%netscape.com 92ee4bff39 adding webBrowser.mcp (the embedding project) to the build 2000-03-13 19:27:01 +00:00
brade%netscape.com 173d5c8a4c move to new nspr tag; install netwerk:security:browser resources 2000-03-13 15:53:59 +00:00
dougt%netscape.com 8fab98280e Adding MANIFEST file to export timebomb header file to xpfe. Fixes build bustage. 2000-03-07 22:02:50 +00:00
jj%netscape.com 4462b9408b Removed references to MOZ_FULLCIRCLE in mozilla. a=leaf r=sfraser 2000-03-04 01:52:50 +00:00
leaf%mozilla.org 114fedf699 backing myself out, this should be on a branch. 2000-02-27 10:22:24 +00:00
leaf%mozilla.org 5e26379127 branch cleanup (start page, nspr branch used for pull) 2000-02-27 10:18:24 +00:00
sfraser%netscape.com 4b19416924 Fix for 28906 -- pull a new NSPR tag that has fixes for the commercial build. r=mwelch, a=jar. 2000-02-25 08:15:55 +00:00
wtc%netscape.com f816aa5c82 Bugzilla bug #27457: pull NSPR using the static tag
NSPRPUB_RELEASE_4_0_20000218.  Change NSPR_VERSION to 4.
r=leaf@mozilla.org. a=jar@netscape.com.
Modified files: client.mak, client.mk, configure, configure.in,
build/mac/NGLayoutBuildList.pm, config/config.mak
2000-02-21 20:19:14 +00:00
pollmann%netscape.com 37fc8705f7 Bug 16999: Add properties file to Mac build. r=rods a=rickg 2000-02-21 03:43:59 +00:00
sfraser%netscape.com b8a42a19a1 Fix bug 28043 -- if pull of seamonkey fails, NSPR is not udpated. Also fix spelling of 'timebomb'. r=brade, a=chofmann 2000-02-16 22:40:06 +00:00
cltbld%netscape.com 155813b2a4 Backing out wtc's nspr changes to clear up thread hanging & orangeness in linux build. r=alecf,don 2000-02-16 02:09:05 +00:00
dougt%netscape.com fe03064a15 Adding timebomb to mac build. r=pinkerton. 2000-02-16 01:53:50 +00:00
wtc%netscape.com 40c478f70c Bugzilla bug #27457: pull the NSPR tag NSPRPUB_4_0_BETA_20000215 and
bump NSPR_VERSION to 4.
Modified files: client.mak, client.mk, configure, configure.in,
build/mac/NGLayoutBuildList.pm, config/config.mak
2000-02-15 21:17:40 +00:00
dp%netscape.com f41bccfd9f bug# 13732 Removing brprof from the build. r=akkanna 2000-02-12 18:50:36 +00:00
norris%netscape.com 80d944693e Fix 25062 Reload vulnerability
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
pinkerton%netscape.com 45b89d0aff remove WasteLib from the build. 2000-02-10 04:21:33 +00:00
jj%netscape.com f4fef3b27b #26126: changed Mac build scripts to pull NSPR from static tag + some cleanup. r=sfraser 2000-02-10 03:16:27 +00:00
sfraser%netscape.com 4feea73b65 Giving up on this quit and restart CodeWarrior thing. This should make the clobber builds happier. 2000-02-09 06:01:15 +00:00
sfraser%netscape.com a4499509b9 Trying to get the mac tinderboxen more happy. 2000-02-09 05:01:17 +00:00
mcafee%netscape.com edb6b89f34 Adding manifest file for mac build, r=smfr 2000-02-09 04:55:34 +00:00
sfraser%netscape.com e91a989126 Some script magic to hopefully make the tinderboxen happier. 2000-02-09 00:07:47 +00:00
sfraser%netscape.com bae19858a3 Script changes to fix some problems finding the location of the CodeWarrior IDE, using the file idepath.txt. r=scc 2000-02-08 09:41:52 +00:00
sfraser%netscape.com 1525a8b7ac Changes to tell the IDE to quit and restart after the xpidl compiler has been rebuilt. r=scc 2000-02-08 05:13:42 +00:00
pierre%netscape.com 65ad87a438 Fixed ProfilerLib path for CW5 2000-02-08 03:14:58 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
beard%netscape.com 9e7875e4aa testing permissions change. 2000-02-06 01:48:40 +00:00
tonyr%fbdesigns.com 74f1fd88dc Added mailnews:import:resorces:skin directory to export/install list 2000-02-05 16:49:05 +00:00
bryner%uiuc.edu 478de2d61f Adding finger protocol to mac build. 2000-02-05 06:44:51 +00:00
alecf%netscape.com 29fbd0aa21 turn appshell into a component on mac r=sspitzer 2000-02-05 05:43:21 +00:00
brade%netscape.com de62045f80 fix paths (bug #25779) 2000-02-02 15:22:38 +00:00
danm%netscape.com ec82616d75 hooked up embedding IDL for travis. r:pinkerton 2000-02-01 00:04:02 +00:00
sfraser%netscape.com 490e76a201 Add a couple more necko protocol projects to the build; keyword, and datetime. r=valeski 2000-01-31 23:31:43 +00:00
hyatt%netscape.com 855043c0c6 Left out comma. Oops. 2000-01-27 10:29:59 +00:00
hyatt%netscape.com 4794251cf5 Modifying Mac build list to include XML file for XBL event bindings. 2000-01-27 09:59:21 +00:00
alecf%netscape.com db42c40660 move global locale files into en-US
#20296
r=hangas
2000-01-27 03:19:24 +00:00
sfraser%netscape.com dc88a0d7d6 Appcores must die! Die die die! r=law 2000-01-26 01:06:58 +00:00
morse%netscape.com 81000db67f bug 23913, new wallet editor, r=ben 2000-01-25 03:30:33 +00:00
sfraser%netscape.com 65faa0fec2 Fix for 24556 -- need to install the missing image icons on Mac. r=pinkerton 2000-01-25 03:20:50 +00:00
dougt%netscape.com fd69a2f423 Landing nsIFile. 2000-01-24 21:28:28 +00:00
sfraser%netscape.com fca2ca2b62 Fix for bug 24392 -- no prefs window on Mac. r=alecf. Also making chatzilla work again. 2000-01-20 01:18:56 +00:00
tonyr%fbdesigns.com 4dc3fe02b6 Added mailnews/import projects msgImportIDL, msgImport, msgImportEudora, and msgImportText 2000-01-17 23:49:02 +00:00
alecf%netscape.com e2439a06b5 remove prefwindow from the mac build r=sspitzer 2000-01-15 02:51:54 +00:00
sfraser%netscape.com ed50e71762 Add chatzilla to the Mac build. r=rginda 2000-01-15 01:30:34 +00:00
jj%netscape.com 8d40838f1f File Removed. 2000-01-14 01:30:02 +00:00
ftang%netscape.com 467a374662 add make alias for cata's charset menu change. r=cata 2000-01-13 23:38:45 +00:00
sfraser%netscape.com facd514020 Tidy up of build scripts; make new groupings for imglib, necko and browserutils, remove if($NECKO) etc. r=pinkerton 2000-01-13 23:01:45 +00:00
hyatt%netscape.com d62f1e2c1b Forgot to patch Mac's build script. 2000-01-13 11:16:03 +00:00
nhotta%netscape.com da912aab96 Adding a new project to the build, bug 23343, r=ftang. 2000-01-12 21:54:15 +00:00
gordon%netscape.com bae45fa1eb Removed _InstallFromManifest(":mozilla:netwerk:util:public:MANIFEST") because the file doesn't exist anymore, and added _InstallResources(":mozilla:docshell:base:MANIFEST"). r=valeski. 2000-01-12 01:19:14 +00:00
warren%netscape.com 787c14153f Removed obsolete nav-java stuff. 2000-01-04 22:52:37 +00:00
warren%netscape.com 48d611e883 Removed obsolete security:freenav stuff. 2000-01-04 22:21:43 +00:00
ducarroz%netscape.com e6509b0330 Fix bug 19064. Add Mac project "Signed" to the build system and add the share lib to the Mac package. R=rhp 2000-01-03 23:09:04 +00:00
sspitzer%netscape.com 6abff4ac0a more changes for the new "download headers" dialog. 1999-12-28 23:08:33 +00:00
danm%netscape.com 2e2b71e7ad fix typo in previous checkin 1999-12-23 00:49:35 +00:00
radha%netscape.com 8c88d7336f Addition of shistory component r=danm a=don 1999-12-22 23:28:28 +00:00
pinkerton%netscape.com e3e68d9fa6 fix mac bustage. looks like something got whacked by mistake. 1999-12-14 03:09:12 +00:00
dbragg%netscape.com 5c834d30d8 Added xpinstall:res:skin dir to fix bug #21559 r=dveditz a=chofmann 1999-12-14 02:13:00 +00:00
dbragg%netscape.com f6288d0433 Build xpinstall idl after xpfe (build bustage) 1999-12-08 01:49:02 +00:00
sfraser%netscape.com 8be35c0506 Add the cache projects to the build. r=fur. 1999-12-07 07:16:43 +00:00
rhp%netscape.com f1abed910a Adding smime wrapper- R: ducarroz 1999-12-01 23:22:25 +00:00
slamm%netscape.com 29e8e28b72 Use loop for xpfe instead of so much cut and paste.
Add sidebar component manifests. r=mcafee
1999-11-30 00:52:36 +00:00
pinkerton%netscape.com e5a11ec1c8 changes for docshell idl project to get built. required adding a new idl export in prefs. 1999-11-30 00:16:48 +00:00
dbragg%netscape.com b74d3c3e68 Part of fixes for bug 17506. r=dougt 1999-11-29 21:19:06 +00:00
rjc%netscape.com 7409e86428 Get search locale DTDs from proper location. 1999-11-24 10:15:53 +00:00
warren%netscape.com bc08cebf77 Added new/missing protocols. 1999-11-24 06:27:28 +00:00
rjc%netscape.com ebfcf5b324 Part of fix for bug # 19564: add new search chrome: and DTD references into Mac build. 1999-11-24 05:15:39 +00:00
pinkerton%netscape.com cb52f925ca add new layout idl stuff for travis. 1999-11-22 22:33:17 +00:00
mscott%netscape.com f01507e744 Make the uri loader a component. 1999-11-18 06:39:37 +00:00
mscott%netscape.com 5e34bd65cf Add uriloader directory to the mac build. 1999-11-18 06:07:52 +00:00
sfraser%netscape.com b80f88195c Build the static lib targets of the JPEG project. r=sdagley 1999-11-15 22:44:45 +00:00
dmose%mozilla.org 42fc94a6ec updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
sgehani%netscape.com 4b45c206cb Chnage MIW target name to Mozilla Installer [r=sfraser]. 1999-11-03 07:54:28 +00:00
slamm%netscape.com a18f45f9c4 Partial fix for bug 17722, "No [Sidebar] Panels for mac". We should probably copy the entire directory, but adding a MANIFEST file to profile/defaults would mess up Linux and Windows. May need to add Makefiles for them too. r=pinkerton. 1999-11-02 03:49:14 +00:00
sgehani%netscape.com 03d941a318 Turning on Mac Install Wizard. [r=ssu] 1999-10-30 23:04:41 +00:00
sspitzer%netscape.com 611f8d45b2 adding "Mozilla Select Profile" (aka -SelectProfile) for the mac. 1999-10-28 23:19:02 +00:00
ducarroz%netscape.com c1110ddbf5 Fix Mac bustage for mscott. Add build instruction for mozilla:mailnews:mime:public:MANIFEST_IDL. 1999-10-28 05:45:22 +00:00
pinkerton%netscape.com a8d49951d8 use new chrome idl project instead of generated header file (r=hyatt). 1999-10-26 22:38:40 +00:00
pierre%netscape.com fc6e72a505 Enabled MOZ_PERF_METRICS in the Mac build: - updated DefinesMozilla.h - fixed stopwatch.cpp - created libutilIDL.mcp - added StopWatch exports to libutil.exp - added xpcom.shlb to libutil.mcp - added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp 1999-10-21 05:41:45 +00:00
scc%netscape.com 443184730b Now InstallFromManifest "xpcom/components/MANIFEST_COMPONENTS" to get some javascript installed in the apps "Components" directory. This corresponds to work shaver has already done on the other platforms. r=sfraser 1999-10-20 21:31:46 +00:00
davidm%netscape.com 330561ede3 14974 apprunner fails to start up on B&W G3 8.6 Add file to generate logs on the mac r sdagley 1999-10-14 23:46:27 +00:00
sfraser%netscape.com 94149b57b9 Add jsurl IDL manifest and project for dougt. 1999-10-13 07:19:40 +00:00
sspitzer%netscape.com 71c98f1d88 fix for #16262, r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac. 1999-10-13 04:21:18 +00:00
sspitzer%netscape.com c3d246d9c3 fix for #16098, r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms 1999-10-12 00:16:31 +00:00
sfraser%netscape.com 049485c2c3 Don't export headers in lib/mac/MacMemoryAllocator any more. NSPR no longer needs the one that was being exported. r=sdagley 1999-10-06 01:20:44 +00:00
beard%netscape.com 2cdd7248cf removed pulling of mozilla/gc/boehm, no longer building NStdLibGC target. r=smfr 1999-10-03 21:51:39 +00:00
beard%netscape.com e5e3abf3e5 added pulling of mozilla/gc/boehm, conditionally building gc.mcp if $GC_LEAK_DETECTOR is true, and building MemAllocator.mcp[MemAllocatorGC.o], NSStdLib.mcp[NSStdLibGC.shlb] if $GC_LEAK_DETECTOR is true. r=smfr 1999-10-03 20:06:10 +00:00
beard%netscape.com a533411cca Added $GC_LEAK_DETECTOR. r=smfr 1999-10-03 20:03:39 +00:00
beard%netscape.com 689b2c4833 added GC_LEAK_DETECTOR variable. r=smfr 1999-10-03 20:01:48 +00:00
hyatt%netscape.com 3c2c8a8904 Fixing apprunner startup bustage on mac. r=beard 1999-10-03 01:41:06 +00:00
beard%netscape.com b86254c097 Now that mozilla/lib/mac/NSStartup has been added to the modules file, SeaMonkeyEditor, reenabled building NSStartup.mcp. Converted building JSLoader.mcp into Components, per shaver's permission. r=smfr 1999-10-03 00:37:19 +00:00
scc%netscape.com 2bd686b0b0 Fixing Mac build bustage by backing out (actually commenting out) beards previous change. The project he cites isn't in the module (or something) and isn't getting checked out. Ergo, errors when you try to find it to build. Couldn't find anyone to review or approve and there is no bug number ... but it has to be done. I guess I'm going to hell. 1999-10-02 03:41:52 +00:00
beard%netscape.com b1784bc612 added mozilla/lib/mac/NSStartup/NSStartup.mcp to the build. This will create NSAppStartup.o, NSComponentStartup.o, and NSLibraryStartup.o, and will permit conditional use of the GC leak detector. r=sdagley 1999-10-02 02:21:17 +00:00
hyatt%netscape.com a743892b2e Restructuring ua.css to use html.css 1999-10-01 21:57:01 +00:00
hyatt%netscape.com 9e75934ef0 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
beard%netscape.com 30ad9147e0 build htmlparser and view into components directory. r=vidur 1999-10-01 00:43:24 +00:00
sspitzer%netscape.com 8093d1a122 fix resources for the profile migration dialog. 1999-09-29 04:07:12 +00:00
sspitzer%netscape.com ae18a95895 finish renaming and moving all the profile xul, js and dtd files. 1999-09-28 22:50:45 +00:00