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

1403 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org a166aefeb8 Let the standalone xpcom build know about the string library dependency. Bug 69718 2001-02-22 09:24:57 +00:00
sdagley%netscape.com fd574a8179 This file was supposed to be part of the Carbon carpool last week but somehow didn't get comitted. Trying again. 2001-02-22 04:24:36 +00:00
waterson%netscape.com 2cd62f503b Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
scc%mozilla.org 5fab3df832 bug #59429: r=jst. Add the string module to the build. 2001-02-21 11:14:59 +00:00
ben%netscape.com 482fae6616 Fix jst bustage 2001-02-19 23:53:33 +00:00
leaf%mozilla.org 988439e7a0 changing where we put the gbdate file. 2001-02-19 22:30:35 +00:00
leaf%mozilla.org 1b4901d589 Part of jst@netscape.com's layout/content landing. 2001-02-19 21:40:39 +00:00
danm%netscape.com 32f41a5eee hooking up EmbedIDL.mcp. bug 67368 r=hyatt,pinkerton 2001-02-17 02:33:03 +00:00
pinkerton%netscape.com 105d3c555e carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
danm%netscape.com 46ce978abb adding embedding/components 2001-02-07 04:00:41 +00:00
mscott%netscape.com 34152095cc Don't build this obsolete directory. 2001-02-06 05:17:18 +00:00
beard%netscape.com 2842771c17 build system changes for Carbon, bug #64484, r=pinkerton, sr=sfraser 2001-02-06 04:00:52 +00:00
ben%netscape.com 39359db612 mac build needs to know how to find extra jar.mn. builds not starting. a=granrose. 2001-02-05 18:52:24 +00:00
cls%seawood.org 207665231f Fix fdlibm/mozjs dependency problem by making sure that fdlibm is always built before mozjs. 2001-02-04 06:27:59 +00:00
ccarlen%netscape.com ba474a7e97 Bug 52473 - Add Mac embedding sample to the build. r=jj@netscape.com, sr=sfraser@netscape.com 2001-02-02 15:10:01 +00:00
cls%seawood.org d67cab71c9 Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads. 2001-01-27 22:47:16 +00:00
mkaply%us.ibm.com 32b73e9541 #65880
r=cls
Enable OBJDIR builds for OS/2
2001-01-27 15:36:41 +00:00
rods%netscape.com 9c6f7ccade This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
mcafee%netscape.com e6635de39d Removing ftp: URL from bloat test until dougt fixes ftp. r=dougt 2001-01-26 02:35:07 +00:00
darin%netscape.com 6bfaf3912c Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
r=dougt@netcape.com, sr=mscott@netscape.com.
2001-01-23 22:10:34 +00:00
kin%netscape.com b24b2c40c3 Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com  r=ducarroz@netscape.com

New Files:

    editor/txtsvc/macbuild/txtsvcIDL.mcp
    editor/txtsvc/public/MANIFEST_IDL
    editor/txtsvc/public/nsIFindAndReplace.idl
    editor/txtsvc/src/nsFindAndReplace.cpp
    editor/txtsvc/src/nsFindAndReplace.h
    xpfe/components/find/resources/replacedialog.js
    xpfe/components/find/resources/replacedialog.xul
    xpfe/components/find/resources/locale/en-US/replacedialog.dtd


Modified Files:

    build/mac/build_scripts/MozillaBuildList.pm
    editor/base/nsEditorShell.cpp
    editor/idl/nsIEditorShell.idl
    editor/txtsvc/macbuild/txtsvc.mcp
    editor/txtsvc/public/Makefile.in
    editor/txtsvc/public/makefile.win
    editor/txtsvc/public/MANIFEST
    editor/txtsvc/src/Makefile.in
    editor/txtsvc/src/makefile.win
    editor/txtsvc/src/nsTextServicesFactory.cpp
    editor/ui/composer/content/ComposerCommands.js
    editor/ui/composer/content/editor.js
    editor/ui/composer/content/editorOverlay.xul
    editor/ui/composer/locale/en-US/editorOverlay.dtd
    mailnews/compose/resources/content/messengercompose.xul
    mailnews/compose/resources/content/MsgComposeCommands.js
    mailnews/compose/resources/locale/en-US/messengercompose.dtd
    xpfe/components/jar.mn
    xpfe/components/find/public/nsIFindComponent.idl
    xpfe/components/find/public/nsISearchContext.idl
    xpfe/components/find/resources/makefile.win
    xpfe/components/find/resources/MANIFEST
    xpfe/components/find/resources/locale/en-US/MANIFEST
    xpfe/components/find/src/nsFindComponent.cpp
    xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
cls%seawood.org c0d14a2b10 Make sure to pull nspr with xpcom 2001-01-19 21:17:42 +00:00
jj%netscape.com 801e29ef66 fix for #43202: copying default profile resources instead of making aliases. r=sfraser 2001-01-19 02:48:49 +00:00
ccarlen%netscape.com 15ac5b144d Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
axel%pike.org f7ec15df4c bug 57282, fixing easy modules like transformiix, r=cls (build stuff) 2001-01-11 11:02:10 +00:00
cls%seawood.org 383be547da Explicitly call $(PERL) rather than relying upon the OS to interpret the script correctly. 2001-01-07 14:19:52 +00:00
jj%netscape.com 9bd9705fa8 #41854: obsoleting old build scripts and related files. r=sfraser 2001-01-05 23:50:34 +00:00
bnesse%netscape.com 4f68909311 Added build support for the Default Plug-in. b=56761, r=jj, sr=sfraser. 2001-01-04 22:18:03 +00:00
jj%netscape.com 63646ddb56 fix for #43202: rely on a maniffest file to install default profile resources. r=sfraser 2001-01-04 02:45:32 +00:00
cls%seawood.org 781839f588 Give the standalone build system a finer grained control over which directories are checked out.
Bug #57282 r=blizzard
2000-12-27 05:29:50 +00:00
cls%seawood.org 8702aa2805 Simple script to remove duplicates from a list given as the args. 2000-12-27 00:08:18 +00:00
cls%seawood.org aa26bbda90 Remove js/src from psm dep list since it's already in DIRS list 2000-12-23 02:44:16 +00:00
cls%seawood.org a6fcf0e07e JS has required NSPR for some time apparently. Updating module list to not pull all of js/ just enough to build libmozjs.so (js/src). 2000-12-23 02:26:44 +00:00
cls%seawood.org adf99d8d59 Add psm to standalone build system.
Pull psm & nss by default via client.mk .
Moves psm-glue from Mozilla build to psm module.
Bug #60912. r=bryner
CARPOOL!
2000-12-22 20:43:27 +00:00
cls%seawood.org 8c549a6494 Update the standalone build system to handle our extensive intermodule header dependencies without descending into recursive dependency hell.
Bug 57282 r=jag
2000-12-11 06:52:25 +00:00
sfraser%netscape.com 585ce1ffe4 Adding options to not use the progress file, and optimize project opening in codewarrior. Bug 61401, r=scc, sr=jj 2000-12-06 22:09:50 +00:00
javi%netscape.com 1df7c8cfb3 Fix for Bug 60911 r=beard sr=sfraser Add support for building PSM completely from source pulled from the mozilla cvs server. 2000-12-05 21:42:57 +00:00
sfraser%netscape.com 4c6d15d857 Fix the check for $main::options{xptlink} to get the release builds to create xptlink correctly. Also comment out a non-existent manifest file line. a=jj 2000-12-05 19:57:37 +00:00
cls%seawood.org 20bbf9ccfa Add security module (based upon bryner's nss autoconf patch) 2000-12-05 06:49:12 +00:00
hyatt%netscape.com 701495e52a update new build scripts along with the old ones. r=pink 2000-12-01 22:35:43 +00:00
hyatt%netscape.com e9ae905e45 adding new XBL form widget stylesheets. a=ben@netscape.com 2000-12-01 08:47:19 +00:00
hyatt%netscape.com bcd5465f20 breaking out html forms into their own stylesheet, a=ben@netscape.com 2000-12-01 08:27:34 +00:00
beard%netscape.com bb124975ad Build OJI library as a component, not a shared library. sr=sfraser, r=jj, bug #61614. 2000-11-30 21:26:30 +00:00
sfraser%netscape.com 67f50b66cb Fix the dump to escape the @. duh. r=#mozilla. a=leaf 2000-11-30 20:45:14 +00:00
sfraser%netscape.com f996bca269 Check out mozilla/lib/mac/Instrumentation to get Instrumentation utility header 2000-11-30 04:55:39 +00:00
sfraser%netscape.com f450fb092e Add a dump to the old scripts to encourage people to move to the new ones. r=kin 2000-11-29 21:52:30 +00:00
sfraser%netscape.com 5e3d177227 Trying to fix build redness; convert the ImportXMLProject stuff to use thew new low-level AE handler, and change the error messages to be better picked up by the Tinderbox error parser. 2000-11-29 08:15:04 +00:00
sfraser%netscape.com 0a7d5511f4 Attempting to fix the clobber build redness; adding an 'import_project' handler which uses low-level Apple Event stuff to talk to CodeWarrior, which should detect errors better. 2000-11-29 08:14:01 +00:00
pinkerton%netscape.com f86f3c2134 copy the html bindings to res. 2000-11-29 06:12:14 +00:00
pinkerton%netscape.com 28aab72bc2 Refactor some of the window key handler and add drag and drop handlers to the window root. Also move the html bindings (and platform bindings) to res, removing the chome dependency. a=hyatt. 2000-11-29 06:01:33 +00:00
beard%netscape.com b91ef28576 After importing the XML project file, close it, to make tinderbox happy. 2000-11-29 05:56:57 +00:00
cltbld%netscape.com 4fae278554 [sfraser@netscape.com] Try to fix clobber tinderbox problems by putting a timeout on the Import project XML AppleScript. r=jj 2000-11-29 04:18:30 +00:00
sfraser%netscape.com 6f62a49d8e Adding chardet IDL project, and MANIFEST_IDL for bug 46200, "nsBrowserInstance must die!". For jag, r=erk, sr=sfraser 2000-11-16 21:38:58 +00:00
sfraser%netscape.com d74c36a8cd Add error checking to the chdir call, so that the scripts produce the correct error message when you try having the 'mozilla' folder at the root of a volume. r=kin 2000-11-15 22:56:30 +00:00
sfraser%netscape.com 6dcb24f103 Test file, NOT PART OF THE BUILD 2000-11-04 00:22:48 +00:00
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
cls%seawood.org 064ccbdcac No longer used. Bug #26798 2000-10-27 06:13:47 +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
cls%seawood.org a83b9629d5 Fix makefile creation problem when full path contains meta chars. Bug 50431. Thanks to ume@mahoroba.org for the patch. 2000-10-26 19:43:39 +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
cls%seawood.org 76701f01bd Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch. 2000-10-25 20:32:37 +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
ramiro%eazel.com 4969105044 Bug 56793. Add support for building unix mozilla with a default
MOZILLA_FIVE_HOME.  Build changes r=cls.  Small XPCOM change sr=scc.
2000-10-21 08:33:16 +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
margaret.chan%sun.com 88ba6c5a1d Bug fix for 36567. Use /bin/type instead of which for finding the paths.
r=cls@seawood.org a=brendan@mozilla.org.
2000-09-14 20:58:56 +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
cls%seawood.org 01cdb75c51 Adding dist/bin/components to LIBRARY_PATH as part of fix for BeOS shared lib loading. Bug #51658. Thanks to Justin Morey <justin@68k.org> for the patch. 2000-09-07 04:50:48 +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
valeski%netscape.com 5770d2197c fixing directory seperate assumption to be generic 2000-09-02 04:29:25 +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
dbaron%fas.harvard.edu 8dc64ea537 www.mozilla.org is back, so re-adding to bloat URLs. 2000-08-30 12:17:57 +00:00
mcafee%netscape.com f63c7e7931 mozilla.org is down, yanking that url for tonight. 2000-08-30 07:37:36 +00:00
ben%netscape.com b764284851 Mac part of fix for 48205. 2000-08-30 02:34:49 +00:00
mkaply%us.ibm.com b6e89e1371 r=leaf, a=leaf, bad tabs in config.guess 2000-08-30 02:13:03 +00:00
mcafee%netscape.com 7cec7b8fc2 Removing editor test until we stablize exiting from the editor. 2000-08-29 05:24:08 +00:00
mcafee%netscape.com 72e8e89422 Adding editor JavaScript URL to the bloat test. 2000-08-26 23:57:19 +00:00
mcafee%netscape.com 123e3014da Backing out mailto URL, profile issues. 2000-08-26 18:43:56 +00:00
mcafee%netscape.com 9d1e005e1c Adding mailto: URL to bloat test. 2000-08-26 18:04:18 +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
valeski%netscape.com bfce7c93f3 NOT PART OF BUILD. Updating comments for file migration script 2000-08-26 01:23:43 +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
sfraser%netscape.com 92bc5c861c Deal with Entries files having different linebreaks. Add some comments. 2000-08-23 01:03:47 +00:00
sfraser%netscape.com 8dd86a843b New perl script to sync up two CVS trees 2000-08-23 00:54:08 +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
warren%netscape.com 1dc501bfae Getting gc leak-detector to work on linux. Non-nspr changes. code=beard,wade r=warren 2000-08-11 00:13:39 +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
cls%seawood.org 83ac05476c Commented out check for multiple variables on a single line as this causes Makefiles that have multiple dir VPATHs to be only partially generated. Uncommented warning for unknown variables. 2000-06-28 10:21:53 +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
mcafee%netscape.com 234111b008 Upping the ante for bloat URLs. Adding test6 to test tables, adding test8 again to test cache. r=warren, a=leaf 2000-06-27 18:58:58 +00:00
cls%seawood.org 76e912165f Added BeOS debugger to debugger list. bug #43723 2000-06-26 21:52:27 +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
jim_nance%yahoo.com 88cc5f8599 Added line to print working directory of commands which fail. 2000-06-23 21:31:42 +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
mkaply%us.ibm.com 091ede461a # 40177
r = cls, a = brendan
OS/2 bring-up for M16 - add OS/2 to config.* files - also submitting to autoconf
2000-06-16 14:06:23 +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
jim_nance%yahoo.com a9d0e9c08b Tru64 helper scripts for ATOM tools.
Not part of the build.
2000-06-10 10:56:51 +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
cls%seawood.org 4a01d5a63b Fix the runtime scripts so that mozilla can be run from any directory. r,a=leaf 2000-06-06 22:57:25 +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
cls%seawood.org 14ecb8fb98 Use relative path to call binaries as some shells break otherwise. Bug 40415. r=waterson 2000-05-31 23:05:14 +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
cls%seawood.org b129e998c9 Finishing off the standalone modules framework.
List js/src/liveconnect & js/src/xpconnect in toplevel Makefile.in to allow js to be built using the standalone framework.
Use the <module>_STANDALONE defines anytime BUILD_MODULES != all.
r=slamm
2000-05-20 02:45:59 +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
axel%pike.org b92b7989e1 Support for BUILD_MODULES and MOZ_CO_MODULES for transformiix (standalone),
does not affect build, a=leaf, r=leaf
Makefile.ins will follow soon
2000-05-18 19:37:33 +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
slamm%netscape.com b8e7dae48a No need to compare is this is the first run (cmp was printing an error on BSD when one of the files did not exist) 2000-05-11 22:56:41 +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
slamm%netscape.com 7cc532a589 Readd for 'webconfig' target of client.mk 2000-05-08 20:51:14 +00:00
colin%theblakes.com 8e1f2d46f1 Make OpenVMS get auto-detected. r=leaf 2000-05-08 20:17:42 +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
valeski%netscape.com 7902cce201 putting ftp.mozilla.org back into the bloaturls.txt test in an attempt to kick start shrike tests again. 2000-05-04 02:41:32 +00:00
valeski%netscape.com dbbe033193 pulling out ftp to see if it's part of the bloat problem 2000-05-04 01:52:59 +00:00
cls%seawood.org 37a3ac46ca Add support for pulling individual modules from cvs via client.mk. 2000-05-04 01:26:34 +00:00
cls%seawood.org 8bf60f47ad Move STATIC_MAKEFILES back into the toplevel Makefile 2000-05-03 22:49:47 +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
cls%seawood.org 548fb021ee Remove extraneous whitespace between the object file and the ':'.
Thanks to Justin Morey <justin@68k.org> for the patch.
2000-04-21 01:28:58 +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
cls%seawood.org be1ede77c2 Exporting LIBRARY_PATH & ADDON_PATH vars needed for BeOS runtime. 2000-04-18 22:19:14 +00:00
cls%seawood.org 176bded229 Added support for building select individual modules using --enable-modules. Currently, only dbm, xpcom & necko work. At this point, you still have to pull the whole tree. We'll fix that later. Bugs 24515 & 34159 2000-04-18 09:42:12 +00:00
cls%seawood.org a0a2bd2026 BeOS uses LIBRARY_PATH to search for runtime libs. 2000-04-17 03:38:39 +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
waterson%netscape.com 865b4da646 Back out file akk didn't mean to check in. r=akkanna 2000-04-13 20:17:35 +00:00
waqar%netscape.com d895837c77 #=27745
r=pollmann
d=Adding Gecko useragent string
2000-04-13 20:09:47 +00:00
akkana%netscape.com 7228abd7fd Rename libender to libeditor on Linux and Windows (r=ssu) 2000-04-13 19:43:51 +00:00
ducarroz%netscape.com fa587f9aa6 Add xpfe/components/autocomplete to the build. R=alecf. 2000-04-13 04:49:50 +00:00
cls%seawood.org 0d63199902 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +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
cls%seawood.org ae45fce007 Updating config.guess & config.sub to latest GNU versions. Bug #22599, r=wtc 2000-03-30 03:12:16 +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
slamm%netscape.com 7c5b5c935c Move for-loop's do to next line for Solaris. Fix configurator url. 2000-03-23 02:04:22 +00:00
slamm%netscape.com e8ca910fa3 Only output the options that are used. 2000-03-22 21:56:49 +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
slamm%netscape.com f096abb642 Silly little comment change. 2000-03-21 21:09:33 +00:00
slamm%netscape.com 4cf73f8c6d Output options from mozconfig. 2000-03-21 21:09:11 +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