Commit Graph

259 Commits

Author SHA1 Message Date
ramiro%netscape.com
95e4929455 Took out linking of widdget and gfx. Its not needed and it currently
breaks on some platforms, like Neutrino.


git-svn-id: svn://10.0.0.236/trunk@43630 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:57:39 +00:00
ramiro%netscape.com
2144a5f188 Fix for -lpref linking problems. Dont link with libpref, its not needed.
git-svn-id: svn://10.0.0.236/trunk@43431 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 00:27:50 +00:00
leaf%mozilla.org
7fe15b87ec Adding secfree to link line for apprunner. build hack to be fixed when ramiro figures out how to link without LD_LIBRARY_PATH
git-svn-id: svn://10.0.0.236/trunk@43420 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 19:01:03 +00:00
ramiro%netscape.com
4cc02629c5 Link in secfree dynamically only where needed.
git-svn-id: svn://10.0.0.236/trunk@43413 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
ad821d1be4 Dont link in the webshell into the app.
git-svn-id: svn://10.0.0.236/trunk@43412 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 14:42:25 +00:00
ramiro%netscape.com
233f49736d Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.


git-svn-id: svn://10.0.0.236/trunk@43408 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 13:54:48 +00:00
ramiro%netscape.com
4517f5371f Link expat and xmltok into the htmlparser statically. Not into the app.
git-svn-id: svn://10.0.0.236/trunk@43405 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 12:46:23 +00:00
ramiro%netscape.com
acca485ab8 Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
default for Linux and Solaris.  Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner.  The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful.  There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.

Also landed the remainder of Shawn Packwood's qt port.


git-svn-id: svn://10.0.0.236/trunk@43402 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 09:33:48 +00:00
danm%netscape.com
0d2f1b579b disable browser appcore's load of default page for new windows created by NewWebShell. fixes bug 11404. a:cyeh@netscape.com
git-svn-id: svn://10.0.0.236/trunk@43373 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-16 22:23:19 +00:00
morse%netscape.com
ed8bf5d335 fix bugs 11716 and 11766
git-svn-id: svn://10.0.0.236/trunk@43349 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 16:56:52 +00:00
racham%netscape.com
c39b4bba6b Adding printfs for bug isolation purposes. Part of bug 11638, 11716 fixes. Rev by gayatri. Approved by Chris Yeh.
git-svn-id: svn://10.0.0.236/trunk@43249 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 20:25:09 +00:00
racham%netscape.com
cdbd88a827 Automatic migration for a single unmigrated profile
git-svn-id: svn://10.0.0.236/trunk@43169 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-11 05:21:59 +00:00
davidm%netscape.com
d55aea411d add nsCommonDialogs and nsDialogParamBlock factories and registration
git-svn-id: svn://10.0.0.236/trunk@43130 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-11 03:03:47 +00:00
morse%netscape.com
59172a4524 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@42957 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 08:26:20 +00:00
morse%netscape.com
f1175bd41e download mapping tables when browser starts up
git-svn-id: svn://10.0.0.236/trunk@42952 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 07:54:33 +00:00
toshok%hungry.com
a174d9efe4 if we're doing OJI, we need both -ljsj and -loji
git-svn-id: svn://10.0.0.236/trunk@42834 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 22:44:06 +00:00
ramiro%netscape.com
6aa8fdcce0 Dont link in zlib, its not needed.
git-svn-id: svn://10.0.0.236/trunk@42353 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 22:38:08 +00:00
ramiro%netscape.com
3037799609 Dont link -lxp, its not needed.
git-svn-id: svn://10.0.0.236/trunk@42299 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 13:46:52 +00:00
ramiro%netscape.com
faef9fa20f Remove duplicate -lxpcom link flag.
git-svn-id: svn://10.0.0.236/trunk@42295 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 13:09:41 +00:00
ramiro%netscape.com
56461d514a Dont link in libcaps. Its not needed.
git-svn-id: svn://10.0.0.236/trunk@42292 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 12:52:23 +00:00
ramiro%netscape.com
0471327a87 Dont link with nsappshell, its not needed.
git-svn-id: svn://10.0.0.236/trunk@42291 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 12:41:27 +00:00
ramiro%netscape.com
3d4d25bbae Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
git-svn-id: svn://10.0.0.236/trunk@41820 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 13:53:49 +00:00
dp%netscape.com
6dbb830549 Fixing calls to startup and shutdown xpcom
git-svn-id: svn://10.0.0.236/trunk@41684 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-31 06:26:24 +00:00
mscott%netscape.com
b7c3f2e4d3 fix build breakage....include config.mak
git-svn-id: svn://10.0.0.236/trunk@41532 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 03:56:54 +00:00
briano%netscape.com
2087356d68 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@41509 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 01:18:12 +00:00
warren%netscape.com
0612e638d3 Added NS_ShutdownXPCOM to facilitate leak detection in purify.
git-svn-id: svn://10.0.0.236/trunk@41457 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 08:42:53 +00:00
racham%netscape.com
0f553c9b93 Fixing no migration profiles case. bug 9783
git-svn-id: svn://10.0.0.236/trunk@41443 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 06:32:08 +00:00
briano%netscape.com
684f6b2907 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
git-svn-id: svn://10.0.0.236/trunk@41354 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 23:27:44 +00:00
danm%netscape.com
72f4193b08 hooking up window OS border control from JS/C++
git-svn-id: svn://10.0.0.236/trunk@41255 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 06:34:24 +00:00
neeti%netscape.com
d88787a426 cookie prefs not being initialized bug 10444
walletService not being initialized bug 10474
cookie prefs off by one bug 9745


git-svn-id: svn://10.0.0.236/trunk@41207 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 01:44:15 +00:00
sdagley%netscape.com
e1d4ad3222 Necko change specific to Mac - don't bail if cookie manager component can't be found as it doesn't exist yet for Mac.
git-svn-id: svn://10.0.0.236/trunk@41037 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-25 01:50:02 +00:00
mcafee%netscape.com
36fa35cae3 Adding caps library to fix Solaris linkage.
git-svn-id: svn://10.0.0.236/trunk@40975 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-24 10:40:42 +00:00
ramiro%netscape.com
b556f0e435 Remove stubs which are not needed anymore.
git-svn-id: svn://10.0.0.236/trunk@40675 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 18:38:54 +00:00
valeski%netscape.com
3507dcfa1d necko - rearranged cookie service init order so it's after the profile init
git-svn-id: svn://10.0.0.236/trunk@40180 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-19 22:49:24 +00:00
valeski%netscape.com
9ad68a73ce necko only - initializing cookies
git-svn-id: svn://10.0.0.236/trunk@40153 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-19 21:19:13 +00:00
ramiro%netscape.com
d607ca51fc Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
according to the toolkit they match.  Also set the damn name in one place to
make it easy to change in the future.


git-svn-id: svn://10.0.0.236/trunk@39911 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-17 23:52:12 +00:00
ramiro%netscape.com
963b6f5991 Landing timer move on unix.
git-svn-id: svn://10.0.0.236/trunk@39863 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-17 14:22:51 +00:00
slamm%netscape.com
c8cb0705fc Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@39734 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-16 20:06:37 +00:00
dp%netscape.com
c4a0e8f60c Backing out release build autoreg optimization. The optimization fails
if people pull a more recent build on top of their existing one.
- approved by Chris Hofmann


git-svn-id: svn://10.0.0.236/trunk@39003 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-12 07:45:01 +00:00
duncan%be.com
285b2c1a05 Changes to get BeOS tinderbox to work.
BeOS only changes authorized by cyeh.


git-svn-id: svn://10.0.0.236/trunk@38983 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-11 09:51:51 +00:00
ramiro%netscape.com
146e131927 Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.


git-svn-id: svn://10.0.0.236/trunk@38598 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:38:18 +00:00
ramiro%netscape.com
8db472f8e9 Factor out xlibrgb.
git-svn-id: svn://10.0.0.236/trunk@38564 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 02:12:44 +00:00
sspitzer%netscape.com
4a34a4415b support -news command line argument
git-svn-id: svn://10.0.0.236/trunk@38499 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 00:06:16 +00:00
gayatrib%netscape.com
fd8365200f Modified to load the newpm.xul to invoke profile manager ui
git-svn-id: svn://10.0.0.236/trunk@38396 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 08:32:21 +00:00
racham%netscape.com
2f80cf9daa Added login to support netcenter's product registration work
git-svn-id: svn://10.0.0.236/trunk@38346 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 01:27:39 +00:00
dp%netscape.com
572ff8ba79 Turn off autoregistrations for release builds if component.reg exists.
git-svn-id: svn://10.0.0.236/trunk@38341 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 00:59:27 +00:00
hyatt%netscape.com
0783f2a892 Checking in support for intrinsic sizing of chrome.
git-svn-id: svn://10.0.0.236/trunk@38310 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-04 04:09:54 +00:00
sfraser%netscape.com
14a1ee7828 Turn off unbuffering of stdout for Mac
git-svn-id: svn://10.0.0.236/trunk@38158 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 21:37:48 +00:00
dveditz%netscape.com
4a69d1d866 nakefile cleanups
git-svn-id: svn://10.0.0.236/trunk@38066 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
43391c2dca Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.


git-svn-id: svn://10.0.0.236/trunk@38035 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:06:48 +00:00