Commit Graph

1134 Commits

Author SHA1 Message Date
darin%netscape.com
6a7567992b 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
4275b833c4 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
cc617c0f91 Make sure to pull nspr with xpcom 2001-01-19 21:17:42 +00:00
jj%netscape.com
bf4af74c59 fix for #43202: copying default profile resources instead of making aliases. r=sfraser 2001-01-19 02:48:49 +00:00
ccarlen%netscape.com
d9dd3b5321 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
99b664568f bug 57282, fixing easy modules like transformiix, r=cls (build stuff) 2001-01-11 11:02:10 +00:00
cls%seawood.org
0530b750cc 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
9f1e059c82 #41854: obsoleting old build scripts and related files. r=sfraser 2001-01-05 23:50:34 +00:00
bnesse%netscape.com
a5bac85212 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
c178b3977d 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
0dcaf7b61a 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
d5425c7135 Simple script to remove duplicates from a list given as the args. 2000-12-27 00:08:18 +00:00
cls%seawood.org
2835595963 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
2f569c7830 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
f9ab982495 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
09f5e7ee11 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
3a801cb4e9 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
0af559d562 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
ee6b46957c 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
519fdf5675 Add security module (based upon bryner's nss autoconf patch) 2000-12-05 06:49:12 +00:00
hyatt%netscape.com
1e3784fb46 update new build scripts along with the old ones. r=pink 2000-12-01 22:35:43 +00:00
hyatt%netscape.com
89a3b213f3 adding new XBL form widget stylesheets. a=ben@netscape.com 2000-12-01 08:47:19 +00:00
hyatt%netscape.com
7eedb69301 breaking out html forms into their own stylesheet, a=ben@netscape.com 2000-12-01 08:27:34 +00:00
beard%netscape.com
3790f112d5 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
31a33b8c5e Fix the dump to escape the @. duh. r=#mozilla. a=leaf 2000-11-30 20:45:14 +00:00
sfraser%netscape.com
3cb7849f5e Check out mozilla/lib/mac/Instrumentation to get Instrumentation utility header 2000-11-30 04:55:39 +00:00
sfraser%netscape.com
e1decc23bb 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
8c42e80317 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
bed397aa69 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
574cf62ff8 copy the html bindings to res. 2000-11-29 06:12:14 +00:00
pinkerton%netscape.com
a3d4c053ef 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
f8fdab28b7 After importing the XML project file, close it, to make tinderbox happy. 2000-11-29 05:56:57 +00:00
cltbld%netscape.com
3b5e20212b [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
bee724743f 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
5c2ebc85f0 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
d66beeed59 Test file, NOT PART OF THE BUILD 2000-11-04 00:22:48 +00:00
sfraser%netscape.com
eac612e238 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
28ab9656a4 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
c31ee05e55 No longer used. Bug #26798 2000-10-27 06:13:47 +00:00
sfraser%netscape.com
7bedc0120a Minor output cleanup. NOT PART OF THE BUILD 2000-10-27 00:38:58 +00:00
sfraser%netscape.com
ba89dff55b 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
b1df93dd18 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
b2a2d07e66 Add build time routines. NOT PART OF THE BUILD 2000-10-26 06:00:31 +00:00
sfraser%netscape.com
caf1cd5c78 Fix Jar::CreateJarFromManifest exporting. NOT PART OF THE BUILD 2000-10-26 03:53:51 +00:00
sfraser%netscape.com
519771b920 Tidy up CodeWarrior path stuff. NOT PART OF THE BUILD 2000-10-26 01:20:12 +00:00
sfraser%netscape.com
fb54b29a2f 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
fd6e1ee29d 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
297e4c8caa 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
a7ab870ab7 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
8cb413f184 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