bryner%uiuc.edu
fee6f5bf7f
Removing Makefiles that dougt deleted.
2000-03-16 04:26:11 +00:00
jst%netscape.com
9c999308f1
Checking in patch from ah@numerik.uni-kiel.de (Pike), adding new Makefiles. r=me
2000-03-15 15:12:49 +00:00
bryner%uiuc.edu
68c8977645
Removing deleted Makefiles from allmakefiles.sh. r=pavlov.
2000-03-15 05:16:20 +00:00
pavlov%netscape.com
b2fa03ca14
psm-glue to extensions
2000-03-14 06:08:49 +00:00
pavlov%netscape.com
d13f9b8e9d
adding crypto stuff to the tip
2000-03-11 04:33:39 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
sherry.shen%sun.com
14768205c5
Bug #28281 , r=leaf, a=leaf,
...
Add an option for building Java-supplement
and fix the Java building problem about JDIRS.
2000-03-09 02:08:23 +00:00
svn%xmlterm.org
d947092f11
Added xmlterm as an optionally built extension, r=leaf.
...
Should not affect the default build, but xmlterm can now be built by
re-configuring with the '--with-extensions=xmlterm' option, on LINUX and
SOLARIS only. Do a "make" in the extensions/xmlterm directory and then
execute 'xmlterm' in the dist/bin directory to try it out.
(For some more fun: put mozilla/dist/bin in your PATH, cd to
dist/bin/chrome/navigator/skin/default, and try out the commands 'xls -i'
and 'xcat *.gif' inside the xmlterm!)
2000-03-01 02:38:38 +00:00
cls%seawood.org
42fa630bac
Temporary fix for broken --disable-mailnews option. Bug 27948. r=alecf, a=leaf
2000-02-23 22:47:39 +00:00
mcafee%netscape.com
263a183feb
Adding irc Makefiles for prefs. Not turned on yet. r=rginda
2000-02-16 04:37:25 +00:00
alecf%netscape.com
d49330f209
fix solaris bustage
2000-02-15 07:04:43 +00:00
cls%seawood.org
2c5f8cf257
Added missing makefiles.
2000-02-15 05:18:51 +00:00
dougt%netscape.com
bf74015245
Adding timebomb. r=syd@netscape.com
2000-02-14 01:18:25 +00:00
syd%netscape.com
57fa7ebc1d
Added timebomb makeifles, but currently commented out at dougt's request.
...
r=dougt.
2000-02-13 14:23:59 +00:00
dp%netscape.com
f41bccfd9f
bug# 13732 Removing brprof from the build. r=akkanna
2000-02-12 18:50:36 +00:00
sspitzer%netscape.com
efcd8f0e03
start building the remote controller (to be used by X-remote some time soon).
...
the current implementation (remoteControl.js) is just a stub implementation
soon to be fixed. r=alecf
2000-02-08 08:24:54 +00:00
sspitzer%netscape.com
4b48f48eda
in the immortal words of sfraser: "die, appcores, die".
...
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.
r=alecf
2000-02-06 06:54:52 +00:00
cls%seawood.org
61ecb4275b
Fixed apparent file corruption that was horking objdir builds.
2000-02-03 07:51:21 +00:00
bryner%uiuc.edu
a5cf696ded
Turning on finger protocol on unix. r=valeski.
2000-02-03 00:40:22 +00:00
Jerry.Kirk%Nexwarecorp.com
ee0806b9fa
Move the photon timers directory from ./widget/timer/src/photon to
...
./widget/timer/src/unix/photon
2000-02-03 00:07:20 +00:00
pavlov%netscape.com
220fc77db3
build the embedding makefiles r=travis
2000-02-01 08:38:48 +00:00
hyatt%netscape.com
bed31a6278
Adding the platform-specific skin directory makefile.
2000-01-27 09:56:56 +00:00
alecf%netscape.com
7f865e4e45
Check in jlnance's jprof patches. r=alecf. Thanks!
2000-01-18 02:45:07 +00:00
rginda%netscape.com
4edbe77c53
Remove bslib (socket component no-longer-used in irc), r=leaf
2000-01-15 01:41:01 +00:00
hyatt%netscape.com
ecfbb10f24
Adding the XBL impl. r=trinity
2000-01-12 09:26:27 +00:00
cls%seawood.org
26766e6526
Oops. Wrong fix. Backing out.
2000-01-11 09:49:20 +00:00
cls%seawood.org
c59b2c73f2
Commenting out non-existant Makefile
2000-01-11 09:41:13 +00:00
hyatt%netscape.com
8dc8cc1911
Adding XBL.
2000-01-11 08:26:26 +00:00
cls%seawood.org
99288dd251
New Makefiles that were added to the build at some point.
2000-01-11 03:46:42 +00:00
mkaply%us.ibm.com
a4edcd5c0d
Support from IBM for 850, 852, 855, 857, 862, 864 codepage
2000-01-06 21:35:12 +00:00
warren%netscape.com
8dfc4ad9bd
Removed netwerk/util.
2000-01-05 03:01:21 +00:00
valeski%netscape.com
3833d88e45
r=mcafee, a=sdagley. turning on date time protocol
1999-12-21 22:33:36 +00:00
jband%netscape.com
7d0cb0f4bb
Landing big set of DOM and XPConnect changes:
...
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.
XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.
Also, xpconnect tests are reorganized and improved.
fixes bugs: 13419, 17736, 17746, 17952, 22086
r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
pavlov%netscape.com
9c13f45fde
cache stuff r=fur
1999-12-07 04:28:23 +00:00
fur%netscape.com
f74434f46d
Fix imminent unix build bustage because I failed to add the cache makefiles
1999-12-07 03:17:35 +00:00
cls%seawood.org
db98473510
Removing --disable-editor (and MOZ_EDITOR) from the build as the editor module now handles all of the text fields for Mozilla and using this option will result in a "non-working" browser (text fields are not editable). Bug #20369
1999-12-01 06:08:25 +00:00
slamm%netscape.com
e3fd86a8c2
Add sidebar component makefiles. r=mcafee
1999-11-30 00:49:09 +00:00
tbogard%aol.net
673c7072b9
Added docshell makefiles to the build. Thanks to andreas.otte@primus-online.de for reminding me of this.
1999-11-29 22:58:57 +00:00
andreas.otte%primus-online.de
5bd63e6b95
Adding res-protocol makefiles r=warren
1999-11-29 10:10:21 +00:00
cls%seawood.org
98d0b26d1d
Removed listing of win32 Makefile I accidentally checked in.
1999-11-20 23:48:14 +00:00
mscott%netscape.com
8acd709233
add uriloader directory
1999-11-18 06:05:16 +00:00
cls%seawood.org
38f0f34022
Back by popular demand...(ok, it was just fur ;P)..dbm has returned.
1999-11-16 15:56:31 +00:00
cls%seawood.org
36638d7851
Removing dbm & modules/security/freenav from DIRS
1999-11-14 02:52:19 +00:00
blizzard%redhat.com
39f17179e6
add widget/src/gtksuperwin/Makefile
1999-11-12 20:12:28 +00:00
cls%seawood.org
c37ffed10b
I'm in complete awe as to how the unix tinderboxen haven't broken because of this....when I did a clobber build, nsCookie.cpp & mailnews/* started complaining about a missing rosetta.h.
1999-11-10 02:30:47 +00:00
cls%seawood.org
535128ff07
Commented out ExtCacheDBInfo struct & uses of it in net.h as it's not used since Necko landed. r=warren
...
Removed dbm from allmakefiles.sh & mozilla/Makefile.in.
1999-11-09 23:52:25 +00:00
cls%seawood.org
def1bb1371
Moved the handling of extensions into configure.in.
...
Changed allmakefiles.sh to only generate Makefiles for extensions directories that are specified.
Added support for --with-extensions=none & --without-extensions
The following options have been superceded by --with-extensions:
--disable-cookie-management
--disable-client-wallet
--disable-single-signon
1999-11-09 23:30:32 +00:00
cls%seawood.org
a8c0052d91
Commented out unused Makefiles
1999-11-09 23:18:28 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
cls%seawood.org
9045bd6267
No need to generate obsolete network Makefiles
1999-11-02 23:27:45 +00:00