Commit Graph

18690 Commits

Author SHA1 Message Date
mcmullen%netscape.com
ba3f139ef6 Make the FilesTest project build again. 1999-02-28 01:30:41 +00:00
fur%netscape.com
68cedf682f Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
but which guarded gcc-specific code, not OS-specific code.  These
were changed to be ifdef __GNUC__.
1999-02-28 01:10:00 +00:00
fur%netscape.com
348173ff90 Reduced gratuitous file duplication between FreeBSD and Linux. 1999-02-28 00:29:39 +00:00
fur%netscape.com
37f8dc5be9 Eliminated gratuitous file duplication between FreeBSD and Linux 1999-02-28 00:28:26 +00:00
mcmullen%netscape.com
8a3b31e6e7 REALLY add libreg and nsRegistry to the Macintosh build. 1999-02-28 00:26:24 +00:00
mcmullen%netscape.com
ad100ee7aa REALLY add nsRegistry and libreg to the Mac build. 1999-02-28 00:24:53 +00:00
fur%netscape.com
689e832fa5 Eliminate warning 1999-02-28 00:24:21 +00:00
fur%netscape.com
d14d5e4ff8 Ignore generated files 1999-02-28 00:22:25 +00:00
fur%netscape.com
224fa283d3 Renamed to x86Stub_gas.s 1999-02-28 00:20:52 +00:00
fur%netscape.com
c833c56242 A bunch of grunge work to reduce the amount of OS-dependent code in
ElectricalFire sources.  The end result eliminated nearly all of the
differences between FreeBSD and Linux in the source code.  It also
increased the amount of sharing between Win32 and unix code.

+   Renamed files and classes that were inappropriately named, i.e. the
    names started with 'x86Win32', but the code was for generic x86, not
    specific to Win32.

+   Eliminated several gratuitous duplicated files, e.g. x86Linux.s and
    x86FreeBSD.s were essentially identical.

+   Shared code that had been duplicated in x86Win32_Support.cpp,
    x86Linux_Support.cpp and x86FreeBSD_Support.cpp.  Created
    x86GenStub.cpp, which contains only XP code, to replace them all.
1999-02-28 00:18:23 +00:00
dp%netscape.com
ab0c11dd65 Adding nsRegistry to unix. 1999-02-27 21:49:34 +00:00
mcmullen%netscape.com
d13c4f0d46 Call delete [] when new [] was used for allocation. 1999-02-27 20:39:07 +00:00
wtc%netscape.com
d5d9540067 file vercheck.c was initially added on branch 3.1. 1999-02-27 20:03:22 +00:00
wtc%netscape.com
6824ce9f97 On SUNOS4, include "md/sunos4.h" to get the macro definition of strtoul.
(contributed by Brian Ostrom <briano@netscape.com>)
1999-02-27 19:47:35 +00:00
wtc%netscape.com
9006c54a3b On SUNOS4, include "md/sunos4.h" to get the macro definition of strerror.
(contributed by Brian Ostrom <briano@netscape.com>)
1999-02-27 19:46:10 +00:00
wtc%netscape.com
9b2c30b253 Check NO_MDUPDATE. (contributed by Brian Ostrom <briano@netscape.com>) 1999-02-27 19:36:57 +00:00
karnaze%netscape.com
f641f7af45 fixed assert when <col> is placed inside of <table> 1999-02-27 19:02:48 +00:00
mcafee%netscape.com
6721bbea56 Adding expat. a=nisheeth 1999-02-27 10:40:40 +00:00
mcafee%netscape.com
1fbe7fbeba Ignore generated files. 1999-02-27 10:16:19 +00:00
dp%netscape.com
def5708745 Code cleanup. Added comments. PR_LOG() cleanup. I think I will do my haircut too... 1999-02-27 09:50:19 +00:00
saari%netscape.com
e9e27015ec First Checked In. 1999-02-27 09:44:28 +00:00
saari%netscape.com
308eb9de7d add mozilla/expat/xmlparse/MANIFEST to export xmlparse.h 1999-02-27 09:42:52 +00:00
mcafee%netscape.com
c3faa9f9ba export nsIExpatTokenizer.h, a=nisheeth 1999-02-27 09:26:27 +00:00
mcafee%netscape.com
49091cc6ee Adding expat to Mozilla. a=nisheeth@netscape.com 1999-02-27 09:16:17 +00:00
mcafee%netscape.com
baf48d1dae First checkin 1999-02-27 09:12:52 +00:00
saari%netscape.com
4683605974 export new expat files 1999-02-27 09:11:40 +00:00
dp%netscape.com
2880dab2be Clode cleanup. Abstracted registry access code that does ProgID into functions platformProgIDToCLSID() and platformCLSIDToProgID() 1999-02-27 08:58:11 +00:00
mcafee%netscape.com
18c42ad469 Don't build xmlwf yet. 1999-02-27 08:56:37 +00:00
grail%cafebabe.org
fa883d4447 Layout used to break if you switched between different layouts. It seems
to be behaving now.
1999-02-27 08:56:33 +00:00
dp%netscape.com
ffbd0ef6da Changed comment to indicate that Quick Registration via the quick register data structure isn't for prime time yet. 1999-02-27 08:56:21 +00:00
nisheeth%netscape.com
274857d5cf Fix Windows build bustage. expat.lib wasn't getting copied out to dist on
a newly pulled build.
1999-02-27 08:51:45 +00:00
mcafee%netscape.com
72cf8bb565 Adding expat. a=nisheeth@netscape.com 1999-02-27 08:51:03 +00:00
mcafee%netscape.com
e96a67f384 Adding nsExpatDTD.h to EXPORTS. a=nisheeth 1999-02-27 08:44:05 +00:00
peterl%netscape.com
328ef991ee added content state change 1999-02-27 08:34:06 +00:00
saari%netscape.com
a94e23fc23 Making Mac menus work a little better again. 1999-02-27 08:30:32 +00:00
nisheeth%netscape.com
a364eab9ed - Add expat to the windows build only...
- Changed nsParser such that nsExpatDTD gets added to the doubly ended queue
  of DTDs instead of nsWellFormedDTD if EXPAT is #define'd.
1999-02-27 08:04:46 +00:00
nisheeth%netscape.com
11bd9dea41 Creating nsIExpatTokenizer, an interface that adds methods for setting
callbacks on the expat tokenizer, a wrapper around the expat XML parser.
1999-02-27 08:03:36 +00:00
nisheeth%netscape.com
8d35655233 - Add expat to the windows build only...
- Changed nsXMLDocument such that expat gets used for XML parsing if
  EXPAT is #define'd
1999-02-27 08:02:15 +00:00
nisheeth%netscape.com
1bd95e49db Add expat to the windows build only... 1999-02-27 07:59:22 +00:00
putterman%netscape.com
ea8d94188a Pass in pointer to mServiceManager. 1999-02-27 07:27:45 +00:00
peterl%netscape.com
8c7771ba8f fixed active link rule support 1999-02-27 07:18:21 +00:00
peterl%netscape.com
ee60b04ab0 added support for dynamic pseudo classes
added support for child & sibling selectors
1999-02-27 07:17:52 +00:00
putterman%netscape.com
870146e37d ListNext returns NULL when no more messages. 1999-02-27 07:17:35 +00:00
putterman%netscape.com
315c9e8482 Start writing GetMessages and make folder pane work again. 1999-02-27 07:16:58 +00:00
peterl%netscape.com
75a76e322e added child & sibling selector support 1999-02-27 07:16:57 +00:00
peterl%netscape.com
82a042a555 tweaked style hint for overflow 1999-02-27 07:16:27 +00:00
peterl%netscape.com
8e0f3b58c4 added child & sibling selectors 1999-02-27 07:15:59 +00:00
putterman%netscape.com
5ff2a9715a Works with RegisterComponent 1999-02-27 07:15:41 +00:00
peterl%netscape.com
006004dd56 added content state changed 1999-02-27 07:15:09 +00:00
peterl%netscape.com
0864f69c78 added CSS3 pseudo classes 1999-02-27 07:14:33 +00:00