1696 Commits

Author SHA1 Message Date
davidm%netscape.com
ba02b75a97 removed chat items and did some taskbar cleanup 1999-06-30 21:33:16 +00:00
slamm%netscape.com
e273d40ae4 Quiet unused variable warnings. This file should go away soon anyway. 1999-06-30 20:43:35 +00:00
slamm%netscape.com
7c8e906d02 No longer need to save prefs everytime. 1999-06-29 22:00:48 +00:00
law%netscape.com
c4c32c49dc Cleaning up those annoying 'width/height not set' messages 1999-06-29 21:57:40 +00:00
law%netscape.com
f84b85d932 Fix for bug #8605; turn off buffering of debug output 1999-06-29 21:40:56 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
hyatt%netscape.com
e2a12234d6 Adding the images for the gfx scrollbar and for the tree column pushers.
(And I'm bad because this really shouldn't go here.  We need to reorganize
the xpfe directory.)
1999-06-29 20:26:51 +00:00
mcafee%netscape.com
e43a445385 Fixing Solaris bustage 1999-06-29 11:20:13 +00:00
sspitzer%netscape.com
9efe123e2a make the test prettier. dump the results to a text area. dump errors to the console 1999-06-29 03:10:36 +00:00
gagan%netscape.com
4983176d41 Argh.... missed a +. 1999-06-29 02:24:25 +00:00
gagan%netscape.com
dc1680b25c Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
law%netscape.com
24919006fb New interface to help replace use of nsIXULWindowCallbacks 1999-06-29 00:05:20 +00:00
sfraser%netscape.com
b9b887fa93 Change prefs window registration printf. 1999-06-28 21:55:29 +00:00
akkana%netscape.com
b6d0d1fc5a Turn off obsolete -editor flag 1999-06-28 21:15:34 +00:00
mscott%netscape.com
25a6e7c788 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
briano%netscape.com
31b0f03f1f Fix for OpenBSD. 1999-06-28 20:19:58 +00:00
briano%netscape.com
91e7c3fb5e Fix for OpenBSD. 1999-06-28 20:12:32 +00:00
warren%netscape.com
3b18edbd41 Fixed necko linkage. 1999-06-28 20:12:23 +00:00
valeski%netscape.com
be5a7e94a2 some more idl/#define magic (my fingers are crossed) to get NECKO to build. 1999-06-28 14:46:16 +00:00
valeski%netscape.com
5508dd4367 added appropriate necko lib to link 1999-06-28 14:19:21 +00:00
valeski%netscape.com
c043bd4aa3 necko build 1999-06-28 14:16:31 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com
e1ea10a32d adding _content target 1999-06-27 00:35:21 +00:00
danm%netscape.com
b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
rjc%netscape.com
c0a84a2429 Fix typos. 1999-06-26 09:10:53 +00:00
rjc%netscape.com
c38162e850 Implement some commands for bookmarks. 1999-06-26 08:31:16 +00:00
mcafee%netscape.com
9ea81bb2ee BeOS comment. 1999-06-26 07:43:12 +00:00
mcafee%netscape.com
53dca16795 Adding BEOS_PROGRAM_RESOURCE 1999-06-26 07:42:19 +00:00
mcafee%netscape.com
6574c7355a Adding cases for BeOS. 1999-06-26 07:40:25 +00:00
rjc%netscape.com
c1e3ad37b9 Add contextual menu support for bookmarks panel. 1999-06-26 05:04:24 +00:00
rjc%netscape.com
9a60f136ab Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com
d7d325434a Add support for context menus. 1999-06-26 04:38:48 +00:00
rjc%netscape.com
fd3783d4aa Oops, also missed this WindowMediator which needs to have a GetAllCmds() method as well. 1999-06-26 02:02:18 +00:00
rjc%netscape.com
d8cf0513a0 Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future. 1999-06-26 01:09:02 +00:00
law%netscape.com
575185be1d Revert to proper code to get it working with current JS 1999-06-26 00:05:17 +00:00
briano%netscape.com
d350489696 Eliminated the bogus references to MKSHLIB_FORCE_ALL and MKSHLIB_UNFORCE_ALL that was breaking OpenBSD. 1999-06-25 22:18:16 +00:00
ducarroz%netscape.com
d5d0f7d880 need to use ShowWindowWithArgs to open message composition else it won't get the needed callback. 1999-06-25 21:41:23 +00:00
ducarroz%netscape.com
4629fcf518 File Removed. 1999-06-25 21:40:21 +00:00
sspitzer%netscape.com
65f7e673e1 fix build bustage 1999-06-25 21:38:43 +00:00
ducarroz%netscape.com
189183c63c First Checked In. 1999-06-25 21:38:09 +00:00
waterson%netscape.com
8c8ed7284d Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
nisheeth%netscape.com
f75c847482 Turning on IDL'ization of nsIAppShellService on Unix.
VS: ----------------------------------------------------------------------
1999-06-25 19:44:18 +00:00
briano%netscape.com
a2f1f59a32 Fix for platforms that don't define MKSHLIB_UNFORCE_ALL, but do define MKSHLIB_FORCE_ALL. 1999-06-25 19:00:45 +00:00
mcafee%netscape.com
8a84e0812a BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
mcafee%netscape.com
9676d067c8 forgot this was a binary file, forgot -kb 1999-06-25 10:59:15 +00:00
mcafee%netscape.com
0ac72153ad BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 10:56:50 +00:00
ramiro%netscape.com
773e34ec7d Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
rjc%netscape.com
e91c207417 Make sure that columns are defined for bookmarks in this panel, otherwise sorting doesn't work. 1999-06-25 09:26:21 +00:00
rjc%netscape.com
aed939c9c8 If a non-natural order sort is active, hilite that column. 1999-06-25 09:20:21 +00:00
rjc%netscape.com
29892519da Set the column background color for the column that's being sorted on to lightgray. 1999-06-25 07:00:53 +00:00