shaver%mozilla.org
e2dc3d6d88
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
c1ce80ae83
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
dbaron%fas.harvard.edu
0359c6e59a
Add layout to REQUIRES to fix senna tinderbox bustage.
2001-01-11 01:06:17 +00:00
ccarlen%netscape.com
4ba4499a39
Part of 35559 - dynamic profile switching
r=valeski,sr=hyatt
2001-01-10 20:22:17 +00:00
bryner%uiuc.edu
6862b07fb9
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
warren%netscape.com
5a3f32aaca
Removed unnecessary dependance on NetworkModular library (really just the Timer library now).
2000-05-06 09:20:44 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
a27ca31c45
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
hyatt%netscape.com
928f0b96d1
removed files: mozilla/rdf/chrome/public/nsIChromeEntry.idl
2000-03-21 12:55:53 +00:00
hyatt%netscape.com
e8a5d0e785
removed files: mozilla/rdf/chrome/src/nsChromeEntry.cpp
2000-03-21 12:50:25 +00:00
hyatt%netscape.com
6e8b21e81a
added files: mozilla/rdf/chrome/src/nsChromeUIDataSource.cpp
2000-03-21 12:00:30 +00:00
hyatt%netscape.com
b7194c3d42
Adding support for UI display of installed skins and locales.
2000-03-21 11:57:39 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
brade%netscape.com
b174bf571d
fix access paths for move to CW5 (bug #25949 )
2000-02-02 22:45:39 +00:00
colin%theblakes.com
1d33fda9b3
Add MOZ_TIMER_LIBS. r=jdunn
2000-01-06 11:11:38 +00:00
dougt%netscape.com
6ebfa81077
Converting to use nsIModule macro. r=dp.
2000-01-03 23:37:30 +00:00
waterson%netscape.com
fd26b307df
Bug 20691. Add timer_s.lib so that we can use NS_NewTimer(). r=mscott, a=chofmann
1999-12-10 20:59:46 +00:00
waterson%netscape.com
576424cbfe
Bug 20691. Add NetworkModular[Debug].shlb so we can get NS_NewTimer(). r=mscott, a=chofmann
1999-12-10 20:58:08 +00:00
rjc%netscape.com
ce90c235a9
Add chrome .cpp and IDL files to Mac projects for hyatt.
1999-12-01 09:42:31 +00:00
hyatt%netscape.com
d9edd8611f
Support for enumeration of skins, packages, and locales nearing completion. r=mini-me
1999-12-01 07:59:35 +00:00
jdunn%netscape.com
d70d78c6bf
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +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
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
tbogard%aol.net
c9198a207c
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
1999-11-01 21:43:56 +00:00
hyatt%netscape.com
0c004ec853
working on theme switching r=pavlov
1999-10-27 09:24:23 +00:00
sfraser%netscape.com
c4f0132c82
Fix the output file (RDF.header -> chrome.headers) so that .h file generation dependencies work properly. Fixes the red tree. r=mscott
1999-10-27 06:42:07 +00:00
pinkerton%netscape.com
93011417fb
First Checked In.
1999-10-26 22:37:45 +00:00
hyatt%netscape.com
f141ca0894
stubbing out dynamic overlay loading and converting chrome registry to IDL r=pavlov
1999-10-26 08:13:25 +00:00
pavlov%netscape.com
0744030e36
don't install registry.rdf r=ramiro
1999-10-25 14:57:24 +00:00
pavlov%netscape.com
53ad015ad2
remove registry.rdf r=hyatt
1999-10-24 09:57:49 +00:00
hyatt%netscape.com
c86abd3ea2
making chrome registry not be a single uber datasource anymore r=pavlov
1999-10-24 07:27:12 +00:00
hyatt%netscape.com
3b9d1d73f8
make registry work without needing an rdf datasource r=pavlov
1999-10-24 06:59:30 +00:00
neeti%netscape.com
37039bfbbe
Converted to nsIModule to prepare for memory leaks fixing. Bug# 14034. r=waterson
1999-10-12 13:33:42 +00:00
beard%netscape.com
b547c2ffb0
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
hyatt%netscape.com
f9371e4b93
Resolving apprunner bustage in an unfortunate way. r=danm
1999-10-02 01:48:59 +00:00
hyatt%netscape.com
9e75934ef0
Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
1999-10-01 20:49:07 +00:00
sspitzer%netscape.com
ae18a95895
finish renaming and moving all the profile xul, js and dtd files.
1999-09-28 22:50:45 +00:00
waterson%netscape.com
74b40123ed
Add regviewer.
1999-09-21 05:08:18 +00:00
waterson%netscape.com
2a99aac81e
Add <?xml ... ?> processing instruction; docs aren't allowed to start with a comment.
1999-09-20 04:34:15 +00:00
briano%netscape.com
e879c25e61
General cleanup.
1999-09-15 23:36:43 +00:00