saari%netscape.com
|
e1d95977e4
|
enable menus on mac
|
1999-02-19 18:17:24 +00:00 |
|
briano%netscape.com
|
ab5f5b57b5
|
Automated update
|
1999-02-19 17:31:47 +00:00 |
|
slamm%netscape.com
|
a50e352c64
|
Reorder/group options. Align comments. Remove dead options.
|
1999-02-19 17:29:51 +00:00 |
|
slamm%netscape.com
|
aef3a1a5f6
|
Avoid adding duplicate options (which would happen with config.status --recheck). Skip options for client.mk.
|
1999-02-19 17:27:53 +00:00 |
|
slamm%netscape.com
|
799d7b222d
|
Add a macro to label a group of options.
|
1999-02-19 17:25:47 +00:00 |
|
slamm%netscape.com
|
b4d15d1372
|
Convert myconfig.sh into makefile format for client.mk
|
1999-02-19 17:24:48 +00:00 |
|
grail%cafebabe.org
|
abe3909f53
|
On a slow machine, there's a NullException as getGraphics() returns after
UI disappears.
|
1999-02-19 16:18:41 +00:00 |
|
brade%netscape.com
|
b553b3670f
|
add prototype to reduce warnings on Macintosh compiler
|
1999-02-19 16:13:47 +00:00 |
|
brade%netscape.com
|
54a9fb4a3e
|
move local variables into #if block where they are needed (reduces warnings on Macintosh compiler)
|
1999-02-19 16:12:58 +00:00 |
|
brade%netscape.com
|
fea14bd750
|
move local variable into comment block to reduce warnings on Macintosh compiler
|
1999-02-19 16:11:23 +00:00 |
|
brade%netscape.com
|
e44af60f86
|
remove unused local variable to reduce warnings on Macintosh compiler
|
1999-02-19 16:09:37 +00:00 |
|
mcafee%netscape.com
|
c2f574d147
|
Yanking fe_GetConfigDir() which is now in prefs.
|
1999-02-19 13:34:20 +00:00 |
|
mcafee%netscape.com
|
a07d1be9bf
|
Solaris: adding do_QueryInterface() wrapper per scc's carpool.
|
1999-02-19 13:14:26 +00:00 |
|
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 |
|