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

21051 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com 9c4c3fd8dc Take CFLAGS off link line 1999-03-25 23:47:43 +00:00
cata%netscape.com 50a9f0db6f Using support classes. 1999-03-25 23:45:51 +00:00
erik%netscape.com 14101060a0 Unicode support for fonts on Windows. Reviewed by Michael Plitkins. 1999-03-25 23:41:36 +00:00
nhotta%netscape.com de96e5e592 I18n migration, CSID -> Charset Name. 1999-03-25 23:41:03 +00:00
nhotta%netscape.com 74a13565cf Added mime. 1999-03-25 23:39:16 +00:00
mcafee%netscape.com 330f22b0c2 Renamed GetTransferable() to GetData() 1999-03-25 23:39:03 +00:00
slamm%netscape.com 4d78a3acba Use OS_LDFLAGS instead of CFLAGS. 1999-03-25 23:23:09 +00:00
mcafee%netscape.com 012f7eb552 Renaming {SetTransferable(), GetTransferable()} to {SetData(), GetData()} per our clipboard meeting this morning. 1999-03-25 23:22:01 +00:00
slamm%netscape.com 886d99ee18 Turn log caching back on by default, but this time check logfile times. That way if it changes, the cached file will be updated. 1999-03-25 23:15:40 +00:00
slamm%netscape.com 47d651491e never mind. I know what I would have to do to fix the cache but it isn't worth it. 1999-03-25 23:13:58 +00:00
alecf%netscape.com 44e7d884ee define PurgeNeeded so that this isn't undefined in this library 1999-03-25 22:48:02 +00:00
alecf%netscape.com a3aded6458 link against libreg to avoid undefined symbols 1999-03-25 22:47:44 +00:00
alecf%netscape.com 8d7eb39b2a fix for #4264 - move fe_GetConfigDir into libxp, because that is in-memory and available for components to use
I've heard rumors that this will break mac, but I'll be able to fix it in one cycle
This allows components that don't link against libpref to be loaded and not crash
1999-03-25 22:45:46 +00:00
slamm%netscape.com c70774e5a9 cache isn't working. Temporarily write out a log. 1999-03-25 22:36:51 +00:00
jj%netscape.com 55816576c2 fixed access paths for non-debug target. 'dist' is now recursive. 1999-03-25 22:13:31 +00:00
slamm%netscape.com 3456dd4df5 oh yeah, toss the cvslog.cgi output to /dev/null. 1999-03-25 21:45:28 +00:00
slamm%netscape.com 53c7248c61 Cache brief logs for busted builds. 1999-03-25 21:39:40 +00:00
briano%netscape.com 21b2a84a25 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
briano%netscape.com 9d6d3b389c Turned off the NO_STATIC_LIB restriction. 1999-03-25 21:29:34 +00:00
briano%netscape.com cebfc14fd8 Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
slamm%netscape.com 92fa4525b0 Change caching feature to on demand. Otherwise, it may cache a log for a build that hasn't completed. 1999-03-25 21:13:42 +00:00
briano%netscape.com 41dd62814d Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:10:22 +00:00
briano%netscape.com 1011925a1f Change to provide support for platforms without shared library support, or for NO_SHARED_LIB builds. 1999-03-25 21:01:59 +00:00
akkana%netscape.com 5b690d7fe5 Linux part of dougt's libjar and libxpinstall changes 1999-03-25 20:47:28 +00:00
jj%netscape.com 36f8627be1 fixed bustage on line 1! ("`#!perl -w") 1999-03-25 20:36:51 +00:00
dougt%netscape.com 93d42caa71 Adding XPInstall to build
Adding libjar to build.
1999-03-25 20:17:46 +00:00
dougt%netscape.com 93ec3953e5 Adding XPInstall to the Mac build.
Adding libjar to the mac build.
1999-03-25 20:13:00 +00:00
akkana%netscape.com e0d1f8bbae 4268: Fix broken SIMPLE_PROGRAMS rule for --enable-md. Fix courtesy of slamm, checkin approved by sar 1999-03-25 19:52:19 +00:00
peterl%netscape.com a5f067d863 protect recreate frames for content against content with no parent 1999-03-25 19:27:11 +00:00
sspitzer%netscape.com 049ea487df switch from "\\" to PR_DIRECTORY_SEPARATOR for portablility 1999-03-25 17:41:21 +00:00
cata%netscape.com c160294c8d Support classes used. 1999-03-25 17:34:07 +00:00
cata%netscape.com 83fcc15a7f Multi-table helper decoder. 1999-03-25 17:33:39 +00:00
slamm%netscape.com d892265d44 add check-modules.pl 1999-03-25 17:16:20 +00:00
mccabe%netscape.com d8d93678e2 Move xptinfo, xptcall from export phase (erroneously copied from libxpt Makefile.in) to libs and back out previous temporary fix.
Finishing checkin.  Hopefully all is OK.
1999-03-25 10:35:19 +00:00
mccabe%netscape.com c17ac10f7c Move xptinfo, xptcall from export phase (erroneously copied from libxpt Makefile.in) to libs and back out previous tree patch. 1999-03-25 10:28:39 +00:00
dp%netscape.com 68d22e0429 Updated tasks 1999-03-25 09:20:05 +00:00
jband%netscape.com 9f6df884a6 backout building of xpconnect on Unix 1999-03-25 09:17:54 +00:00
jband%netscape.com 901cbef6f4 backout building of libxpt on Unix 1999-03-25 09:17:02 +00:00
jband%netscape.com 0a13a0e73d fix build bustage due to use of nscore.h before it is exported - I don't understand why this stuff is being compiled in the export phase. We can that later. 1999-03-25 09:05:28 +00:00
warren%netscape.com f63bc93364 Reverted accidental commit of makefile.win 1999-03-25 08:20:46 +00:00
warren%netscape.com ebddfe0196 Added brprof bootstrapping code (ifdef DEBUG_warren for now). 1999-03-25 08:20:19 +00:00
mccabe%netscape.com 0bc66ee504 Adding libxpt and xpconnect to the build. 1999-03-25 07:50:11 +00:00
warren%netscape.com b8d2b8f0c4 Renamed directory.xml to directory.rdf 1999-03-25 07:34:24 +00:00
warren%netscape.com c660e1db8d GetDataSource change to instantiate xml datasources by default. 1999-03-25 07:33:07 +00:00
warren%netscape.com 17ad42464c Added GetMethodInfoForName 1999-03-25 07:30:47 +00:00
warren%netscape.com 28cb6a80bd Hushed up stupid warnings on Windows. 1999-03-25 07:29:29 +00:00
peterl%netscape.com 78240897f9 augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
peterl%netscape.com 329ef341b5 added percent handling for opacity property 1999-03-25 06:43:07 +00:00
peterl%netscape.com fbe4c468cf fix whitespace handling on attribute selectors 1999-03-25 06:42:42 +00:00
peterl%netscape.com a99ba37867 added methods to process style changes on frames 1999-03-25 06:42:07 +00:00