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 |
hyatt%netscape.com
|
701495e52a
|
update new build scripts along with the old ones. r=pink
|
2000-12-01 22:35:43 +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
|
f996bca269
|
Check out mozilla/lib/mac/Instrumentation to get Instrumentation utility header
|
2000-11-30 04:55:39 +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
|
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 |
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
|
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 |
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 |
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
|
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 |