Commit Graph

17591 Commits

Author SHA1 Message Date
mcafee%netscape.com
b269322a4f Solaris needs a constructor for ConverterInfo(). 1999-02-19 13:05:19 +00:00
mcafee%netscape.com
ad1bd69740 Solaris: newline at end of file. 1999-02-19 12:33:44 +00:00
mcafee%netscape.com
bf4292ae07 Solaris: newline at end of file 1999-02-19 12:32:16 +00:00
mcafee%netscape.com
802e11a9da Solaris: adding do_QueryInterface() wrapper as part of scc's nsCOMPtr carpool. a=scc 1999-02-19 12:27:19 +00:00
mcafee%netscape.com
c138d7efbd Adding source files to match Win32; Solaris build was failing with 0 source files for the library creation. 1999-02-19 12:21:16 +00:00
mcafee%netscape.com
b30883c5fb Solaris: changing casts to match PREF_GetIntPref() prototype; We should be using PRBool, XP_Bool needs to go away, cast here until PREF_GetBoolPref() is fixed. 1999-02-19 12:20:12 +00:00
mcafee%netscape.com
fd399c70d5 Adding license file. 1999-02-19 12:16:35 +00:00
mcafee%netscape.com
40e8ad043a Solaris: adding do_QueryInterface() wrappers to finish scc's nsCOMPtr carpool. a=scc 1999-02-19 11:30:31 +00:00
ramiro%netscape.com
3ecfbe036f Fix the row data problem; it was breaking on aix and probably elsewhere.
Also, unhardcoded the item length.
1999-02-19 11:09:25 +00:00
ramiro%netscape.com
3639776526 Use NS_STATIC_CAST instead of static_cast. 1999-02-19 11:05:16 +00:00
mcafee%netscape.com
759d1a2b61 PRBool: use PR_FALSE, PR_TRUE instead of false, true. 1999-02-19 10:57:49 +00:00
mcafee%netscape.com
a9492571a6 Solaris needs explicit casts here; NULL -> 0 solved some more cast problems. 1999-02-19 10:46:20 +00:00
grail%cafebabe.org
f8d74a3bcf Store layout information in preference file. 1999-02-19 09:34:08 +00:00
mcafee%netscape.com
19821244d1 Fixing function prototypes to match implementation; Solaris didn't like the const mis-matches. 1999-02-19 09:12:53 +00:00
grail%cafebabe.org
a76d355cf2 Added newly introduced classes to the build. 1999-02-19 09:05:39 +00:00
grail%cafebabe.org
e661798cbe Dialogs that builds out of XML descriptions. Test code to verify that
they do work. Need integration into the main UI.
1999-02-19 09:05:00 +00:00
grail%cafebabe.org
8577cb6351 PageUI class similar to original PageUI class prior to code
release. Many fixes with respect to structures in regards to widget
builders that read from XML.
1999-02-19 09:02:35 +00:00
mcafee%netscape.com
41f7180ab2 Solaris needs newline at end of file. 1999-02-19 08:45:46 +00:00
rickg%netscape.com
da1738e2a5 improved broken quote handling 1999-02-19 06:48:25 +00:00
warren%netscape.com
54a4687221 Used new NS_DECL_ISUPPORTS_INHERITED and NS_IMPL_ISUPPORTS_INHERITED macros. 1999-02-19 06:34:23 +00:00
warren%netscape.com
38a1b276d2 Added NS_DECL_ISUPPORTS_INHERITED and NS_IMPL_ISUPPORTS_INHERITED. 1999-02-19 06:33:33 +00:00
rickg%netscape.com
ca5591f088 support for hex entities 1999-02-19 06:33:06 +00:00
rickg%netscape.com
1fe259de63 small mod to handle hex conversion better 1999-02-19 06:32:40 +00:00
jband%netscape.com
4ca272f218 in the middle of adding diagnostics 1999-02-19 05:59:59 +00:00
warren%netscape.com
f5fcd41a95 A bunch of fixes for cursor stuff. 1999-02-19 05:27:22 +00:00
troy%netscape.com
e7f6d9eb81 Removed some old code 1999-02-19 05:10:59 +00:00
waldemar%netscape.com
df5313caca Added traditional and super and changed [] to allow multiple arguments 1999-02-19 04:28:16 +00:00
troy%netscape.com
42e8139d31 Added GetBrowserWindow to nsWebCrawler, and changed nsViewerApp to only
call SetBrowserWindow() once and to have CloseWindow() check before
setting the web crawler's browser window to NULL (doing so caused a crash)
1999-02-19 04:24:12 +00:00
mcafee%netscape.com
0bc7b91473 Solaris: Adding do_QueryInterface() wrapper to finish scc's nsCOMPtr carpool. 1999-02-19 03:46:06 +00:00
grail%cafebabe.org
499bbc2416 Changed access to setStore(Hashtable) to protected rather than default. 1999-02-19 03:28:29 +00:00
rickg%netscape.com
a581dcbecd fixed build bustage 1999-02-19 03:28:27 +00:00
briano%netscape.com
cdcabf35e5 Automated update 1999-02-19 03:15:38 +00:00
grail%cafebabe.org
d02bd15db7 Coexistence patches for Java 2 DND and 1.1 non-existent DND. 1999-02-19 03:10:40 +00:00
bienvenu%netscape.com
ade369d1c2 start getting nntp hooked up to news database 1999-02-19 03:09:39 +00:00
bienvenu%netscape.com
bc119e565e start adding mork impl 1999-02-19 03:08:40 +00:00
alecf%netscape.com
22a44aa910 check in new .deps based dependancy system 1999-02-19 03:06:32 +00:00
scc%netscape.com
b8df1ed8b0 updated for nsCOMPtr; owners should check my changes to see if they agree with my choices for |do_QueryInterface| vs |dont_QueryInterface| 1999-02-19 02:56:00 +00:00
mcafee%netscape.com
616489d75c Switching over to PRBool, PR_TRUE, and PR_FALSE. Keeps us honest, and Solaris happy. a=pinkerton 1999-02-19 02:54:53 +00:00
scc%netscape.com
1fc03069a9 updating for nsCOMPtr; owners should check my changes to see if they agree with my choices for |do_QueryInterface| vs |dont_QueryInterface| 1999-02-19 02:53:45 +00:00
ramiro%netscape.com
e2735d3864 Add xpcom/idl/Makefile to the build. 1999-02-19 02:51:57 +00:00
sdagley%netscape.com
dfeb194d83 Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag. 1999-02-19 02:45:54 +00:00
mcafee%netscape.com
65b910addc Solaris needs newline at end of file. 1999-02-19 02:43:26 +00:00
mscott%netscape.com
720eb2c647 More updates for getting the 3-pane looking correctly... 1999-02-19 02:43:11 +00:00
grail%cafebabe.org
d9e844d9df Added in JList to the builder. Use type attribute as "jlist". 1999-02-19 02:39:00 +00:00
kostello%netscape.com
518ec6a46e Fixing build error -- the instance variables
mComputedCRC32 and mExpectedCRC32 were only being defined
in the DEBUG build although they are used throughout
CNavDTD.cpp and it cannot be built in non-debug mode.
1999-02-19 02:35:58 +00:00
mcafee%netscape.com
024d71b7d8 Fixing return types and swtich to proper PR_TRUE/PR_FALSE types. r=akkana@netscape.com 1999-02-19 02:32:58 +00:00
nisheeth%netscape.com
d0ab536a28 Adding test case for attribute changes on the BR element via the DOM. 1999-02-19 02:15:03 +00:00
alecf%netscape.com
8fee9617b2 MD5 implementation, thanks to mrsam@geocities.com 1999-02-19 02:12:44 +00:00
mjudge%netscape.com
ed093b8ad5 fogot to move files out of this makefile.in 1999-02-19 02:12:19 +00:00
troy%netscape.com
ddd4da9f70 Removed some XXX code that was temporary, but I forgot to delete 1999-02-19 02:05:00 +00:00